[Scummvm-tracker] [ScummVM] #10926: SCI: SQ3 German Amiga's menus not parsed correctly

ScummVM trac at scummvm.org
Wed Mar 27 23:32:35 CET 2019


#10926: SCI: SQ3 German Amiga's menus not parsed correctly
-----------------------------+---------------------------
Reporter:  sluicebox         |      Owner:  (none)
    Type:  defect            |     Status:  new
Priority:  normal            |  Component:  Engine: SCI
Keywords:  has-pull-request  |       Game:  Space Quest 3
-----------------------------+---------------------------
 kAddMenu errors when parsing the SQ3 German Amiga menu strings because
 they use #G as a language separator and GfxMenu::kernelAddEntry currently
 expects # to always be a function prefix. This prevents the game from
 loading.

 Example menu string:

 {{{

 About game#GSpiel-Info`^a :Help#GHilfe`#1 :VaporCalc#GVerdampferKalk`^c
 :Language#GSprache`^l_
 }}}


 Testing this currently requires disabling sound in ScummVM because the
 unrelated bug #10925 crashes when loading this game with sound.

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


More information about the Scummvm-tracker mailing list