You are not logged in.

#1 2019-12-26 02:15:48

bohokash
Member
Registered: 2019-11-30
Posts: 76

No sound in Wine when VLC is playing

I use a windows app with Wine, called mp3directcut. Unfortunately there is no sound output, for previewing the cut, when other applications (eg VLC, Chromium browser window) are using the sound card.

There are error messages too, from Wine

0041:err:module:load_so_dll failed to load .so lib "/usr/bin/../lib32/wine/winepulse.drv.so": libpulse.so.0: cannot open shared object file: No such file or directory

ALSA lib dlmisc.c:283:(snd_dlobj_cache_get0) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so ((null): libpulse.so.0: cannot open shared object file: No such file or directory)

ALSA lib dlmisc.c:283:(snd_dlobj_cache_get0) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so ((null): libpulse.so.0: cannot open shared object file: No such file or directory)

Interestingly, the libraries, which Wine says missing, in fact, they are in place:

-rwxr-xr-x 1 root root 207304 Nov 29 21:36 winepulse.drv.so
-rwxr-xr-x 1 root root 29916 Nov 23 18:28 libasound_module_pcm_pulse.so

Offline

#2 2019-12-26 11:19:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,449

Re: No sound in Wine when VLC is playing

Are they? Is lib32-libpulse installed? You will probably more generally want to look at the opt depends of wine, there are quite a few lib32 libs that usually aren't "inherently" installed necessarily that will  extend and provide further support for certain wine functionalities.

Last edited by V1del (2019-12-26 11:21:38)

Offline

#3 2019-12-26 17:14:15

bohokash
Member
Registered: 2019-11-30
Posts: 76

Re: No sound in Wine when VLC is playing

Those two files was there, as far as I can tell. But lib32-libpulse wasn't installed yet, thanks.

Offline

#4 2019-12-26 18:18:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,449

Re: No sound in Wine when VLC is playing

Well these files are there but /usr/lib32/libpulse.so.0 will not have been which is what they're searching for.

Please mark as [SOLVED] by editing the title in your first post. https://wiki.archlinux.org/index.php/Co … ow_to_post

Offline

Board footer

Powered by FluxBB