Advertisement
Guest User

Untitled

a guest
Oct 28th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. 2013-10-28 18:29:28 [SEVERE] Could not pass event PlayerJoinEvent to ProtocolLib v2.7.3
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363)
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  5. at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:47)
  6. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479)
  7. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464)
  8. at za.co.mcportcentral.entity.CraftFakePlayer.get(CraftFakePlayer.java:108)
  9. at za.co.mcportcentral.entity.CraftFakePlayer.getBukkitEntity(CraftFakePlayer.java:141)
  10. at za.co.mcportcentral.entity.CraftFakePlayer.getPossiblyRealPlayerBukkitEntity(CraftFakePlayer.java:166)
  11. at buildcraft.core.utils.BukkitUtils.BlockBreakEvent(BukkitUtils.java:23)
  12. at buildcraft.core.EntityRobot.build(EntityRobot.java:278)
  13. at buildcraft.core.EntityRobot.func_70071_h_(EntityRobot.java:140)
  14. at net.minecraft.world.World.func_72866_a(World.java:2522)
  15. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:941)
  16. at net.minecraft.world.World.func_72870_g(World.java:2475)
  17. at net.minecraft.world.World.func_72939_s(World.java:2287)
  18. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:806)
  19. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:838)
  20. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
  21. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:732)
  22. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614)
  23. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
  24. Caused by: java.lang.IllegalAccessError: Unable to fetch server handler: was NUll.
  25. at com.comphenix.protocol.injector.player.PlayerInjector.getProxyField(PlayerInjector.java:391)
  26. at com.comphenix.protocol.injector.player.PlayerInjector.initializePlayer(PlayerInjector.java:194)
  27. at com.comphenix.protocol.injector.player.PlayerInjector.initialize(PlayerInjector.java:169)
  28. at com.comphenix.protocol.injector.player.ProxyPlayerInjectionHandler.injectPlayerInternal(ProxyPlayerInjectionHandler.java:340)
  29. at com.comphenix.protocol.injector.player.ProxyPlayerInjectionHandler.injectPlayer(ProxyPlayerInjectionHandler.java:311)
  30. at com.comphenix.protocol.injector.player.ProxyPlayerInjectionHandler.injectPlayer(ProxyPlayerInjectionHandler.java:278)
  31. at com.comphenix.protocol.injector.PacketFilterManager.onPlayerJoin(PacketFilterManager.java:906)
  32. at com.comphenix.protocol.injector.PacketFilterManager.access$500(PacketFilterManager.java:77)
  33. at com.comphenix.protocol.injector.PacketFilterManager$3.onPrePlayerJoin(PacketFilterManager.java:872)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  37. at java.lang.reflect.Method.invoke(Method.java:606)
  38. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361)
  39. ... 20 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement