You are not logged in.

#1 2014-02-19 12:26:44

blackout23
Member
Registered: 2011-11-16
Posts: 781

[SOLVED] Antichamber no sounds

Hey,

anyone else picked up the latest Humble Bundle? It features Antichamber which can be installed with a Mojo Installer. On my x86_64 system it complained about the missing libogg.so and libvorbis.so so I installed the lib32-* version and the game started but I still don't have any sound.
The terminal still spits out some error messages.

tim@archbox ~/Antichamber % ./Antichamber.sh -resx=2560 -resy=1440
Setting breakpad minidump AppID = 219890
dlopen failed trying to load:
/home/tim/.local/share/Steam/linux32/libsteam.so
with error:
/home/tim/.local/share/Steam/linux32/libsteam.so: cannot open shared object file: No such file or directory
dlopen failed trying to load:
libsteam.so
with error:
libsteam.so: cannot open shared object file: No such file or directory
Steam_SetMinidumpSteamID:  Caching Steam ID:  76561197999178923 [API loaded no]
Loading library: libPhysXCooking.so
Result of loading library libPhysXCooking.so: 0xa2c0c80
Loading library: PhysXUpdateLoader.so
ERROR: PhysXUpdateLoader.so: cannot open shared object file: No such file or directory
Result of loading library PhysXUpdateLoader.so: 0x0
Loading library: libPhysXCore.so
Result of loading library libPhysXCore.so: 0xa2c0a00
ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
^[^[^[^[./Antichamber.sh -resx=2560 -resy=1440  33,59s user 5,36s system 93% cpu 41,537 total

I looked at libasound_module_pcm_pulse.so which is part of alsa-plugins and I have the lib32-* version installed. What's wrong? Also why does the game start with these missing libraries, but couldn't start without lib32-libogg and lib32-libvorbis?

Solution: pacman -S lib32-libpulse
Thanks lewishallam!

Last edited by blackout23 (2014-02-19 21:47:43)

Offline

#2 2014-02-19 12:43:42

jdarnold
Member
From: Medford MA USA
Registered: 2009-12-15
Posts: 485
Website

Re: [SOLVED] Antichamber no sounds

Try running 'ldd' on libasound_module_pcm_pulse. It may be there but perhaps other dependencies are not, so it can't load it.

As for why it runs with some missing libraries and not others - it all depends on whether it is a hard link or if the program loads the .so at run time. If it is a hard link, it won't load at all. If it resolves at run time, it may not be necessary just nice.

Offline

#3 2014-02-19 21:00:47

lewishallam
Member
Registered: 2014-02-19
Posts: 3

Re: [SOLVED] Antichamber no sounds

Installing

lib32-libpulse

fixed it for me ^^

Offline

Board footer

Powered by FluxBB