You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that it is definitely not parsed correctly in the menu, and that trying to play it does not work at all
Expected behavior
Map files should be parsed correctly regardless of whether they use CRLF newlines or LF newlines, or at least automatically converted to CRLF newlines if they are using LF newlines.
Screenshots
When the files are using Unix-style LF newlines:
After converting the files to use DOS-style CRLF newlines
Desktop (please complete the following information):
OS: Arch Linux (using CachyOS)
GPU: NVIDIA RTX 3070
CPU: AMD Ryzen 7900X
Version: 2024-02-25_f264d380
I was also able to replicate this faulty behavior by converting a known good file to Unix-style LF newlines using dos2unix
The text was updated successfully, but these errors were encountered:
Describe the bug
When map files use Unix-style LF (\n) newlines instead of DOS-style CRLF (\r\n) newlines, they are not parsed correctly
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Map files should be parsed correctly regardless of whether they use CRLF newlines or LF newlines, or at least automatically converted to CRLF newlines if they are using LF newlines.
Screenshots
When the files are using Unix-style LF newlines:
After converting the files to use DOS-style CRLF newlines
Desktop (please complete the following information):
I was also able to replicate this faulty behavior by converting a known good file to Unix-style LF newlines using
dos2unix
The text was updated successfully, but these errors were encountered: