Menu

#4818 NIPPON: Crash at end of the game (regression)

Nippon Safes
closed-fixed
kirben
5
2010-04-03
2010-03-14
No

ScummVM 1.2.0svn48243 (Mar 12 2010 07:44:55)
Features compiled in: Vorbis FLAC MP3 RGB zLib

Path: Donna

When the game finishes and Donna is being kidnapped the game crashes

No save file due to bug #2969234

Nippon Safes Inc. (Multi-lingual/Amiga)

Amiga OS4
gcc (GCC) 4.2.4 (adtools build 20090118)

Discussion

  • Anonymous

    Anonymous - 2010-03-14

    GrimReaper log

     
  • Jordi Vilalta Prat

    • assigned_to: nobody --> peres001
     
  • kirben

    kirben - 2010-03-25

    Does this problem still occur? just wondering if it might have been another sound sound looping related crash (like bug #2969211), which was fixed

     
  • Anonymous

    Anonymous - 2010-03-30

    walk outside, no crash, but a lockup

     
  • Anonymous

    Anonymous - 2010-03-30

    The crash doesn't occur anymore instead the game locks up with a black screen after the final graphic was shown

     
  • kirben

    kirben - 2010-04-01

    I'm unable to reproduce the lockup, with the attached saved game, when using ScummVM SVN under Windows XP.

     
  • Anonymous

    Anonymous - 2010-04-01
     
  • Anonymous

    Anonymous - 2010-04-01

    Seems i shout to early

    I still get a crash after Donna walks out

    Crashlog attached

     
  • Willem Jan Palenstijn

    In CommandExec::runList(), the command list is deleted (from Location::cleanup called indirectly from _c_finito) while it's being iterated

     
  • kirben

    kirben - 2010-04-03

    This is another regression, which was specifically caused by revision 34939.

     
  • kirben

    kirben - 2010-04-03
    • summary: NIPPON: Crash at end of the game --> NIPPON: Crash at end of the game (regression)
     
  • kirben

    kirben - 2010-04-03

    Fixed in ScummVM SVN (branch and trunk), by reverting part of the changes to Parallaction_ns::cleanupGame() in revision 34939.

    Using freeLocation() in Parallaction_ns::cleanupGame() meant too many game variables were been cleared.

     
  • kirben

    kirben - 2010-04-03
    • assigned_to: peres001 --> kirben
    • status: open --> closed-fixed