http://bugs.winehq.org/show_bug.cgi?id=58949
Bug ID: 58949 Summary: Sound test in winecfg doesn't produce audio Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Keywords: regression, source Severity: minor Priority: P2 Component: winmm&mci Assignee: wine-bugs@list.winehq.org Reporter: gyebro69@gmail.com CC: gmascellani@codeweavers.com Regression SHA1: 21fb3555ed1f26e46d4c82cb2ec8fc29f730a0e9 Distribution: ArchLinux
Created attachment 79646 --> http://bugs.winehq.org/attachment.cgi?id=79646 +winmm,+mmdevapi log
No sound can be heard when pressing the Test sound button in winecfg. All the settings are the same as before e.g. selected driver: winepulse.drv, Output device: (System default), Speaker configuration: Stereo.
Reverting commit 21fb3555ed1f26e46d4c82cb2ec8fc29f730a0e9 fixes the problem for me.
The couple apps/games I tried all produce audio while running.
wine-10.18-229-g0fc31f45624
http://bugs.winehq.org/show_bug.cgi?id=58949
--- Comment #1 from Giovanni Mascellani gmascellani@codeweavers.com --- Thanks for reporting. I think I understand the problem: in 21fb3555ed1f26e46d4c82cb2ec8fc29f730a0e9 inadvertently removed support for wave formats different from PCM and float. I'll work on a fix.
http://bugs.winehq.org/show_bug.cgi?id=58949
--- Comment #2 from Giovanni Mascellani gmascellani@codeweavers.com --- https://gitlab.winehq.org/wine/wine/-/merge_requests/9454 should fix this problem.