-
Notifications
You must be signed in to change notification settings - Fork 43
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 crash with ArrayIndexOutOfBoundsException after sorting inventory[bug][can't reproduce] #171
Comments
I also get this error. It's only happened to me when I have another inventory open (chest, shulker, machine GUI, etc). Quilt: 0.17.0 |
Crashed when sorting a chest, specifically when hovering over Asurine blocks from create and using middle click to sort. Attempting to sort those blocks at a later time when the items were organized differently didn't cause issues. Unsure what specific layout of items led to the crash. log - https://mclo.gs/huC5QL9 MC 1.18.2 |
Crashed when sorting inventory |
The reason of the bug is pretty boring: I just messed up some code during the last update. I just want to lay out the exact cause of the crashes here, because it's pretty obscure: When moving stacks around, and you want to move a stack with a lower count to a slot with a higher count, then you won't be able to swap them by just clicking on them. This bug could only be potentially experienced when there's a lower stack count at the wrong position. So over all a pretty simple fix for an extremely obscure bug ^^ Thanks everyone for submitting your details ❤️ |
Minecraft Verison
1.18.2
Bug
Game crash with ArrayIndexOutOfBoundsException.
То reproduce
Log
crash-2022-06-17_19.23.42-client.txt
Additional context
Inventory content that caused crash:
The text was updated successfully, but these errors were encountered: