[Resolved 0.2.8] Crash on Blank Save
[Resolved 0.2.8] Crash on Blank Save
Saving with no name entered crashes the game. Could be fixed by just auto filling it with something standard like Save Game 1 or some such.
Re: Crash on Blank Save
Generally the game is crashing when entering illegal filename characters. I recognized this by entering the "\" character. The upcoming error message states something like: "file not found". Alos loading (even selecting) the corrupt savegame causes the game to crash.
Re: Crash on Blank Save
Thank you for the report, we will definitely fix that.
Re: Crash on Blank Save
Resolved for the upcoming 0.2.8, this is the list of allowed characters:
If you think some character should be included, let me know.
- a -z
- A-Z (capital)
- 0-9
- .
- -
- _ (underscore)
If you think some character should be included, let me know.
Re: [Resolved 0.2.8] Crash on Blank Save
0-9?
Otherwise looks okay to me. /[0-9a-zA-Z._-]+/ is how I'd parse that.
Otherwise looks okay to me. /[0-9a-zA-Z._-]+/ is how I'd parse that.
Re: [Resolved 0.2.8] Crash on Blank Save
Sorry, 0-9 was there ofcourse, I just didn't mention it in this topic (edited).
The regular expression is more compact definition, but not everyone understands it
The regular expression is more compact definition, but not everyone understands it

Re: [Resolved 0.2.8] Crash on Blank Save
Heh, I just included it to confirm I had it right. 
