-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't restart Processing 4 because of read/write permissions for the modes folder #581
Comments
The method that I described above is not working today. The window of the image attached appears again and Processing doesn't start. |
How did you install Processing? Is it installed as a different user, or have you changed the permissions in any way? In a Terminal, can you enter:
and paste the result here? Also, this one:
It shouldn't really be possible for you to run an app that creates folders that you don't have permissions to, because when you run Processing, it has the same permissions as you do. So we need to figure out what's happening with that. And this is on a personal machine, right? Just one OS or are there multiple partitions? |
Hi, @benfry. Terminal results for first command: Terminal results for second command: In this personal machine are two partitions: the first one contains High Sierra macOS 10.13.6 (I use it for 32 bits applications). Later, I installed Big Sur macOS (now is 11.5.2 version) for some applications that require a higher OS, and it is used generally. Thanks. |
Hi. Thanks, @benfry . With your comment you gave me a clue. |
You shouldn't have to enable full disk access to use Processing. However, it sounds like an “allow Processing to access your Documents folder?” prompt was shown earlier and you didn't allow access, which later locked you out. Is that possible? |
Allowing only Documents folder is enough. I tried. |
Added additional warning detail about how to reset permissions for 4.0.2. |
This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. |
Hi!
I have an issue with Processing
Description
I have installed Processing 4.0.1. When I close the program and restart again, it shows me this error message:
I have changed permission for /Documents/Processing/modes folder, allowing to everybody to write and read, but it doesn't work.
After trying different things, I have found a way to make it work:
I have opened this issue as @SableRaf told me. I think that it's a good idea because, if you fix it, some users will not have this problem.
My Environment
Possible Solution
Can't you modify /Processing folder permission when Processing creates them?
Thanks.
The text was updated successfully, but these errors were encountered: