[Scummvm-tracker] [ScummVM :: Bugs] #10969: SCI: LB2: Floppy version broken by recent commit

ScummVM :: Bugs trac at scummvm.org
Tue Jun 4 02:00:00 CEST 2019


#10969: SCI: LB2: Floppy version broken by recent commit
----------------------+------------------------------------------------
Reporter:  sluicebox  |      Owner:  (none)
    Type:  defect     |     Status:  new
Priority:  blocker    |  Component:  Engine: SCI
Keywords:             |       Game:  Laura Bow 2: The Dagger of Amon-Ra
----------------------+------------------------------------------------
 A recent commit broke LB2 floppy, crashing on kernel init:

 https://github.com/scummvm/scummvm/commit/9551e64bdfc05954f41b665a3ae706f46304347e

 The crash involves selector names and this is one of the weird games that
 didn't ship with selector names.


 {{{
 bool Kernel::selectorNamesAvailable() {
         return !_selectorNames.empty(); // crash: _selectorNames isn't set
 }
 }}}

-- 
Ticket URL: <https://bugs.scummvm.org/ticket/10969>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list