-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Bug Report: Chart Editor File => Exit Menubar Item Crash #3200
Comments
Ironically enough that's the same issue mentioned here #3060 (not saying this is a duplicate tho) |
This has been fixed as of 0.5.1 |
Whut, I swear it didn't crash for me lol |
Whoops, I think this might be caused by #2579 and just happened when I hit Exit |
Yeah even the error message is the same |
Okay, tested again and can confirm this bug is fixed. |
Duplicate of #2579 and definitely not fixed in v0.5.1. |
Hmm I don't think so, this one seems to have a different cause since only clicking the Exit button triggered the crash. But that's been resolved anyway so it doesn't really matter. |
Issue Checklist
What platform are you using?
Itch.io (Downloadable Build) - Windows
If you are playing on a browser, which one are you using?
None
Version
0.5.0
Context (Provide images, videos, etc.)
The
File => Exit
Menubar context item can crash the game once you click on it;BUT, when you just use the hotkey for this (which is
CTRL+Q
), the game will return toMainMenuState
like normal.Proceeds to give the crash error:
Null Object Reference
in haxe/ui/containers/menus/Menu.hx#374
in haxe/ui/containers/menus/Menu.hx#176
in haxe/ui/util/Timer.hx#10
in haxe/ui/backend/TimerImpl.hx#17
Additional Info:
Render method: DRAW_TILES
=====================
HXCPP-Immix:
Steps to reproduce (or crash logs, errors, etc.)
Everything relating to this issue are listed in the description as it is.
The text was updated successfully, but these errors were encountered: