#5343 closed defect (fixed)
SCI: Savegames with no name can't be restored
Reported by: | SF/josemuk | Owned by: | m-kiewitz |
---|---|---|---|
Priority: | normal | Component: | Engine: SCI |
Version: | Keywords: | ||
Cc: | Game: |
Description
Windows 7 - 1.2.0svn52618
When you save a game without a description (with a double click or just pressing enter) ScummVM assigns the greyed out name "Untitled savestate". If you try to restore it, the following warning appears: WARNING: Savegame ID 0 not found! and the savestate isn't loaded (tested with KQVICD and LB2Floppy)
Ticket imported from: #3061964. Ticket imported from: bugs/5343.
Attachments (1)
Change History (6)
by , 14 years ago
Attachment: | sci-saves.patch added |
---|
comment:1 by , 14 years ago
I attached a patch which fixes the issue. It seems currently SCI considers save files with an empty description as invalid, since I am not familiar with SCI there might be a good reason why this is so, so I will not commit it right now. If an SCI developer has time he should try to review this.
comment:2 by , 14 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:4 by , 14 years ago
oh, its fixed by creating a description for the user if none is entered. So the non-description savedgames wont load.
comment:5 by , 6 years ago
Component: | → Engine: SCI |
---|
Patcha aginst trunk r52636