[Scummvm-tracker] [ScummVM :: Bugs] #15079: MM: XEEN: Can't start World of Xeen from commandline
ScummVM :: Bugs
trac at scummvm.org
Sun Nov 10 17:36:46 UTC 2024
#15079: MM: XEEN: Can't start World of Xeen from commandline
---------------------+---------------------------------------------
Reporter: ArekReve | Owner: (none)
Type: defect | Status: new
Priority: high | Component: Engine: MM: Xeen
Version: | Resolution:
Keywords: | Game: Might and Magic: World of Xeen
---------------------+---------------------------------------------
Comment (by dreammaster):
In [changeset:"aa33d5f7201bf90832a341b0afdf9e613b88a1c9" aa33d5f7]:
{{{#!CommitTicketReference repository=""
revision="aa33d5f7201bf90832a341b0afdf9e613b88a1c9"
COMMON: Fix World of Xeen crashing when run from command line
Fixes bug #15079
When run from the command line, the engine starts up and hooks
in the mm.dat data archive. Then when the debugger console is
created, it only then iterates through all the archives for
theme files. The problem was that there was an assert in the
archive class to prevent engines using data from the wrong
subfolder in cases like the MM engine which has multiple games.
So the themes code triggered that by iterating over all the files.
When the game was run from the GUI this wasn't triggered, because
theme files had already been loaded for the launcher prior to the
game starting.
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/15079#comment:5>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list