Advertisement
Guest User

Server crash

a guest
Jun 16th, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. WARNING: coremods are present:
  2. SpongeCoremod (spongeforge-1.12.2-2705-7.1.0-BETA-3171.jar)
  3. Contact their authors BEFORE contacting forge
  4.  
  5. // Don't be sad, have a hug! <3
  6.  
  7. Time: 6/16/18 7:17 AM
  8. Description: Exception ticking world entities
  9.  
  10. java.lang.NullPointerException: Exception ticking world entities
  11. at net.minecraft.entity.player.EntityPlayer.func_96124_cp(EntityPlayer.java:2284)
  12. at net.minecraft.entity.player.EntityPlayer.func_145748_c_(EntityPlayer.java:2291)
  13. at com.pixelmonmod.pixelmon.storage.PlayerStorage.<init>(PlayerStorage.java:150)
  14. at com.pixelmonmod.pixelmon.storage.PokeballManager.loadPlayer(PokeballManager.java:216)
  15. at com.pixelmonmod.pixelmon.storage.PokeballManager.getPlayerStorage(PokeballManager.java:53)
  16. at com.pixelmonmod.pixelmon.listener.WorldEventListener.func_72709_b(WorldEventListener.java:40)
  17. at net.minecraft.world.World.func_72847_b(World.java:1226)
  18. at net.minecraft.world.WorldServer.func_72847_b(WorldServer.java:1128)
  19. at net.minecraft.world.World.func_72939_s(World.java:6553)
  20. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2222)
  21. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  22. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  23. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  24. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  25. at java.lang.Thread.run(Thread.java:748)
  26.  
  27.  
  28. A detailed walkthrough of the error, its code path and all known details is as follows:
  29. ---------------------------------------------------------------------------------------
  30.  
  31. -- Head --
  32. Thread: Server thread
  33. Stacktrace:
  34. at net.minecraft.entity.player.EntityPlayer.func_96124_cp(EntityPlayer.java:2284)
  35. at net.minecraft.entity.player.EntityPlayer.func_145748_c_(EntityPlayer.java:2291)
  36. at com.pixelmonmod.pixelmon.storage.PlayerStorage.<init>(PlayerStorage.java:150)
  37. at com.pixelmonmod.pixelmon.storage.PokeballManager.loadPlayer(PokeballManager.java:216)
  38. at com.pixelmonmod.pixelmon.storage.PokeballManager.getPlayerStorage(PokeballManager.java:53)
  39. at com.pixelmonmod.pixelmon.listener.WorldEventListener.func_72709_b(WorldEventListener.java:40)
  40. at net.minecraft.world.World.func_72847_b(World.java:1226)
  41. at net.minecraft.world.WorldServer.func_72847_b(WorldServer.java:1128)
  42. at net.minecraft.world.World.func_72939_s(World.java:6553)
  43. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2222)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement