View Full Version : Cannot Open OpenAL error??
jimmio1992
12-20-2006, 12:44 AM
Sadly, I can't hear any sounds whatsoever out of this wonderful game. I use SuSe Linux 10.1, and, no luck. Any suggestions? Thanks.
surak
12-20-2006, 01:03 AM
You need to install the openal package from your linux distribution.
jimmio1992
12-20-2006, 05:42 AM
So, pop in the correct Disc?
surak
12-20-2006, 11:47 AM
Sorry, what do you mean?
lvviera
12-20-2006, 04:04 PM
As far as I know it doesn't come with the install cds (at least not in suse 9.1). Unzip this file and put it in /usr/lib (as root)
Surak: Si le entendí pregunta si con meter el disco correcto se arregla.
ArcticWolf
12-20-2006, 06:38 PM
How to fix the sound on Linux (at least in Ubuntu):
Method #1 (Seldon_SL way):
Open a console and type gedit.
Add the following to the file:
# Contains user settings for OpenAL
# Goes in ~/.openalrc
# Use ALSA (valid: sdl, native, alsa)
(define devices '(native))
Save it as .openalrc on your home directory.
Method #2 (amuchamu way)
Download the file: link to the file. (http://www.regnumonline.com.ar/forum/attachment.php?attachmentid=590&d=1162658616)
Unzip the file to your home directory.
Open a console and type sudo cp /home/yourhomedirectory/libopenal.so /usr/lib/libopenal.so.
Maybe you should restart your computer for the changes to take effect.
(Credits to Seldon_SL and amuchamu. Translated by me)
http://www.regnumonline.com.ar/forum/showthread.php?t=1397&page=5&highlight=libopenal.so
vBulletin® v3.8.7, Copyright ©2000-2024, vBulletin Solutions, Inc.