Skip to content
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

Closed
Villadelfia opened this issue May 28, 2021 · 4 comments
Closed

DTXMania NX crashes when CLASSIC is enabled in Config.ini #108

Villadelfia opened this issue May 28, 2021 · 4 comments
Labels

Comments

@Villadelfia
Copy link

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.

@limyz
Copy link
Owner

limyz commented Jun 20, 2021

Fixed in #109

@limyz limyz closed this as completed Jun 20, 2021
@limyz
Copy link
Owner

limyz commented Dec 10, 2021

See #113

@fisyher
Copy link
Collaborator

fisyher commented Dec 11, 2021

Fixed with a proper null check instead of using null-conditional operators, which is hard to read and should be avoided

@fisyher fisyher closed this as completed Dec 11, 2021
@jaredmorgs
Copy link

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.
Then I had to reset all the settings from scratch because I didn't know which one caused the issue.

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. 👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants