https://bugs.winehq.org/show_bug.cgi?id=45473 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #1 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- The attached patch stop the buffer from being destroyed in the IDirectSoundNotify, which doesn't make sense. However this patches keeps a extra numIfaces incremented so what warnings do appear in the log file but secondarybuffer_destroy is called once the primary buffer is deleted. The basic code Create IDirectSoundBuffer IDirectSoundBuffer->QI (IDirectSoundNotify ) Set SetNotificationPositions ... Play something. On final Notification Release IDirectSoundNotify. At which point the secondary buffer is destroyed and which crashes the mixer thread. -- 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.