Closed rexim closed 4 years ago
It looks confusing probably because of the Level fffda5
part, because as a user of the program
I don't have level fffda5
and I have no idea what it is talking about.
the issue comes from the fact that the level file is supposed to start with the version number. if there's no version number, then the error message treats the first line as the version -- which is the level name, hence "unsupported version New Level". then the next line, which is supposed to be the level name but is actually the rect data, is read as the name. sorry for writing a fairytale
as i said in ~issue tracker~ chat, this is kinda weird because there's only 2 levels right now, and all future levels will have the version on the first line, which would make this messsage non-confusing.
Resolved in #1192
Introduced in #1166
Steps to reproduce
N
TAB
S
Enter
Observed
The new level does not appear in the menu. The game printed in the logs:
Expected:
A less confusing message telling us that we are using an unsupported level format.