https://bugs.winehq.org/show_bug.cgi?id=39591
kuwanger@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kuwanger@gmail.com
--- Comment #22 from kuwanger@gmail.com --- Using POL, I was able to narrow down the issue to the 1.7.49 update. Further, guessing it was an xaudio issue, I included a native override of xaudio2_8.dll (which is actually just a stub) which seems to resolve the issue. Looking a bit related to the point, the actual <a href="https://www.winehq.org/pipermail/wine-patches/2015-July/141206.html">[PATCH] xaudio2_8: Add DLL and implement XAudio2Create</a> calls upon xaudio2.7 to function and seems related. But a native order of xaudio2_7.dll (with an actual native xaudio2_7.dll) still leads to a crash.
Anyways, hope that helps.