Project Red - Exploration

Project Red - Exploration

27M Downloads

Not entirely sure what this is from.

WildKarrade opened this issue ยท 3 comments

commented

mrtjp.projectred.exploration.GeneratorVolcano.func_76484_a(GeneratorVolcano.java:31)
2013-08-25 04:52:55 [SEVERE] mrtjp.projectred.exploration.GenerationManager.generate(GenerationManager.java:71)
2013-08-25 04:52:55 [SEVERE] cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:180)
2013-08-25 04:52:55 [SEVERE] net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:384)
2013-08-25 04:52:55 [SEVERE] net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1294)
2013-08-25 04:52:55 [SEVERE] net.minecraft.world.gen.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:230)
2013-08-25 04:52:55 [SEVERE] net.minecraft.server.management.PlayerInstance.(PlayerInstance.java:39)
2013-08-25 04:52:55 [SEVERE] net.minecraft.server.management.PlayerManager.func_72690_a(PlayerManager.java:136)
2013-08-25 04:52:55 [SEVERE] net.minecraft.server.management.PlayerManager.func_72683_a(PlayerManager.java:196)
2013-08-25 04:52:55 [SEVERE] net.minecraft.server.management.ServerConfigurationManager.moveToWorld(ServerConfigurationManager.java:752)
2013-08-25 04:52:55 [SEVERE] net.minecraft.server.management.ServerConfigurationManager.changeDimension(ServerConfigurationManager.java:910)
2013-08-25 04:52:55 [SEVERE] net.minecraft.entity.player.EntityPlayerMP.func_71027_c(EntityPlayerMP.java:655)
2013-08-25 04:52:55 [SEVERE] net.minecraft.entity.Entity.func_70030_z(Entity.java:574)
2013-08-25 04:52:55 [SEVERE] net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:281)
2013-08-25 04:52:55 [SEVERE] net.minecraft.entity.Entity.func_70071_h_(Entity.java:526)
2013-08-25 04:52:55 [SEVERE] net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1925)
2013-08-25 04:52:55 [SEVERE] net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:369)
2013-08-25 04:52:55 [SEVERE] net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:398)
2013-08-25 04:52:55 [SEVERE] net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:515)
2013-08-25 04:52:55 [SEVERE] net.minecraft.network.packet.Packet10Flying.func_73279_a(Packet10Flying.java:51)
2013-08-25 04:52:55 [SEVERE] net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:464)
2013-08-25 04:52:55 [SEVERE] net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:231)
2013-08-25 04:52:55 [SEVERE] net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
2013-08-25 04:52:55 [SEVERE] net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(DedicatedServerListenThread.java:34)
2013-08-25 04:52:55 [SEVERE] net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:872)
2013-08-25 04:52:55 [SEVERE] net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:318)
2013-08-25 04:52:55 [SEVERE] net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:741)
2013-08-25 04:52:55 [SEVERE] net.minecraft.server.MinecraftServer.run(MinecraftServer.java:625)
2013-08-25 04:52:55 [SEVERE] net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)

commented

Looks like a thread dump for #72.

By the way, @MrTJP, is the fix in repo? GitHub version of GeneratorManager.java still checks only the chunk provider, and there're no changes in GeneratorVolcano.java as well.

commented

It seems to crash and have that issue when you go into the nether because there are volcano's in the nether. Which is definitely not supposed to happen.

commented

Already fixed.