trouvé sur un fofo anglais
"* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*********************************************************************
For people where GTA:SA is crashing just after opening (only a Dock icon appears, and then nothing), here is the solution:
It boils down to a problem with permissions. These have to be set correctly for the program to work.
- First of all, open Terminal which you need to change permissions. Terminal is located in /Applications/Utilities/Terminal.app or find it using spotlight.
- In Terminal, cd to the GTA:SA application -- if you don't know how, follow these instructions:
- type "cd" followed by a space
- then open Finder and locate your GTA San Andreas application (the one you double-click to launch GTA:SA). - Drag the GTA San Andreas application to the Terminal. - The Terminal screen at this point should say: "cd /path/to/GTA/SA/GTA\ San\ Andreas.app"
- Press Enter
- To set the correct permissions you have to type in exactly this command:
"find . -type d -exec chmod -v 755 '{}' \;"
- Press Enter, and type in this one:
"find . -type f -exec chmod -v 644 '{}' \;"
- Press Enter again.
If for some reason these commands fail first try "sudo -s" and press Enter. After gaining root privileges you can retry the two commands above.
GOOD LUCK!
"