After I click play game it would load some files, disappear then reappear with a error. Here's the log file:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001aff2b60, pid=1580, tid=1540
#
# 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 [ig4dev64.dll+0x12b60]
#
# 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 (0x0000000002033800): JavaThread "Client thread" [_thread_in_native, id=1540, stack(0x0000000001c40000,0x0000000001d40000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000
Registers:
RAX=0x0000000000000000, RBX=0x000000001b6100b0, RCX=0x000000001b6100b0, RDX=0x0000000000412860
RSP=0x0000000001d3ea10, RBP=0x000000001b6654c8, RSI=0x000000000047acd0, RDI=0x000000001b6654c8
R8 =0x0000000000412400, R9 =0x0000000000000061, R10=0x0000000000000000, R11=0x0000000001d3e9e0
R12=0x0000000053010377, R13=0x0000000017435d40, R14=0x000000001b6100b0, R15=0x0000000000000000
RIP=0x000000001aff2b60, EFLAGS=0x0000000000010206
Top of Stack: (sp=0x0000000001d3ea10)
0x0000000001d3ea10: 0000000000000000 000007f9e73a8cf2
0x0000000001d3ea20: 0000000000000000 000000000047d360
0x0000000001d3ea30: 00000000003d8020 00000000003dff68
0x0000000001d3ea40: fffffffffffffffe 000000001b6100b0
0x0000000001d3ea50: fffffffffffffffe 000000001b06d743
0x0000000001d3ea60: 0000000000000000 0000000000000001
0x0000000001d3ea70: 0000000000000000 000000001b082356
0x0000000001d3ea80: 0000000017435d40 0000000000000000
0x0000000001d3ea90: 0000000000000000 000007f6a4670000
0x0000000001d3eaa0: 00000000003d8020 0000000000488f90
0x0000000001d3eab0: 0000000000412400 000007f9e73a8cf2
0x0000000001d3eac0: 000000000048f7a0 0000000000488f90
0x0000000001d3ead0: 0000000000000000 00000000003dff50
0x0000000001d3eae0: 0000000017435d40 0000000000000000
0x0000000001d3eaf0: 0000000000000000 000007f6a4670000
0x0000000001d3eb00: 00000000003d8020 000000000048f7a0
Instructions: (pc=0x000000001aff2b60)
0x000000001aff2b40: 33 c4 48 89 84 24 50 02 00 00 4c 8b f1 48 89 4c
0x000000001aff2b50: 24 38 48 8d a9 18 54 05 00 48 8b 85 e0 00 00 00
0x000000001aff2b60: 48 8b 08 48 8b 59 10 48 89 5c 24 30 49 8b b6 28
0x000000001aff2b70: 58 05 00 49 3b b6 30 58 05 00 74 64 45 33 ed 90
Register to memory mapping:
RAX=0x0000000000000000 is an unknown value
RBX=0x000000001b6100b0 is an unknown value
RCX=0x000000001b6100b0 is an unknown value
RDX=0x0000000000412860 is an unknown value
RSP=0x0000000001d3ea10 is pointing into the stack for thread: 0x0000000002033800
RBP=0x000000001b6654c8 is an unknown value
RSI=0x000000000047acd0 is an unknown value
RDI=0x000000001b6654c8 is an unknown value
R8 =0x0000000000412400 is an unknown value
R9 =0x0000000000000061 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x0000000001d3e9e0 is pointing into the stack for thread: 0x0000000002033800
R12=0x0000000053010377 is an unknown value
R13=0x0000000017435d40 is an unknown value
R14=0x000000001b6100b0 is an unknown value
R15=0x0000000000000000 is an unknown value
Stack: [0x0000000001c40000,0x0000000001d40000], sp=0x0000000001d3ea10, free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig4dev64.dll+0x12b60]
C [ig4dev64.dll+0x13c7e]
C [ig4icd64.dll+0x3ff42]
C [ig4icd64.dll+0x293b32]
C [OPENGL32.dll+0x2934c]
C [OPENGL32.dll+0x29a2e]
C [lwjgl64.dll+0xdf74]
C 0x0000000002143894
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.WindowsContextImplementation.nCreate(Ljava/nio/ByteBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;+0
j org.lwjgl.opengl.WindowsContextImplementation.create(Lorg/lwjgl/opengl/PeerInfo;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;+10
j org.lwjgl.opengl.ContextGL.<init>(Lorg/lwjgl/opengl/PeerInfo;Lorg/lwjgl/opengl/ContextAttribs;Lorg/lwjgl/opengl/ContextGL;)V+103
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+102
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+12
j avf.ap()V+22
j avf.am()V+115
j avf.a()V+6
j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1068
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0000000017437000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3952, stack(0x000000001a1d0000,0x000000001a2d0000)]
0x0000000016b69000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=4400, stack(0x0000000018a50000,0x0000000018b50000)]
0x0000000016835000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=712, stack(0x0000000018b50000,0x0000000018c50000)]
0x00000000165ea800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=3712, stack(0x0000000018950000,0x0000000018a50000)]
0x0000000015850000 JavaThread "Service Thread" daemon [_thread_blocked, id=1660, stack(0x0000000016070000,0x0000000016170000)]
0x00000000157da800 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=3448, stack(0x0000000015f70000,0x0000000016070000)]
0x00000000157ce000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=4488, stack(0x0000000015e70000,0x0000000015f70000)]
0x00000000157c7800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4156, stack(0x0000000015d70000,0x0000000015e70000)]
0x00000000157c6800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1420, stack(0x0000000015c70000,0x0000000015d70000)]
0x00000000157c5000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=3744, stack(0x0000000015b70000,0x0000000015c70000)]
0x0000000015788000 JavaThread "Finalizer" daemon [_thread_blocked, id=1100, stack(0x0000000015a60000,0x0000000015b60000)]
0x0000000015781000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4464, stack(0x0000000015960000,0x0000000015a60000)]
=>0x0000000002033800 JavaThread "Client thread" [_thread_in_native, id=1540, stack(0x0000000001c40000,0x0000000001d40000)]
Other Threads:
0x0000000002129800 VMThread [stack: 0x0000000015860000,0x0000000015960000] [id=3536]
0x0000000015852000 WatcherThread [stack: 0x0000000016170000,0x0000000016270000] [id=3248]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
par new generation total 118016K, used 57177K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 42% used [0x00000000c0000000, 0x00000000c2b167a8, 0x00000000c6680000)
from space 13056K, 100% used [0x00000000c7340000, 0x00000000c8000000, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 40004K, used 38046K [0x00000000c8000000, 0x00000000ca711000, 0x0000000100000000)
Metaspace used 21559K, capacity 21676K, committed 21884K, reserved 1069056K
class space used 2782K, capacity 2814K, committed 2816K, reserved 1048576K
Card table byte_map: [0x00000000116f0000,0x0000000011900000] byte_map_base: 0x00000000110f0000
Marking Bits: (CMSBitMap*) 0x0000000002072808
Bits: [0x0000000011cf0000, 0x0000000012af0000)
Mod Union Table: (CMSBitMap*) 0x00000000020728c8
Bits: [0x0000000012b00000, 0x0000000012b38000)
Polling page: 0x0000000000390000
CodeCache: size=245760Kb used=5727Kb max_used=5727Kb free=240032Kb
bounds [0x0000000002130000, 0x00000000026d0000, 0x0000000011130000]
total_blobs=2402 nmethods=1903 adapters=413
compilation: enabled
Compilation events (10 events):
Event: 13.271 Thread 0x00000000157da800 1925 1 java.lang.reflect.Field::getType (5 bytes)
Event: 13.271 Thread 0x00000000157da800 nmethod 1925 0x00000000026c8090 code [0x00000000026c81e0, 0x00000000026c82f0]
Event: 13.273 Thread 0x00000000157da800 1926 2 java.lang.reflect.Modifier::isFinal (13 bytes)
Event: 13.273 Thread 0x00000000157da800 nmethod 1926 0x00000000026c8350 code [0x00000000026c84a0, 0x00000000026c85f0]
Event: 13.275 Thread 0x00000000157da800 1927 2 sun.reflect.ReflectionFactory::checkInitted (19 bytes)
Event: 13.276 Thread 0x00000000157da800 nmethod 1927 0x00000000026c8650 code [0x00000000026c87c0, 0x00000000026c8988]
Event: 13.277 Thread 0x00000000157da800 1928 1 java.lang.reflect.Field::getDeclaringClass (5 bytes)
Event: 13.278 Thread 0x00000000157da800 nmethod 1928 0x00000000026c8a10 code [0x00000000026c8b60, 0x00000000026c8c70]
Event: 13.278 Thread 0x00000000157da800 1929 2 java.lang.reflect.Field::setFieldAccessor (34 bytes)
Event: 13.279 Thread 0x00000000157da800 nmethod 1929 0x00000000026c8cd0 code [0x00000000026c8e40, 0x00000000026c9068]
GC Heap History (6 events):
Event: 7.433 GC heap before
{Heap before GC invocations=0 (full 0):
par new generation total 118016K, used 104960K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 6144K, used 0K [0x00000000c8000000, 0x00000000c8600000, 0x0000000100000000)
Metaspace used 16889K, capacity 17018K, committed 17280K, reserved 1064960K
class space used 2055K, capacity 2103K, committed 2176K, reserved 1048576K
Event: 7.719 GC heap after
Heap after GC invocations=1 (full 0):
par new generation total 118016K, used 13055K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 99% used [0x00000000c7340000, 0x00000000c7fffc68, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 22656K, used 17397K [0x00000000c8000000, 0x00000000c9620000, 0x0000000100000000)
Metaspace used 16889K, capacity 17018K, committed 17280K, reserved 1064960K
class space used 2055K, capacity 2103K, committed 2176K, reserved 1048576K
}
Event: 9.020 GC heap before
{Heap before GC invocations=1 (full 0):
par new generation total 118016K, used 118015K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 99% used [0x00000000c7340000, 0x00000000c7fffc68, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 22656K, used 17397K [0x00000000c8000000, 0x00000000c9620000, 0x0000000100000000)
Metaspace used 16889K, capacity 17018K, committed 17280K, reserved 1064960K
class space used 2055K, capacity 2103K, committed 2176K, reserved 1048576K
Event: 9.125 GC heap after
Heap after GC invocations=2 (full 0):
par new generation total 118016K, used 8193K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 62% used [0x00000000c6680000, 0x00000000c6e807c0, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 33092K, used 30447K [0x00000000c8000000, 0x00000000ca051000, 0x0000000100000000)
Metaspace used 16889K, capacity 17018K, committed 17280K, reserved 1064960K
class space used 2055K, capacity 2103K, committed 2176K, reserved 1048576K
}
Event: 11.288 GC heap before
{Heap before GC invocations=2 (full 1):
par new generation total 118016K, used 113153K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 62% used [0x00000000c6680000, 0x00000000c6e807c0, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 33092K, used 30447K [0x00000000c8000000, 0x00000000ca051000, 0x0000000100000000)
Metaspace used 17714K, capacity 17818K, committed 17920K, reserved 1064960K
class space used 2203K, capacity 2263K, committed 2304K, reserved 1048576K
Event: 11.450 GC heap after
Heap after GC invocations=3 (full 1):
par new generation total 118016K, used 13056K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 100% used [0x00000000c7340000, 0x00000000c8000000, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 40004K, used 38046K [0x00000000c8000000, 0x00000000ca711000, 0x0000000100000000)
Metaspace used 17714K, capacity 17818K, committed 17920K, reserved 1064960K
class space used 2203K, capacity 2263K, committed 2304K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 12.110 Thread 0x0000000002033800 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000025e960c method=java.util.LinkedHashMap.get(Ljava/lang/Object;)Ljava/lang/Object; @ 11
Event: 12.111 Thread 0x0000000002033800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000025b8d40 method=java.util.LinkedHashMap.afterNodeInsertion(Z)V @ 15
Event: 12.112 Thread 0x0000000002033800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000025b8d40 method=java.util.LinkedHashMap.afterNodeInsertion(Z)V @ 15
Event: 12.542 Thread 0x0000000002033800 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000023935cc method=java.util.HashMap.hash(Ljava/lang/Object;)I @ 1
Event: 12.729 Thread 0x0000000002033800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000025b8d40 method=java.util.LinkedHashMap.afterNodeInsertion(Z)V @ 15
Event: 12.730 Thread 0x0000000002033800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000025b8d40 method=java.util.LinkedHashMap.afterNodeInsertion(Z)V @ 15
Event: 13.008 Thread 0x0000000002033800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000246b21c method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 13.010 Thread 0x0000000002033800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000246b21c method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 13.062 Thread 0x0000000002033800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000246b21c method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 13.063 Thread 0x0000000002033800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000246b21c method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Internal exceptions (10 events):
Event: 13.247 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c2970808) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.249 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c2976610) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.250 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c297e7f8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.253 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c2985848) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.261 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c298bea0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.281 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c29a4728) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.283 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c29a9a48) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.307 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c29b1c30) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.310 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c29b9c00) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.312 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c29be430) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Events (10 events):
Event: 13.281 loading class org/lwjgl/input/Keyboard$KeyEvent
Event: 13.281 loading class org/lwjgl/input/Keyboard$KeyEvent done
Event: 13.282 loading class org/lwjgl/opengl/WindowsKeyboard
Event: 13.282 loading class org/lwjgl/opengl/WindowsKeyboard done
Event: 13.307 loading class org/lwjgl/opengl/ContextGL
Event: 13.307 loading class org/lwjgl/opengl/ContextGL done
Event: 13.310 loading class org/lwjgl/opengl/ContextImplementation
Event: 13.310 loading class org/lwjgl/opengl/ContextImplementation done
Event: 13.312 loading class org/lwjgl/opengl/WindowsContextImplementation
Event: 13.312 loading class org/lwjgl/opengl/WindowsContextImplementation done
--------------- S Y S T E M ---------------
OS: Windows 8 , 64 bit Build 9200
CPU:total 2 (1 cores per cpu, 2 threads per core) family 15 model 4 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht, tsc
Memory: 4k page, physical 3134252k(1360232k free), swap 6279988k(3863996k 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: Wed Feb 25 20:09:51 2015
elapsed time: 13 seconds (0d 0h 0m 13s)
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001aff2b60, pid=1580, tid=1540
#
# 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 [ig4dev64.dll+0x12b60]
#
# 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 (0x0000000002033800): JavaThread "Client thread" [_thread_in_native, id=1540, stack(0x0000000001c40000,0x0000000001d40000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000
Registers:
RAX=0x0000000000000000, RBX=0x000000001b6100b0, RCX=0x000000001b6100b0, RDX=0x0000000000412860
RSP=0x0000000001d3ea10, RBP=0x000000001b6654c8, RSI=0x000000000047acd0, RDI=0x000000001b6654c8
R8 =0x0000000000412400, R9 =0x0000000000000061, R10=0x0000000000000000, R11=0x0000000001d3e9e0
R12=0x0000000053010377, R13=0x0000000017435d40, R14=0x000000001b6100b0, R15=0x0000000000000000
RIP=0x000000001aff2b60, EFLAGS=0x0000000000010206
Top of Stack: (sp=0x0000000001d3ea10)
0x0000000001d3ea10: 0000000000000000 000007f9e73a8cf2
0x0000000001d3ea20: 0000000000000000 000000000047d360
0x0000000001d3ea30: 00000000003d8020 00000000003dff68
0x0000000001d3ea40: fffffffffffffffe 000000001b6100b0
0x0000000001d3ea50: fffffffffffffffe 000000001b06d743
0x0000000001d3ea60: 0000000000000000 0000000000000001
0x0000000001d3ea70: 0000000000000000 000000001b082356
0x0000000001d3ea80: 0000000017435d40 0000000000000000
0x0000000001d3ea90: 0000000000000000 000007f6a4670000
0x0000000001d3eaa0: 00000000003d8020 0000000000488f90
0x0000000001d3eab0: 0000000000412400 000007f9e73a8cf2
0x0000000001d3eac0: 000000000048f7a0 0000000000488f90
0x0000000001d3ead0: 0000000000000000 00000000003dff50
0x0000000001d3eae0: 0000000017435d40 0000000000000000
0x0000000001d3eaf0: 0000000000000000 000007f6a4670000
0x0000000001d3eb00: 00000000003d8020 000000000048f7a0
Instructions: (pc=0x000000001aff2b60)
0x000000001aff2b40: 33 c4 48 89 84 24 50 02 00 00 4c 8b f1 48 89 4c
0x000000001aff2b50: 24 38 48 8d a9 18 54 05 00 48 8b 85 e0 00 00 00
0x000000001aff2b60: 48 8b 08 48 8b 59 10 48 89 5c 24 30 49 8b b6 28
0x000000001aff2b70: 58 05 00 49 3b b6 30 58 05 00 74 64 45 33 ed 90
Register to memory mapping:
RAX=0x0000000000000000 is an unknown value
RBX=0x000000001b6100b0 is an unknown value
RCX=0x000000001b6100b0 is an unknown value
RDX=0x0000000000412860 is an unknown value
RSP=0x0000000001d3ea10 is pointing into the stack for thread: 0x0000000002033800
RBP=0x000000001b6654c8 is an unknown value
RSI=0x000000000047acd0 is an unknown value
RDI=0x000000001b6654c8 is an unknown value
R8 =0x0000000000412400 is an unknown value
R9 =0x0000000000000061 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x0000000001d3e9e0 is pointing into the stack for thread: 0x0000000002033800
R12=0x0000000053010377 is an unknown value
R13=0x0000000017435d40 is an unknown value
R14=0x000000001b6100b0 is an unknown value
R15=0x0000000000000000 is an unknown value
Stack: [0x0000000001c40000,0x0000000001d40000], sp=0x0000000001d3ea10, free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig4dev64.dll+0x12b60]
C [ig4dev64.dll+0x13c7e]
C [ig4icd64.dll+0x3ff42]
C [ig4icd64.dll+0x293b32]
C [OPENGL32.dll+0x2934c]
C [OPENGL32.dll+0x29a2e]
C [lwjgl64.dll+0xdf74]
C 0x0000000002143894
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.WindowsContextImplementation.nCreate(Ljava/nio/ByteBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;+0
j org.lwjgl.opengl.WindowsContextImplementation.create(Lorg/lwjgl/opengl/PeerInfo;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;+10
j org.lwjgl.opengl.ContextGL.<init>(Lorg/lwjgl/opengl/PeerInfo;Lorg/lwjgl/opengl/ContextAttribs;Lorg/lwjgl/opengl/ContextGL;)V+103
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+102
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+12
j avf.ap()V+22
j avf.am()V+115
j avf.a()V+6
j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1068
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0000000017437000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3952, stack(0x000000001a1d0000,0x000000001a2d0000)]
0x0000000016b69000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=4400, stack(0x0000000018a50000,0x0000000018b50000)]
0x0000000016835000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=712, stack(0x0000000018b50000,0x0000000018c50000)]
0x00000000165ea800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=3712, stack(0x0000000018950000,0x0000000018a50000)]
0x0000000015850000 JavaThread "Service Thread" daemon [_thread_blocked, id=1660, stack(0x0000000016070000,0x0000000016170000)]
0x00000000157da800 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=3448, stack(0x0000000015f70000,0x0000000016070000)]
0x00000000157ce000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=4488, stack(0x0000000015e70000,0x0000000015f70000)]
0x00000000157c7800 JavaThread "Attach Listener" daemon [_thread_blocked, id=4156, stack(0x0000000015d70000,0x0000000015e70000)]
0x00000000157c6800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1420, stack(0x0000000015c70000,0x0000000015d70000)]
0x00000000157c5000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=3744, stack(0x0000000015b70000,0x0000000015c70000)]
0x0000000015788000 JavaThread "Finalizer" daemon [_thread_blocked, id=1100, stack(0x0000000015a60000,0x0000000015b60000)]
0x0000000015781000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4464, stack(0x0000000015960000,0x0000000015a60000)]
=>0x0000000002033800 JavaThread "Client thread" [_thread_in_native, id=1540, stack(0x0000000001c40000,0x0000000001d40000)]
Other Threads:
0x0000000002129800 VMThread [stack: 0x0000000015860000,0x0000000015960000] [id=3536]
0x0000000015852000 WatcherThread [stack: 0x0000000016170000,0x0000000016270000] [id=3248]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
par new generation total 118016K, used 57177K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 42% used [0x00000000c0000000, 0x00000000c2b167a8, 0x00000000c6680000)
from space 13056K, 100% used [0x00000000c7340000, 0x00000000c8000000, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 40004K, used 38046K [0x00000000c8000000, 0x00000000ca711000, 0x0000000100000000)
Metaspace used 21559K, capacity 21676K, committed 21884K, reserved 1069056K
class space used 2782K, capacity 2814K, committed 2816K, reserved 1048576K
Card table byte_map: [0x00000000116f0000,0x0000000011900000] byte_map_base: 0x00000000110f0000
Marking Bits: (CMSBitMap*) 0x0000000002072808
Bits: [0x0000000011cf0000, 0x0000000012af0000)
Mod Union Table: (CMSBitMap*) 0x00000000020728c8
Bits: [0x0000000012b00000, 0x0000000012b38000)
Polling page: 0x0000000000390000
CodeCache: size=245760Kb used=5727Kb max_used=5727Kb free=240032Kb
bounds [0x0000000002130000, 0x00000000026d0000, 0x0000000011130000]
total_blobs=2402 nmethods=1903 adapters=413
compilation: enabled
Compilation events (10 events):
Event: 13.271 Thread 0x00000000157da800 1925 1 java.lang.reflect.Field::getType (5 bytes)
Event: 13.271 Thread 0x00000000157da800 nmethod 1925 0x00000000026c8090 code [0x00000000026c81e0, 0x00000000026c82f0]
Event: 13.273 Thread 0x00000000157da800 1926 2 java.lang.reflect.Modifier::isFinal (13 bytes)
Event: 13.273 Thread 0x00000000157da800 nmethod 1926 0x00000000026c8350 code [0x00000000026c84a0, 0x00000000026c85f0]
Event: 13.275 Thread 0x00000000157da800 1927 2 sun.reflect.ReflectionFactory::checkInitted (19 bytes)
Event: 13.276 Thread 0x00000000157da800 nmethod 1927 0x00000000026c8650 code [0x00000000026c87c0, 0x00000000026c8988]
Event: 13.277 Thread 0x00000000157da800 1928 1 java.lang.reflect.Field::getDeclaringClass (5 bytes)
Event: 13.278 Thread 0x00000000157da800 nmethod 1928 0x00000000026c8a10 code [0x00000000026c8b60, 0x00000000026c8c70]
Event: 13.278 Thread 0x00000000157da800 1929 2 java.lang.reflect.Field::setFieldAccessor (34 bytes)
Event: 13.279 Thread 0x00000000157da800 nmethod 1929 0x00000000026c8cd0 code [0x00000000026c8e40, 0x00000000026c9068]
GC Heap History (6 events):
Event: 7.433 GC heap before
{Heap before GC invocations=0 (full 0):
par new generation total 118016K, used 104960K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 6144K, used 0K [0x00000000c8000000, 0x00000000c8600000, 0x0000000100000000)
Metaspace used 16889K, capacity 17018K, committed 17280K, reserved 1064960K
class space used 2055K, capacity 2103K, committed 2176K, reserved 1048576K
Event: 7.719 GC heap after
Heap after GC invocations=1 (full 0):
par new generation total 118016K, used 13055K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 99% used [0x00000000c7340000, 0x00000000c7fffc68, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 22656K, used 17397K [0x00000000c8000000, 0x00000000c9620000, 0x0000000100000000)
Metaspace used 16889K, capacity 17018K, committed 17280K, reserved 1064960K
class space used 2055K, capacity 2103K, committed 2176K, reserved 1048576K
}
Event: 9.020 GC heap before
{Heap before GC invocations=1 (full 0):
par new generation total 118016K, used 118015K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 99% used [0x00000000c7340000, 0x00000000c7fffc68, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 22656K, used 17397K [0x00000000c8000000, 0x00000000c9620000, 0x0000000100000000)
Metaspace used 16889K, capacity 17018K, committed 17280K, reserved 1064960K
class space used 2055K, capacity 2103K, committed 2176K, reserved 1048576K
Event: 9.125 GC heap after
Heap after GC invocations=2 (full 0):
par new generation total 118016K, used 8193K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 62% used [0x00000000c6680000, 0x00000000c6e807c0, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 33092K, used 30447K [0x00000000c8000000, 0x00000000ca051000, 0x0000000100000000)
Metaspace used 16889K, capacity 17018K, committed 17280K, reserved 1064960K
class space used 2055K, capacity 2103K, committed 2176K, reserved 1048576K
}
Event: 11.288 GC heap before
{Heap before GC invocations=2 (full 1):
par new generation total 118016K, used 113153K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 100% used [0x00000000c0000000, 0x00000000c6680000, 0x00000000c6680000)
from space 13056K, 62% used [0x00000000c6680000, 0x00000000c6e807c0, 0x00000000c7340000)
to space 13056K, 0% used [0x00000000c7340000, 0x00000000c7340000, 0x00000000c8000000)
concurrent mark-sweep generation total 33092K, used 30447K [0x00000000c8000000, 0x00000000ca051000, 0x0000000100000000)
Metaspace used 17714K, capacity 17818K, committed 17920K, reserved 1064960K
class space used 2203K, capacity 2263K, committed 2304K, reserved 1048576K
Event: 11.450 GC heap after
Heap after GC invocations=3 (full 1):
par new generation total 118016K, used 13056K [0x00000000c0000000, 0x00000000c8000000, 0x00000000c8000000)
eden space 104960K, 0% used [0x00000000c0000000, 0x00000000c0000000, 0x00000000c6680000)
from space 13056K, 100% used [0x00000000c7340000, 0x00000000c8000000, 0x00000000c8000000)
to space 13056K, 0% used [0x00000000c6680000, 0x00000000c6680000, 0x00000000c7340000)
concurrent mark-sweep generation total 40004K, used 38046K [0x00000000c8000000, 0x00000000ca711000, 0x0000000100000000)
Metaspace used 17714K, capacity 17818K, committed 17920K, reserved 1064960K
class space used 2203K, capacity 2263K, committed 2304K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 12.110 Thread 0x0000000002033800 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000025e960c method=java.util.LinkedHashMap.get(Ljava/lang/Object;)Ljava/lang/Object; @ 11
Event: 12.111 Thread 0x0000000002033800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000025b8d40 method=java.util.LinkedHashMap.afterNodeInsertion(Z)V @ 15
Event: 12.112 Thread 0x0000000002033800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000025b8d40 method=java.util.LinkedHashMap.afterNodeInsertion(Z)V @ 15
Event: 12.542 Thread 0x0000000002033800 Uncommon trap: reason=unreached action=reinterpret pc=0x00000000023935cc method=java.util.HashMap.hash(Ljava/lang/Object;)I @ 1
Event: 12.729 Thread 0x0000000002033800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000025b8d40 method=java.util.LinkedHashMap.afterNodeInsertion(Z)V @ 15
Event: 12.730 Thread 0x0000000002033800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000025b8d40 method=java.util.LinkedHashMap.afterNodeInsertion(Z)V @ 15
Event: 13.008 Thread 0x0000000002033800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000246b21c method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 13.010 Thread 0x0000000002033800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000246b21c method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 13.062 Thread 0x0000000002033800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000246b21c method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Event: 13.063 Thread 0x0000000002033800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000246b21c method=java.util.zip.InflaterInputStream.read([BII)I @ 100
Internal exceptions (10 events):
Event: 13.247 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c2970808) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.249 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c2976610) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.250 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c297e7f8) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.253 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c2985848) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.261 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c298bea0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.281 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c29a4728) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.283 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c29a9a48) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.307 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c29b1c30) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.310 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c29b9c00) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Event: 13.312 Thread 0x0000000002033800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000c29be430) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
Events (10 events):
Event: 13.281 loading class org/lwjgl/input/Keyboard$KeyEvent
Event: 13.281 loading class org/lwjgl/input/Keyboard$KeyEvent done
Event: 13.282 loading class org/lwjgl/opengl/WindowsKeyboard
Event: 13.282 loading class org/lwjgl/opengl/WindowsKeyboard done
Event: 13.307 loading class org/lwjgl/opengl/ContextGL
Event: 13.307 loading class org/lwjgl/opengl/ContextGL done
Event: 13.310 loading class org/lwjgl/opengl/ContextImplementation
Event: 13.310 loading class org/lwjgl/opengl/ContextImplementation done
Event: 13.312 loading class org/lwjgl/opengl/WindowsContextImplementation
Event: 13.312 loading class org/lwjgl/opengl/WindowsContextImplementation done
Dynamic libraries:
0x000007f6a5400000 - 0x000007f6a5434000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\javaw.exe
0x000007f9ea0d0000 - 0x000007f9ea28e000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x000007f9e7870000 - 0x000007f9e79a7000 C:\WINDOWS\system32\KERNEL32.DLL
0x000007f9e73a0000 - 0x000007f9e7494000 C:\WINDOWS\system32\KERNELBASE.dll
0x000007f9e9ff0000 - 0x000007f9ea0ce000 C:\WINDOWS\system32\ADVAPI32.dll
0x000007f9e97b0000 - 0x000007f9e98fc000 C:\WINDOWS\system32\USER32.dll
0x000007f9e4e90000 - 0x000007f9e50fa000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9200.16579_none_418ab7ef718b27ef\COMCTL32.dll
0x000007f9e74a0000 - 0x000007f9e7545000 C:\WINDOWS\system32\msvcrt.dll
0x000007f9e7c50000 - 0x000007f9e7c98000 C:\WINDOWS\SYSTEM32\sechost.dll
0x000007f9e7f00000 - 0x000007f9e8045000 C:\WINDOWS\system32\RPCRT4.dll
0x000007f9e7720000 - 0x000007f9e7861000 C:\WINDOWS\system32\GDI32.dll
0x000007f9e7e40000 - 0x000007f9e7e79000 C:\WINDOWS\system32\IMM32.DLL
0x000007f9e95c0000 - 0x000007f9e96d6000 C:\WINDOWS\system32\MSCTF.dll
0x000000005a7f0000 - 0x000000005a8c2000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\msvcr100.dll
0x00000000598d0000 - 0x000000005a12a000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\server\jvm.dll
0x000007f9e1240000 - 0x000007f9e1249000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x000007f9e09e0000 - 0x000007f9e0a00000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x000007f9e7560000 - 0x000007f9e7567000 C:\WINDOWS\system32\PSAPI.DLL
0x000007f9e9900000 - 0x000007f9e9958000 C:\WINDOWS\system32\WS2_32.dll
0x000007f9e09a0000 - 0x000007f9e09d3000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
0x000007f9e7ef0000 - 0x000007f9e7ef9000 C:\WINDOWS\system32\NSI.dll
0x000007f9e71f0000 - 0x000007f9e723f000 C:\WINDOWS\SYSTEM32\cfgmgr32.dll
0x000007f9e7240000 - 0x000007f9e7262000 C:\WINDOWS\system32\DEVOBJ.dll
0x000000005a7e0000 - 0x000000005a7ef000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\verify.dll
0x000000005a7b0000 - 0x000000005a7d8000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\java.dll
0x000000005a790000 - 0x000000005a7a6000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\zip.dll
0x000007f9e8100000 - 0x000007f9e93e2000 C:\WINDOWS\system32\SHELL32.dll
0x000007f9e7570000 - 0x000007f9e7720000 C:\WINDOWS\SYSTEM32\combase.dll
0x000007f9e7ea0000 - 0x000007f9e7ef0000 C:\WINDOWS\system32\SHLWAPI.dll
0x000007f9e5a90000 - 0x000007f9e5b25000 C:\WINDOWS\SYSTEM32\SHCORE.dll
0x000007f9e6fd0000 - 0x000007f9e6fe5000 C:\WINDOWS\system32\profapi.dll
0x000000005a780000 - 0x000000005a78d000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\management.dll
0x000000005a760000 - 0x000000005a77a000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\net.dll
0x000007f9e6790000 - 0x000007f9e67ec000 C:\WINDOWS\system32\mswsock.dll
0x000000005a6e0000 - 0x000000005a6f1000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\nio.dll
0x000007f9e05c0000 - 0x000007f9e05d4000 C:\WINDOWS\system32\napinsp.dll
0x000007f9e0370000 - 0x000007f9e0388000 C:\WINDOWS\system32\pnrpnsp.dll
0x000007f9e4c10000 - 0x000007f9e4c26000 C:\WINDOWS\system32\NLAapi.dll
0x000007f9e65d0000 - 0x000007f9e666c000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x000007f9df140000 - 0x000007f9df152000 C:\WINDOWS\System32\winrnr.dll
0x000000005a730000 - 0x000000005a756000 C:\Program Files\Bonjour\mdnsNSP.dll
0x000007f9e23a0000 - 0x000007f9e23ca000 C:\WINDOWS\SYSTEM32\Iphlpapi.DLL
0x000007f9e2390000 - 0x000007f9e239a000 C:\WINDOWS\SYSTEM32\WINNSI.DLL
0x000007f9e1c00000 - 0x000007f9e1c61000 C:\WINDOWS\System32\fwpuclnt.dll
0x000007f9dea20000 - 0x000007f9dea28000 C:\Windows\System32\rasadhlp.dll
0x000000005a430000 - 0x000000005a5c8000 C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25\bin\awt.dll
0x000007f9e96e0000 - 0x000007f9e97a3000 C:\WINDOWS\system32\OLEAUT32.dll
0x000007f9e12f0000 - 0x000007f9e138f000 C:\WINDOWS\system32\apphelp.dll
0x000007f9e67f0000 - 0x000007f9e680a000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x000007f9e6490000 - 0x000007f9e64db000 C:\WINDOWS\system32\rsaenh.dll
0x000007f9e7380000 - 0x000007f9e739f000 C:\WINDOWS\system32\USERENV.dll
0x000007f9e6d80000 - 0x000007f9e6d8a000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x000007f9e6d20000 - 0x000007f9e6d7c000 C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll
0x000007f9e25b0000 - 0x000007f9e25c3000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x000007f9e20a0000 - 0x000007f9e20b8000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x0000000180000000 - 0x0000000180038000 C:\Users\Michael\AppData\Local\Temp\jna\jna110573535642217462.dll
0x00000000184f0000 - 0x0000000018543000 C:\Users\Michael\AppData\Roaming\.minecraft\versions\1.8.3\1.8.3-natives-3358962241337\lwjgl64.dll
0x000007f9df020000 - 0x000007f9df13f000 C:\WINDOWS\SYSTEM32\OPENGL32.dll
0x000007f9e3be0000 - 0x000007f9e3be9000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x000007f9e0f10000 - 0x000007f9e0f3c000 C:\WINDOWS\SYSTEM32\GLU32.dll
0x000007f9deea0000 - 0x000007f9def8a000 C:\WINDOWS\SYSTEM32\DDRAW.dll
0x000007f9e3b60000 - 0x000007f9e3b68000 C:\WINDOWS\SYSTEM32\DCIMAN32.dll
0x000007f9e5de0000 - 0x000007f9e5ec6000 C:\WINDOWS\system32\uxtheme.dll
0x000007f9e5170000 - 0x000007f9e5191000 C:\WINDOWS\SYSTEM32\dwmapi.dll
0x000007f9e9960000 - 0x000007f9e9ade000 C:\WINDOWS\system32\ole32.dll
0x000000001a830000 - 0x000000001ae5f000 C:\WINDOWS\SYSTEM32\ig4icd64.dll
0x000000001afe0000 - 0x000000001b42d000 C:\WINDOWS\SYSTEM32\ig4dev64.dll
0x000007f9dee00000 - 0x000007f9dee91000 C:\WINDOWS\SYSTEM32\mscms.dll
0x000007f9df340000 - 0x000007f9df380000 C:\WINDOWS\SYSTEM32\icm32.dll
0x000007f9e42a0000 - 0x000007f9e4403000 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\Michael\AppData\Roaming\.minecraft\versions\1.8.3\1.8.3-natives-3358962241337
java_command: net.minecraft.client.main.Main --username Betameta --version 1.8.3 --gameDir C:\Users\Michael\AppData\Roaming\.minecraft --assetsDir C:\Users\Michael\AppData\Roaming\.minecraft\assets --assetIndex 1.8 --uuid 0d0269cd601a4fd7a338a0f8b7e77409 --accessToken 2e0ae89dbc1f410f8c95b0e285c04e1a --userProperties {} --userType mojang
java_class_path (initial): C:\Users\Michael\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Michael\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Michael\AppData
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\;C:\Program Files (x86)\QuickTime\QTSystem\;
USERNAME=Michael
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 15 Model 4 Stepping 3, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 8 , 64 bit Build 9200
CPU:total 2 (1 cores per cpu, 2 threads per core) family 15 model 4 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht, tsc
Memory: 4k page, physical 3134252k(1360232k free), swap 6279988k(3863996k 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: Wed Feb 25 20:09:51 2015
elapsed time: 13 seconds (0d 0h 0m 13s)
-
View User Profile
-
View Posts
-
Send Message
Moderatorsee http://hopper.minecraft.net/help/references/intel-4-series-chipsets/