[Scummvm-tracker] [ScummVM :: Bugs] #12721: Quest for Glory 1 EGA crashes during Intro & Start New Game

ScummVM :: Bugs trac at scummvm.org
Tue Jul 6 21:40:35 UTC 2021


#12721: Quest for Glory 1 EGA crashes during Intro & Start New Game
-------------------------+--------------------------------
Reporter:  Tucky27       |       Owner:  (none)
    Type:  defect        |      Status:  new
Priority:  normal        |   Component:  Engine: SCI
 Version:                |  Resolution:
Keywords:  hero's quest  |        Game:  Quest for Glory 1
-------------------------+--------------------------------
Comment (by wjp):

 The culprit is 1c3e7fb4e9e761b26840ca7dd785e80dfa639f18, "COMMON: Change
 Rect and Point to have int32 fields".

 Specifically, interactions between 16 bit values copied from scripts and
 Common::Rect objects are now potentially broken (and there are a lot of
 those in SCI), because these typically go via uint16's. This worked as
 expected when Rect fields were int16, but now behaves differently.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/12721#comment:5>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list