Opened 4 years ago
Closed 5 days ago
#11645 closed defect (fixed)
GUI: "New save" button still enabled when all save locations are used
Reported by: | karisal | Owned by: | sev- |
---|---|---|---|
Priority: | low | Component: | GUI |
Version: | Keywords: | gui savegame new save | |
Cc: | karisal | Game: |
Description
As a disclaimer this bug report is based on a memory of debugging the Cine engine's savegame handling. AFAIK the bug I encountered seemed to be in the ScummVM's general savegame handling UI code, not in the Cine engine's. That's why I made this bug report from #11625 ("CINE: OS: Game doesn't support more than 20 savegames (and conveys that information very poorly)"). So the following description is an extrapolation based on the debugging, I have NOT tried any other engine than the Cine engine in relation to this bug
.
Just try any engine in ScummVM, make the maximum number of savegames supported by an engine and then open the ScummVM's own savegame handling UI in order to try to create a new savegame. The "New save"-button will never be grayed out as it should be when there are the maximum number of savegames already present.
Maybe for testing purposes it may be easy to modify the code of some engine to limit the maximum number of savegames it supports. Or using command line magic to duplicate savegames.
Change History (5)
comment:1 by , 4 years ago
Summary: | UI: "New save"-button state handling is broken. → GUI: "New save"-button state handling is broken. |
---|
comment:2 by , 22 months ago
comment:3 by , 22 months ago
Priority: | normal → low |
---|---|
Summary: | GUI: "New save"-button state handling is broken. → GUI: "New save" button still enabled when all save locations are used |
I looked a bit into this bug. It should be noted that:
All things considered, this is a really borderline case, so setting to low priority (but I'll see if I can solve the last issue)