Frictional Games Forum (read-only)

Full Version: [SOLVED] Overture & Blackplague segmentation fault on startup - debian amd64.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Everyone,

I have both Overture and Blackplague full version, installations went fine. But when I run them it ends with the following error:

Code:
~/PenumbraBlackPlague$ ./blackplague
./blackplague: line 9:  4183 Segmentation fault      ./blackplague.bin "$@"
Penumbra: Black Plague exited unexpectedly, please check
/home/kaffeine/.frictionalgames/Penumbra/Black Plague/hpl.log
for any error messages
Also try running
ulimit -c unlimited
And re-running Penumbra and try and recreate the error
then submit the generated core file or stack trace

I am run a debian squeeze 64bits, and I have those 32bits compatability packages installed:
Code:
ia32-libs
ilib32asound2
lib32asound2-plugins
lib32ncurses5
lib32stdc++6
lib32z1
libc6-i386

No .frictionalgames/Penumbra/Black Plague/hpl.log file has been created.

Any ideas?

Thanks.
Okay I found the solution,

I forgot to load the glx extension in xorg.conf. I was lost without an error message giving a clue about a GL problem.

Code:
Load           "glx"

Thanks anyway!