You are not logged in.
Pages: 1
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
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
Those two files was there, as far as I can tell. But lib32-libpulse wasn't installed yet, thanks.
Offline
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
Pages: 1