PBS666
Engaged Member
- Feb 19, 2019
- 3,350
- 3,140
First of all, if you still got the original zip files, try unzipping them with The Unarchiver instead of the default archive utility. Some people have reported The Unarchiver leaves the execute permissions intact.Thanks for your reply! I think finally it's already updated although now I can't run the game -.- (I'm having the "permission" issue for mac) but this time I can't run the game even using Terminal, I've tried:
chmod -R +x ./BeingADIK.app/* (As it's in the installing instructions, It had worked when I first installed BADIK but not now)
chmod a+x
chmod 755
The last two options I saw them in this thread and still wouldn't work, any ideas on this problem?
You also can set the execute permissions in Terminal. If you tried this before and it didn't work, you might have made a syntax error, but without seeing the output of Terminal, I have no way to tell what went wrong.
Type chmod -R a+x and then drag the BaDik app in the Terminal window. Terminal will fill out the path. Mind there should be a space between the x and said path. Hit enter. Terminal should return to the prompt, unless it encountered an error.
As usual, if you start messing with permissions, better make a duplicate of the app first, or be sure your backup is up to date.