[Scummvm-tracker] [ScummVM :: Bugs] #13073: BACKENDS: SDL: Strange initSizeHint() behavior

ScummVM :: Bugs trac at scummvm.org
Thu Aug 14 16:28:57 UTC 2025


#13073: BACKENDS: SDL: Strange initSizeHint() behavior
-------------------------+---------------------------
Reporter:  eriktorbjorn  |       Owner:  criezy
    Type:  defect        |      Status:  pending
Priority:  normal        |   Component:  Graphics
 Version:                |  Resolution:  fixed
Keywords:                |        Game:  Zork Nemesis
-------------------------+---------------------------
Comment (by eriktorbjorn):

 Sorry, I had completely forgotten about this.

 But actually, Zork Nemesis doesn't even start for me at the moment.

 {{{
 ERROR: Unable to load the file ZNEMSCR/MEDIUM.ZIX!
 }}}

 It's trying to do this:

 {{{
         case GID_NEMESIS:
                 if (!_fileManager->loadZix("NEMESIS.ZIX"))
                         // The game might not be installed, try MEDIUM.ZIX
 instead
                         if (!_fileManager->loadZix("ZNEMSCR/MEDIUM.ZIX"))
                                 error("Unable to load the file
 ZNEMSCR/MEDIUM.ZIX");
                 break;
 }}}

 But even though there is a znemsrc/medium.zix in my game directory, it
 doesn't find it. This is a different problem, of course, and quite
 possibly something to do with Path. But it does make it hard for me to
 test right now.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/13073#comment:4>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list