Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to send too large packet #63

Closed
NancalaStarry opened this issue Feb 9, 2024 · 1 comment
Closed

Failed to send too large packet #63

NancalaStarry opened this issue Feb 9, 2024 · 1 comment

Comments

@NancalaStarry
Copy link

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

@Motschen 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
@Motschen
Copy link
Member

Seems to be the same as #45

@Motschen Motschen closed this as not planned Won't fix, can't repro, duplicate, stale Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants