crash on startup - 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: crash on startup (/thread-3075.html) |
crash on startup - Serpens - 11-29-2009 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 "Naruszenie ochrony pamięci" means segfault. RE: crash on startup - Urkle - 11-30-2009 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. RE: crash on startup - Serpens - 11-30-2009 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. |