Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. [22:43:40] [Netty Epoll Server IO #2/ERROR]: [Verus] Failed to handle incoming packet
  2. java.lang.IndexOutOfBoundsException: srcIndex: 9, length: 9 (expected: range(0, 9))
  3. at io.netty.buffer.AbstractByteBuf.checkSrcIndex(:1151) ~[mc.jar:git-PaperSpigot-4c7641d1]
  4. at io.netty.buffer.UnpooledHeapByteBuf.setBytes(:221) ~[mc.jar:git-PaperSpigot-4c7641d1]
  5. at io.netty.buffer.AbstractByteBuf.writeBytes(:850) ~[mc.jar:git-PaperSpigot-4c7641d1]
  6. at io.netty.buffer.Unpooled.copiedBuffer(:416) ~[mc.jar:git-PaperSpigot-4c7641d1]
  7. at me.levansj01.verus.compat.v1_8_R3.packets.SPacketPlayInCustomPayload.accept(Unknown Source) ~[?:?]
  8. at me.levansj01.verus.compat.v1_8_R3.packets.SPacketPlayInCustomPayload.accept(Unknown Source) ~[?:?]
  9. at me.levansj01.verus.compat.v1_8_R3.PacketManager.transform(Unknown Source) ~[?:?]
  10. at me.levansj01.verus.compat.v1_8_R3.PacketHandler.handle(Unknown Source) ~[?:?]
  11. at me.levansj01.verus.compat.v1_8_R3.PacketHandler.channelRead(Unknown Source) [?:?]
  12. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(:333) [mc.jar:git-PaperSpigot-4c7641d1]
  13. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(:319) [mc.jar:git-PaperSpigot-4c7641d1]
  14. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(:163) [mc.jar:git-PaperSpigot-4c7641d1]
  15. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(:333) [mc.jar:git-PaperSpigot-4c7641d1]
  16. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(:319) [mc.jar:git-PaperSpigot-4c7641d1]
  17. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(:163) [mc.jar:git-PaperSpigot-4c7641d1]
  18. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(:333) [mc.jar:git-PaperSpigot-4c7641d1]
  19. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(:319) [mc.jar:git-PaperSpigot-4c7641d1]
  20. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(:150) [mc.jar:git-PaperSpigot-4c7641d1]
  21. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(:333) [mc.jar:git-PaperSpigot-4c7641d1]
  22. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(:319) [mc.jar:git-PaperSpigot-4c7641d1]
  23. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(:787) [mc.jar:git-PaperSpigot-4c7641d1]
  24. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(:722) [mc.jar:git-PaperSpigot-4c7641d1]
  25. at io.netty.channel.epoll.EpollEventLoop.processReady(:326) [mc.jar:git-PaperSpigot-4c7641d1]
  26. at io.netty.channel.epoll.EpollEventLoop.run(:264) [mc.jar:git-PaperSpigot-4c7641d1]
  27. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(:116) [mc.jar:git-PaperSpigot-4c7641d1]
  28. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement