http://bugs.winehq.org/show_bug.cgi?id=59200 --- Comment #3 from Michael Stefaniuc <mstefani@winehq.org> --- Thanks 012c:fixme:dmime:segment_state_GetObjectInPath (058CB720, -5, 24576, 0, {00000000-0000-0000-0000-000000000000}, 0, {279afa85-4981-11ce-a521-0020af0be560}, 0022F8CC): stub Nothing DMusic happens in between that and the crash. And that's supposed to return an object/iface and Wine just returns S_OK. Application rightfully expects to have gotten the requested IDirectSoundBuffer. You can try to change the "return S_OK" to "return DMUS_E_NOT_FOUND" and that might be enough to stop the crash. First app I see actually using that method (or DirectMusicSegmentState8_GetObjectInPath how it was called prior to 2023). -- 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.