Frictional Games Forum (read-only)

Full Version: crash on startup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It's my first post, so hello all.
I run Fedora 12 x86_64 with NVIDIA binary drivers (from rpmfusion). When I try to run Overture, I get:
Code:
ALSA lib pcm.c:2171:(snd_pcm_open_conf) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
(0) : fatal error C9999: *** exception during compilation ***
Cg compiler terminated due to fatal error./Overture/overture: line 9:  2853 Naruszenie ochrony pamięci   ./penumbra.bin "$@"
Penumbra: Overture exited unexpectedly, please check
/home/serpens/.frictionalgames/Penumbra/Overture/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
File "/usr/lib/alsa-lib/libasound_module_pcm_pulse.so" exists and is readable for me.
"Naruszenie ochrony pamięci" means segfault.
Try installing the openal-soft package from fedora and REMOVING the libopenal.so in the "lib" folder of the installation.

I'll be upgrading my F11 to F12 here shortly (probably later today) but from the log its' stopping on the sound using the distributions OPENAL soft lib should fix it.
Thanks, it worked.
I had openal-soft and openal-soft-devel packages installed (both i686 and x86_64). Removing libopenal.so.1.3.253 fixed the game.