Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Replacing the shipped openal.so with a link to /usr/lib/openal.so also did the trick for me.
it's not a good idea to replace system libs.
anyone have suggestions what i'm missing? or how to debug this issue, i really want this to work. if it has it's own openal.so, it should know to use it instead the system one?
$ yum list installed *openal*
Installed Packages
openal-soft.i686 1.14-3.fc18 @fedora
openal-soft.x86_64 1.14-3.fc18 @fedora
wine-openal.i686 1.5.18-1.fc18 @fedora
wine-openal.x86_64 1.5.18-1.fc18 @fedora
$ yum list installed *pulseaudio*
Installed Package
alsa-plugins-pulseaudio.i686 1.0.26-2.fc18 @fedora
alsa-plugins-pulseaudio.x86_64 1.0.26-2.fc18 @fedora
pulseaudio.x86_64 2.1-5.fc18 @updates
pulseaudio-gdm-hooks.x86_64 2.1-5.fc18 @updates
pulseaudio-libs.i686 2.1-5.fc18 @updates
pulseaudio-libs.x86_64 2.1-5.fc18 @updates
pulseaudio-libs-glib2.i686 2.1-5.fc18 @updates
pulseaudio-libs-glib2.x86_64 2.1-5.fc18 @updates
pulseaudio-module-bluetooth.x86_64 2.1-5.fc18 @updates
pulseaudio-module-x11.x86_64 2.1-5.fc18 @updates
pulseaudio-utils.x86_64 2.1-5.fc18 @updates
wine-pulseaudio.i686 1.5.18-1.fc18 @fedora
wine-pulseaudio.x86_64 1.5.18-1.fc18 @fedora
fedora 17 here
simply renamed the openal.so in the game and sobstiture with a link to the system one
"ln -s /usr/lib/libopenal.so.1 libopenal.so"
ln -s /usr/lib/libopenal.so.1 /usr/lib/libopenal.so
is that what you ment? did not work for me...
not exactly,
i had gone into the steam installation, and in the directory
SteamLibrary/SteamApps/common/Space Pirates and Zombies
i renamed the file libopenal.so into libopenal.so-notworking
then in that directory I launched "ln -s /usr/lib/libopenal.so.1 libopenal.so"
this command create in local (steam) directory a link to the system library.
doing so i substituted the library shipped with steam with the system library that function
It worked for me as well!
I also added comment on related issue i opened on github.
The following works: link (ln -s) your openal library to the following path:
"[Steampath]/SteamApps/common/Space Pirates and Zombies"
your openal lib can be found either in "/usr/lib/i386-linux-gnu/libopenal.so" (ubuntu as it seems to me) or in "/usr/lib/openal.so" (arch)