https://bugs.winehq.org/show_bug.cgi?id=55108 Jeff Smith <whydoubt(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |whydoubt(a)gmail.com --- Comment #1 from Jeff Smith <whydoubt(a)gmail.com> --- Note that on Win 10, xaudio2_8.dll is <4KB, so it probably just forwards everything to xaudio2_9.dll, and thus we get the same result with either. So... On Windows 8, XAudio2Create() returns an 'IID_IXAudio28' interface. On Windows 10, XAudio2Create() returns an 'IID_IXAudio29' interface. I created a fix that accepts both IID_IXAudio28 and IID_IXAudio29 as valid. https://gitlab.winehq.org/wine/wine/-/merge_requests/3716 -- 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.