Hello everyone,
I’ve recently migrated my Cubase files to a new Mac and am encountering a persistent and critical write permission error whenever I try to create or save a project (or even select tracks), which prevents the auto-save folder from being created.
The exact error message is:
“Auto save folder cannot be created. There might be a problem of write permission.”
I have exhausted the standard fixes, and the issue remains. I need help finding a less common solution, possibly related to user profiles or specific OS configuration.
What I Have Tried (All Failed):
-
Terminal Fix (Recursive Ownership):
-
I ran
sudo chown -R $(whoami) /path/to/project/folderon the entire project drive/folder to ensure my current user owns all files. -
I also ran the aggressive
sudo chown -R $(id -u) /path/to/project/folderusing my explicit User ID.
-
-
Full Disk Access:
- I confirmed that Cubase has been granted Full Disk Access under macOS Privacy & Security settings.
-
Cubase Preferences Reset:
- I launched Cubase in Safe Mode and Deleted program preferences.
-
Standard Permissions Check:
- I checked the permissions via Get Info for the project folder; my user account has “Read & Write” permissions.
My Questions
Any advanced troubleshooting steps or insight into why the auto-save creation is failing after these comprehensive fixes would be greatly appreciated
Thank you!