-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 1.8.1
-
None
-
OS: Windows 7 (ver 6.1, arch amd64)
Java: 1.8.0_25 (by Oracle Corporation)
Launcher: Minecraft Launcher 1.6.11 (bootstrap 100)
Minecraft: 1.8 (updated Tue Sep 02 03:24:35 CDT 2014)
-
Unconfirmed
Time: 4/13/15 11:39 AM
Description: Tesselating block model
java.lang.OutOfMemoryError: Tesselating block model
at sun.misc.Unsafe.allocateMemory(Native Method)
at java.nio.DirectByteBuffer.<init>(Unknown Source)
at java.nio.ByteBuffer.allocateDirect(Unknown Source)
at bst.c(SourceFile:37)
at civ.e(SourceFile:57)
at civ.a(SourceFile:166)
at cln.a(SourceFile:159)
at cln.a(SourceFile:81)
at cln.a(SourceFile:43)
at cln.a(SourceFile:35)
at cll.a(SourceFile:62)
at cop.b(SourceFile:154)
at coh.a(SourceFile:78)
at coh.run(SourceFile:38)
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 sun.misc.Unsafe.allocateMemory(Native Method)
at java.nio.DirectByteBuffer.<init>(Unknown Source)
at java.nio.ByteBuffer.allocateDirect(Unknown Source)
at bst.c(SourceFile:37)
at civ.e(SourceFile:57)
at civ.a(SourceFile:166)
at cln.a(SourceFile:159)
at cln.a(SourceFile:81)
– Block model being tesselated –
Details:
Block: minecraft:leaves[check_decay=false,decayable=true,variant=spruce]
Block location: World: (-59,71,333), Chunk: (at 5,4,13 in -4,20; contains blocks -64,0,320 to -49,255,335), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Using AO: true
Stacktrace:
at cln.a(SourceFile:43)
at cln.a(SourceFile:35)
– Block being tesselated –
Details:
Block type: ID #18 (tile.leaves // ayp)
Block data value: 1 / 0x1 / 0b0001
Block location: World: (-59,71,333), Chunk: (at 5,4,13 in -4,20; contains blocks -64,0,320 to -49,255,335), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Stacktrace:
at cll.a(SourceFile:62)
– Affected level –
Details:
Level name: MpServer
All players: 1 total; [cio['Durzarn'/688, l='MpServer', x=139.26, y=91.00, z=362.07]]
Chunk stats: MultiplayerChunkCache: 2395, 2395
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: 78.00,64.00,260.00 - World: (78,64,260), Chunk: (at 14,4,4 in 4,16; contains blocks 64,0,256 to 79,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 1676558 game time, 2123844 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Retry entities: 0 total; []
Server brand: vanilla
Server type: Integrated singleplayer server
Stacktrace:
at cen.a(SourceFile:308)
at bsu.b(SourceFile:2252)
at coh.run(SourceFile:44)
at java.lang.Thread.run(Unknown Source)
– System Details –
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 367328320 bytes (350 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: ~ERROR~ RuntimeException: No OpenGL context found in the current thread.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
- duplicates
-
MC-12949 Minecraft ran out of memory: java.lang.OutOfMemoryError
- Resolved