Opened 4 years ago

#11806 new defect

EMI: PS2 attract-screen locks up when it's expecting to show a demo

Reported by: sev- Owned by:
Priority: normal Component: Engine: Grim
Version: Keywords:
Cc: Game: Escape from Monkey Island

Description

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

Change History (0)

Note: See TracTickets for help on using tickets.