Advertisement
alexbegt

Untitled

Jun 19th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. 2013-06-18 17:41:56 [SEVERE] [ForgeModLoader] Error handling login related packet - connection from alexbegt [/127.0.0.1:55876] refused
  2. java.lang.RuntimeException: Exception while creating a ServerPlayerBase of type 'class net.aetherteam.aether.PlayerBaseAetherServer'
  3. at ServerPlayerAPI.createServerPlayerBase(ServerPlayerAPI.java:1737)
  4. at ServerPlayerAPI.<init>(ServerPlayerAPI.java:1706)
  5. at ServerPlayerAPI.create(ServerPlayerAPI.java:1434)
  6. at net.minecraft.entity.player.EntityPlayerMP.<init>(jc.java:37)
  7. at net.minecraft.server.management.ServerConfigurationManager.attemptLogin(ServerConfigurationManager.java:434)
  8. at cpw.mods.fml.common.network.FMLNetworkHandler.handleVanillaLoginKick(FMLNetworkHandler.java:202)
  9. at cpw.mods.fml.common.network.FMLNetworkHandler.handleClientConnection(FMLNetworkHandler.java:158)
  10. at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionReceivedFromClient(FMLNetworkHandler.java:124)
  11. at net.minecraft.network.NetLoginHandler.func_72529_d(NetLoginHandler.java:191)
  12. at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:79)
  13. at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:57)
  14. at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:29)
  15. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:852)
  16. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320)
  17. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:721)
  18. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:605)
  19. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
  20. Caused by: java.lang.reflect.InvocationTargetException
  21. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  22. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  23. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  24. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  25. at ServerPlayerAPI.createServerPlayerBase(ServerPlayerAPI.java:1731)
  26. ... 16 more
  27. Caused by: java.lang.NullPointerException
  28. at net.minecraft.server.management.ServerConfigurationManager.func_72353_e(ServerConfigurationManager.java:1272)
  29. at org.bukkit.craftbukkit.v1_5_R2.entity.CraftPlayer.isOp(CraftPlayer.java:75)
  30. at org.bukkit.permissions.PermissibleBase.isOp(PermissibleBase.java:36)
  31. at org.bukkit.permissions.PermissibleBase.recalculatePermissions(PermissibleBase.java:150)
  32. at org.bukkit.permissions.PermissibleBase.<init>(PermissibleBase.java:29)
  33. at org.bukkit.craftbukkit.v1_5_R2.entity.CraftHumanEntity.<init>(CraftHumanEntity.java:33)
  34. at org.bukkit.craftbukkit.v1_5_R2.entity.CraftPlayer.<init>(CraftPlayer.java:68)
  35. at org.bukkit.craftbukkit.v1_5_R2.entity.CraftEntity.getEntity(CraftEntity.java:39)
  36. at net.minecraft.entity.Entity.getBukkitEntity(Entity.java:2089)
  37. at net.minecraft.entity.player.EntityPlayer.getBukkitEntity(EntityPlayer.java:145)
  38. at net.minecraft.entity.player.EntityPlayerMP.getBukkitEntity(jc.java:1937)
  39. at net.minecraft.entity.player.EntityPlayerMP.getBukkitEntity(jc.java:32)
  40. at net.minecraft.inventory.ContainerPlayer.getBukkitView(ContainerPlayer.java:213)
  41. at net.minecraft.inventory.ContainerPlayer.func_75130_a(ContainerPlayer.java:76)
  42. at net.aetherteam.aether.containers.ContainerPlayerAether.<init>(ContainerPlayerAether.java:65)
  43. at net.aetherteam.aether.PlayerBaseAetherServer.<init>(PlayerBaseAetherServer.java:96)
  44. ... 21 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement