Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.00 KB | None | 0 0
  1. [17:20:33] [Server thread/INFO]: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.PacketPlayOutPlayerInfo$EnumPlayerInfoAction
  2. [17:20:33] [Server thread/INFO]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91)
  3. [17:20:33] [Server thread/INFO]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  4. [17:20:33] [Server thread/INFO]: at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  5. [17:20:33] [Server thread/INFO]: at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  6. [17:20:33] [Server thread/INFO]: at java.lang.Class.forName0(Native Method)
  7. [17:20:33] [Server thread/INFO]: at java.lang.Class.forName(Class.java:195)
  8. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.ReflectionManager.getNmsClass(ReflectionManager.java:427)
  9. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.ReflectionManager.getEnumPlayerInfoAction(ReflectionManager.java:367)
  10. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.constructSpawnPackets(PacketsManager.java:274)
  11. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.transformPacket(PacketsManager.java:1330)
  12. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager$3.onPacketSending(PacketsManager.java:772)
  13. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195)
  14. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149)
  15. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:637)
  16. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:613)
  17. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.packetQueued(NettyProtocolInjector.java:318)
  18. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.onPacketSending(NettyProtocolInjector.java:278)
  19. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.processSending(NettyChannelInjector.java:401)
  20. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.access$500(NettyChannelInjector.java:82)
  21. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.handleScheduled(NettyChannelInjector.java:367)
  22. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.onMessageScheduled(NettyChannelInjector.java:335)
  23. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelProxy$2.schedulingRunnable(NettyChannelProxy.java:127)
  24. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyEventLoopProxy.execute(NettyEventLoopProxy.java:95)
  25. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:140)
  26. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.handle(NetworkManager.java:101)
  27. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.PlayerConnection.sendPacket(PlayerConnection.java:868)
  28. [17:20:33] [Server thread/INFO]: at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
  29. [17:20:33] [Server thread/INFO]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. [17:20:33] [Server thread/INFO]: at java.lang.reflect.Method.invoke(Method.java:606)
  31. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.invokeSendPacket(NettyChannelInjector.java:676)
  32. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.sendServerPacket(NettyChannelInjector.java:660)
  33. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$4.sendServerPacket(NettyProtocolInjector.java:384)
  34. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:836)
  35. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:790)
  36. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.sendSelfDisguise(DisguiseUtilities.java:877)
  37. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.setupFakeDisguise(DisguiseUtilities.java:1010)
  38. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.disguisetypes.Disguise$2.run(Disguise.java:758)
  39. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71)
  40. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  41. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:709)
  42. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
  43. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
  44. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
  45. [17:20:33] [Server thread/INFO]: at java.lang.Thread.run(Thread.java:745)
  46. [17:20:33] [Server thread/INFO]: java.lang.NullPointerException
  47. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.ReflectionManager.getEnumPlayerInfoAction(ReflectionManager.java:367)
  48. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.constructSpawnPackets(PacketsManager.java:274)
  49. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.transformPacket(PacketsManager.java:1330)
  50. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager$3.onPacketSending(PacketsManager.java:772)
  51. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195)
  52. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149)
  53. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:637)
  54. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:613)
  55. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.packetQueued(NettyProtocolInjector.java:318)
  56. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.onPacketSending(NettyProtocolInjector.java:278)
  57. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.processSending(NettyChannelInjector.java:401)
  58. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.access$500(NettyChannelInjector.java:82)
  59. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.handleScheduled(NettyChannelInjector.java:367)
  60. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.onMessageScheduled(NettyChannelInjector.java:335)
  61. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelProxy$2.schedulingRunnable(NettyChannelProxy.java:127)
  62. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyEventLoopProxy.execute(NettyEventLoopProxy.java:95)
  63. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:140)
  64. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.handle(NetworkManager.java:101)
  65. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.PlayerConnection.sendPacket(PlayerConnection.java:868)
  66. [17:20:33] [Server thread/INFO]: at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
  67. [17:20:33] [Server thread/INFO]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. [17:20:33] [Server thread/INFO]: at java.lang.reflect.Method.invoke(Method.java:606)
  69. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.invokeSendPacket(NettyChannelInjector.java:676)
  70. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.sendServerPacket(NettyChannelInjector.java:660)
  71. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$4.sendServerPacket(NettyProtocolInjector.java:384)
  72. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:836)
  73. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:790)
  74. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.sendSelfDisguise(DisguiseUtilities.java:877)
  75. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.setupFakeDisguise(DisguiseUtilities.java:1010)
  76. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.disguisetypes.Disguise$2.run(Disguise.java:758)
  77. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71)
  78. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  79. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:709)
  80. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
  81. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
  82. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
  83. [17:20:33] [Server thread/INFO]: at java.lang.Thread.run(Thread.java:745)
  84. [17:20:33] [Server thread/INFO]: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.PacketPlayOutPlayerInfo$PlayerInfoData
  85. [17:20:33] [Server thread/INFO]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91)
  86. [17:20:33] [Server thread/INFO]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  87. [17:20:33] [Server thread/INFO]: at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  88. [17:20:33] [Server thread/INFO]: at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  89. [17:20:33] [Server thread/INFO]: at java.lang.Class.forName0(Native Method)
  90. [17:20:33] [Server thread/INFO]: at java.lang.Class.forName(Class.java:195)
  91. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.ReflectionManager.getNmsClass(ReflectionManager.java:427)
  92. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.ReflectionManager.getPlayerInfoData(ReflectionManager.java:378)
  93. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.constructSpawnPackets(PacketsManager.java:277)
  94. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.transformPacket(PacketsManager.java:1330)
  95. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager$3.onPacketSending(PacketsManager.java:772)
  96. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195)
  97. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149)
  98. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:637)
  99. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:613)
  100. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.packetQueued(NettyProtocolInjector.java:318)
  101. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.onPacketSending(NettyProtocolInjector.java:278)
  102. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.processSending(NettyChannelInjector.java:401)
  103. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.access$500(NettyChannelInjector.java:82)
  104. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.handleScheduled(NettyChannelInjector.java:367)
  105. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.onMessageScheduled(NettyChannelInjector.java:335)
  106. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelProxy$2.schedulingRunnable(NettyChannelProxy.java:127)
  107. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyEventLoopProxy.execute(NettyEventLoopProxy.java:95)
  108. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:140)
  109. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.handle(NetworkManager.java:101)
  110. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.PlayerConnection.sendPacket(PlayerConnection.java:868)
  111. [17:20:33] [Server thread/INFO]: at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
  112. [17:20:33] [Server thread/INFO]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  113. [17:20:33] [Server thread/INFO]: at java.lang.reflect.Method.invoke(Method.java:606)
  114. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.invokeSendPacket(NettyChannelInjector.java:676)
  115. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.sendServerPacket(NettyChannelInjector.java:660)
  116. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$4.sendServerPacket(NettyProtocolInjector.java:384)
  117. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:836)
  118. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:790)
  119. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.sendSelfDisguise(DisguiseUtilities.java:877)
  120. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.setupFakeDisguise(DisguiseUtilities.java:1010)
  121. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.disguisetypes.Disguise$2.run(Disguise.java:758)
  122. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71)
  123. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  124. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:709)
  125. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
  126. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
  127. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
  128. [17:20:33] [Server thread/INFO]: at java.lang.Thread.run(Thread.java:745)
  129. [17:20:33] [Server thread/INFO]: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.WorldSettings$EnumGamemode
  130. [17:20:33] [Server thread/INFO]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91)
  131. [17:20:33] [Server thread/INFO]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  132. [17:20:33] [Server thread/INFO]: at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  133. [17:20:33] [Server thread/INFO]: at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  134. [17:20:33] [Server thread/INFO]: at java.lang.Class.forName0(Native Method)
  135. [17:20:33] [Server thread/INFO]: at java.lang.Class.forName(Class.java:195)
  136. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.ReflectionManager.getNmsClass(ReflectionManager.java:427)
  137. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.ReflectionManager.getPlayerInfoData(ReflectionManager.java:379)
  138. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.constructSpawnPackets(PacketsManager.java:277)
  139. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.transformPacket(PacketsManager.java:1330)
  140. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager$3.onPacketSending(PacketsManager.java:772)
  141. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195)
  142. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149)
  143. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:637)
  144. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:613)
  145. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.packetQueued(NettyProtocolInjector.java:318)
  146. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.onPacketSending(NettyProtocolInjector.java:278)
  147. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.processSending(NettyChannelInjector.java:401)
  148. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.access$500(NettyChannelInjector.java:82)
  149. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.handleScheduled(NettyChannelInjector.java:367)
  150. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.onMessageScheduled(NettyChannelInjector.java:335)
  151. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelProxy$2.schedulingRunnable(NettyChannelProxy.java:127)
  152. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyEventLoopProxy.execute(NettyEventLoopProxy.java:95)
  153. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:140)
  154. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.handle(NetworkManager.java:101)
  155. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.PlayerConnection.sendPacket(PlayerConnection.java:868)
  156. [17:20:33] [Server thread/INFO]: at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
  157. [17:20:33] [Server thread/INFO]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  158. [17:20:33] [Server thread/INFO]: at java.lang.reflect.Method.invoke(Method.java:606)
  159. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.invokeSendPacket(NettyChannelInjector.java:676)
  160. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.sendServerPacket(NettyChannelInjector.java:660)
  161. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$4.sendServerPacket(NettyProtocolInjector.java:384)
  162. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:836)
  163. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:790)
  164. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.sendSelfDisguise(DisguiseUtilities.java:877)
  165. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.setupFakeDisguise(DisguiseUtilities.java:1010)
  166. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.disguisetypes.Disguise$2.run(Disguise.java:758)
  167. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71)
  168. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  169. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:709)
  170. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
  171. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
  172. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
  173. [17:20:33] [Server thread/INFO]: at java.lang.Thread.run(Thread.java:745)
  174. [17:20:33] [Server thread/INFO]: java.lang.NullPointerException
  175. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.ReflectionManager.getPlayerInfoData(ReflectionManager.java:378)
  176. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.constructSpawnPackets(PacketsManager.java:277)
  177. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.transformPacket(PacketsManager.java:1330)
  178. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager$3.onPacketSending(PacketsManager.java:772)
  179. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195)
  180. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149)
  181. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:637)
  182. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:613)
  183. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.packetQueued(NettyProtocolInjector.java:318)
  184. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.onPacketSending(NettyProtocolInjector.java:278)
  185. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.processSending(NettyChannelInjector.java:401)
  186. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.access$500(NettyChannelInjector.java:82)
  187. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.handleScheduled(NettyChannelInjector.java:367)
  188. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.onMessageScheduled(NettyChannelInjector.java:335)
  189. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelProxy$2.schedulingRunnable(NettyChannelProxy.java:127)
  190. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyEventLoopProxy.execute(NettyEventLoopProxy.java:95)
  191. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:140)
  192. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.handle(NetworkManager.java:101)
  193. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.PlayerConnection.sendPacket(PlayerConnection.java:868)
  194. [17:20:33] [Server thread/INFO]: at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
  195. [17:20:33] [Server thread/INFO]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  196. [17:20:33] [Server thread/INFO]: at java.lang.reflect.Method.invoke(Method.java:606)
  197. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.invokeSendPacket(NettyChannelInjector.java:676)
  198. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.sendServerPacket(NettyChannelInjector.java:660)
  199. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$4.sendServerPacket(NettyProtocolInjector.java:384)
  200. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:836)
  201. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:790)
  202. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.sendSelfDisguise(DisguiseUtilities.java:877)
  203. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.setupFakeDisguise(DisguiseUtilities.java:1010)
  204. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.disguisetypes.Disguise$2.run(Disguise.java:758)
  205. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71)
  206. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  207. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:709)
  208. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
  209. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
  210. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
  211. [17:20:33] [Server thread/INFO]: at java.lang.Thread.run(Thread.java:745)
  212. [17:20:33] [Server thread/INFO]: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.PacketPlayOutPlayerInfo$EnumPlayerInfoAction
  213. [17:20:33] [Server thread/INFO]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91)
  214. [17:20:33] [Server thread/INFO]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  215. [17:20:33] [Server thread/INFO]: at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  216. [17:20:33] [Server thread/INFO]: at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  217. [17:20:33] [Server thread/INFO]: at java.lang.Class.forName0(Native Method)
  218. [17:20:33] [Server thread/INFO]: at java.lang.Class.forName(Class.java:195)
  219. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.ReflectionManager.getNmsClass(ReflectionManager.java:427)
  220. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.ReflectionManager.getEnumPlayerInfoAction(ReflectionManager.java:367)
  221. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.constructSpawnPackets(PacketsManager.java:280)
  222. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.transformPacket(PacketsManager.java:1330)
  223. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager$3.onPacketSending(PacketsManager.java:772)
  224. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195)
  225. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149)
  226. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:637)
  227. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:613)
  228. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.packetQueued(NettyProtocolInjector.java:318)
  229. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.onPacketSending(NettyProtocolInjector.java:278)
  230. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.processSending(NettyChannelInjector.java:401)
  231. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.access$500(NettyChannelInjector.java:82)
  232. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.handleScheduled(NettyChannelInjector.java:367)
  233. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.onMessageScheduled(NettyChannelInjector.java:335)
  234. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelProxy$2.schedulingRunnable(NettyChannelProxy.java:127)
  235. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyEventLoopProxy.execute(NettyEventLoopProxy.java:95)
  236. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:140)
  237. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.handle(NetworkManager.java:101)
  238. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.PlayerConnection.sendPacket(PlayerConnection.java:868)
  239. [17:20:33] [Server thread/INFO]: at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
  240. [17:20:33] [Server thread/INFO]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  241. [17:20:33] [Server thread/INFO]: at java.lang.reflect.Method.invoke(Method.java:606)
  242. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.invokeSendPacket(NettyChannelInjector.java:676)
  243. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.sendServerPacket(NettyChannelInjector.java:660)
  244. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$4.sendServerPacket(NettyProtocolInjector.java:384)
  245. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:836)
  246. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:790)
  247. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.sendSelfDisguise(DisguiseUtilities.java:877)
  248. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.setupFakeDisguise(DisguiseUtilities.java:1010)
  249. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.disguisetypes.Disguise$2.run(Disguise.java:758)
  250. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71)
  251. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  252. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:709)
  253. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
  254. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
  255. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
  256. [17:20:33] [Server thread/INFO]: at java.lang.Thread.run(Thread.java:745)
  257. [17:20:33] [Server thread/INFO]: java.lang.NullPointerException
  258. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.ReflectionManager.getEnumPlayerInfoAction(ReflectionManager.java:367)
  259. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.constructSpawnPackets(PacketsManager.java:280)
  260. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager.transformPacket(PacketsManager.java:1330)
  261. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.PacketsManager$3.onPacketSending(PacketsManager.java:772)
  262. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195)
  263. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149)
  264. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:637)
  265. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:613)
  266. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.packetQueued(NettyProtocolInjector.java:318)
  267. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.onPacketSending(NettyProtocolInjector.java:278)
  268. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.processSending(NettyChannelInjector.java:401)
  269. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.access$500(NettyChannelInjector.java:82)
  270. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.handleScheduled(NettyChannelInjector.java:367)
  271. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$5.onMessageScheduled(NettyChannelInjector.java:335)
  272. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelProxy$2.schedulingRunnable(NettyChannelProxy.java:127)
  273. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyEventLoopProxy.execute(NettyEventLoopProxy.java:95)
  274. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.a(NetworkManager.java:140)
  275. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.NetworkManager.handle(NetworkManager.java:101)
  276. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.PlayerConnection.sendPacket(PlayerConnection.java:868)
  277. [17:20:33] [Server thread/INFO]: at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
  278. [17:20:33] [Server thread/INFO]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  279. [17:20:33] [Server thread/INFO]: at java.lang.reflect.Method.invoke(Method.java:606)
  280. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.invokeSendPacket(NettyChannelInjector.java:676)
  281. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.sendServerPacket(NettyChannelInjector.java:660)
  282. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$4.sendServerPacket(NettyProtocolInjector.java:384)
  283. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:836)
  284. [17:20:33] [Server thread/INFO]: at com.comphenix.protocol.injector.PacketFilterManager.sendServerPacket(PacketFilterManager.java:790)
  285. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.sendSelfDisguise(DisguiseUtilities.java:877)
  286. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.utilities.DisguiseUtilities.setupFakeDisguise(DisguiseUtilities.java:1010)
  287. [17:20:33] [Server thread/INFO]: at me.libraryaddict.disguise.disguisetypes.Disguise$2.run(Disguise.java:758)
  288. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:71)
  289. [17:20:33] [Server thread/INFO]: at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
  290. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:709)
  291. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
  292. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
  293. [17:20:33] [Server thread/INFO]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
  294. [17:20:33] [Server thread/INFO]: at java.lang.Thread.run(Thread.java:745)
  295. [17:20:33] [Netty Server IO #3/ERROR]: java.lang.NullPointerException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement