Guest User

Chickenbones crash example

a guest
Apr 25th, 2020
1,243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 4/25/20 11:43 AM
  5. Description: Exception ticking world
  6.  
  7. java.lang.NullPointerException: Exception ticking world
  8. at codechicken.lib.world.WorldExtension.unloadChunk(WorldExtension.java:52)
  9. at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkUnLoad(WorldExtensionManager.java:67)
  10. at cpw.mods.fml.common.eventhandler.ASMEventHandler_1267_WorldExtensionEventHandler_onChunkUnLoad_Unload.invoke(.dynamic)
  11. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  12. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  13. at net.minecraft.world.chunk.Chunk.func_76623_d(Chunk.java:941)
  14. at net.minecraft.world.gen.ChunkProviderServer.func_73156_b(ChunkProviderServer.java:342)
  15. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:165)
  16. at WorldServerOF.func_72835_b(WorldServerOF.java:234)
  17. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
  18. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  19. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
  20. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  21. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  22.  
  23.  
  24. A detailed walkthrough of the error, its code path and all known details is as follows:
  25. ---------------------------------------------------------------------------------------
  26.  
  27. -- Head --
  28. Stacktrace:
  29. at codechicken.lib.world.WorldExtension.unloadChunk(WorldExtension.java:52)
  30. at codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler.onChunkUnLoad(WorldExtensionManager.java:67)
  31. at cpw.mods.fml.common.eventhandler.ASMEventHandler_1267_WorldExtensionEventHandler_onChunkUnLoad_Unload.invoke(.dynamic)
  32. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  33. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  34. at net.minecraft.world.chunk.Chunk.func_76623_d(Chunk.java:941)
  35. at net.minecraft.world.gen.ChunkProviderServer.func_73156_b(ChunkProviderServer.java:342)
  36. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:165)
  37. at WorldServerOF.func_72835_b(WorldServerOF.java:234)
Advertisement
Add Comment
Please, Sign In to add comment