https://bugs.winehq.org/show_bug.cgi?id=24723 --- Comment #22 from Bruno Jesus <00cpxxx(a)gmail.com> --- Created attachment 52813 --> https://bugs.winehq.org/attachment.cgi?id=52813 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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.