https://bugs.winehq.org/show_bug.cgi?id=24723
--- Comment #23 from Béla Gyebrószki gyebro69@gmail.com --- (In reply to Bruno Jesus from comment #22)
Created attachment 52813 [details] test patch
This is a shoot in the dark based on the log, right before the crash there are some weird numbers showing that there is possibly not enough space to do the pcm data conversion.
002b:trace:msacm:PCM_StreamConvert (0x26064c, 0x307e8cc) 002b:trace:msacm:PCM_StreamConvert nsrc=9,adsh->cbSrcLength=36 002b:trace:msacm:PCM_StreamConvert ndst=1073741823,adsh->cbDstLength=-4
Maybe by ignoring the conversion we won't write past the output buffer.
The patch fixes the crash, thanks Bruno.