Menu

#5681 SCI: KQ6: Crash when browsing inventory

closed-fixed
5
2013-10-29
2011-04-27
Anonymous
No

When the inventory spans two pages, if you swap between them enough times without closing the inventory window the game will crash with the message:

ERROR: [VM] Stack index 4130 out of valid range [0..4095]

King's Quest VI (CD/Windows/English)
ScummVM 1.3.0git4605-g42a0ebc
MacOS 10.6

Discussion

  • Filippos Karapetis

    • labels: 415217 --> 415215
    • priority: 5 --> 2
     
  • Filippos Karapetis

    This sounds like a script bug

    Lowering the priority of this one for now, since it's an adge case and doesn't affect normal gameplay (this helps distinguish which bugs are release critical)

     
  • Filippos Karapetis

    • priority: 2 --> 5
     
  • Willem Jan Palenstijn

    The number of stack frames grows by 4 every time you switch pages. At some point that overflows the stack. I don't think this is something we can fix.

     
  • Willem Jan Palenstijn

    • summary: KQ6: Crash when browsing inventory --> SCI: KQ6: Crash when browsing inventory
     
  • Willem Jan Palenstijn

    • assigned_to: nobody --> wjpalenstijn
    • status: open --> closed-wont-fix
     
  • M. Kiewitz

    M. Kiewitz - 2013-10-29

    was a script bug, that also occurs in sierra SCI

    fixed today using a script patch via commit e14fc8a8561725c74d2923aed995de3dcfff68e7

     
  • M. Kiewitz

    M. Kiewitz - 2013-10-29
    • assigned_to: wjpalenstijn --> m_kiewitz
    • labels: 415215 --> Also occurs in the original
    • status: closed-wont-fix --> closed-fixed