I tried to play the game on my linux box, and couldn't... I tried to find a solution on your forum, but other than a proposal to get a new card (which I was very close to doing today, but they did not have what I wanted...), nothing.
Tonight I played around and SOLVED my problem...
When trying to run the game I got this:
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.
I tried the verbose mode and got:
libGL error: dlopen /usr/lib/i386-linux-gnu/dri/swrast_dri.so failed (/home/daniel/FTL/data/x86/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/i386-linux-gnu/libLLVM-3.1.so.1))
I noticed that you deliviered libstdc++.so.6 so I did this (google helped)
~/FTL/data/x86/lib$ strings libstdc++.so.6 | grep GLIBCGLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBC_2.3
GLIBC_2.0
GLIBC_2.4
GLIBC_2.1
GLIBC_2.1.3
GLIBC_2.2
GLIBCXX_FORCE_NEW
Obviously this file is very old... I removed it, so the game now uses the newer version found on my system and it works!
[SOLVED] FTL, Radeon hd4250, Ubuntu 11.10 i386
-
- Posts: 1
- Joined: Sat Oct 06, 2012 7:08 pm