https://bugs.winehq.org/show_bug.cgi?id=55108
Jeff Smith whydoubt@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |whydoubt@gmail.com
--- Comment #1 from Jeff Smith whydoubt@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