-
Notifications
You must be signed in to change notification settings - Fork 97
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
Game crashes when dropping an item in menu #703
Labels
Bug
Something that shouldn't happen.
Comments
I'd like to add that the bug doesn't affect creative mode, implying that for some reason dropping items is handled differently between gamemodes. |
Why was #461 mentioned? |
Apologies for the 461 being mentioned, I thought it would help with the issue of the bug described with as it would be mentioned with the crash report system. |
Actually that issue is a separate thing. |
BenCheung0422
changed the title
Game crashes when dropping an item in 2.2.1-dev2(pre-release2)
Game crashes when dropping an item
Oct 26, 2024
BenCheung0422
changed the title
Game crashes when dropping an item
Game crashes when dropping an item in menu
Oct 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The game crashes when dropping any item with Q or Shift-Q
Steps to reproduce the error:
Log
Unhandled error: General Application Crash
java.lang.ClassCastException: minicraft.screen.Menu cannot be cast to minicraft.screen.InventoryMenu
at minicraft.screen.PlayerInvDisplay.update(PlayerInvDisplay.java:361)
at minicraft.screen.InventoryMenu.tick(InventoryMenu.java:67)
at minicraft.screen.Display.tick(Display.java:102)
at minicraft.screen.PlayerInvDisplay.tick(PlayerInvDisplay.java:88)
at minicraft.core.Updater.tick(Updater.java:192)
at minicraft.core.Initializer.run(Initializer.java:95)
at minicraft.core.Game.main(Game.java:133)
The text was updated successfully, but these errors were encountered: