[Scummvm-tracker] [ScummVM :: Bugs] #13425: SCUMM: PAJAMA Multiple animation errors during Cheese & Crackers game during final cutscene

ScummVM :: Bugs trac at scummvm.org
Tue Apr 19 07:38:13 UTC 2022


#13425: SCUMM: PAJAMA Multiple animation errors during Cheese & Crackers game
during final cutscene
-------------------------+----------------------------
Reporter:  Thunderforge  |       Owner:  (none)
    Type:  defect        |      Status:  new
Priority:  normal        |   Component:  Engine: SCUMM
 Version:                |  Resolution:
Keywords:                |        Game:  Pajama Sam 1
-------------------------+----------------------------
Comment (by eriktorbjorn):

 The main (possibly only?) missing object is drawn by a call to
 drawObject(), with obj = 2.

 That prompts it to look for an IM01 resource to draw. I added some debug
 messages based on that, and this is what I saw in my HE99 version:

 {{{
 xpos: 7, ypos: 248, width: 64, height = 208
 Searching... curpos = 8, totalsize = 15540
 Looking for IM01 but seeing IMHD (size 30)
 Looking for IM01 but seeing IM01 (size 15502)
 Found it!
 }}}

 In the Steam version, I saw this instead:

 {{{
 xpos: 7, ypos: 248, width: 64, height = 208
 Searching... curpos = 8, totalsize = 34
 Looking for IM01 but seeing IMHD (size 26)
 I give up
 }}}

 So for whatever reason, there was no image to be found?
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/13425#comment:4>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list