[1.16 Forge] Crash with Sky Stone Chest
nthxny opened this issue ยท 3 comments
Describe the bug
Game crashed while mining a meterorite, bypassed NotEnoughCrashes and exited to desktop.
How to reproduce the bug
No idea, but I think I removed the chest and opened it at the same time. I logged back in and had the press in my inventory, with the chest gone.
Expected behavior
My game would still be running.
Additional details
No response
Which minecraft version are you using?
1.16
On which mod loaders does it happen?
Forge
Crash log
https://gist.github.com/viceversagames/dd0b3bc668f0186116d17d098fc599f2
I'll retest this on Forge. On Fabric, you'll just get a log message instead of outright crashing the client. But I also see you have a mod installed that hooks into UI rendering, which might be the reason you see a hard crash instead:
com.daderpduck.seamless_loading_screen.ScreenshotTaker.resizeScreen
This can occur if the screen opens on the client but the block or item for which it was opened on the server has already moved/been removed.