Advertisement
alexbegt

Untitled

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