http://bugs.winehq.org/show_bug.cgi?id=59846 Alistair Leslie-Hughes <leslie_alistair@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|dsound |quartz CC| |leslie_alistair@hotmail.com --- Comment #1 from Alistair Leslie-Hughes <leslie_alistair@hotmail.com> --- Reproduced the issue. Work around winetricks quartz The crash occurs because the dst and src surfaces are not the same type. source is YV12 destination is RGB24 The destination is created via the application "allocator" and I couldn't find the location (d3d*) of where it was creating the destination Surface. Not sure, if we actually need to convert to the destination type. Guess a few tests could prove one way or another. -- 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.