Advertisement
Guest User

Bungee

a guest
May 24th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. 17:25:23 [SEVERE] [RoboJackPlays] <-> DownstreamBridge <-> [AdvancedWizardry1] - encountered exception
  2. io.netty.handler.codec.DecoderException: java.lang.ArrayIndexOutOfBoundsException: -26
  3. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99)
  4. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  5. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  6. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:276)
  7. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:354)
  8. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
  9. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  10. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  11. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:152)
  12. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:318)
  13. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:304)
  14. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  15. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:823)
  16. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:339)
  17. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:255)
  18. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  19. at java.lang.Thread.run(Thread.java:748)
  20. Caused by: java.lang.ArrayIndexOutOfBoundsException: -26
  21. at net.md_5.bungee.protocol.Protocol$DirectionData.createPacket(Protocol.java:130)
  22. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:30)
  23. at net.md_5.bungee.protocol.MinecraftDecoder.decode(MinecraftDecoder.java:10)
  24. at io.netty.han
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement