[Scummvm-tracker] [ScummVM :: Bugs] #11806: EMI: PS2 attract-screen locks up when it's expecting to show a demo

ScummVM :: Bugs trac at scummvm.org
Thu Oct 15 20:55:28 UTC 2020


#11806: EMI: PS2 attract-screen locks up when it's expecting to show a demo
-------------------+---------------------------------------
Reporter:  sev-    |      Owner:  (none)
    Type:  defect  |     Status:  new
Priority:  normal  |  Component:  Engine: Grim
Keywords:          |       Game:  Escape from Monkey Island
-------------------+---------------------------------------
 Just wait a while to see this happening, the Loading text will show up
 with the CD, and nothing happens.

 We probably should stub that properly, so that it doesn't happen at all,
 or patch out the demo-stuff from the scripts.

 ----

 I already did stub the relevant calls.

 The issue is caused by a loop that looks something like

 while 1 do
     break_here()
 end
 This is right after the call to SetReplayMode.

 https://github.com/residualvm/residualvm/issues/1011
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/11806>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list