GitOfMagic / rallyraid

Automatically exported from code.google.com/p/rallyraid
0 stars 0 forks source link

Function "Save Game" misses confirmation message and does not warn about unaccepted filename (C104) #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In window "Save Game", after pressed the button "Save Game" a brief message 
should confirm that
"The Player's status has been successfully saved."
Otherwise a warning window should explain what went wrong in the saving 
attempt, also giving
simple suggestions for solution (for example, characters not admitted in 
filename).
Instead, a filename like
  save_Testing_stg01_.07_08'12"
is accepted but does not allow the saving, because it is ending with a 
character 'quotation marks' (")
Only in the console log it is shown: "unable to create directory: ... errno: 22"
(but this is not supposed to be view, and anyway gives no clue to understand 
what was wrong).

Original issue reported on code.google.com by balazs.t...@gmail.com on 27 Sep 2011 at 1:46

GoogleCodeExporter commented 8 years ago

Original comment by balazs.t...@gmail.com on 29 Sep 2011 at 11:44

GoogleCodeExporter commented 8 years ago

Original comment by balazs.t...@gmail.com on 30 Sep 2011 at 6:46

GoogleCodeExporter commented 8 years ago
a message window has been added when the save failed

Original comment by balazs.t...@gmail.com on 3 Nov 2011 at 1:32