You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this issue kept kicking the both the host and the guest out of the world, showing a message read "Failed to sent packet
java.lang.IndexOutOfBoundsException: readerIndex(23) + length(8) exceeds writerIndex(23): UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 23, widx: 23, cap: 23)" for host and "Server sent an invalid packet" for guest.
Until I found this mod in debug.log,I removed it, then everything was fine.
The text was updated successfully, but these errors were encountered:
Motschen
changed the title
Failed to sent packet java.lang.IndexOutOfBoundsException: readerIndex(23) + length(8) exceeds writerIndex(23): UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 23, widx: 23, cap: 23)
Failed to send too large packet
Feb 23, 2024
this issue kept kicking the both the host and the guest out of the world, showing a message read "Failed to sent packet
java.lang.IndexOutOfBoundsException: readerIndex(23) + length(8) exceeds writerIndex(23): UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 23, widx: 23, cap: 23)" for host and "Server sent an invalid packet" for guest.
Until I found this mod in debug.log,I removed it, then everything was fine.
debug.log
The text was updated successfully, but these errors were encountered: