protonscr

FTL Won't Start

steamclosed reviewed3rd party game
ValveSoftware/steam-for-linux#283 · opened 2012-12-22 by SecretAgentKen · updated 2013-01-19 · 4 comments · github
SSecretAgentKen 2012-12-22 github

Tried starting FTL and received the following on the command-line:

Initializing Video
libGL error: failed to load driver: r600
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Serial number of failed request: 30
Current serial number in output stream: 31

This has been seen on the FTL forums here: http://www.ftlgame.com/forum/viewtopic.php?f=9&t=3499

Problem was solved by removing the libstdc++.so.6 file from ~/.steam/steam/SteamApps/common/FTL Faster Than Light/data/amd64/lib

Processor Information:
Vendor: AuthenticAMD
Speed: 1300 Mhz
2 logical processors
2 physical processors
HyperThreading: Unsupported
FCMOV: Supported
SSE2: Supported
SSE3: Supported
SSSE3: Supported
SSE4a: Supported
SSE41: Unsupported
SSE42: Unsupported

Operating System Version:
Ubuntu 12.10 (64 bit)
Kernel Name: Linux
Kernel Version: 3.5.0-21-generic
X Server vendor: The X.Org Foundation
X Server release: 11300000

Video Card:
Driver: X.Org Gallium 0.4 on AMD RS880

Driver Version:  2.1 Mesa 9.0
Desktop Color Depth: 24 bits per pixel
Monitor Refresh Rate: 59 Hz
VendorID:  0x1002
DeviceID:  0x9712
Number of Monitors:  1
Number of Logical Video Cards:  1
Primary Display Resolution:  1366 x 768
Desktop Resolution: 1366 x 768
Primary Display Size: 10.08" x 5.67"  (11.54" diag)
                                        25.6cm x 14.4cm  (29.3cm diag)
Primary VRAM Not Detected
KKoromix 2012-12-24 github

Same problem here; the proposed solution works for me too.

SSecretAgentKen 2013-01-10 github

Koromix, I'm assuming you are on 12.10? I do not get this issue on my 12.04 machine, only the 12.10 one.

Kkingtaurus 2013-01-10 github

I'm having the same problem (its also causing the Window Manager to crash :( ). I've also checked a few things. I downloaded FTL directly from humblebundle ( old download - release prior to Dec 22, 2012). From the FTL data directory,

find . -type f | xargs md5sum
67a85bd2c66945f7ef1f19c50f008a99  ./x86/lib/libz.so.1
4870acc182d8c5f0277d15df8b0ef9d2  ./x86/lib/libpng12.so.0
220b9bb0c9856d904a8c1efb4b492a5b  ./x86/lib/libILUT.so.1
d767a4afeacf28ea0a28c401c0b01180  ./x86/lib/libstdc++.so.6
50b9b3e9478f78bcf976b76024cd4401  ./x86/lib/libSDL-1.2.so.0
4d6de8b56ee21b56876b648dde7b6ca6  ./x86/lib/libbass.so
f7fde9f60f0bd6b1f288f6b31f0bb77b  ./x86/lib/libfreetype.so.6
0bb355fdde391c1daa1b2eedc7dbef1a  ./x86/lib/libILU.so.1
60c7609c73dc41c631cdf107a12a0bc9  ./x86/lib/libIL.so.1
7f21951ad7524b50e360dc0977c80a17  ./x86/lib/libbassmix.so
a5a9e5f2a347a67ba548df1bf52d5123  ./x86/bin/FTL
30f92d4754269ec4598d5d03f93e0946  ./licenses/README-zlib.txt
8643ab5257234fcbef968c3ab65d2806  ./licenses/README-FreeType.txt
a650f8416439816860c1bbe46e35ffa8  ./licenses/README-DevIL.txt
c1a869db9f588e7ace32bee367d9babe  ./licenses/README-RapidXML.txt
fae21a9827f299a3d63e93f0f41c2a04  ./licenses/README-SDL.txt
2f628ba2d30e3cd13fc76410ce6d3db2  ./licenses/LGPL.txt
e84f4d610381539686fff95b98e2c7c8  ./resources/data.dat
595dddf424e0fa3857e6deb1fc4e4dbf  ./resources/resource.dat
bf281fcc8a5617cac2c66eec9c16e133  ./exe_icon.bmp
d237c40827dfa1316cbfd9b7957b9c97  ./FTL
6da7a0d8109083d760a7db3060a01c31  ./amd64/lib/libz.so.1
82d32e1cafbfde7c0da66b3be38f3162  ./amd64/lib/libpng12.so.0
3ea18fee9626a4a7aa2599d8c4d4b8b8  ./amd64/lib/libILUT.so.1
ad26f59f5766c15e173fc3920cc23592  ./amd64/lib/libstdc++.so.6
970d90fddb4f4cedfebd99ec56b6fd88  ./amd64/lib/libSDL-1.2.so.0
4304118c86a2cb491ee53c402d2bc127  ./amd64/lib/libbass.so
0a0078bf739954f893173bed0de644cf  ./amd64/lib/libfreetype.so.6
35937428bf4384c14c164721930f9ec1  ./amd64/lib/libILU.so.1
5691647695642efc799cdea2a37f1713  ./amd64/lib/libIL.so.1
85abb15274f8d843d7a5f1e26c9c1a23  ./amd64/lib/libbassmix.so
f299d200407bc6f80941f39974bef86d  ./amd64/bin/FTL

Compared with (from ~/Steam/SteamApps/common/FTL Faster Than Light/ and new version from humble bundle, which are identical (version released Dec 22, 2012) ):

find . -type f | xargs md5sum
67a85bd2c66945f7ef1f19c50f008a99  ./x86/lib/libz.so.1
4870acc182d8c5f0277d15df8b0ef9d2  ./x86/lib/libpng12.so.0
220b9bb0c9856d904a8c1efb4b492a5b  ./x86/lib/libILUT.so.1
d767a4afeacf28ea0a28c401c0b01180  ./x86/lib/libstdc++.so.6
50b9b3e9478f78bcf976b76024cd4401  ./x86/lib/libSDL-1.2.so.0
4d6de8b56ee21b56876b648dde7b6ca6  ./x86/lib/libbass.so
f7fde9f60f0bd6b1f288f6b31f0bb77b  ./x86/lib/libfreetype.so.6
0bb355fdde391c1daa1b2eedc7dbef1a  ./x86/lib/libILU.so.1
60c7609c73dc41c631cdf107a12a0bc9  ./x86/lib/libIL.so.1
7f21951ad7524b50e360dc0977c80a17  ./x86/lib/libbassmix.so
0f0c76cd37b40808b786d34509d9e196  ./x86/bin/FTL
30f92d4754269ec4598d5d03f93e0946  ./licenses/README-zlib.txt
8643ab5257234fcbef968c3ab65d2806  ./licenses/README-FreeType.txt
a650f8416439816860c1bbe46e35ffa8  ./licenses/README-DevIL.txt
c1a869db9f588e7ace32bee367d9babe  ./licenses/README-RapidXML.txt
fae21a9827f299a3d63e93f0f41c2a04  ./licenses/README-SDL.txt
2f628ba2d30e3cd13fc76410ce6d3db2  ./licenses/LGPL.txt
a08dfe254f4b8187ea240f56c0418fc7  ./resources/data.dat
b7b62d3a64a9ffc84be4a308b45cec15  ./resources/resource.dat
bf281fcc8a5617cac2c66eec9c16e133  ./exe_icon.bmp
d237c40827dfa1316cbfd9b7957b9c97  ./FTL
6da7a0d8109083d760a7db3060a01c31  ./amd64/lib/libz.so.1
82d32e1cafbfde7c0da66b3be38f3162  ./amd64/lib/libpng12.so.0
3ea18fee9626a4a7aa2599d8c4d4b8b8  ./amd64/lib/libILUT.so.1
ad26f59f5766c15e173fc3920cc23592  ./amd64/lib/libstdc++.so.6
970d90fddb4f4cedfebd99ec56b6fd88  ./amd64/lib/libSDL-1.2.so.0
4304118c86a2cb491ee53c402d2bc127  ./amd64/lib/libbass.so
0a0078bf739954f893173bed0de644cf  ./amd64/lib/libfreetype.so.6
35937428bf4384c14c164721930f9ec1  ./amd64/lib/libILU.so.1
5691647695642efc799cdea2a37f1713  ./amd64/lib/libIL.so.1
85abb15274f8d843d7a5f1e26c9c1a23  ./amd64/lib/libbassmix.so
7267e186362b48f742e394565a8305ff  ./amd64/bin/FTL

The following files are different:

./x86/bin/FTL
./resources/data.dat
./resources/resource.dat
./amd64/bin/FTL

However, the old binaries from the humble bundle version work correctly without deleting the library. So the problem is with the main executable and its interaction with the included libstdc++.so.6 ... this is unfortunate.

Some system details; using unity as a WM.

uname -a
Linux bender 3.5.0-22-generic [#33](/issue/ValveSoftware/steam-for-linux/33)-Ubuntu SMP Wed Jan 2 21:47:30 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.10
DISTRIB_CODENAME=quantal
DISTRIB_DESCRIPTION="Ubuntu 12.10"

System Specs (from STEAM):

Processor Information:
    Vendor:  GenuineIntel
    Speed: 2664 Mhz
    4 logical processors
    4 physical processors
    HyperThreading:  Unsupported
    FCMOV:  Supported
    SSE2:  Supported
    SSE3:  Supported
    SSSE3:  Supported
    SSE4a:  Unsupported
    SSE41:  Supported
    SSE42:  Unsupported

Network Information:
    Network Speed:  

Operating System Version:
    Ubuntu 12.10 (64 bit)
    Kernel Name:  Linux
    Kernel Version:  3.5.0-22-generic
    X Server vendor:  The X.Org Foundation
    X Server release:  11204000

Video Card:
    Driver:  X.Org Gallium 0.4 on AMD RV770

    Driver Version:  2.1 Mesa 9.0
    Desktop Color Depth: 24 bits per pixel
    Monitor Refresh Rate: 60 Hz
    VendorID:  0x1002
    DeviceID:  0x9460
    Number of Monitors:  2
    Number of Logical Video Cards:  1
    Primary Display Resolution:  1280 x 1024
    Desktop Resolution: 2560 x 1024
    Primary Display Size: 14.80" x 11.85"  (18.94" diag)
                                            37.6cm x 30.1cm  (48.1cm diag)
    Primary VRAM Not Detected

Sound card:
    Audio device: Analog Devices AD1988B

Memory:
    RAM:  3954 Mb

Miscellaneous:
    UI Language:  English
    LANG:  en_CA.UTF-8
    Microphone:  Not set
    Total Hard Disk Space Available:  141795 Mb
    Largest Free Hard Disk Block:  47214 Mb

Installed software:

Recent Failure Reports:
Ggdrewb-valve maintainer 2013-01-19 github

This bug was closed because the issue concerns the game and not the Steam client. Please contact the game developer on their official website with this information.

Nothing extracted yet.