We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With my version of ATLANTIS-FLOPPY-FR, the binary mode appears to have problems:
$ scummtr -g atlantis -b -of tmp.txt $ scummtr -g atlantis -b -if tmp.txt
gives:
ERROR: Empty lines are forbidden (line 37)
This also happens with the original scummtr.exe.
scummtr.exe
tmp.txt indeed contains \n and \0 bytes when exported, don't know if it's related…
tmp.txt
\n
\0
The text was updated successfully, but these errors were encountered:
feat(scummtr): Warn users that -b doesn't work properly with all games
cea8a52
See issue #32 for an example.
Commits 6a193b6 and cea8a52 warn the users about this flag.
That's probably the best I can do now.
Sorry, something went wrong.
dwatteau
No branches or pull requests
With my version of ATLANTIS-FLOPPY-FR, the binary mode appears to have problems:
gives:
This also happens with the original
scummtr.exe
.tmp.txt
indeed contains\n
and\0
bytes when exported, don't know if it's related…The text was updated successfully, but these errors were encountered: