
[Bug]: Client-side crashes
dadoirie opened this issue · 1 comments
Describe the bug you're experiencing
some really strange error is occuring here
this first crash log happens when executing /locate and upon clicking on the coords client carshes and server states: [Netty Epoll Server IO #0/ERROR] (Minecraft) Exception occurred in netty pipeline
https://mclo.gs/c2G2PKx (crash happening here https://mclo.gs/c2G2PKx#L1134) mouseClicked event handler
then after removing continuity it worked (tried it 3 times and all 3 times same outcome - 4th time without continuity it didn't crashed)
2nd crash - in order to confirm that it is continuity I've enabled continuity again and executed /connectivity packetsClient it didn't showed any packets and 0/kbs
executing same command again it crashed with a keyPressed event handler upon hitting enter to execute command
https://mclo.gs/3EQyeKE (crash happening here https://mclo.gs/3EQyeKE#L1112)
both crashes state that it is ´Caused by: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 129´
server only logs [Netty Epoll Server IO #2/ERROR] (Minecraft) Exception occurred in netty pipeline
in both crashes and does not crash
hope this helps finding and fixing the issue
Reproducability
as explained above
Mod up to date
- Before submitting this issue I updated to the newest version and reproduced it
Minecraft version
1.19.2
Modloader version
Fabric
Logs
EDIT: still getting random (and hard to reproduce) java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 129
crashes - therefore most likely connectivity isn't causing it as it was disabled when this occured - feel free to close the issue - any hint though what mod this might be causing would be highly appreciated