It looks like a squid id causing these crashes. From Googling the problem it appears that it may be some conflict with Infernal Mobs though nothing I found could completely confirm that assumption. I added Mob Spawn Controls 2 to see if I could edit out the squids from spawning at all but it appears that I can only reduce the number and spawn rate for them with it.
Here is the latest crash report.
---- Minecraft Crash Report ----
// Who set us up the TNT?
java.lang.IndexOutOfBoundsException: Index: 1501, Size: 1503
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at net.minecraft.util.Vec3Pool.func_72345_a(SourceFile:30)
at net.minecraft.util.Vec3.func_72441_c(Vec3.java:71)
at net.minecraft.block.BlockLiquid.func_149800_f(BlockLiquid.java:208)
at net.minecraft.block.BlockLiquid.func_149640_a(BlockLiquid.java:268)
at net.minecraft.world.World.func_72918_a(World.java:2265)
at net.minecraft.entity.passive.EntitySquid.func_70090_H(SourceFile:77)
at net.minecraft.entity.passive.EntitySquid.func_70636_d(SourceFile:97)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1603)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.world.World.func_72866_a(World.java:2019)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:659)
at net.minecraft.world.World.func_72870_g(World.java:1983)
at net.minecraft.world.World.func_72939_s(World.java:1836)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:500)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:621)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:670)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at net.minecraft.util.Vec3Pool.func_72345_a(SourceFile:30)
at net.minecraft.util.Vec3.func_72441_c(Vec3.java:71)
at net.minecraft.block.BlockLiquid.func_149800_f(BlockLiquid.java:208)
at net.minecraft.block.BlockLiquid.func_149640_a(BlockLiquid.java:268)
at net.minecraft.world.World.func_72918_a(World.java:2265)
at net.minecraft.entity.passive.EntitySquid.func_70090_H(SourceFile:77)
at net.minecraft.entity.passive.EntitySquid.func_70636_d(SourceFile:97)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1603)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.world.World.func_72866_a(World.java:2019)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:659)
at net.minecraft.world.World.func_72870_g(World.java:1983)
-- Entity being ticked --
Details:
Entity Type: Squid (net.minecraft.entity.passive.EntitySquid)
Entity ID: 162688
Entity Name: Squid
Entity's Exact location: -140.46, 58.02, -22.29
Entity's Block location: World: (-141,58,-23), Chunk: (at 3,3,9 in -9,-2; contains blocks -144,0,-32 to -129,255,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Entity's Momentum: 0.00, -0.01, -0.03
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1836)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:500)
-- Affected level --
Details:
Level name: RPG Madness
All players: 1 total; [EntityPlayerMP['bob'/190, l='RPG Madness', x=-145.61, y=49.00, z=88.21]]
Chunk stats: ServerChunkCache: 747 Drop: 0
Level seed: 8626486147260195033
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (216,64,236), Chunk: (at 8,4,12 in 13,14; contains blocks 208,0,224 to 223,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 6868481 game time, 490644 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 18179 (now: false), thunder time: 39394 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:621)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:670)
Anyone with an idea of how I can fix this? Or suggestion I can use to eliminate the squids completely? I have no love for them so would not miss them. Thanks.
Yeah I have done that but it happens very often. Without the reduction in the squid population from Mob Spawn Controls 2 it will happen every couple of minutes. With the mod it happens periodically. I'd like to remove the squids as a whole and see if that fixes the issue but I cannot figure out how to completely keep them from spawning. I was hoping that someone might be able to figure out the error and possibly what may be causing it from the report. I have next to no experience with coding or reading error reports like this myself.
It looks like a squid id causing these crashes. From Googling the problem it appears that it may be some conflict with Infernal Mobs though nothing I found could completely confirm that assumption. I added Mob Spawn Controls 2 to see if I could edit out the squids from spawning at all but it appears that I can only reduce the number and spawn rate for them with it.
Here is the latest crash report.
// Who set us up the TNT?
Time: 11/15/14 7:50 PM
Description: Ticking entity
java.lang.IndexOutOfBoundsException: Index: 1501, Size: 1503
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at net.minecraft.util.Vec3Pool.func_72345_a(SourceFile:30)
at net.minecraft.util.Vec3.func_72441_c(Vec3.java:71)
at net.minecraft.block.BlockLiquid.func_149800_f(BlockLiquid.java:208)
at net.minecraft.block.BlockLiquid.func_149640_a(BlockLiquid.java:268)
at net.minecraft.world.World.func_72918_a(World.java:2265)
at net.minecraft.entity.passive.EntitySquid.func_70090_H(SourceFile:77)
at net.minecraft.entity.passive.EntitySquid.func_70636_d(SourceFile:97)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1603)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.world.World.func_72866_a(World.java:2019)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:659)
at net.minecraft.world.World.func_72870_g(World.java:1983)
at net.minecraft.world.World.func_72939_s(World.java:1836)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:500)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:621)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:670)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at net.minecraft.util.Vec3Pool.func_72345_a(SourceFile:30)
at net.minecraft.util.Vec3.func_72441_c(Vec3.java:71)
at net.minecraft.block.BlockLiquid.func_149800_f(BlockLiquid.java:208)
at net.minecraft.block.BlockLiquid.func_149640_a(BlockLiquid.java:268)
at net.minecraft.world.World.func_72918_a(World.java:2265)
at net.minecraft.entity.passive.EntitySquid.func_70090_H(SourceFile:77)
at net.minecraft.entity.passive.EntitySquid.func_70636_d(SourceFile:97)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1603)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:206)
at net.minecraft.world.World.func_72866_a(World.java:2019)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:659)
at net.minecraft.world.World.func_72870_g(World.java:1983)
-- Entity being ticked --
Details:
Entity Type: Squid (net.minecraft.entity.passive.EntitySquid)
Entity ID: 162688
Entity Name: Squid
Entity's Exact location: -140.46, 58.02, -22.29
Entity's Block location: World: (-141,58,-23), Chunk: (at 3,3,9 in -9,-2; contains blocks -144,0,-32 to -129,255,-17), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Entity's Momentum: 0.00, -0.01, -0.03
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1836)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:500)
-- Affected level --
Details:
Level name: RPG Madness
All players: 1 total; [EntityPlayerMP['bob'/190, l='RPG Madness', x=-145.61, y=49.00, z=88.21]]
Chunk stats: ServerChunkCache: 747 Drop: 0
Level seed: 8626486147260195033
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (216,64,236), Chunk: (at 8,4,12 in 13,14; contains blocks 208,0,224 to 223,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 6868481 game time, 490644 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 18179 (now: false), thunder time: 39394 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:621)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:670)
-- System Details --
Details:
Minecraft Version: 1.7.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 177474496 bytes (169 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 2460 (137760 bytes; 0 MB) allocated, 2395 (134120 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
FML: XRay v2.12.0 MCP v9.03 FML v7.2.217.1147 Minecraft Forge 10.12.2.1147 17 mods loaded, 17 mods active
mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{7.2.217.1147} [Forge Mod Loader] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{10.12.2.1147} [Minecraft Forge] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DamageIndicatorsMod{3.1.2} [Damage Indicators] ([1.7.2]DamageIndicatorsMod-3.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
uncraftingTable{1.4} [jglrxavpok's UncraftingTable] ([1.7.2]Uncrafting Table Mod v1.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
animalbikes{1.7.2} [Animal Bikes] (AnimalBikes_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{2.0.0-pre1} [Backpack] (Backpacks-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
craftguide{1.6.8.1} [CraftGuide] (CraftGuide-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
source_code293.digitalxp{0.1.5} [DigitalXP] (digitalxp-1.7.2-0.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DungeonPack{1.7.2-2.0} [DungeonPack] (DungeonPack-1.7.2-2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
eplus{1.7.2-2.0.1.6} [Enchanting Plus] (EnchantingPlus-1.7.2-2.0.1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
guilib{1.0.7.2} [GUI Library] (Forge_GuiLibv1.0.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
GraveStone{2.9.0} [GraveStone] (GraveStone 2.9.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
InfernalMobs{1.5.5} [Infernal Mobs] (InfernalMobs-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MapWriter{2.1.1} [MapWriter] (MapWriter-1.7.2-2.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MSM3{3.0.0a} [More Swords 3] (MSM-SNAP-3.0.0a-For-MC-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MSC2{1.2.0} [Mob Spawn Controls 2] (Forge_MSC2v1.2.0(1).zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 1509 (84504 bytes; 0 MB) allocated, 1509 (84504 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['bob'/190, l='RPG Madness', x=-145.61, y=49.00, z=88.21]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Anyone with an idea of how I can fix this? Or suggestion I can use to eliminate the squids completely? I have no love for them so would not miss them. Thanks.
Any idea which one I should try?