
Client-side crashes [fabric - 1.19.2]
dadoirie opened this issue · 1 comments
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´
hope this helps finding and fixing the issue