Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. [23:20:06 ERROR]: [Roam] Unhandled exception occured in onPacketReceiving(PacketEvent) for Roam
  2. java.lang.NullPointerException
  3. at java.lang.invoke.DirectMethodHandle$Interface.checkReceiver(DirectMethodHandle.java:407) ~[?:1.8.0_212]
  4. at it.flowzz.roam.Main$2.onPacketReceiving(Unknown Source) ~[Roam.jar:?]
  5. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeReceivingListener(SortedPacketListenerList.java:114) [ProtocolLib.jar:4.4.0-b421]
  6. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketRecieving(SortedPacketListenerList.java:67) [ProtocolLib.jar:4.4.0-b421]
  7. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:590) [ProtocolLib.jar:4.4.0-b421]
  8. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketRecieving(PacketFilterManager.java:557) [ProtocolLib.jar:4.4.0-b421]
  9. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetReceived(ProtocolInjector.java:352) [ProtocolLib.jar:4.4.0-b421]
  10. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketReceiving(ProtocolInjector.java:317) [ProtocolLib.jar:4.4.0-b421]
  11. at com.comphenix.protocol.injector.netty.ChannelInjector.decode(ChannelInjector.java:509) [ProtocolLib.jar:4.4.0-b421]
  12. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [server.jar:git-TacoSpigot-bf023c7d]
  13. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [server.jar:git-TacoSpigot-bf023c7d]
  14. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-TacoSpigot-bf023c7d]
  15. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-TacoSpigot-bf023c7d]
  16. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-TacoSpigot-bf023c7d]
  17. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-TacoSpigot-bf023c7d]
  18. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-TacoSpigot-bf023c7d]
  19. at com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248) [ProtocolLib.jar:4.4.0-b421]
  20. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-TacoSpigot-bf023c7d]
  21. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-TacoSpigot-bf023c7d]
  22. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [server.jar:git-TacoSpigot-bf023c7d]
  23. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-TacoSpigot-bf023c7d]
  24. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-TacoSpigot-bf023c7d]
  25. at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [server.jar:git-TacoSpigot-bf023c7d]
  26. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [server.jar:git-TacoSpigot-bf023c7d]
  27. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [server.jar:git-TacoSpigot-bf023c7d]
  28. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [server.jar:git-TacoSpigot-bf023c7d]
  29. at io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722) [server.jar:git-TacoSpigot-bf023c7d]
  30. at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [server.jar:git-TacoSpigot-bf023c7d]
  31. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [server.jar:git-TacoSpigot-bf023c7d]
  32. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [server.jar:git-TacoSpigot-bf023c7d]
  33. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  34. > [23:20:06 ERROR]: Parameters:
  35. net.minecraft.server.v1_8_R3.PacketPlayInUseEntity@47be34f6[
  36. a=16333191
  37. action=ATTACK
  38. c=<null>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement