View Single Post
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#125
Originally Posted by OptX View Post
Still nothing.
The ls /home/user/MyDocs/ja2data/Data gives me lots of files (23 slf), so i think the folder is the right one. I started ja2 the whole time in terminal. When i start it with the icon, i get "The Jagged Alliance 2 data files where not found on either memory card. JA2 expects a ja2data folder on MyDocs with a Data folder from the cd present. " ??
With the ls i see files in that folder, why is that not recognized by the app ?
Terminal says "Unable to create ".ja2/Data" when im not root,on root it says opening file failed.
You should never run anything that doesn't require root rights as root. When you run it as root, game expects to find /root/.ja2/ja2.ini. Try running these commands as root to fix your file permissions:

Code:
chown -R user /home/user/.ja2
chmod -R 755  /home/user/.ja2
Then try to run the game as user with "ja2launcher"
 

The Following User Says Thank You to ukki For This Useful Post: