I stumbled onto this error I am not sure what to do...
---- Minecraft Crash Report ----
// My bad.
Time: 7/27/14 5:29 PM
Description: Exception preparing structure feature
java.lang.ArrayIndexOutOfBoundsException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Feature being prepared --
Details:
Is feature chunk: ~~ERROR~~ ArrayIndexOutOfBoundsException: null
Chunk location: 32,-48
Chunk pos hash: -206158430176
Structure type: net.minecraft.world.gen.structure.MapGenStronghold
Stacktrace:
at net.minecraft.world.gen.structure.MapGenStructure.func_75037_a(MapGenStructure.java:54)
at net.minecraft.world.gen.MapGenBase.func_75036_a(MapGenBase.java:33)
at biomesoplenty.world.ChunkProviderBOP.func_82695_e(ChunkProviderBOP.java:725)
at org.bukkit.craftbukkit.v1_6_R3.generator.NormalChunkGenerator.func_82695_e(NormalChunkGenerator.java:96)
at org.bukkit.craftbukkit.v1_6_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:47)
at org.bukkit.craftbukkit.v1_6_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:15)
at org.bukkit.craftbukkit.v1_6_R3.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
at org.bukkit.craftbukkit.v1_6_R3.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
at org.bukkit.craftbukkit.v1_6_R3.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
at net.minecraft.world.gen.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:189)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:162)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:285)
at net.minecraft.world.World.func_72964_e(World.java:803)
at net.minecraft.world.World.func_72798_a(World.java:679)
at net.minecraft.village.Village.func_75574_f(Village.java:425)
at net.minecraft.village.Village.func_75557_k(Village.java:406)
at net.minecraft.village.Village.func_75560_a(Village.java:66)
at net.minecraft.village.VillageCollection.func_75544_a(VillageCollection.java:77)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:448)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:872)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (642,71,-634), Chunk: (at 2,4,6 in 40,-40; contains blocks 640,0,-640 to 655,255,-625), Region: (1,-2; contains chunks 32,-64 to 63,-33, blocks 512,0,-1024 to 1023,255,-513)
-- Affected level --
Details:
Level name: Pandora
All players: 0 total; []
Chunk stats: ServerChunkCache: 2 Drop: 0
Level seed: -7288887613028894807
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (0,78,81), Chunk: (at 0,4,1 in 0,5; contains blocks 0,0,80 to 15,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 91283049 game time, 91351697 day time
Level dimension: 45
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 583 (now: false), thunder time: 22067 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Linux (amd64) version 3.10.23-xxxx-std-ipv6-64
Java Version: 1.7.0_07, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 965389216 bytes (920 MB) / 3620077568 bytes (3452 MB) up to 4779671552 bytes (4558 MB)
JVM Flags: 3 total; -Xmx5128M -Xms1024M -XX:MaxPermSize=400m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 16, allocated: 21, tallocated: 39
I am fairly sure it says BOP is having issues with some form of Stronghold which Looking around it implied i Should Map Edit the chunks in question but i am also told those will horribly destroy modded maps....Is there a Map Editor that doesn't? or is there a way to destroys only sections I want force regen'ed I personally don't mind if a few chunks were generic MC if it gets the bug fixed but what can be used to just affect a few chunks of a map and keep the rest uneffected?
// My bad.
Time: 7/27/14 5:29 PM
Description: Exception preparing structure feature
java.lang.ArrayIndexOutOfBoundsException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Feature being prepared --
Details:
Is feature chunk: ~~ERROR~~ ArrayIndexOutOfBoundsException: null
Chunk location: 32,-48
Chunk pos hash: -206158430176
Structure type: net.minecraft.world.gen.structure.MapGenStronghold
Stacktrace:
at net.minecraft.world.gen.structure.MapGenStructure.func_75037_a(MapGenStructure.java:54)
at net.minecraft.world.gen.MapGenBase.func_75036_a(MapGenBase.java:33)
at biomesoplenty.world.ChunkProviderBOP.func_82695_e(ChunkProviderBOP.java:725)
at org.bukkit.craftbukkit.v1_6_R3.generator.NormalChunkGenerator.func_82695_e(NormalChunkGenerator.java:96)
at org.bukkit.craftbukkit.v1_6_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:47)
at org.bukkit.craftbukkit.v1_6_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:15)
at org.bukkit.craftbukkit.v1_6_R3.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
at org.bukkit.craftbukkit.v1_6_R3.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
at org.bukkit.craftbukkit.v1_6_R3.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
at net.minecraft.world.gen.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:189)
at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:162)
at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:285)
at net.minecraft.world.World.func_72964_e(World.java:803)
at net.minecraft.world.World.func_72798_a(World.java:679)
at net.minecraft.village.Village.func_75574_f(Village.java:425)
at net.minecraft.village.Village.func_75557_k(Village.java:406)
at net.minecraft.village.Village.func_75560_a(Village.java:66)
at net.minecraft.village.VillageCollection.func_75544_a(VillageCollection.java:77)
at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:448)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:872)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:777)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:659)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
-- Requested block coordinates --
Details:
Found chunk: true
Location: World: (642,71,-634), Chunk: (at 2,4,6 in 40,-40; contains blocks 640,0,-640 to 655,255,-625), Region: (1,-2; contains chunks 32,-64 to 63,-33, blocks 512,0,-1024 to 1023,255,-513)
-- Affected level --
Details:
Level name: Pandora
All players: 0 total; []
Chunk stats: ServerChunkCache: 2 Drop: 0
Level seed: -7288887613028894807
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (0,78,81), Chunk: (at 0,4,1 in 0,5; contains blocks 0,0,80 to 15,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 91283049 game time, 91351697 day time
Level dimension: 45
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 583 (now: false), thunder time: 22067 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Linux (amd64) version 3.10.23-xxxx-std-ipv6-64
Java Version: 1.7.0_07, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 965389216 bytes (920 MB) / 3620077568 bytes (3452 MB) up to 4779671552 bytes (4558 MB)
JVM Flags: 3 total; -Xmx5128M -Xms1024M -XX:MaxPermSize=400m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 16, allocated: 21, tallocated: 39