-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 14w30a
-
None
-
Windows 8.1, Java Version: 1.7.0_45, Intel i5 with GTX 770
-
Unconfirmed
---- Minecraft Crash Report ----
// Don't do that.
Time: 7/23/14 10:28 AM
Description: Tesselating block model
java.lang.IndexOutOfBoundsException: Index: 1, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at csu.b(SourceFile:88)
at chc.a(SourceFile:156)
at cjs.a(SourceFile:139)
at cjs.a(SourceFile:81)
at cjs.a(SourceFile:43)
at cjs.a(SourceFile:35)
at cjq.a(SourceFile:62)
at cmt.b(SourceFile:156)
at cmm.a(SourceFile:71)
at cmm.run(SourceFile:31)
at java.lang.Thread.run(Unknown Source)
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 csu.b(SourceFile:88)
at chc.a(SourceFile:156)
at cjs.a(SourceFile:139)
at cjs.a(SourceFile:81)
– Block model being tesselated –
Details:
Block: minecraft:leaves[check_decay=false,decayable=true,variant=oak]
Block location: World: (-208,66,253), Chunk: (at 0,4,13 in -13,15; contains blocks -208,0,240 to -193,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Using AO: true
Stacktrace:
at cjs.a(SourceFile:43)
at cjs.a(SourceFile:35)
– Block being tesselated –
Details:
Block type: ID #18 (tile.leaves // axj)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-208,66,253), Chunk: (at 0,4,13 in -13,15; contains blocks -208,0,240 to -193,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at cjq.a(SourceFile:62)
at cmt.b(SourceFile:156)
at cmm.a(SourceFile:71)
at cmm.run(SourceFile:31)
at java.lang.Thread.run(Unknown Source)
– System Details –
Details:
Minecraft Version: 14w30a
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 336031104 bytes (320 MB) / 918028288 bytes (875 MB) up to 1908932608 bytes (1820 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
- duplicates
-
MC-62984 Crash "Tesselating block model" (java.lang.IndexOutOfBoundsException @ java.util.ArrayList.rangeCheck)
- Resolved