https://bugs.winehq.org/show_bug.cgi?id=46724
Ethan Lee flibitijibibo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |flibitijibibo@gmail.com
--- Comment #1 from Ethan Lee flibitijibibo@gmail.com --- Created attachment 63705 --> https://bugs.winehq.org/attachment.cgi?id=63705 Uninitialized memory fix for XAUDIO2_VOICE_SENDS*
I believe the crash is due to an uninitialized pointer sending bogus data to our send wrappers, does the attached patch fix the issue? It works for me, but I could be missing more variables...