I tried to debug this further, the "version" string in case of ASCII palettes is not parsed correctly, see screenshot - this seems to fail in api_file.cpp
313boolCSG_File::Read_Line(CSG_String&sLine)const
where the CRLF seems not to be detected correctly. Maybe this is related to the change of using wxInputStream (in order to be able to read/write also zipped streams). Though I still have no idea why this is actually failing ...
Note: seems like this bug only affects the windows version, I'm able to load ASCII palettes on linux
I tried to debug this further, the "version" string in case of ASCII palettes is not parsed correctly, see screenshot - this seems to fail in api_file.cpp
where the CRLF seems not to be detected correctly. Maybe this is related to the change of using wxInputStream (in order to be able to read/write also zipped streams). Though I still have no idea why this is actually failing ...
... for completeness, loading binary palettes works, here the "version" string is parsed correctly, see screenshot
fixed with commit [1b33ce]
Related
Commit: [1b33ce]