It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hey there,

I am running Wasteland 2 on a Debian Jessie 64bits but I have no sound. It doesn't create any stream in pulseaudio and I have no error in the terminal.

Anyone have an idea of what the problem could be?

[EDIT] Solved. I have installed libasound i386 packages and it's working fine
Post edited September 20, 2014 by Kaffeine
You can look in ~/.config/unity3d/inXile/Wasteland2/Player.log for more details.

The game is 32 bit, so maybe you are missing 32 bit libraries for sound.

Those listed on the game page :

Requires the following packages to be installed: libc6:i386, libasound2:i386, libasound2-data:i386, libasound2-plugins:i386 and dependencies.
And maybe 32 bit libpulse. (I don't use Debian, I don't know the exact name of the package.)
For Gentoo I had to add abi_x86_32 USE flag to media-libs/libsdl and all its dependent packages.
From the list of packages listed on the game card you only need this one:
libasound2-plugins:i386

All the other packages needed for sound will be grabbed automatically by this one.

-----

Ouch, once again I got tricked by not reading the original post date…
Post edited August 12, 2015 by vv221
Bumpin' an old thread.

I am having the same problems, but on Arch Linux.
I can't find a lib32-asound2 or something similar in Arch. Can anyone point me in the right direction?
avatar
scippie75: I can't find a lib32-asound2 or something similar in Arch.
If you have not already, within /etc/pacman.conf, enable '[multilib]' repository.

# pacman -S lib32-alsa-lib

Contents of aforementioned package:
/usr/lib32/libasound.so
/usr/lib32/libasound.so.2
/usr/lib32/libasound.so.2.0.0
/usr/lib32/libatopology.so
/usr/lib32/libatopology.so.2
/usr/lib32/libatopology.so.2.0.0
/usr/lib32/pkgconfig/alsa-topology.pc
/usr/lib32/pkgconfig/alsa.pc
avatar
scippie75: I can't find a lib32-asound2 or something similar in Arch.
avatar
Palestine: If you have not already, within /etc/pacman.conf, enable '[multilib]' repository.

# pacman -S lib32-alsa-lib

Contents of aforementioned package:
/usr/lib32/libasound.so
/usr/lib32/libasound.so.2
/usr/lib32/libasound.so.2.0.0
/usr/lib32/libatopology.so
/usr/lib32/libatopology.so.2
/usr/lib32/libatopology.so.2.0.0
/usr/lib32/pkgconfig/alsa-topology.pc
/usr/lib32/pkgconfig/alsa.pc
I thought I already tried that, but tried it again... still no sound. Seems I am missing something else?