Guest User

Untitled

a guest
Oct 31st, 2025
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.48 KB | None | 0 0
  1. [23:27:57 ERROR]: [connected player] _Zo3 (/lmao:43480): exception encountered in com.velocitypowered.proxy.connection.client.ClientPlaySessionHandler@13fdef70
  2. io.netty.handler.codec.CorruptedFrameException: Error decoding class com.velocitypowered.proxy.protocol.packet.TabCompleteRequestPacket Direction SERVERBOUND Protocol 1.21.7 State PLAY ID 0xe
  3. at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.handleDecodeFailure(MinecraftDecoder.java:130) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  4. at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.tryDecode(MinecraftDecoder.java:85) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  5. at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.channelRead(MinecraftDecoder.java:60) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  6. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  7. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  8. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  9. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  10. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  11. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:293) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  12. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  13. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  14. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  15. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  16. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:107) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  17. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  18. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1429) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  19. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:918) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  20. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:794) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  21. at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.handle(AbstractEpollChannel.java:482) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  22. at io.netty.channel.epoll.EpollIoHandler$DefaultEpollIoRegistration.handle(EpollIoHandler.java:317) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  23. at io.netty.channel.epoll.EpollIoHandler.processReady(EpollIoHandler.java:515) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  24. at io.netty.channel.epoll.EpollIoHandler.run(EpollIoHandler.java:460) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  25. at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:225) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  26. at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:196) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  27. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1193) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  28. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  29. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  30. at java.base/java.lang.Thread.run(Thread.java:1570) [?:?]
  31. Caused by: io.netty.handler.codec.CorruptedFrameException: Got a too-long string (got 2152, max 2048)
  32. at com.velocitypowered.proxy.protocol.util.NettyPreconditions.checkFrame(NettyPreconditions.java:83) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  33. at com.velocitypowered.proxy.protocol.ProtocolUtils.readString(ProtocolUtils.java:291) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  34. at com.velocitypowered.proxy.protocol.ProtocolUtils.readString(ProtocolUtils.java:278) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  35. at com.velocitypowered.proxy.protocol.packet.TabCompleteRequestPacket.decode(TabCompleteRequestPacket.java:100) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  36. at com.velocitypowered.proxy.protocol.netty.MinecraftDecoder.tryDecode(MinecraftDecoder.java:83) ~[velocity.jar:3.4.0-SNAPSHOT (git-b6b6b20f-b555)]
  37. ... 26 more
  38. [23:27:57 INFO]: [server connection] _Zo3 -> Maze-Trials has disconnected
Advertisement
Add Comment
Please, Sign In to add comment