-
Notifications
You must be signed in to change notification settings - Fork 19
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
DTXMania NX crashes when CLASSIC is enabled in Config.ini #108
Comments
Fixed in #109 |
See #113 |
Fixed with a proper null check instead of using null-conditional operators, which is hard to read and should be avoided |
Hah, so that is what was causing the game to crash. I encountered this bug plenty of times but was unsure why the issue was happening, so thanks for tracking down the root cause @Villadelfia. The only way I could resolve this was to rename my config and then have DTXMania re-create the config file again. The exception error the app threw didn't really help me work out what the problem was as an end-user either, so this was a frustrating bug. Thank you very much to all for tracking down the cause of the bug. 👍🏻 |
Steps to reproduce:
Set CLASSIC=1 in Config.ini.
Expected behavior:
The game does not crash.
Observed behavior:
The game crashes when you scroll onto the field in the song wheel and when you enter a folder and start scrolling.
The text was updated successfully, but these errors were encountered: