https://bugs.winehq.org/show_bug.cgi?id=49721
Bug ID: 49721 Summary: The Secret of Monkey Island SE crashes on exit with built-in xactengine3_4 Product: Wine Version: 5.15 Hardware: x86 OS: Linux Status: NEW Severity: minor Priority: P2 Component: xactengine Assignee: wine-bugs@winehq.org Reporter: gyebro69@gmail.com Distribution: ---
Created attachment 67982 --> https://bugs.winehq.org/attachment.cgi?id=67982 plain terminal output
Although it's not a game-breaking bug (happens only when quitting the game), yet it would be nice to get rid of the crash. With native xactengine3_4.dll the game quits properly.
https://bugs.winehq.org/show_bug.cgi?id=49721
--- Comment #1 from Béla Gyebrószki gyebro69@gmail.com --- Created attachment 67983 --> https://bugs.winehq.org/attachment.cgi?id=67983 +xact3 log
https://bugs.winehq.org/show_bug.cgi?id=49721
Christoph Korn christoph.korn@posteo.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |christoph.korn@posteo.de
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
https://bugs.winehq.org/show_bug.cgi?id=49721
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTOURBUG Status|NEW |RESOLVED
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- This can be closed once FAudio 20.09 is released.
Fixed by https://github.com/FNA-XNA/FAudio/commit/92fbd51505bf4e4fb302b8edf47cf865819...
https://bugs.winehq.org/show_bug.cgi?id=49721
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- (In reply to Alistair Leslie-Hughes from comment #3)
This can be closed once FAudio 20.09 is released.
Fixed by https://github.com/FNA-XNA/FAudio/commit/ 92fbd51505bf4e4fb302b8edf47cf8658195a24f
Should be FAudio 20.10.
https://bugs.winehq.org/show_bug.cgi?id=49721
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Fixed upstream by https://github.com/FNA-XNA/FAudio/releases/tag/20.10