TWLan Forum

Full Version: Mac Launcher not the right permissions..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hee, first of all, great work!
I am really glad that you guys are still doing this!

But I have a tiny problem, if I click on start.command, it says that I don't have the right permission to open it...
I tried changing it, but it still would not open it and say the same thing...

Oh btw there is no other account on this mac Tongue


Keep up the good work!



PS. sorry for my bad english   Confused
I'm not sure why this happens on some installations but not others, but here's how you can fix it:

Open the Terminal (/Applications/Utilities/Terminal) and enter the following:
Code:
chmod +x /path/to/start.command
Instead of typing the path to start.command manually, you can just drag it into the Terminal window.
Then hit enter.