Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. java.lang.IndexOutOfBoundsException: writerIndex(295) + minWritableBytes(1) exceeds maxCapacity(295): UnpooledHeapByteBuf(ridx: 1, widx: 295, cap: 295/295)
  2. at io.netty.buffer.AbstractByteBuf.ensureWritable(AbstractByteBuf.java:242)
  3. at io.netty.buffer.AbstractByteBuf.writeByte(AbstractByteBuf.java:755)
  4. at net.md_5.bungee.protocol.DefinedPacket.writeVarInt(DefinedPacket.java:142)
  5. at net.md_5.bungee.entitymap.EntityMap_14_21_b.rewriteClientbound(EntityMap_14_21_b.java:85)
  6. at net.md_5.bungee.connection.DownstreamBridge.handle(DownstreamBridge.java:97)
  7. at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:83)
  8. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  9. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  10. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
  11. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  12. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  13. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
  14. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  15. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  16. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
  17. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  18. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  19. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
  20. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
  21. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
  22. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
  23. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
  24. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  25. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  26. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEven
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement