https://bugs.winehq.org/show_bug.cgi?id=49721 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com --- Comment #2 from Alistair Leslie-Hughes <leslie_alistair(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.