Advertisement
alexbegt

Untitled

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