Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.50 KB | None | 0 0
  1. Unhandled exception number 32768 occured in onPacketReceiving(PacketEvent)
  2.  
  3. java.lang.NullPointerException: null
  4.  
  5. at com.comphenix.protocol.wrappers.EnumWrappers$EnumConverter.getSpecific(EnumWrappers.java:679) ~[ProtocolLib.jar:4.4.0-b421]
  6.  
  7. at com.comphenix.protocol.wrappers.EnumWrappers$EnumConverter.getSpecific(EnumWrappers.java:667) ~[ProtocolLib.jar:4.4.0-b421]
  8.  
  9. at com.comphenix.protocol.reflect.StructureModifier.readInternal(StructureModifier.java:227) ~[ProtocolLib.jar:4.4.0-b421]
  10.  
  11. at com.comphenix.protocol.reflect.StructureModifier.read(StructureModifier.java:195) ~[ProtocolLib.jar:4.4.0-b421]
  12.  
  13. at net.minecrell.serverlistplus.bukkit.handlers.ProtocolLibHandler$StatusPacketListener.onPacketReceiving(ProtocolLibHandler.java:63) ~[ServerListPlus-3.4.8-Universal.jar:?]
  14.  
  15. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-b421]
  16.  
  17. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-b421]
  18.  
  19. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-b421]
  20.  
  21. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-b421]
  22.  
  23. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-b421]
  24.  
  25. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-b421]
  26.  
  27. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:509) [ProtocolLib.jar:4.4.0-b421]
  28.  
  29. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  30.  
  31. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:428) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  32.  
  33. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  34.  
  35. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  36.  
  37. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  38.  
  39. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  40.  
  41. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-b421]
  42.  
  43. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  44.  
  45. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  46.  
  47. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  48.  
  49. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:102) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  50.  
  51. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  52.  
  53. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  54.  
  55. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  56.  
  57. at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  58.  
  59. at protocolsupport.protocol.pipeline.common.RawPacketDataCaptureReceive.channelRead(RawPacketDataCaptureReceive.java:24) [ProtocolSupport.jar:?]
  60.  
  61. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  62.  
  63. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  64.  
  65. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  66.  
  67. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:310) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  68.  
  69. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:297) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  70.  
  71. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:413) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  72.  
  73. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  74.  
  75. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  76.  
  77. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  78.  
  79. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  80.  
  81. at protocolsupport.protocol.pipeline.initial.InitialPacketDecoder.setNativeProtocol(InitialPacketDecoder.java:177) [ProtocolSupport.jar:?]
  82.  
  83. at protocolsupport.protocol.pipeline.initial.InitialPacketDecoder.decode(InitialPacketDecoder.java:152) [ProtocolSupport.jar:?]
  84.  
  85. at protocolsupport.protocol.pipeline.initial.InitialPacketDecoder.channelRead0(InitialPacketDecoder.java:107) [ProtocolSupport.jar:?]
  86.  
  87. at protocolsupport.protocol.pipeline.initial.InitialPacketDecoder.channelRead0(InitialPacketDecoder.java:31) [ProtocolSupport.jar:?]
  88.  
  89. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  90.  
  91. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  92.  
  93. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  94.  
  95. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  96.  
  97. at protocolsupport.protocol.pipeline.common.SimpleReadTimeoutHandler.channelRead(SimpleReadTimeoutHandler.java:39) [ProtocolSupport.jar:?]
  98.  
  99. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  100.  
  101. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  102.  
  103. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  104.  
  105. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  106.  
  107. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  108.  
  109. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  110.  
  111. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  112.  
  113. at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:808) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  114.  
  115. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:404) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  116.  
  117. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:304) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  118.  
  119. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884) [spigot-1.12.2.jar:git-Spigot-eb3d921-2b93d83]
  120.  
  121. at java.lang.Thread.run(Thread.java:813) [?:1.8.0_212]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement