[Scummvm-tracker] [ScummVM :: Bugs] #15303: SCI: LSL5: There is a small chance that text messages are skipped (might affect other games as well)

ScummVM :: Bugs trac at scummvm.org
Mon Dec 2 18:06:14 UTC 2024


#15303: SCI: LSL5: There is a small chance that text messages are skipped (might
affect other games as well)
-------------------------+-----------------------------------
Reporter:  eriktorbjorn  |       Owner:  (none)
    Type:  defect        |      Status:  new
Priority:  normal        |   Component:  Engine: SCI
 Version:                |  Resolution:
Keywords:                |        Game:  Leisure Suit Larry 5
-------------------------+-----------------------------------
Comment (by m-kiewitz):

 As far as I know it's a known overflow problem of the original game
 scripts.

 Message boxes have timers, but these timers do not take overflows into
 consideration.
 So if a message box is supposed to stay on screen for 20 seconds, but a
 timer overflow happens, the message box will get closed way faster than it
 was supposed to close.

 You should be able to reproduce it using the original interpreter. It
 happens every 18 minutes.

 It's not our bug, it's a bug in certain games.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15303#comment:43>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list