Jump to content

Retroactively generating features causes server to loop while loading


Recommended Posts

I have just updated to the latest version of AOTB and each time the server gets to "Retroactively generating features" ...  various entity ID's from whats existing or meant to exist it throws an error an starts the process of loading various things in the chunks all over again.

 

 
20.05 22:55:58 [server] INFO ... 21 more
20.05 22:55:58 [server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1678)
20.05 22:55:58 [server] INFO at net.minecraft.entity.item.EntityItem.func_70037_a(EntityItem.java:329)
20.05 22:55:58 [server] INFO at net.minecraft.entity.item.EntityItem.func_92058_a(EntityItem.java:458)
20.05 22:55:58 [server] INFO at net.minecraft.entity.DataWatcher.func_75692_b(SourceFile:129)
20.05 22:55:58 [server] INFO Caused by: java.lang.NullPointerException
20.05 22:55:58 [server] INFO at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
20.05 22:55:58 [server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
20.05 22:55:58 [server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
20.05 22:55:58 [server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
20.05 22:55:58 [server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
20.05 22:55:58 [server] INFO at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:282)
20.05 22:55:58 [server] INFO at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
20.05 22:55:58 [server] INFO at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
20.05 22:55:58 [server] INFO at cofh.world.TickHandlerWorld.tickEnd(TickHandlerWorld.java:38)
20.05 22:55:58 [server] INFO at cofh.world.WorldHandler.generateWorld(WorldHandler.java:153)
20.05 22:55:58 [server] INFO at cofh.world.feature.FeatureOreGenUniform.generateFeature(FeatureOreGenUniform.java:46)
20.05 22:55:58 [server] INFO at cofh.world.feature.WorldGenMinableCluster.func_76484_a(WorldGenMinableCluster.java:99)
20.05 22:55:58 [server] INFO at net.minecraft.world.World.func_72798_a(World.java:414)
20.05 22:55:58 [server] INFO at net.minecraft.world.World.func_72964_e(World.java:529)
20.05 22:55:58 [server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
20.05 22:55:58 [server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:118)
20.05 22:55:58 [server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_73239_e(ChunkProviderServer.java:182)
20.05 22:55:58 [server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75815_a(AnvilChunkLoader.java:83)
20.05 22:55:58 [server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75822_a(AnvilChunkLoader.java:103)
20.05 22:55:58 [server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:409)
20.05 22:55:58 [server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:174)
20.05 22:55:58 [server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1690)
20.05 22:55:58 [server] INFO net.minecraft.util.ReportedException: Loading entity NBT
20.05 22:55:58 [server] SEVERE An Entity Item(net.minecraft.entity.item.EntityItem) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
20.05 22:55:58 [server] SEVERE Item entity 15421 has no item?!
20.05 22:55:58 [server] INFO Retroactively generating features for the chunk at [354, 904].
20.05 22:55:58 [server] INFO Retroactively generating features for the chunk at [355, 904].
20.05 22:55:58 [server] INFO Retroactively generating features for the chunk at [357, 904].
20.05 22:55:58 [server] INFO Retroactively generating features for the chunk at [356, 904].
20.05 22:55:58 [server] INFO ... 21 more
20.05 22:55:58 [server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1678)
20.05 22:55:58 [server] INFO at net.minecraft.entity.item.EntityItem.func_70037_a(EntityItem.java:329)
20.05 22:55:58 [server] INFO at net.minecraft.entity.item.EntityItem.func_92058_a(EntityItem.java:458)
20.05 22:55:58 [server] INFO at net.minecraft.entity.DataWatcher.func_75692_b(SourceFile:129)
20.05 22:55:58 [server] INFO Caused by: java.lang.NullPointerException
20.05 22:55:58 [server] INFO at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
20.05 22:55:58 [server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
20.05 22:55:58 [server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
20.05 22:55:58 [server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
20.05 22:55:58 [server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
20.05 22:55:58 [server] INFO at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:282)
20.05 22:55:58 [server] INFO at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
20.05 22:55:58 [server] INFO at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
20.05 22:55:58 [server] INFO at cofh.world.TickHandlerWorld.tickEnd(TickHandlerWorld.java:38)
20.05 22:55:58 [server] INFO at cofh.world.WorldHandler.generateWorld(WorldHandler.java:153)
20.05 22:55:58 [server] INFO at cofh.world.feature.FeatureOreGenUniform.generateFeature(FeatureOreGenUniform.java:46)
20.05 22:55:58 [server] INFO at cofh.world.feature.WorldGenMinableCluster.func_76484_a(WorldGenMinableCluster.java:99)
20.05 22:55:58 [server] INFO at net.minecraft.world.World.func_72798_a(World.java:414)
20.05 22:55:58 [server] INFO at net.minecraft.world.World.func_72964_e(World.java:529)
20.05 22:55:58 [server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
20.05 22:55:58 [server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:118)
20.05 22:55:58 [server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_73239_e(ChunkProviderServer.java:182)
20.05 22:55:58 [server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75815_a(AnvilChunkLoader.java:83)
20.05 22:55:58 [server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75822_a(AnvilChunkLoader.java:103)
20.05 22:55:58 [server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:409)
20.05 22:55:58 [server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:174)
20.05 22:55:58 [server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1690)
20.05 22:55:58 [server] INFO net.minecraft.util.ReportedException: Loading entity NBT
20.05 22:55:58 [server] SEVERE An Entity Item(net.minecraft.entity.item.EntityItem) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
20.05 22:55:58 [server] SEVERE Item entity 15419 has no item?!
20.05 22:55:58 [server] INFO ... 21 more
20.05 22:55:58 [server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1678)
20.05 22:55:58 [server] INFO at net.minecraft.entity.item.EntityItem.func_70037_a(EntityItem.java:329)
20.05 22:55:58 [server] INFO at net.minecraft.entity.item.EntityItem.func_92058_a(EntityItem.java:458)
20.05 22:55:58 [server] INFO at net.minecraft.entity.DataWatcher.func_75692_b(SourceFile:129)
20.05 22:55:58 [server] INFO Caused by: java.lang.NullPointerException
20.05 22:55:58 [server] INFO at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
20.05 22:55:58 [server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
20.05 22:55:58 [server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
20.05 22:55:58 [server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
20.05 22:55:58 [server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:677)
20.05 22:55:58 [server] INFO at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:282)
20.05 22:55:58 [server] INFO at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
20.05 22:55:58 [server] INFO at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
20.05 22:55:58 [server] INFO at cofh.world.TickHandlerWorld.tickEnd(TickHandlerWorld.java:38)
20.05 22:55:58 [server] INFO at cofh.world.WorldHandler.generateWorld(WorldHandler.java:153)
20.05 22:55:58 [server] INFO at cofh.world.feature.FeatureOreGenUniform.generateFeature(FeatureOreGenUniform.java:46)
20.05 22:55:58 [server] INFO at cofh.world.feature.WorldGenMinableCluster.func_76484_a(WorldGenMinableCluster.java:99)
20.05 22:55:58 [server] INFO at net.minecraft.world.World.func_72798_a(World.java:414)
20.05 22:55:58 [server] INFO at net.minecraft.world.World.func_72964_e(World.java:529)
20.05 22:55:58 [server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:166)
20.05 22:55:58 [server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:118)
20.05 22:55:58 [server] INFO at net.minecraft.world.gen.ChunkProviderServer.func_73239_e(ChunkProviderServer.java:182)
20.05 22:55:58 [server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75815_a(AnvilChunkLoader.java:83)
20.05 22:55:58 [server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75822_a(AnvilChunkLoader.java:103)
20.05 22:55:58 [server] INFO at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:409)
20.05 22:55:58 [server] INFO at net.minecraft.entity.EntityList.func_75615_a(EntityList.java:174)
20.05 22:55:58 [server] INFO at net.minecraft.entity.Entity.func_70020_e(Entity.java:1690)
20.05 22:55:58 [server] INFO net.minecraft.util.ReportedException: Loading entity NBT
20.05 22:55:58 [server] SEVERE An Entity Item(net.minecraft.entity.item.EntityItem) has thrown an exception during loading, its state cannot be restored. Report this to the mod author
20.05 22:55:58 [server] SEVERE Item entity 15418 has no item?!
20.05 22:55:58 [server] INFO Retroactively generating features for the chunk at [357, 903].

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...