I know what the problem is for this, I'd just like to know if anyone knows how to fix it. This happened as soon as I threw a custom potion with a blank potion effect.
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at by.b(SourceFile:74)
at md.a(EntityLiving.java:1640)
at qr.a(SourceFile:226)
at lq.e(Entity.java:1570)
at anl.a(SourceFile:115)
at anl.g(SourceFile:89)
at xv.h(World.java:2120)
at in.h(WorldServer.java:473)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:587)
at bdo.q(IntegratedServer.java:110)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:494)
at fy.run(SourceFile:856)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at by.b(SourceFile:74)
at md.a(EntityLiving.java:1640)
at qr.a(SourceFile:226)
-- Entity being loaded --
Details:
Entity Type: Zombie (qr)
Entity ID: 217906
Name: Zombie
Exact location: -136.44, 31.00, 166.20
Block location: World: (-137,31,166), Chunk: (at 7,1,6 in -9,10; contains blocks -144,0,160 to -129,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Momentum: 0.00, 0.00, 0.00
Stacktrace:
at lq.e(Entity.java:1570)
at anl.a(SourceFile:115)
at anl.g(SourceFile:89)
-- Tile entity being ticked --
Details:
Name: MobSpawner // anl
Block type: ID #0
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-139,30,165), Chunk: (at 5,1,5 in -9,10; contains blocks -144,0,160 to -129,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at xv.h(World.java:2120)
at in.h(WorldServer.java:473)
-- Affected level --
Details:
Level name: Survival World
All players: 1 total; [iq['romangvk'/51, l='Survival World', x=-134.76, y=30.00, z=165.61]]
Chunk stats: ServerChunkCache: 1099 Drop: 0
Level seed: 5445445445445445
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-216,64,252), Chunk: (at 8,4,12 in -14,15; contains blocks -224,0,240 to -209,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 2326547 game time, 2326547 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 125977 (now: false), thunder time: 65514 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:587)
at bdo.q(IntegratedServer.java:110)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:494)
at fy.run(SourceFile:856)
-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Mac OS X (x86_64) version 10.5.8
Java Version: 1.6.0_26, Apple Inc.
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 100630072 bytes (95 MB) / 554369024 bytes (528 MB) up to 1069416448 bytes (1019 MB)
JVM Flags: 3 total; -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar -Xms512M -Xmx1024M
AABB Pool Size: 2094 (117264 bytes; 0 MB) allocated, 1969 (110264 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.23 FML v4.5.0.457 Minecraft Forge 6.4.0.394 Optifine OptiFine_1.4.5_HD_D3 5 mods loaded, 5 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
NBTEdit [In-game NBTEdit] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_TooManyItems [mod_TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 678 (37968 bytes; 0 MB) allocated, 580 (32480 bytes; 0 MB) used
Player Count: 1 / 8; [iq['romangvk'/51, l='King of the Void', x=-134.76, y=30.00, z=165.61]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge,fml'
// Daisy, daisy...
Time: 11/20/12 9:38 PM
Description: Loading entity NBT
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at by.b(SourceFile:74)
at md.a(EntityLiving.java:1640)
at qr.a(SourceFile:226)
at lq.e(Entity.java:1570)
at anl.a(SourceFile:115)
at anl.g(SourceFile:89)
at xv.h(World.java:2120)
at in.h(WorldServer.java:473)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:587)
at bdo.q(IntegratedServer.java:110)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:494)
at fy.run(SourceFile:856)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at java.util.ArrayList.RangeCheck(ArrayList.java:547)
at java.util.ArrayList.get(ArrayList.java:322)
at by.b(SourceFile:74)
at md.a(EntityLiving.java:1640)
at qr.a(SourceFile:226)
-- Entity being loaded --
Details:
Entity Type: Zombie (qr)
Entity ID: 217906
Name: Zombie
Exact location: -136.44, 31.00, 166.20
Block location: World: (-137,31,166), Chunk: (at 7,1,6 in -9,10; contains blocks -144,0,160 to -129,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Momentum: 0.00, 0.00, 0.00
Stacktrace:
at lq.e(Entity.java:1570)
at anl.a(SourceFile:115)
at anl.g(SourceFile:89)
-- Tile entity being ticked --
Details:
Name: MobSpawner // anl
Block type: ID #0
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-139,30,165), Chunk: (at 5,1,5 in -9,10; contains blocks -144,0,160 to -129,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at xv.h(World.java:2120)
at in.h(WorldServer.java:473)
-- Affected level --
Details:
Level name: Survival World
All players: 1 total; [iq['romangvk'/51, l='Survival World', x=-134.76, y=30.00, z=165.61]]
Chunk stats: ServerChunkCache: 1099 Drop: 0
Level seed: 5445445445445445
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-216,64,252), Chunk: (at 8,4,12 in -14,15; contains blocks -224,0,240 to -209,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 2326547 game time, 2326547 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 125977 (now: false), thunder time: 65514 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:587)
at bdo.q(IntegratedServer.java:110)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:494)
at fy.run(SourceFile:856)
-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Mac OS X (x86_64) version 10.5.8
Java Version: 1.6.0_26, Apple Inc.
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Apple Inc.
Memory: 100630072 bytes (95 MB) / 554369024 bytes (528 MB) up to 1069416448 bytes (1019 MB)
JVM Flags: 3 total; -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar -Xms512M -Xmx1024M
AABB Pool Size: 2094 (117264 bytes; 0 MB) allocated, 1969 (110264 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.23 FML v4.5.0.457 Minecraft Forge 6.4.0.394 Optifine OptiFine_1.4.5_HD_D3 5 mods loaded, 5 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
NBTEdit [In-game NBTEdit] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
mod_TooManyItems [mod_TooManyItems] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 678 (37968 bytes; 0 MB) allocated, 580 (32480 bytes; 0 MB) used
Player Count: 1 / 8; [iq['romangvk'/51, l='King of the Void', x=-134.76, y=30.00, z=165.61]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge,fml'
-
View User Profile
-
View Posts
-
Send Message
Retired Staffhttp://www.minecraftforum.net/topic/909223-125145-smp-chickenbones-mods/