Frictional Games Forum (read-only)
Demo: no save - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-31.html)
+---- Forum: Linux - ATDD (https://www.frictionalgames.com/forum/forum-32.html)
+---- Thread: Demo: no save (/thread-4781.html)

Pages: 1 2


RE: Demo: no save - Oblidor - 10-01-2010

(09-28-2010, 06:19 AM)Shad Wrote: /home/shad/.frictionalgames/Amnesia/MainDemo:
total 16
-rw-r--r-- 1 root root 0 2010-09-23 08:24 first_start_flag
-rw-r--r-- 1 shad shad 6581 2010-09-27 07:59 hpl.log
-rw-r--r-- 1 shad shad 0 2010-09-27 07:58 hpl_update.log
-rw-r--r-- 1 shad shad 1100 2010-09-27 07:59 main_settings.cfg
drwxr-xr-x 2 root root 4096 2010-09-23 08:24 Shad

/home/shad/.frictionalgames/Amnesia/MainDemo/Shad:
total 8
-rw-r--r-- 1 root root 897 2010-09-23 08:24 user_keys.cfg
-rw-r--r-- 1 root root 546 2010-09-23 08:24 user_settings.cfg


You have files that only root has access to. You shouldn't have that.

You need to run:
Code:
chmod shad.shad -R /home/shad/.frictional*

as root on your system.


EDIT: Oops I didn't see the post that already said the same from Urkle Smile