https://bugs.winehq.org/show_bug.cgi?id=49721
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- The root cause of the crash is an assumption in FAudio about what the wavebank->io element points to. It's assumed to be an SDL_RWFromFile structure but in the case of a IXACT3Engine_CreateStreamingWaveBank it's passing an wrap_readfile_struct structure, which aren't compatible.
https://github.com/FNA-XNA/FAudio/issues/213