https://bugs.winehq.org/show_bug.cgi?id=49678
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
--- Comment #1 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- I wouldn't call this one a regression, it more like missing functionally.
https://docs.microsoft.com/en-us/previous-versions/bb174634(v=vs.85)
<quote> To ascertain that the wave bank is prepared, do one of the following:
Create an XACTNOTIFICATIONTYPE_WAVEBANKPREPARED notification by using IXACTEngine::RegisterNotification.
–or–
Issue a query about the state of the wave bank by using IXACTWaveBank::GetState. When the XACT_WAVEBANKSTATE_PREPARED bit is set, you can use the wave bank. <quote>
So the application appears to be waiting for a XACTNOTIFICATIONTYPE_WAVEBANKPREPARED notification.