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

×
pulled an old game out of storage to have another round. It installed fine but I have no sound!

running on a Thinkpad X230.

I have all the prerequisites installed:

sudo dpkg --add-architecture i386
sudo apt-get -y install libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386

However I get this message when I try install the above:

Note, selecting 'libasound2-data' instead of 'libasound2-data:i386'

And this is what I see when I start the game from the terminal:

fixme:win:EnumDisplayDevicesW ((null),0,0x33a608,0x00000000), stub!
err:d3d:context_create >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from
glLightModeli(GL_LIGHT_MODEL_LOCAL_VIEWER, GL_TRUE); @ context.c / 1540
ALSA lib conf.c:3314:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib confmisc.c:674:(snd_determine_driver) could not open control for card 0
ALSA lib conf.c:3328:(snd_config_hooks_call) function snd_config_hook_load_for_all_cards returned error: Invalid argument
ALSA lib confmisc.c:674:(snd_determine_driver) could not open control for card 0
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_card_driver returned error: Invalid argument
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_concat returned error: Invalid argument
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4248:(_snd_config_evaluate) function snd_func_refer returned error: Invalid argument
ALSA lib conf.c:4727:(snd_config_expand) Evaluate error: Invalid argument
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.default
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
err:d3d:context_create >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from
glLightModeli(GL_LIGHT_MODEL_LOCAL_VIEWER, GL_TRUE); @ context.c / 1540
fixme:d3d_surface:wined3d_surface_flip Ignoring flags 0x1.
libgcc_s.so.1 must be installed for pthread_cancel to work
err:seh:setup_exception_record stack overflow 864 bytes in thread 002b eip 7ef68aa8 esp 05ed0fd0 stack 0x5ed0000-0x5ed1000-0x5fd0000
err:d3d:context_create >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glLightModeli(GL_LIGHT_MODEL_LOCAL_VIEWER, GL_TRUE); @ context.c / 1540

The Game then runs but without sound.

Anyone able to help??
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
ikunat33: pulled an old game out of storage to have another round. It installed fine but I have no sound!

running on a Thinkpad X230.

I have all the prerequisites installed:

sudo dpkg --add-architecture i386
sudo apt-get -y install libc6:i386 libasound2:i386 libasound2-data:i386 libasound2-plugins:i386

However I get this message when I try install the above:

Note, selecting 'libasound2-data' instead of 'libasound2-data:i386'

And this is what I see when I start the game from the terminal:

<snip>

The Game then runs but without sound.

Anyone able to help??
Hello ikunat33,

Please install your local Wine package using the following command:

sudo apt-get install wine

That will install all dependencies needed for the game.

You might also want to install 32 bit drivers for your video card:

sudo apt-get install libgl1:i386 libgl1-mesa-dri:i386 libtxc-dxtn0:i386
Post edited March 02, 2017 by linuxvangog
thanks for the response linuxvangog.

I have already installed the wine as you suggested.
I tried that other thing with the video drivers you suggested and now it does not start at all... so I am undoing that.
any other thoughts?

still no sound.
avatar
ikunat33: thanks for the response linuxvangog.

I have already installed the wine as you suggested.
I tried that other thing with the video drivers you suggested and now it does not start at all... so I am undoing that.
any other thoughts?

still no sound.
Can you contact our support at https://support.gog.com? Please attach your system info by generating a system report using a script that you will find in your game installation folder.

That way we should be able to identify your issue faster.
Post edited March 03, 2017 by linuxvangog
You could give a try to the ./play.it installation method.
It builds a .deb package from the GOG installer, and use your system-wide version of WINE.

If it still doesn’t work with the ./play.it script, please give me a head up in the linked thread ;-)
Post edited March 03, 2017 by vv221