Opened 3 years ago

Closed 3 years ago

#12386 closed defect (fixed)

Save Game Overflow (6 Days and 7 Days)

Reported by: jdougharty Owned by: criezy
Priority: normal Component: Engine: AGS
Version: Keywords:
Cc: Game:

Description

ScummVM 2.3.0git14978-gb05a1d3ba6 (Apr 8 2021 05:20:30)
Games Affected: 6 Days a Sacrifice and 7 Days a Skeptic
Problem: Saves are not enumerated properly and saving causes an overflow error.
(Old Saves do not show.)

Trigger: Creating a new save
"An internal error has occurred. Please note down the following information.
(ACI version 3.0.0.0)
Error: Save game overflow."
Followed by CTD.

Link to game:
http://www.g4g.it/?dl_id=2005
This is the official repository of the game, containing special editions of all of the Chzo games.

Change History (1)

comment:1 by criezy, 3 years ago

Owner: set to criezy
Resolution: fixed
Status: newclosed

Thank you for your report. The issues was related to the code wrongly listing the special restart autosaves in slot 999, and then trying to use the next slot, 1000, which is out of bound.

This has now been fixed in 19ef15177b.

Note: See TracTickets for help on using tickets.