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

×
Hi guys,

I recently purchased both Icewind Dale:EE and BG:EE today and I noticed that both of them would not play any audio. The following error showed in the terminal:

ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
AL lib: alsa_open_playback: Could not open playback device 'default': No such device or address


After looking into the problem more, I found out that both games require the 32-bit ALSA plugins for pulse audio. Specifically, the file missing is libasound_module_pcm_pulse.so.

So if you want to fix this, you will just need to install the following file using YUM in Fedora.

yum install alsa-plugins-pulseaudio.i686

I hope that helps!!