mojira.dev
MC-63197

Crash "Tesselating block model" (java.lang.IndexOutOfBoundsException @ at java.nio.Buffer.checkIndex)

Description: Tesselating block model

java.lang.IndexOutOfBoundsException
	at java.nio.Buffer.checkIndex(Unknown Source)
	at java.nio.DirectIntBufferU.get(Unknown Source)
	at chc.a(SourceFile:183)
	at cjs.a(SourceFile:149)
	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.nio.Buffer.checkIndex(Unknown Source)
	at java.nio.DirectIntBufferU.get(Unknown Source)
	at chc.a(SourceFile:183)
	at cjs.a(SourceFile:149)
	at cjs.a(SourceFile:81)

-- Block model being tesselated --
Details:
	Block: minecraft:leaves[check_decay=false,decayable=true,variant=oak]
	Block location: World: (-589,80,-78), Chunk: (at 3,5,2 in -37,-5; contains blocks -592,0,-80 to -577,255,-65), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
	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: (-589,80,-78), Chunk: (at 3,5,2 in -37,-5; contains blocks -592,0,-80 to -577,255,-65), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
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: 14w30b
	Operating System: Windows 7 (amd64) version 6.1
	Java Version: 1.8.0_11, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 307694288 bytes (293 MB) / 720896000 bytes (687 MB) up to 1908932608 bytes (1820 MB)
	JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G
	IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94

I've seen similar bug reports but this stack trace appears to be unique so far. The game also wrongly identified my client as modded, making me report this manually.

Linked issues

Attachments

Comments

Corné Dorrestijn

I had the same issue on Linux, also being identified as using a modded client.

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 7/23/14 8:59 PM
Description: Tesselating block model

java.lang.IndexOutOfBoundsException
	at java.nio.Buffer.checkIndex(Buffer.java:532)
	at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
	at chc.a(SourceFile:183)
	at cjs.a(SourceFile:149)
	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(Thread.java:745)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
	at java.nio.Buffer.checkIndex(Buffer.java:532)
	at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
	at chc.a(SourceFile:183)
	at cjs.a(SourceFile:149)
	at cjs.a(SourceFile:81)

-- Block model being tesselated --
Details:
	Block: minecraft:leaves[check_decay=false,decayable=true,variant=oak]
	Block location: World: (-117,76,-46), Chunk: (at 11,4,2 in -8,-3; contains blocks -128,0,-48 to -113,255,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
	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: (-117,76,-46), Chunk: (at 11,4,2 in -8,-3; contains blocks -128,0,-48 to -113,255,-33), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
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(Thread.java:745)

-- System Details --
Details:
	Minecraft Version: 14w30b
	Operating System: Linux (amd64) version 3.14-1-amd64
	Java Version: 1.7.0_60, Oracle Corporation
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 309486232 bytes (295 MB) / 941621248 bytes (898 MB) up to 954728448 bytes (910 MB)
	JVM Flags: 1 total; -Xmx1G
	IntCache: cache: 7, tcache: 75, allocated: 12, tallocated: 94
James Alonzo Muncy

This seems similar to mine. The game also wrongly identified my client as modded, making me report this manually.

---- Minecraft Crash Report ----
// You're mean.

Time: 7/23/14 3:57 PM
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:254)
	at cjs.b(SourceFile:105)
	at cjs.a(SourceFile:45)
	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:254)
	at cjs.b(SourceFile:105)

-- Block model being tesselated --
Details:
	Block: minecraft:stone[variant=andesite]
	Block location: World: (-298,64,687), Chunk: (at 6,4,15 in -19,42; contains blocks -304,0,672 to -289,255,687), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
	Using AO: false
Stacktrace:
	at cjs.a(SourceFile:45)
	at cjs.a(SourceFile:35)

-- Block being tesselated --
Details:
	Block type: ID #1 (tile.stone // azs)
	Block data value: 5 / 0x5 / 0b0101
	Block location: World: (-298,64,687), Chunk: (at 6,4,15 in -19,42; contains blocks -304,0,672 to -289,255,687), Region: (-1,1; contains chunks -32,32 to -1,63, blocks -512,0,512 to -1,255,1023)
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: 14w30b
	Operating System: Windows 7 (amd64) version 6.1
	Java Version: 1.7.0_25, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 167731808 bytes (159 MB) / 799342592 bytes (762 MB) up to 954466304 bytes (910 MB)
	JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
	IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
by_jove

Same here, "we think your game can be modded, and as such we can't accept this crash report." Running 64-bit Windows 7 using 32-bit JRE right now.

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 7/23/14 2:00 PM
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:254)
	at cjs.b(SourceFile:105)
	at cjs.a(SourceFile:45)
	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:254)
	at cjs.b(SourceFile:105)

-- Block model being tesselated --
Details:
	Block: minecraft:dirt[snowy=false,variant=dirt]
	Block location: World: (-708,57,-190), Chunk: (at 12,3,2 in -45,-12; contains blocks -720,0,-192 to -705,255,-177), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
	Using AO: false
Stacktrace:
	at cjs.a(SourceFile:45)
	at cjs.a(SourceFile:35)

-- Block being tesselated --
Details:
	Block type: ID #3 (tile.dirt // atz)
	Block data value: 0 / 0x0 / 0b0000
	Block location: World: (-708,57,-190), Chunk: (at 12,3,2 in -45,-12; contains blocks -720,0,-192 to -705,255,-177), Region: (-2,-1; contains chunks -64,-32 to -33,-1, blocks -1024,0,-512 to -513,255,-1)
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: 14w30b
	Operating System: Windows 7 (x86) version 6.1
	Java Version: 1.7.0_60, Oracle Corporation
	Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
	Memory: 106467072 bytes (101 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)
	JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
	IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
kumasasa

The last two are duplicates of MC-62984

Damien Talbot

Have a problem with Dark oak, but same error also does not allow me to send the report automatically. As states my version is modded though never use mods as like the pure form of Mine craft. With this crash was just running through a mine I have underground. Keeps happening please fix soon.

by_jove

This was in an already created world, Kumasasa, and happened repeatedly as I was running about. If it is a duplicate of MC-62984, then perhaps the bug title can be changed on that one to "Tesselating block model crash"? Is there a separate bug report for not being able to report a bug due to the incorrect assessment that the MC snapshot is modded?

Robert S Kurtz

Happening to me too.
— Minecraft Crash Report ----
// Uh... Did I do that?

Time: 7/23/14 8:07 PM
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:254)
at cjs.b(SourceFile:105)
at cjs.a(SourceFile:45)
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)

kumasasa

@@unknown: No, this is not a duplicate of MC-62984. "Modded" crash report is MC-63288

kumasasa

@@unknown: This is MC-62984

Sean

Crash report falsely reports that it is modded.

Sean

I had the same issue. I couldn't submit it through the launcher because it was falsely identified as modded.I added my crash log to the other ones attached above.

Nils Gruendemann

Same problem, so here my crash report.
Falsely identified as modded here, too.

Stephen

(Unassigned)

Unconfirmed

Minecraft 14w30b

Minecraft 14w30c

Retrieved