https://bugs.winehq.org/show_bug.cgi?id=42311
--- Comment #5 from Jan Ziak (http://atom-symbol.net) 0xe2.0x9a.0x9b@gmail.com --- (In reply to Sebastian Lackner from comment #4)
Based on your log the winepulse driver is compiled correctly.
Does sound output work with other applications?
Non-wine application: yes
Could you attach a log with WINEDEBUG=+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d, +xaudio2,+xapofx,+dmusic,+mci,+pulse,+oss,+alsa,+coreaudio,+timestamp ?
Take a look here if you need additional information how to do that: https://wiki.winehq.org/FAQ#How_do_I_get_a_debug_trace.3F
$ cd .wine $ rm -f *.reg $ ls dosdevices drive_c $ WINEDEBUG=... winecfg &>> winecfg.log $ ls dosdevices drive_c system.reg user.reg $ grep -i pulse *.reg (no match)
The contents of drive_c are NOT being deleted by me when switching Wine versions.
After executing the following code:
$ rm -rf $HOME/.wine $ winecfg
winecfg reports that Wine is using winepulse.drv
This means that the cause of this bug is related to Wine updates.