Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский)
Español - Latinoamérica (латиноам. испанский)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский)
Português-Brasil (бразильский португальский)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
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"