Ubuntu 12.04 and game saves

Discuss problems related to FTL here. If you are having a problem or experiencing a bug PLEASE READ THE "MUST READ" POST.
Post Reply
Epircus
Posts: 2
Joined: Sun Sep 16, 2012 3:42 pm

Ubuntu 12.04 and game saves

Post by Epircus »

I'm coming across a problem that everytime i exit out of the game nothing is saved. I go to save+quit and then I'll go right back into the game and everything is lost including high scores. Is there something I'm doing incorrectly as far as game installlation? I'm not very adept in linux.
User avatar
Matthew
Site Admin
Posts: 966
Joined: Thu Apr 19, 2012 9:31 am

Re: Ubuntu 12.04 and game saves

Post by Matthew »

Can you look for the folder:

~/.local/share/FasterThanLight

on your computer? If you open a file explorer, you can go to "Go" and then "Go to Location" and just copy and paste that path to go directly there (~ defers to your home directory and .local is normally hidden because of the . in its name).

If that folder doesn't exist, go to ~/.local/share/ and create one manually to see if that fixes the problem.

Further diagnosis help: Run the game from the command line to look for error messages. Open up a terminal and then navigate to where you installed the game: Type cd /the/path/you/extracted/FTL/to and then hit enter and run it by typing ./FTL and hitting enter
Matthew Davis, Subset Games Developer - If you're looking for tech support, you'll get help faster emailing directly, contact info here
Epircus
Posts: 2
Joined: Sun Sep 16, 2012 3:42 pm

Re: Ubuntu 12.04 and game saves

Post by Epircus »

I did what you said, I do have /.local/share/FasterThanLight/ the ony contents is prof.sav.

Heres what happenes from start up to me saving+quit

owner@ubuntu:/home$ dir /home/owner/FTL/
data FTL FTL_README.html
owner@ubuntu:/home$ cd /home/owner/FTL/
owner@ubuntu:~/FTL$ ./FTL
Loading Arch = amd64
No settings file found!
Initializing Crash Catcher...
Initializing Video
Video Initialized
Opengl version = 3.3.11627 Compatibility Profile Context
Starting audio library...
Audio Initialized!
Resource Preload: 54755
Initializing animations...
Animations Initialized!
Loading Ship Blueprints....
Blueprints Loaded!
Initializing Sound Data....
Generating world...
Loading achievements...
Loading score file...
No profile data!
Running Game!
Couldn't save data.No settings file found!
Couldn't save data.owner@ubuntu:~/FTL$
moserine
Posts: 1
Joined: Sun Feb 10, 2013 6:53 pm

Re: Ubuntu 12.04 and game saves

Post by moserine »

Just an FYI, I had this problem and just changed the permissions to allow user r/w of prof.sav and continue.sav in the ~/.local/share/FasterThanLight/ directory.

That fixed it!
Post Reply