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
OpenTTD 1.11.2 and Windows 10
.tar loader shouldn't ignore empty files.
.tar loader ignores an empty file which is required file for the AI to start without erroring out.
The AI named Mungo, version 5 has an empty file, but it's required for the AI to start. See conversation https://webster.openttdcoop.org/index.php?channel=openttd&date=1623369600#1623423363
The text was updated successfully, but these errors were encountered:
Based on fileio.cpp history I think
OpenTTD/src/fileio.cpp
Line 545 in 7d79180
Sorry, something went wrong.
Fix OpenTTD#9358: TarScanner no longer ignores empty files
f8823a1
1e6a216
No branches or pull requests
Version of OpenTTD
OpenTTD 1.11.2 and Windows 10
Expected result
.tar loader shouldn't ignore empty files.
Actual result
.tar loader ignores an empty file which is required file for the AI to start without erroring out.
Steps to reproduce
The AI named Mungo, version 5 has an empty file, but it's required for the AI to start.
See conversation https://webster.openttdcoop.org/index.php?channel=openttd&date=1623369600#1623423363
The text was updated successfully, but these errors were encountered: