I need some help with a crash that happens when I load a world. Minecraft runs fine when I start it, but when I load a level, I can see chunks loading, then it freezes up and closes with this error:
[18:43:22] [Client thread/INFO]: Setting user: Mineman268
[18:43:23] [Client thread/INFO]: LWJGL Version: 2.9.1
[18:43:25] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
[18:43:26] [Sound Library Loader/INFO]: Starting up SoundSystem...
[18:43:26] [Thread-8/INFO]: Initializing LWJGL OpenAL
[18:43:26] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[18:43:26] [Thread-8/INFO]: OpenAL initialized.
[18:43:26] [Sound Library Loader/INFO]: Sound engine started
[18:43:27] [Client thread/INFO]: Created: 1024x512 textures-atlas
[18:43:28] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
[18:43:28] [Client thread/INFO]: SoundSystem shutting down...
[18:43:28] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[18:43:28] [Sound Library Loader/INFO]: Starting up SoundSystem...
[18:43:28] [Thread-10/INFO]: Initializing LWJGL OpenAL
[18:43:28] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[18:43:28] [Thread-10/INFO]: OpenAL initialized.
[18:43:29] [Sound Library Loader/INFO]: Sound engine started
[18:43:29] [Client thread/INFO]: Created: 1024x512 textures-atlas
[18:43:30] [Twitch authenticator/ERROR]: Given twitch access token is invalid
[18:43:35] [Client thread/INFO]: Connecting to mineman268.no-ip.org, 25565
[18:43:40] [Server Connector #1/ERROR]: Couldn't connect to server
java.net.ConnectException: Connection refused: no further information: mineman268.no-ip.org/104.200.137.144:25565
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:1.8.0_25]
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:716) ~[?:1.8.0_25]
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:191) ~[NioSocketChannel.class:4.0.15.Final]
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:255) ~[AbstractNioChannel$AbstractNioUnsafe.class:4.0.15.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:502) ~[NioEventLoop.class:4.0.15.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:452) ~[NioEventLoop.class:4.0.15.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:346) ~[NioEventLoop.class:4.0.15.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) ~[SingleThreadEventExecutor$2.class:4.0.15.Final]
at java.lang.Thread.run(Thread.java:745) ~[?:1.8.0_25]
[18:43:49] [Server thread/INFO]: Starting integrated minecraft server version 1.8
[18:43:49] [Server thread/INFO]: Generating keypair
[18:43:50] [Server thread/INFO]: Preparing start region for level 0
[18:43:51] [Server thread/INFO]: Preparing spawn area: 7%
[18:43:52] [Server thread/INFO]: Preparing spawn area: 19%
[18:43:53] [Server thread/INFO]: Preparing spawn area: 33%
[18:43:54] [Server thread/INFO]: Preparing spawn area: 51%
[18:43:55] [Server thread/INFO]: Preparing spawn area: 67%
[18:43:56] [Server thread/INFO]: Preparing spawn area: 81%
[18:43:57] [Server thread/INFO]: Preparing spawn area: 96%
[18:43:57] [Server thread/INFO]: Changing view distance to 16, from 10
[18:44:05] [Server thread/INFO]: Mineman268[local:E:981781a7] logged in with entity id 857 at (202.5, 64.0, 243.5)
[18:44:05] [Server thread/INFO]: Mineman268 joined the game
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 770, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 770, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 770, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 770, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 770, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 770, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 3842, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 3842, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 3842, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 3842, defaulting to 0 (Ocean)
[18:44:12] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 7446ms behind, skipping 148 tick(s)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001f6eaa14, pid=6660, tid=7812
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [ig75icd64.dll+0x6aa14]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x0000000002523800): JavaThread "Client thread" [_thread_in_native, id=7812, stack(0x0000000002380000,0x0000000002480000)]
RAX=0x00007ff815bc3b30 is an unknown value
RBX=0x0000000000000001 is an unknown value
RCX=0x0000000000000001 is an unknown value
RDX=0x0000000000000000 is an unknown value
RSP=0x000000000247d9b0 is pointing into the stack for thread: 0x0000000002523800
RBP=0x000000000247da80 is pointing into the stack for thread: 0x0000000002523800
RSI=0x0000000000000000 is an unknown value
RDI=0x000000001fed1000 is an unknown value
R8 =0x0000000000000001 is an unknown value
R9 =0x0000000000000030 is an unknown value
R10=0x000000018000b980 is an unknown value
R11=0x00000000c8009fb0 is an oop
java.lang.Thread
- klass: 'java/lang/Thread'
R12=0x0000000000000000 is an unknown value
R13=0x00000000ccce55c0 is an oop
[Ljava.lang.Object;
- klass: 'java/lang/Object'[]
- length: 10
R14=0x000000000247da68 is pointing into the stack for thread: 0x0000000002523800
R15=0x0000000002523800 is a thread
Stack: [0x0000000002380000,0x0000000002480000], sp=0x000000000247d9b0, free space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig75icd64.dll+0x6aa14]
C [ig75icd64.dll+0x6b389]
C 0x000000000404288f
VM Mutex/Monitor currently owned by a thread: None
Heap:
par new generation total 118016K, used 35725K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 32% used [0x00000000c0000000, 0x00000000c2120618, 0x00000000c6680000)
from space 13056K, 13% used [0x00000000c7340000, 0x00000000c7502f38, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 427728K, used 256663K [0x00000000c8000000, 0x00000000e21b4000, 0x0000000100000000)
Metaspace used 44345K, capacity 44707K, committed 45056K, reserved 1089536K
class space used 5282K, capacity 5350K, committed 5376K, reserved 1048576K
GC Heap History (10 events):
Event: 52.161 GC heap before
{Heap before GC invocations=108 (full 22):
par new generation total 118016K, used 105519K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 4% used [0x00000000c6680000, 0x00000000c670bcc0, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 356552K, used 256690K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44055K, capacity 44399K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
Event: 52.163 GC heap after
Heap after GC invocations=109 (full 22):
par new generation total 118016K, used 590K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 4% used [0x00000000c7340000, 0x00000000c73d3be0, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 356552K, used 256714K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44055K, capacity 44399K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
}
Event: 52.270 GC heap before
{Heap before GC invocations=109 (full 22):
par new generation total 118016K, used 105550K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 4% used [0x00000000c7340000, 0x00000000c73d3be0, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 356552K, used 256672K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44073K, capacity 44463K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
Event: 52.271 GC heap after
Heap after GC invocations=110 (full 22):
par new generation total 118016K, used 369K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 2% used [0x00000000c6680000, 0x00000000c66dc7b0, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 356552K, used 256916K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44073K, capacity 44463K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
}
Event: 52.370 GC heap before
{Heap before GC invocations=110 (full 22):
par new generation total 118016K, used 105329K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 2% used [0x00000000c6680000, 0x00000000c66dc7b0, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 356552K, used 256782K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44082K, capacity 44463K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
Event: 52.371 GC heap after
Heap after GC invocations=111 (full 22):
par new generation total 118016K, used 347K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 2% used [0x00000000c7340000, 0x00000000c7396d70, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 356552K, used 256812K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44082K, capacity 44463K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
}
Event: 52.469 GC heap before
{Heap before GC invocations=111 (full 22):
par new generation total 118016K, used 105307K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 2% used [0x00000000c7340000, 0x00000000c7396d70, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 356552K, used 256605K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44083K, capacity 44463K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
Event: 52.470 GC heap after
Heap after GC invocations=112 (full 22):
par new generation total 118016K, used 358K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 2% used [0x00000000c6680000, 0x00000000c66d9880, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 356552K, used 256636K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44083K, capacity 44463K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
}
Event: 52.583 GC heap before
{Heap before GC invocations=112 (full 22):
par new generation total 118016K, used 105318K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 2% used [0x00000000c6680000, 0x00000000c66d9880, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 427728K, used 256636K [0x00000000c8000000, 0x00000000e21b4000, 0x0000000100000000)
Metaspace used 44158K, capacity 44537K, committed 45056K, reserved 1089536K
class space used 5265K, capacity 5343K, committed 5376K, reserved 1048576K
Event: 52.586 GC heap after
Heap after GC invocations=113 (full 22):
par new generation total 118016K, used 1803K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 13% used [0x00000000c7340000, 0x00000000c7502f38, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 427728K, used 256663K [0x00000000c8000000, 0x00000000e21b4000, 0x0000000100000000)
Metaspace used 44158K, capacity 44537K, committed 45056K, reserved 1089536K
class space used 5265K, capacity 5343K, committed 5376K, reserved 1048576K
}
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.25-b02) for windows-amd64 JRE (1.8.0_25-b18), built on Oct 7 2014 14:25:37 by "java_re" with MS VC++ 10.0 (VS2010)
The Meaning of Life, the Universe, and Everything.
Join Date:
4/8/2015
Posts:
332
Member Details
How much memory does your computer have and are you allocating minecraft more than you actually have FREE. I see this issue if I give minecraft too much memory on my laptop.
I need some help with a crash that happens when I load a world. Minecraft runs fine when I start it, but when I load a level, I can see chunks loading, then it freezes up and closes with this error:
[18:43:22] [Client thread/INFO]: Setting user: Mineman268
[18:43:23] [Client thread/INFO]: LWJGL Version: 2.9.1
[18:43:25] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
[18:43:26] [Sound Library Loader/INFO]: Starting up SoundSystem...
[18:43:26] [Thread-8/INFO]: Initializing LWJGL OpenAL
[18:43:26] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[18:43:26] [Thread-8/INFO]: OpenAL initialized.
[18:43:26] [Sound Library Loader/INFO]: Sound engine started
[18:43:27] [Client thread/INFO]: Created: 1024x512 textures-atlas
[18:43:28] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
[18:43:28] [Client thread/INFO]: SoundSystem shutting down...
[18:43:28] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
[18:43:28] [Sound Library Loader/INFO]: Starting up SoundSystem...
[18:43:28] [Thread-10/INFO]: Initializing LWJGL OpenAL
[18:43:28] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[18:43:28] [Thread-10/INFO]: OpenAL initialized.
[18:43:29] [Sound Library Loader/INFO]: Sound engine started
[18:43:29] [Client thread/INFO]: Created: 1024x512 textures-atlas
[18:43:30] [Twitch authenticator/ERROR]: Given twitch access token is invalid
[18:43:35] [Client thread/INFO]: Connecting to mineman268.no-ip.org, 25565
[18:43:40] [Server Connector #1/ERROR]: Couldn't connect to server
java.net.ConnectException: Connection refused: no further information: mineman268.no-ip.org/104.200.137.144:25565
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[?:1.8.0_25]
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:716) ~[?:1.8.0_25]
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:191) ~[NioSocketChannel.class:4.0.15.Final]
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:255) ~[AbstractNioChannel$AbstractNioUnsafe.class:4.0.15.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:502) ~[NioEventLoop.class:4.0.15.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:452) ~[NioEventLoop.class:4.0.15.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:346) ~[NioEventLoop.class:4.0.15.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) ~[SingleThreadEventExecutor$2.class:4.0.15.Final]
at java.lang.Thread.run(Thread.java:745) ~[?:1.8.0_25]
[18:43:49] [Server thread/INFO]: Starting integrated minecraft server version 1.8
[18:43:49] [Server thread/INFO]: Generating keypair
[18:43:50] [Server thread/INFO]: Preparing start region for level 0
[18:43:51] [Server thread/INFO]: Preparing spawn area: 7%
[18:43:52] [Server thread/INFO]: Preparing spawn area: 19%
[18:43:53] [Server thread/INFO]: Preparing spawn area: 33%
[18:43:54] [Server thread/INFO]: Preparing spawn area: 51%
[18:43:55] [Server thread/INFO]: Preparing spawn area: 67%
[18:43:56] [Server thread/INFO]: Preparing spawn area: 81%
[18:43:57] [Server thread/INFO]: Preparing spawn area: 96%
[18:43:57] [Server thread/INFO]: Changing view distance to 16, from 10
[18:44:05] [Server thread/INFO]: Mineman268[local:E:981781a7] logged in with entity id 857 at (202.5, 64.0, 243.5)
[18:44:05] [Server thread/INFO]: Mineman268 joined the game
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 770, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 770, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 770, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 770, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 770, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 770, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 3842, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 3842, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 3842, defaulting to 0 (Ocean)
[18:44:05] [Client thread/WARN]: Biome ID is out of bounds: 3842, defaulting to 0 (Ocean)
[18:44:12] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 7446ms behind, skipping 148 tick(s)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001f6eaa14, pid=6660, tid=7812
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [ig75icd64.dll+0x6aa14]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- T H R E A D ---------------
Current thread (0x0000000002523800): JavaThread "Client thread" [_thread_in_native, id=7812, stack(0x0000000002380000,0x0000000002480000)]
siginfo: ExceptionCode=0xc0000005, writing address 0x00007ff815bc3b48
Registers:
RAX=0x00007ff815bc3b30, RBX=0x0000000000000001, RCX=0x0000000000000001, RDX=0x0000000000000000
RSP=0x000000000247d9b0, RBP=0x000000000247da80, RSI=0x0000000000000000, RDI=0x000000001fed1000
R8 =0x0000000000000001, R9 =0x0000000000000030, R10=0x000000018000b980, R11=0x00000000c8009fb0
R12=0x0000000000000000, R13=0x00000000ccce55c0, R14=0x000000000247da68, R15=0x0000000002523800
RIP=0x000000001f6eaa14, EFLAGS=0x0000000000010246
Top of Stack: (sp=0x000000000247d9b0)
0x000000000247d9b0: 000000000000011f 0000000002999cbc
0x000000000247d9c0: 000000003cc2c0c7 000000003cc2c0c7
0x000000000247d9d0: 0000000000000000 000000001f6eb389
0x000000000247d9e0: 000000000247da80 000000001fed1000
0x000000000247d9f0: 0000000000000001 00000000c96a17a0
0x000000000247da00: 00000000c954ef68 000000000404288f
0x000000000247da10: 00000000ccbf9dd8 00000000383ed7c0
0x000000000247da20: 00000000c12e3550 00000000c87dd2d8
0x000000000247da30: 000000001fb36780 00000000cccd6370
0x000000000247da40: 00000000ca740c60 00000000028eaeb0
0x000000000247da50: 00000000ca740c60 0000000002bd3a70
0x000000000247da60: 0000000000000001 00000000cd8da6a0
0x000000000247da70: 000000003f5d6629 0000000000000007
0x000000000247da80: 000000000247ed50 00000000040933c4
0x000000000247da90: 5005400000000000 0000000000000000
0x000000000247daa0: 5405400000000000 0000000000000000
Instructions: (pc=0x000000001f6eaa14)
0x000000001f6ea9f4: 0d 3b 59 0c 72 1f 48 8b 09 48 85 c9 75 ee ba 02
0x000000001f6eaa04: 05 00 00 48 8b cf e8 a1 31 fb ff e9 7e 00 00 00
0x000000001f6eaa14: ff 40 18 eb ab e8 e2 bf f9 ff 48 8b 8f 18 0f 02
0x000000001f6eaa24: 00 44 8b cb 4c 8b c0 48 8b d7 e8 5d c2 fb ff 48
Register to memory mapping:
RAX=0x00007ff815bc3b30 is an unknown value
RBX=0x0000000000000001 is an unknown value
RCX=0x0000000000000001 is an unknown value
RDX=0x0000000000000000 is an unknown value
RSP=0x000000000247d9b0 is pointing into the stack for thread: 0x0000000002523800
RBP=0x000000000247da80 is pointing into the stack for thread: 0x0000000002523800
RSI=0x0000000000000000 is an unknown value
RDI=0x000000001fed1000 is an unknown value
R8 =0x0000000000000001 is an unknown value
R9 =0x0000000000000030 is an unknown value
R10=0x000000018000b980 is an unknown value
R11=0x00000000c8009fb0 is an oop
java.lang.Thread
- klass: 'java/lang/Thread'
R12=0x0000000000000000 is an unknown value
R13=0x00000000ccce55c0 is an oop
[Ljava.lang.Object;
- klass: 'java/lang/Object'[]
- length: 10
R14=0x000000000247da68 is pointing into the stack for thread: 0x0000000002523800
R15=0x0000000002523800 is a thread
Stack: [0x0000000002380000,0x0000000002480000], sp=0x000000000247d9b0, free space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig75icd64.dll+0x6aa14]
C [ig75icd64.dll+0x6b389]
C 0x000000000404288f
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 10049 org.lwjgl.opengl.GL15.nglBindBuffer(IIJ)V (0 bytes) @ 0x0000000004042809 [0x00000000040427c0+0x49]
J 10102 C1 net.minecraft.client.renderer.RenderGlobal.func_174976_a(FI)V (1781 bytes) @ 0x00000000040933c4 [0x000000000408a100+0x92c4]
J 10502 C1 net.minecraft.client.renderer.EntityRenderer.func_175068_a(IFJ)V (1677 bytes) @ 0x00000000041e1d54 [0x00000000041dfe60+0x1ef4]
J 10314 C1 net.minecraft.client.renderer.EntityRenderer.func_78471_a(FJ)V (139 bytes) @ 0x00000000041bd3c4 [0x00000000041bce20+0x5a4]
J 6630 C1 net.minecraft.client.renderer.EntityRenderer.func_78480_b(F)V (971 bytes) @ 0x000000000345f82c [0x000000000345e780+0x10ac]
J 6557 C1 net.minecraft.client.Minecraft.func_71411_J()V (945 bytes) @ 0x0000000002ba4c64 [0x0000000002ba2d80+0x1ee4]
j net.minecraft.client.Minecraft.func_99999_d()V+61
j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1012
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+56
j net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+664
j net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000000002535a800 JavaThread "Keep-Alive-SocketCleaner" daemon [_thread_in_native, id=7076, stack(0x0000000039590000,0x0000000039690000)]
0x0000000025353000 JavaThread "pool-2-thread-1" [_thread_blocked, id=4756, stack(0x0000000039290000,0x0000000039390000)]
0x000000002535a000 JavaThread "Thread-15" [_thread_in_native, id=7844, stack(0x0000000038990000,0x0000000038a90000)]
0x0000000025357800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=7868, stack(0x0000000038470000,0x0000000038570000)]
0x0000000025359000 JavaThread "Netty Server IO #1" daemon [_thread_in_native, id=8000, stack(0x0000000030c90000,0x0000000030d90000)]
0x0000000025357000 JavaThread "Netty Local Client IO #0" daemon [_thread_blocked, id=7936, stack(0x000000001f040000,0x000000001f140000)]
0x0000000025351800 JavaThread "Netty Server IO #0" daemon [_thread_in_native, id=3568, stack(0x000000001d3c0000,0x000000001d4c0000)]
0x0000000025356000 JavaThread "Server thread" [_thread_in_Java, id=6580, stack(0x0000000037d70000,0x0000000037e70000)]
0x0000000025358800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=7164, stack(0x0000000037c70000,0x0000000037d70000)]
0x0000000025354800 JavaThread "Netty Client IO #2" daemon [_thread_in_native, id=3476, stack(0x0000000037870000,0x0000000037970000)]
0x0000000025355800 JavaThread "Server Pinger #1" daemon [_thread_blocked, id=3580, stack(0x00000000220e0000,0x00000000221e0000)]
0x0000000025351000 JavaThread "Netty Client IO #1" daemon [_thread_in_native, id=6348, stack(0x0000000037970000,0x0000000037a70000)]
0x000000001e286800 JavaThread "Netty Client IO #0" daemon [_thread_in_native, id=8064, stack(0x0000000034b50000,0x0000000034c50000)]
0x000000001e285000 JavaThread "Thread-13" daemon [_thread_in_native, id=8072, stack(0x0000000031350000,0x0000000031450000)]
0x000000001e289000 JavaThread "Server Pinger #0" daemon [_thread_blocked, id=8092, stack(0x00000000236c0000,0x00000000237c0000)]
0x000000001e283800 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=7724, stack(0x00000000221e0000,0x00000000222e0000)]
0x000000001e283000 JavaThread "Thread-11" [_thread_blocked, id=1844, stack(0x000000002f190000,0x000000002f290000)]
0x000000001e287800 JavaThread "Thread-10" [_thread_blocked, id=7676, stack(0x0000000023860000,0x0000000023960000)]
0x000000001e282000 JavaThread "Chunk Batcher 1" daemon [_thread_in_Java, id=7668, stack(0x00000000249b0000,0x0000000024ab0000)]
0x000000001e288000 JavaThread "Chunk Batcher 0" daemon [_thread_in_Java, id=7616, stack(0x00000000228a0000,0x00000000229a0000)]
0x000000001e223800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=8168, stack(0x000000001d4c0000,0x000000001d5c0000)]
0x000000001cc07000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=104, stack(0x000000001ee40000,0x000000001ef40000)]
0x000000001ca56800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=7444, stack(0x000000001db70000,0x000000001dc70000)]
0x0000000017573800 JavaThread "Service Thread" daemon [_thread_blocked, id=6244, stack(0x0000000017fe0000,0x00000000180e0000)]
0x00000000174fe800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=6028, stack(0x0000000017ee0000,0x0000000017fe0000)]
0x00000000174f6000 JavaThread "C2 CompilerThread2" daemon [_thread_in_native, id=6412, stack(0x0000000017de0000,0x0000000017ee0000)]
0x00000000174f4000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=6808, stack(0x0000000017ce0000,0x0000000017de0000)]
0x00000000174f0000 JavaThread "C2 CompilerThread0" daemon [_thread_in_vm, id=8004, stack(0x0000000017be0000,0x0000000017ce0000)]
0x00000000174ef000 JavaThread "Attach Listener" daemon [_thread_blocked, id=7700, stack(0x0000000017ae0000,0x0000000017be0000)]
0x00000000174ea000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3636, stack(0x00000000179e0000,0x0000000017ae0000)]
0x00000000174e9800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=6796, stack(0x00000000178e0000,0x00000000179e0000)]
0x00000000169a4000 JavaThread "Finalizer" daemon [_thread_blocked, id=5236, stack(0x00000000173e0000,0x00000000174e0000)]
0x000000001699d800 JavaThread "Reference Handler" daemon [_thread_blocked, id=7232, stack(0x00000000172e0000,0x00000000173e0000)]
=>0x0000000002523800 JavaThread "Client thread" [_thread_in_native, id=7812, stack(0x0000000002380000,0x0000000002480000)]
Other Threads:
0x0000000016997800 VMThread [stack: 0x00000000171e0000,0x00000000172e0000] [id=7228]
0x0000000017576800 WatcherThread [stack: 0x00000000180e0000,0x00000000181e0000] [id=1756]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
par new generation total 118016K, used 35725K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 32% used [0x00000000c0000000, 0x00000000c2120618, 0x00000000c6680000)
from space 13056K, 13% used [0x00000000c7340000, 0x00000000c7502f38, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 427728K, used 256663K [0x00000000c8000000, 0x00000000e21b4000, 0x0000000100000000)
Metaspace used 44345K, capacity 44707K, committed 45056K, reserved 1089536K
class space used 5282K, capacity 5350K, committed 5376K, reserved 1048576K
Card table byte_map: [0x00000000121e0000,0x00000000123f0000] byte_map_base: 0x0000000011be0000
Marking Bits: (CMSBitMap*) 0x00000000025adb18
Bits: [0x0000000012e50000, 0x0000000013c50000)
Mod Union Table: (CMSBitMap*) 0x00000000025adbd8
Bits: [0x0000000000bc0000, 0x0000000000bf8000)
Polling page: 0x0000000000b40000
CodeCache: size=245760Kb used=28289Kb max_used=28960Kb free=217470Kb
bounds [0x0000000002620000, 0x00000000042a0000, 0x0000000011620000]
total_blobs=8236 nmethods=7356 adapters=791
compilation: enabled
Compilation events (10 events):
Event: 52.652 Thread 0x00000000174fe800 10749 2 java.nio.IntBuffer::put (9 bytes)
Event: 52.652 Thread 0x00000000174fe800 nmethod 10749 0x000000000311a0d0 code [0x000000000311a240, 0x000000000311a3c8]
Event: 52.653 Thread 0x00000000174f6000 nmethod 10581 0x0000000004299b10 code [0x0000000004299de0, 0x000000000429b260]
Event: 52.653 Thread 0x00000000174f6000 10670 4 net.minecraft.world.World::func_175642_b (63 bytes)
Event: 52.654 Thread 0x00000000174fe800 10745 2 net.minecraft.client.renderer.WorldRenderer::func_178962_a (99 bytes)
Event: 52.655 Thread 0x00000000174fe800 nmethod 10745 0x0000000002884750 code [0x0000000002884900, 0x0000000002884c68]
Event: 52.655 Thread 0x00000000174f0000 nmethod 10669 0x000000000307fe50 code [0x000000000307ffe0, 0x00000000030803c8]
Event: 52.655 Thread 0x00000000174f0000 10714 ! 4 Reflector::callBoolean (38 bytes)
Event: 52.657 Thread 0x00000000174fe800 10771 2 net.minecraft.client.renderer.BlockModelRenderer::renderModelAmbientOcclusionQuads (730 bytes)
Event: 52.659 Thread 0x00000000174fe800 nmethod 10771 0x00000000037c8810 code [0x00000000037c8c00, 0x00000000037c9ae8]
GC Heap History (10 events):
Event: 52.161 GC heap before
{Heap before GC invocations=108 (full 22):
par new generation total 118016K, used 105519K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 4% used [0x00000000c6680000, 0x00000000c670bcc0, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 356552K, used 256690K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44055K, capacity 44399K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
Event: 52.163 GC heap after
Heap after GC invocations=109 (full 22):
par new generation total 118016K, used 590K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 4% used [0x00000000c7340000, 0x00000000c73d3be0, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 356552K, used 256714K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44055K, capacity 44399K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
}
Event: 52.270 GC heap before
{Heap before GC invocations=109 (full 22):
par new generation total 118016K, used 105550K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 4% used [0x00000000c7340000, 0x00000000c73d3be0, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 356552K, used 256672K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44073K, capacity 44463K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
Event: 52.271 GC heap after
Heap after GC invocations=110 (full 22):
par new generation total 118016K, used 369K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 2% used [0x00000000c6680000, 0x00000000c66dc7b0, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 356552K, used 256916K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44073K, capacity 44463K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
}
Event: 52.370 GC heap before
{Heap before GC invocations=110 (full 22):
par new generation total 118016K, used 105329K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 2% used [0x00000000c6680000, 0x00000000c66dc7b0, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 356552K, used 256782K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44082K, capacity 44463K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
Event: 52.371 GC heap after
Heap after GC invocations=111 (full 22):
par new generation total 118016K, used 347K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 2% used [0x00000000c7340000, 0x00000000c7396d70, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 356552K, used 256812K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44082K, capacity 44463K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
}
Event: 52.469 GC heap before
{Heap before GC invocations=111 (full 22):
par new generation total 118016K, used 105307K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 2% used [0x00000000c7340000, 0x00000000c7396d70, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 356552K, used 256605K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44083K, capacity 44463K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
Event: 52.470 GC heap after
Heap after GC invocations=112 (full 22):
par new generation total 118016K, used 358K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 2% used [0x00000000c6680000, 0x00000000c66d9880, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 356552K, used 256636K [0x00000000c8000000, 0x00000000ddc32000, 0x0000000100000000)
Metaspace used 44083K, capacity 44463K, committed 44800K, reserved 1089536K
class space used 5257K, capacity 5342K, committed 5376K, reserved 1048576K
}
Event: 52.583 GC heap before
{Heap before GC invocations=112 (full 22):
par new generation total 118016K, used 105318K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 2% used [0x00000000c6680000, 0x00000000c66d9880, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 427728K, used 256636K [0x00000000c8000000, 0x00000000e21b4000, 0x0000000100000000)
Metaspace used 44158K, capacity 44537K, committed 45056K, reserved 1089536K
class space used 5265K, capacity 5343K, committed 5376K, reserved 1048576K
Event: 52.586 GC heap after
Heap after GC invocations=113 (full 22):
par new generation total 118016K, used 1803K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 13% used [0x00000000c7340000, 0x00000000c7502f38, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 427728K, used 256663K [0x00000000c8000000, 0x00000000e21b4000, 0x0000000100000000)
Metaspace used 44158K, capacity 44537K, committed 45056K, reserved 1089536K
class space used 5265K, capacity 5343K, committed 5376K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 52.612 Thread 0x000000001e288000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000042531b8 method=net.minecraft.util.Vec3i.equals(Ljava/lang/Object;)Z @ 22
Event: 52.612 Thread 0x000000001e288000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000042531b8 method=net.minecraft.util.Vec3i.equals(Ljava/lang/Object;)Z @ 22
Event: 52.612 Thread 0x000000001e288000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000042531b8 method=net.minecraft.util.Vec3i.equals(Ljava/lang/Object;)Z @ 22
Event: 52.633 Thread 0x0000000002523800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003de2b3c method=net.minecraft.client.multiplayer.WorldClient.func_73029_E(III)V @ 186
Event: 52.633 Thread 0x0000000002523800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000037b5d28 method=net.minecraft.client.multiplayer.WorldClient.func_73029_E(III)V @ 186
Event: 52.649 Thread 0x0000000002523800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000330d078 method=java.util.HashSet.contains(Ljava/lang/Object;)Z @ 5
Event: 52.657 Thread 0x000000001e282000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000426a814 method=net.minecraft.world.biome.BiomeGenBase.func_180626_a(Lnet/minecraft/util/BlockPos;)F @ 13
Event: 52.657 Thread 0x000000001e282000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000426a814 method=net.minecraft.world.biome.BiomeGenBase.func_180626_a(Lnet/minecraft/util/BlockPos;)F @ 13
Event: 52.657 Thread 0x000000001e282000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000426a814 method=net.minecraft.world.biome.BiomeGenBase.func_180626_a(Lnet/minecraft/util/BlockPos;)F @ 13
Event: 52.657 Thread 0x000000001e282000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000426a814 method=net.minecraft.world.biome.BiomeGenBase.func_180626_a(Lnet/minecraft/util/BlockPos;)F @ 13
Internal exceptions (10 events):
Event: 52.622 Thread 0x000000001e287800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000000c0811818) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 3141]
Event: 52.633 Thread 0x000000001e282000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c0d2d498) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 52.634 Thread 0x000000001e287800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000000c0811a68) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 3141]
Event: 52.637 Thread 0x0000000002523800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c0dd4518) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 52.637 Thread 0x0000000002523800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c0ddb678) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 52.637 Thread 0x0000000002523800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c0df4eb8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 52.638 Thread 0x0000000002523800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c0e02220) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 52.638 Thread 0x0000000002523800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c0e090f8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 52.645 Thread 0x000000001e287800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000000c0811cb8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 3141]
Event: 52.660 Thread 0x000000001e287800 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000000c0ea62b0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 3141]
Events (10 events):
Event: 52.660 Thread 0x00000000174fe800 flushing nmethod 0x00000000039024d0
Event: 52.660 Thread 0x00000000174fe800 flushing nmethod 0x0000000003963750
Event: 52.661 Thread 0x00000000174fe800 flushing nmethod 0x00000000039c9250
Event: 52.661 Thread 0x00000000174fe800 flushing nmethod 0x00000000039f3c90
Event: 52.661 Thread 0x00000000174fe800 flushing nmethod 0x0000000003a0fcd0
Event: 52.661 Thread 0x00000000174fe800 flushing nmethod 0x0000000003a12e10
Event: 52.661 Thread 0x00000000174fe800 flushing nmethod 0x0000000003a13890
Event: 52.661 Thread 0x00000000174fe800 flushing nmethod 0x0000000003a17210
Event: 52.661 Thread 0x00000000174fe800 flushing nmethod 0x0000000003a32810
Event: 52.661 Thread 0x00000000174fe800 flushing nmethod 0x0000000003a36d10
Dynamic libraries:
0x00007ff60ad50000 - 0x00007ff60ad84000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\javaw.exe
0x00007ff823290000 - 0x00007ff82344d000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ff8230c0000 - 0x00007ff82316f000 C:\Windows\system32\KERNEL32.DLL
0x00007ff820780000 - 0x00007ff820956000 C:\Windows\system32\KERNELBASE.dll
0x00007ff822560000 - 0x00007ff822606000 C:\Windows\system32\ADVAPI32.dll
0x00007ff823020000 - 0x00007ff8230bd000 C:\Windows\system32\msvcrt.dll
0x00007ff822b00000 - 0x00007ff822b5a000 C:\Windows\system32\sechost.dll
0x00007ff822d00000 - 0x00007ff822e26000 C:\Windows\system32\RPCRT4.dll
0x00007ff8223f0000 - 0x00007ff82255c000 C:\Windows\system32\USER32.dll
0x00007ff822200000 - 0x00007ff822381000 C:\Windows\system32\GDI32.dll
0x00007ff8112a0000 - 0x00007ff81150e000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10074.0_none_829357a05fa06a26\COMCTL32.dll
0x00007ff822610000 - 0x00007ff822645000 C:\Windows\system32\IMM32.DLL
0x00007ff8229a0000 - 0x00007ff822afc000 C:\Windows\system32\MSCTF.dll
0x0000000067ff0000 - 0x00000000680c2000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\msvcr100.dll
0x0000000067790000 - 0x0000000067fea000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\server\jvm.dll
0x00007ff823010000 - 0x00007ff823017000 C:\Windows\system32\PSAPI.DLL
0x00007ff8169c0000 - 0x00007ff8169c9000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ff810950000 - 0x00007ff810972000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ff822940000 - 0x00007ff82299b000 C:\Windows\system32\WS2_32.dll
0x00007ff820d30000 - 0x00007ff820d38000 C:\Windows\system32\NSI.dll
0x00007ff80e7d0000 - 0x00007ff80e7fb000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007ff820960000 - 0x00007ff8209a4000 C:\Windows\system32\cfgmgr32.dll
0x00007ff81e720000 - 0x00007ff81e746000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x0000000067780000 - 0x000000006778f000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\verify.dll
0x0000000067750000 - 0x0000000067778000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\java.dll
0x0000000067730000 - 0x0000000067746000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\zip.dll
0x00007ff820df0000 - 0x00007ff8221fd000 C:\Windows\system32\SHELL32.dll
0x00007ff81ffc0000 - 0x00007ff820594000 C:\Windows\system32\windows.storage.dll
0x00007ff820ad0000 - 0x00007ff820d26000 C:\Windows\system32\combase.dll
0x00007ff822650000 - 0x00007ff8226a0000 C:\Windows\system32\shlwapi.dll
0x00007ff81fee0000 - 0x00007ff81feee000 C:\Windows\system32\kernel.appcore.dll
0x00007ff8209b0000 - 0x00007ff820a5c000 C:\Windows\system32\shcore.dll
0x00007ff81fe70000 - 0x00007ff81feb8000 C:\Windows\system32\powrprof.dll
0x00007ff81fec0000 - 0x00007ff81fed4000 C:\Windows\system32\profapi.dll
0x0000000067720000 - 0x000000006772d000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\management.dll
0x0000000067700000 - 0x000000006771a000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\net.dll
0x00007ff81f6f0000 - 0x00007ff81f748000 C:\Windows\system32\mswsock.dll
0x00000000676e0000 - 0x00000000676f1000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\nio.dll
0x00007ff8156a0000 - 0x00007ff8156b5000 C:\Windows\system32\napinsp.dll
0x00007ff8156c0000 - 0x00007ff8156da000 C:\Windows\system32\pnrpnsp.dll
0x00007ff81df70000 - 0x00007ff81df88000 C:\Windows\system32\NLAapi.dll
0x00007ff81f4a0000 - 0x00007ff81f541000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ff8156e0000 - 0x00007ff8156ed000 C:\Windows\System32\winrnr.dll
0x00007ff819a20000 - 0x00007ff819a2a000 C:\Windows\System32\rasadhlp.dll
0x00007ff81cc40000 - 0x00007ff81cc77000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ff81ccd0000 - 0x00007ff81ccdb000 C:\Windows\SYSTEM32\WINNSI.DLL
0x00007ff81c9f0000 - 0x00007ff81ca58000 C:\Windows\System32\fwpuclnt.dll
0x00007ff81fda0000 - 0x00007ff81fdc8000 C:\Windows\SYSTEM32\bcrypt.dll
0x0000000065fb0000 - 0x0000000065fc7000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\unpack.dll
0x0000000180000000 - 0x0000000180051000 C:\Users\Alex\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1412\1.8-Forge11.14.1.1412-natives-893218462472\lwjgl64.dll
0x00007ff80c870000 - 0x00007ff80c998000 C:\Windows\SYSTEM32\OPENGL32.dll
0x00007ff81a100000 - 0x00007ff81a10a000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ff80c840000 - 0x00007ff80c86e000 C:\Windows\SYSTEM32\GLU32.dll
0x00007ff80c740000 - 0x00007ff80c837000 C:\Windows\SYSTEM32\DDRAW.dll
0x00007ff80c730000 - 0x00007ff80c738000 C:\Windows\SYSTEM32\DCIMAN32.dll
0x00007ff81f750000 - 0x00007ff81f766000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ff81f3b0000 - 0x00007ff81f3e3000 C:\Windows\system32\rsaenh.dll
0x00007ff81f550000 - 0x00007ff81f56e000 C:\Windows\SYSTEM32\USERENV.dll
0x00007ff81fc90000 - 0x00007ff81fcf8000 C:\Windows\system32\bcryptprimitives.dll
0x00007ff81f8c0000 - 0x00007ff81f8ca000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ff81c5c0000 - 0x00007ff81c5d6000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ff81cba0000 - 0x00007ff81cbba000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x0000000067540000 - 0x00000000676d8000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\awt.dll
0x00007ff8231d0000 - 0x00007ff82328e000 C:\Windows\system32\OLEAUT32.dll
0x00007ff81dd30000 - 0x00007ff81dda8000 C:\Windows\system32\apphelp.dll
0x00007ff81e750000 - 0x00007ff81e7df000 C:\Windows\system32\uxtheme.dll
0x00007ff81e600000 - 0x00007ff81e625000 C:\Windows\SYSTEM32\edputil.dll
0x00007ff81e180000 - 0x00007ff81e4ce000 C:\Windows\SYSTEM32\iertutil.dll
0x00007ff81e4d0000 - 0x00007ff81e5f5000 C:\Windows\SYSTEM32\wintypes.dll
0x00007ff81d5e0000 - 0x00007ff81d600000 C:\Windows\system32\dwmapi.dll
0x00007ff81e800000 - 0x00007ff81e8c9000 C:\Windows\system32\dcomp.dll
0x000000001f680000 - 0x000000001fe5a000 C:\Windows\SYSTEM32\ig75icd64.dll
0x00007ff815800000 - 0x00007ff815c52000 C:\Windows\SYSTEM32\igdusc64.dll
0x00007ff812e50000 - 0x00007ff812ee1000 C:\Windows\SYSTEM32\mscms.dll
0x00007ff812e00000 - 0x00007ff812e42000 C:\Windows\SYSTEM32\icm32.dll
0x0000000070a40000 - 0x0000000070adc000 C:\Users\Alex\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1412\1.8-Forge11.14.1.1412-natives-893218462472\avutil-ttv-51.dll
0x0000000065980000 - 0x00000000659d6000 C:\Users\Alex\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1412\1.8-Forge11.14.1.1412-natives-893218462472\swresample-ttv-0.dll
0x000000006eb80000 - 0x000000006ec50000 C:\Users\Alex\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1412\1.8-Forge11.14.1.1412-natives-893218462472\libmp3lame-ttv.dll
0x00007ffff79e0000 - 0x00007ffff8d84000 C:\Users\Alex\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1412\1.8-Forge11.14.1.1412-natives-893218462472\libmfxsw64.dll
0x00007ff810c90000 - 0x00007ff810dfd000 C:\Users\Alex\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1412\1.8-Forge11.14.1.1412-natives-893218462472\twitchsdk.dll
0x00007ff822bc0000 - 0x00007ff822cfb000 C:\Windows\system32\ole32.dll
0x00007ff80df70000 - 0x00007ff80e206000 C:\Windows\SYSTEM32\WININET.dll
0x0000000065ff0000 - 0x0000000066014000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\sunec.dll
0x000000001d8a0000 - 0x000000001d904000 C:\Users\Alex\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1412\1.8-Forge11.14.1.1412-natives-893218462472\OpenAL64.dll
0x00007ff820d40000 - 0x00007ff820de4000 C:\Windows\system32\clbcatq.dll
0x00007ff81c780000 - 0x00007ff81c7ef000 C:\Windows\System32\MMDevApi.dll
0x00007ff802360000 - 0x00007ff8023fa000 C:\Windows\SYSTEM32\dsound.dll
0x00007ff817890000 - 0x00007ff817910000 C:\Windows\SYSTEM32\AUDIOSES.DLL
0x00007ff810e00000 - 0x00007ff810f83000 C:\Windows\SYSTEM32\dbghelp.dll
VM Arguments:
jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=C:\Users\Alex\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1412\1.8-Forge11.14.1.1412-natives-893218462472
java_command: net.minecraft.launchwrapper.Launch --username Mineman268 --version 1.8-Forge11.14.1.1412 --gameDir C:\Users\Alex\AppData\Roaming\.minecraft --assetsDir C:\Users\Alex\AppData\Roaming\.minecraft\assets --assetIndex 1.8 --uuid c6d8e722e3354acf9cff739ea8a1a527 --accessToken 56210620fbab4576a3d67347bcac8cb2 --userProperties {twitch_access_token:[18ee4um7mt4u1q7yexw3xhiq4hebvwr]} --userType legacy --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker
java_class_path (initial): C:\Users\Alex\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.8-11.14.1.1412\forge-1.8-11.14.1.1412.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Alex\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
USERNAME=Alex
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10 Technical Preview , 64 bit Build 10074
CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2
Memory: 4k page, physical 16454464k(13341612k free), swap 19469120k(15402152k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.25-b02) for windows-amd64 JRE (1.8.0_25-b18), built on Oct 7 2014 14:25:37 by "java_re" with MS VC++ 10.0 (VS2010)
time: Fri May 22 18:44:12 2015
elapsed time: 52 seconds (0d 0h 0m 52s)
I am running 1.8-Forge11.14.1.1412 with: TooManyItems2015_02_14_1.8_Forge and OptiFine_1.8.0_HD_U_D3
I have the latest Intel HD Graphics Driver.
What should I do to prevent this from happening?
Edit: I fixed it! changed:
Executable: C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\javaw.exe
to
Executable: C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\java.exe
in the launchers profile settings.
I need help, this happens with any minecraft configuration.
How much memory does your computer have and are you allocating minecraft more than you actually have FREE. I see this issue if I give minecraft too much memory on my laptop.
I have 16 GB of RAM and have allocated about 5 GB
Never mind! I fixed it! I changed it to use this java:
C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\java.exe
versus
C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\javaw.exe