Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. AVERTISSEMENT: Error dispatching event PlayerDisconnectEvent(player=Roert42) to listener fr.thewinuxs.epicfriends.bungee.listener.PlayerLeft@1031db5b
  2. java.lang.NullPointerException
  3. at fr.thewinuxs.epicfriends.bungee.listener.PlayerLeft.onLeft(PlayerLeft.java:21)
  4. at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source)
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  6. at java.lang.reflect.Method.invoke(Method.java:497)
  7. at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:19)
  8. at net.md_5.bungee.event.EventBus.post(EventBus.java:47)
  9. at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:367)
  10. at net.md_5.bungee.connection.UpstreamBridge.disconnected(UpstreamBridge.java:55)
  11. at net.md_5.bungee.netty.HandlerBoss.channelInactive(HandlerBoss.java:53)
  12. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233)
  13. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219)
  14. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228)
  15. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233)
  16. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219)
  17. at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228)
  18. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233)
  19. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219)
  20. at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75)
  21. at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144)
  22. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233)
  23. at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219)
  24. at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769)
  25. at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567)
  26. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380)
  27. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
  28. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  29. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement