Biomes O' Plenty

Biomes O' Plenty

151M Downloads

WorldChunkManager Chunk Reset

Matchlighter opened this issue ยท 1 comments

commented

In Galacticraft space-station dimensions, WorldChunkManagerBOP occasionally spits out this exception and resets the chunk. I'm kind of surprised, since the offending method is practically the same as vanilla MC.

2014-03-09 13:32:39 [INFO] [STDERR] net.minecraft.util.ReportedException: Exception preparing structure feature
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.world.gen.structure.MapGenStructure.func_75037_a(MapGenStructure.java:59)
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.world.gen.MapGenBase.func_75036_a(SourceFile:29)
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.world.gen.ChunkProviderGenerate.func_82695_e(ChunkProviderGenerate.java:669)
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.world.gen.ChunkProviderServer.func_73239_e(ChunkProviderServer.java:190)
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:118)
2014-03-09 13:32:39 [INFO] [STDERR]     at uk.co.shadeddimensions.ep3.util.WorldCoordinates.getBlockTileEntity(WorldCoordinates.java:83)
2014-03-09 13:32:39 [INFO] [STDERR]     at uk.co.shadeddimensions.ep3.tileentity.portal.TileTransferEnergy.func_70316_g(TileTransferEnergy.java:136)
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.world.World.func_72939_s(World.java:2209)
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-03-09 13:32:39 [INFO] [STDERR] Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
2014-03-09 13:32:39 [INFO] [STDERR]     at biomesoplenty.world.WorldChunkManagerBOP.func_76941_a(WorldChunkManagerBOP.java:325)
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.world.gen.structure.MapGenStronghold.func_75047_a(MapGenStronghold.java:85)
2014-03-09 13:32:39 [INFO] [STDERR]     at net.minecraft.world.gen.structure.MapGenStructure.func_75037_a(MapGenStructure.java:44)
2014-03-09 13:32:39 [INFO] [STDERR]     ... 13 more
commented

Update: Bug still occurs when using a default world with Add Biomes To Default World set to true, but not when BOP is removed.