Changes between Initial Version and Version 1 of Ticket #14616, comment 3


Ignore:
Timestamp:
Sep 12, 2023, 9:14:35 AM (13 months ago)
Author:
eriktorbjorn

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14616, comment 3

    initial v1  
    1 I got something similar in Putt-Putt Joins the Parade, just from walking (driving?) around the town randomly. I haven't had the time to debug, but I did see that it was trying to load costume 0 when it crashed:
     1I got something similar in Putt-Putt Joins the Parade, just from walking (driving?) around the town randomly.
    22
    33{{{
    44scummvm: engines/scumm/akos.cpp:84: virtual void Scumm::AkosCostumeLoader::loadCostume(int): Assertion `_akos' failed.
    55}}}
     6
     7Edit: I was able to capture a crash while running ScummVM under GDB. It's the same thing as above: hasManyDirections() is called by Actor::setDirection() while _costume is 0. Something calls setActorCostume(0), but I'm not sure exactly what.