Opened 18 months ago
Closed 18 months ago
#14509 closed patch (fixed)
"Might and Magic Book One: The Secret of the Inner Sanctum": ScummVM freezes and crashes on 2nd run
Reported by: | Uka77 | Owned by: | dreammaster |
---|---|---|---|
Priority: | high | Component: | Engine: MM: MM1 |
Version: | Keywords: | MM1, crash | |
Cc: | Game: |
Description
The problem is with the newly supported game: "Might and Magic Book One: The Secret of the Inner Sanctum". The first time it is added in ScummVM, it runs fine. But after some autosave is created in ScummVM's SAVED GAMES folder, everything becomes broken: on 2nd and more runs, ScummVM freezes and crashes instead of launching the game. Cleaning SAVED GAMES folder does help - until more files are created there by ScummVM.
That relates to both "Original" and "Enhanced" versions.
Attachments (1)
Change History (3)
by , 18 months ago
Attachment: | Saved games.rar added |
---|
comment:2 by , 18 months ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the report. I can reproduce the bug (although only when building with optimizations enabled). Tested on Linux x86_64 with master 7cb2e1ce5ff356af221cdc171bc81c9784571d93
The game will crash on start if "mm1_enh-roster.dta" (or "mm1-roster.dta" for the non-enhanced version) exists in the ScummVM saves directory.
Possible fix in this PR: https://github.com/scummvm/scummvm/pull/5091