-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Crash when updating MoD #45
Comments
Another one, looks like it occurs if the GameUserSettings.ini is missing the [MessageOfTheDay] header: Crash Log
|
This ^ is the problem. We are checking if it's zero when in reality it should be equal to the length of the file if it failed. There's our problem. For simplicity and safety in case, someone puts their MoD header at the bottom of the file we should just check again here if the file. includes the header. Also, let's include functionality for adding the header if it's missing, that should be expected of the application rather than the user having to manually do this. |
Crash when clicking 'update MoD0' button.
Crash Log
ABH Log.sid File
The text was updated successfully, but these errors were encountered: