[Scummvm-tracker] [ScummVM :: Bugs] #15489: SAGA: IHNM fails to start on the 3DS
ScummVM :: Bugs
trac at scummvm.org
Sun Nov 17 22:21:02 UTC 2024
#15489: SAGA: IHNM fails to start on the 3DS
------------------------+------------------------------
Reporter: ccawley2011 | Owner: (none)
Type: defect | Status: new
Priority: high | Component: Engine: SAGA
Version: | Resolution:
Keywords: | Game: I Have No Mouth
------------------------+------------------------------
Comment (by sev-):
The callstack is
`
SagaEngine::run()
SagaEngine::initGame()
Resource::createContexts()
`
And the only `return false` lives in:
`
for (ResourceContextList::iterator i = _contexts.begin(); i !=
_contexts.end(); ++i) {
if (!(*i)->load(_vm, this)) {
warning("Cannot load context %s",
(*i)->_fileName);
return false;
`
--
Ticket URL: <https://bugs.scummvm.org/ticket/15489#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list