Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I can't see what it says because it logs me out immediately after running FTL.
I think the fastest way to solve this is to check the Ubuntu forums/create a new thread.
(or just any Linux related forums)
Sounds like your X-Server is crashing. Try to check dmesg
Also check the Xorg.log:
I used to run FTL fine on my ubunt 13.04 (that had been upgraded from ubuntu 12.10). It would crash everyonce in a while but I could still play it.
I have just done a fresh install of Ubuntu 13.04 and now I'm having the same problem as people in this thread : The FTL Loading page appears and when it finishes to load, I'm treated to a black screen and then the ubuntu Login screen.
Has anyone made progress with this ? I'll try to post the requested output but I just thought I'd bumpt this first.
It turns out that the open source "nouveau" driver for nvidia cards was the problem. So I installed the nvidia-current package.
Be warned though, it did kind of screw up Unity and I had to use the compizconfig-settings-manager to reactivate the unity plugins. I also had to reboot because it had trouble finding openGL.
Hope this helps.
Removing the file
~/.local/share/Steam/SteamApps/common/FTL Faster Than Light/data/<architecture>/lib/libstdc++.so.6
worked for me.
ChadJoan wrote:
The Steam release of FTL on Linux packages a bunch of library files in "~/.local/share/Steam/SteamApps/common/FTL Faster Than Light/data/<arch>/lib" and then dynamically links against them when running. This causes problems because the libstdc++.so.6 file provided with FTL is an older version than is required by my graphics drivers. In my case, this causes X to crash and bump me to my KDE login screen. That's very distruptive, because it can lose data held by other programs running in that X session at the time. It also prevents FTL from running at all.
This is a known issue on some Linux distributions. Just remove the libstdc++.so.6 file shipped with FTL, this should solve it for you.
Source: http://www.ftlgame.com/forum/viewtopic.php?f=9&t=15193
Path of the libstdc++.so+6 is: "~/.local/share/Steam/SteamApps/common/FTL Faster Than Light/data/<arch>/lib"