Guest User

Untitled

a guest
Dec 7th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I bet Cylons wouldn't have this problem.
  3.  
  4. Time: 06/12/14 22:12
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.RuntimeException: java.lang.NullPointerException
  8. at codechicken.nei.NEIServerConfig.loadWorld(NEIServerConfig.java:62)
  9. at codechicken.nei.NEIServerConfig.load(NEIServerConfig.java:48)
  10. at codechicken.nei.ServerHandler.loadEvent(ServerHandler.java:45)
  11. at cpw.mods.fml.common.eventhandler.ASMEventHandler_401_ServerHandler_loadEvent_Load.invoke(.dynamic)
  12. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  13. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  14. at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:431)
  15. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:329)
  16. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620)
  17. at java.lang.Thread.run(Thread.java:745)
  18. Caused by: java.lang.NullPointerException
  19. at codechicken.core.CommonUtils.getSaveLocation(CommonUtils.java:20)
  20. at codechicken.core.CommonUtils.getSaveLocation(CommonUtils.java:24)
  21. at codechicken.nei.NEIServerConfig.getSaveDir(NEIServerConfig.java:52)
  22. at codechicken.nei.NEIServerConfig.loadWorld(NEIServerConfig.java:57)
  23. ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment