Frictional Games Forum (read-only)
[SOLVED] Overture & Blackplague segmentation fault on startup - debian amd64. - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Penumbra Series (https://www.frictionalgames.com/forum/forum-22.html)
+---- Forum: Linux - Penumbra (https://www.frictionalgames.com/forum/forum-25.html)
+---- Thread: [SOLVED] Overture & Blackplague segmentation fault on startup - debian amd64. (/thread-2658.html)



[SOLVED] Overture & Blackplague segmentation fault on startup - debian amd64. - kaffeine1 - 04-22-2009

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.


RE: Overture & Blackplague segmentation fault on startup - debian amd64. - kaffeine1 - 04-22-2009

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!