ArrayIndexOutOfBoundsException crash on Hypixel Skyblock
Leo40Git opened this issue ยท 5 comments
This issue was encountered while using a development build of Sodium!
Build is from commit 07c4cc1.
Reproduction Steps
I triggered this crash in an area that's locked behind a skill level, so you'll need to play some Skyblock before you can replicate it. Sorry!
- In Hypixel Skyblock, go to the Deep Caverns area
- Get to one of the lower levels - I replicated the crash in Slimehill and initially encountered it in Obsidian Sanctuary
- Wait - I'm unsure of what actually triggers the crash, but it seems to happen around these areas
- The game crashes
Crash Report File
If you go below y=0, then this is a duplicate of #587
Can you reproduce with #589
You can download a build for that here:
https://github.com/CaffeineMC/sodium-fabric/actions/runs/660817686
You can't go below Y=0 here, bar falling off the map (and the exception details don't line up with that case: the AIOOB is caused by trying to reference the 16th element in a 16-length array, while falling below Y=0 tries to access the element at index -1).
Will now try with that PR.