Search for answers or browse our knowledge base.
Settings or License information are not being saved on MacOS
If you’re being asked for the License information every time you open Render Boss on MacOS, or your settings are not being saved, it’s possible that it’s an issue with Read/Write permissions.
.Here are a couple of things you can try:
Go to the following folder (Replace {USER} with your own username):
/Users/{USER}/Render Boss
With no files selected, go the File Menu then click Get Info
You should see the properties of the Render Boss folder.
Go to Sharing and Permissions and make sure your user has Read & Write permissions. (If they are set as Read & Write for your user, try setting them as Read & Write for everyone)
If that doesn’t solve the problem, you can try entering the following opening the Terminal app and type the following (replace {FOLDER} with the Render Boss folder from above while keeping the double quotes ( ” ) on each side )
sudo chmod -R +a “everyone allow list,add_file,search,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,file_inherit,directory_inherit” “{FOLDER}“
If your MacOS is not in english, you might have to replace the everyone from the command with the equivalent in the language of your MacOS installation.