I've had this issue for a few days and don't know what to do, my game crashes at the startup
Here's the log :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000001806d5912, pid=416, tid=9164
#
# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [ig4icd64.dll+0x6d5912]
#
# 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.java.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 (0x0000000002c73800): JavaThread "Render thread" [_thread_in_native, id=9164, stack(0x0000000002af0000,0x0000000002bf0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000
Registers:
RAX=0x0000000000000000, RBX=0x0000000022137fe0, RCX=0x0000000022137fe0, RDX=0x000000000126be30
RSP=0x0000000002bee170, RBP=0x000000000126ba70, RSI=0x0000000001243604, RDI=0x0000000022137fe0
R8 =0x000000000126bd70, R9 =0x0000000000000001, R10=0x0000000000008000, R11=0x0000000002bee100
R12=0xffffffffdc0106bc, R13=0x00007ff4b1650000, R14=0x0000000000000000, R15=0x0000000002c73800
RIP=0x00000001806d5912, EFLAGS=0x0000000000010202
Top of Stack: (sp=0x0000000002bee170)
0x0000000002bee170: 0000000001257e70 0000000000000002
0x0000000002bee180: 0000000001257e88 0000000180770ea3
0x0000000002bee190: fffffffffffffffe 00000000012a5658
0x0000000002bee1a0: 0000000001257e70 00007ffbfd176a02
0x0000000002bee1b0: 0000000000000000 0000000001257e70
0x0000000002bee1c0: 0000000000000002 0000000000000001
0x0000000002bee1d0: 0000000000000001 000000018074e983
0x0000000002bee1e0: fffffffffffffffe 0000000000000009
0x0000000002bee1f0: 0000000600000005 0000000000000000
0x0000000002bee200: 000000000126bd70 000000018074e7f2
0x0000000002bee210: 000000000126bd70 0000000002bee2a8
0x0000000002bee220: 0000000000000002 ffffffffdc0106bc
0x0000000002bee230: 0000000000000010 000000018074e90c
0x0000000002bee240: 0000000002bee2c0 0000000002bee2c0
0x0000000002bee250: 0000000000000002 0000000000000000
0x0000000002bee260: 0000000000000009 0000000600000005
Instructions: (pc=0x00000001806d5912)
0x00000001806d58f2: 00 48 c7 44 24 20 fe ff ff ff 48 89 58 10 48 89
0x00000001806d5902: 68 18 48 89 70 20 48 8b f9 48 8b 81 d8 5e 05 00
0x00000001806d5912: 48 8b 10 4c 8b 72 10 48 8b b1 f0 61 05 00 48 3b
0x00000001806d5922: b1 f8 61 05 00 76 05 e8 22 e2 40 00 4c 8b a7 d8
Register to memory mapping:
RAX=0x0000000000000000 is an unknown value
RBX=0x0000000022137fe0 is an unknown value
RCX=0x0000000022137fe0 is an unknown value
RDX=0x000000000126be30 is an unknown value
RSP=0x0000000002bee170 is pointing into the stack for thread: 0x0000000002c73800
RBP=0x000000000126ba70 is an unknown value
RSI=0x0000000001243604 is an unknown value
RDI=0x0000000022137fe0 is an unknown value
R8 =0x000000000126bd70 is an unknown value
R9 =0x0000000000000001 is an unknown value
R10=0x0000000000008000 is an unknown value
R11=0x0000000002bee100 is pointing into the stack for thread: 0x0000000002c73800
R12=0xffffffffdc0106bc is an unknown value
R13=0x00007ff4b1650000 is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x0000000002c73800 is a thread
Stack: [0x0000000002af0000,0x0000000002bf0000], sp=0x0000000002bee170, free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig4icd64.dll+0x6d5912]
C [ig4icd64.dll+0x6d6167]
C [ig4icd64.dll+0x57151]
C [ig4icd64.dll+0x36f778]
C [opengl32.dll+0x2b145]
C [opengl32.dll+0x2b970]
C [glfw.dll+0xf0f1]
C [glfw.dll+0xac38]
C [glfw.dll+0x6176]
C 0x0000000002e43934
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.system.JNI.invokePPPP(IIJJJJ)J+0
j org.lwjgl.glfw.GLFW.nglfwCreateWindow(IIJJJ)J+14
j org.lwjgl.glfw.GLFW.glfwCreateWindow(IILjava/lang/CharSequence;JJ)J+37
j cxx.<init>(Lcxy;Lcxt;Lcxh;Ljava/lang/String;Ljava/lang/String;)V+279
j drh.a(Lcxh;Ljava/lang/String;Ljava/lang/String;)Lcxx;+15
j dbn.<init>(Ldjy;)V+638
j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1189
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000000001c7ca800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=1116, stack(0x000000001ecc0000,0x000000001edc0000)]
0x000000001c428800 JavaThread "Server-Worker-1" daemon [_thread_in_Java, id=4440, stack(0x000000001e670000,0x000000001e770000)]
0x000000001b659000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=8716, stack(0x000000001b220000,0x000000001b320000)]
0x000000001a672800 JavaThread "Service Thread" daemon [_thread_blocked, id=2228, stack(0x000000001b020000,0x000000001b120000)]
0x000000001a60a000 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=5660, stack(0x000000001af20000,0x000000001b020000)]
0x000000001a605000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2004, stack(0x000000001ae20000,0x000000001af20000)]
0x000000001a603000 JavaThread "Attach Listener" daemon [_thread_blocked, id=8972, stack(0x000000001ad20000,0x000000001ae20000)]
0x000000001a602000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2260, stack(0x000000001ac20000,0x000000001ad20000)]
0x000000001a5fe800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=3328, stack(0x000000001ab20000,0x000000001ac20000)]
0x000000001a5a4000 JavaThread "Finalizer" daemon [_thread_blocked, id=6172, stack(0x000000001aa20000,0x000000001ab20000)]
0x000000001a59d000 JavaThread "Reference Handler" daemon [_thread_blocked, id=8844, stack(0x000000001a920000,0x000000001aa20000)]
=>0x0000000002c73800 JavaThread "Render thread" [_thread_in_native, id=9164, stack(0x0000000002af0000,0x0000000002bf0000)]
Other Threads:
0x000000001a598000 VMThread [stack: 0x000000001a340000,0x000000001a440000] [id=5316]
0x000000001a65d800 WatcherThread [stack: 0x000000001b120000,0x000000001b220000] [id=7740]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
garbage-first heap total 1605632K, used 321885K [0x0000000080000000, 0x0000000082000188, 0x0000000100000000)
region size 32768K, 5 young (163840K), 2 survivors (65536K)
Metaspace used 37483K, capacity 40201K, committed 40320K, reserved 1083392K
class space used 5457K, capacity 6233K, committed 6272K, reserved 1048576K
Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp, PTAMS=previous top-at-mark-start, NTAMS=next top-at-mark-start)
AC 0 O TS 1 PTAMS 0x0000000081bf9400 NTAMS 0x0000000081bf9400 space 32768K, 100% used [0x0000000080000000, 0x0000000082000000)
AC 0 O TS 9 PTAMS 0x0000000082000000 NTAMS 0x0000000082000000 space 32768K, 100% used [0x0000000082000000, 0x0000000084000000)
AC 0 O TS 11 PTAMS 0x0000000084000000 NTAMS 0x0000000084000000 space 32768K, 100% used [0x0000000084000000, 0x0000000086000000)
AC 0 O TS 15 PTAMS 0x0000000086000000 NTAMS 0x0000000086000000 space 32768K, 46% used [0x0000000086000000, 0x0000000088000000)
AC 0 F TS 0 PTAMS 0x0000000088000000 NTAMS 0x0000000088000000 space 32768K, 0% used [0x0000000088000000, 0x000000008a000000)
AC 0 O TS 0 PTAMS 0x000000008c000000 NTAMS 0x000000008c000000 space 32768K, 100% used [0x000000008a000000, 0x000000008c000000)
AC 0 O TS 1 PTAMS 0x000000008c000000 NTAMS 0x000000008c000000 space 32768K, 100% used [0x000000008c000000, 0x000000008e000000)
AC 0 O TS 7 PTAMS 0x000000008e000000 NTAMS 0x000000008e000000 space 32768K, 100% used [0x000000008e000000, 0x0000000090000000)
AC 0 F TS 5 PTAMS 0x0000000090000000 NTAMS 0x0000000090000000 space 32768K, 0% used [0x0000000090000000, 0x0000000092000000)
AC 0 F TS 5 PTAMS 0x0000000092000000 NTAMS 0x0000000092000000 space 32768K, 0% used [0x0000000092000000, 0x0000000094000000)
AC 0 F TS 5 PTAMS 0x0000000094000000 NTAMS 0x0000000094000000 space 32768K, 0% used [0x0000000094000000, 0x0000000096000000)
AC 0 F TS 5 PTAMS 0x0000000096000000 NTAMS 0x0000000096000000 space 32768K, 0% used [0x0000000096000000, 0x0000000098000000)
AC 0 F TS 5 PTAMS 0x0000000098000000 NTAMS 0x0000000098000000 space 32768K, 0% used [0x0000000098000000, 0x000000009a000000)
AC 0 F TS 7 PTAMS 0x000000009a000000 NTAMS 0x000000009a000000 space 32768K, 0% used [0x000000009a000000, 0x000000009c000000)
AC 0 F TS 5 PTAMS 0x000000009c000000 NTAMS 0x000000009c000000 space 32768K, 0% used [0x000000009c000000, 0x000000009e000000)
AC 0 F TS 5 PTAMS 0x000000009e000000 NTAMS 0x000000009e000000 space 32768K, 0% used [0x000000009e000000, 0x00000000a0000000)
AC 0 F TS 7 PTAMS 0x00000000a0000000 NTAMS 0x00000000a0000000 space 32768K, 0% used [0x00000000a0000000, 0x00000000a2000000)
AC 0 F TS 7 PTAMS 0x00000000a2000000 NTAMS 0x00000000a2000000 space 32768K, 0% used [0x00000000a2000000, 0x00000000a4000000)
AC 0 F TS 7 PTAMS 0x00000000a4000000 NTAMS 0x00000000a4000000 space 32768K, 0% used [0x00000000a4000000, 0x00000000a6000000)
AC 0 F TS 7 PTAMS 0x00000000a6000000 NTAMS 0x00000000a6000000 space 32768K, 0% used [0x00000000a6000000, 0x00000000a8000000)
AC 0 F TS 7 PTAMS 0x00000000a8000000 NTAMS 0x00000000a8000000 space 32768K, 0% used [0x00000000a8000000, 0x00000000aa000000)
AC 0 F TS 9 PTAMS 0x00000000aa000000 NTAMS 0x00000000aa000000 space 32768K, 0% used [0x00000000aa000000, 0x00000000ac000000)
AC 0 F TS 7 PTAMS 0x00000000ac000000 NTAMS 0x00000000ac000000 space 32768K, 0% used [0x00000000ac000000, 0x00000000ae000000)
AC 0 F TS 7 PTAMS 0x00000000ae000000 NTAMS 0x00000000ae000000 space 32768K, 0% used [0x00000000ae000000, 0x00000000b0000000)
AC 0 F TS 7 PTAMS 0x00000000b0000000 NTAMS 0x00000000b0000000 space 32768K, 0% used [0x00000000b0000000, 0x00000000b2000000)
AC 0 F TS 7 PTAMS 0x00000000b2000000 NTAMS 0x00000000b2000000 space 32768K, 0% used [0x00000000b2000000, 0x00000000b4000000)
AC 0 F TS 9 PTAMS 0x00000000b4000000 NTAMS 0x00000000b4000000 space 32768K, 0% used [0x00000000b4000000, 0x00000000b6000000)
AC 0 F TS 9 PTAMS 0x00000000b6000000 NTAMS 0x00000000b6000000 space 32768K, 0% used [0x00000000b6000000, 0x00000000b8000000)
AC 0 F TS 11 PTAMS 0x00000000b8000000 NTAMS 0x00000000b8000000 space 32768K, 0% used [0x00000000b8000000, 0x00000000ba000000)
AC 0 F TS 9 PTAMS 0x00000000ba000000 NTAMS 0x00000000ba000000 space 32768K, 0% used [0x00000000ba000000, 0x00000000bc000000)
AC 0 F TS 9 PTAMS 0x00000000bc000000 NTAMS 0x00000000bc000000 space 32768K, 0% used [0x00000000bc000000, 0x00000000be000000)
AC 0 F TS 9 PTAMS 0x00000000be000000 NTAMS 0x00000000be000000 space 32768K, 0% used [0x00000000be000000, 0x00000000c0000000)
AC 0 F TS 13 PTAMS 0x00000000c0000000 NTAMS 0x00000000c0000000 space 32768K, 0% used [0x00000000c0000000, 0x00000000c2000000)
AC 0 F TS 9 PTAMS 0x00000000c2000000 NTAMS 0x00000000c2000000 space 32768K, 0% used [0x00000000c2000000, 0x00000000c4000000)
AC 0 F TS 11 PTAMS 0x00000000c4000000 NTAMS 0x00000000c4000000 space 32768K, 0% used [0x00000000c4000000, 0x00000000c6000000)
AC 0 S CS TS 15 PTAMS 0x00000000c6000000 NTAMS 0x00000000c6000000 space 32768K, 35% used [0x00000000c6000000, 0x00000000c8000000)
AC 0 S CS TS 15 PTAMS 0x00000000c8000000 NTAMS 0x00000000c8000000 space 32768K, 100% used [0x00000000c8000000, 0x00000000ca000000)
AC 0 F TS 11 PTAMS 0x00000000ca000000 NTAMS 0x00000000ca000000 space 32768K, 0% used [0x00000000ca000000, 0x00000000cc000000)
AC 0 F TS 11 PTAMS 0x00000000cc000000 NTAMS 0x00000000cc000000 space 32768K, 0% used [0x00000000cc000000, 0x00000000ce000000)
AC 0 F TS 11 PTAMS 0x00000000ce000000 NTAMS 0x00000000ce000000 space 32768K, 0% used [0x00000000ce000000, 0x00000000d0000000)
AC 0 F TS 13 PTAMS 0x00000000d0000000 NTAMS 0x00000000d0000000 space 32768K, 0% used [0x00000000d0000000, 0x00000000d2000000)
AC 0 F TS 13 PTAMS 0x00000000d2000000 NTAMS 0x00000000d2000000 space 32768K, 0% used [0x00000000d2000000, 0x00000000d4000000)
AC 0 F TS 13 PTAMS 0x00000000d4000000 NTAMS 0x00000000d4000000 space 32768K, 0% used [0x00000000d4000000, 0x00000000d6000000)
AC 0 F TS 13 PTAMS 0x00000000d6000000 NTAMS 0x00000000d6000000 space 32768K, 0% used [0x00000000d6000000, 0x00000000d8000000)
AC 0 F TS 13 PTAMS 0x00000000d8000000 NTAMS 0x00000000d8000000 space 32768K, 0% used [0x00000000d8000000, 0x00000000da000000)
AC 0 F TS 15 PTAMS 0x00000000da000000 NTAMS 0x00000000da000000 space 32768K, 0% used [0x00000000da000000, 0x00000000dc000000)
AC 0 E TS 15 PTAMS 0x00000000dc000000 NTAMS 0x00000000dc000000 space 32768K, 92% used [0x00000000dc000000, 0x00000000de000000)
AC 0 E CS TS 15 PTAMS 0x00000000de000000 NTAMS 0x00000000de000000 space 32768K, 100% used [0x00000000de000000, 0x00000000e0000000)
AC 0 E CS TS 15 PTAMS 0x00000000e0000000 NTAMS 0x00000000e0000000 space 32768K, 100% used [0x00000000e0000000, 0x00000000e2000000)
Card table byte_map: [0x0000000012d20000,0x0000000013120000] byte_map_base: 0x0000000012920000
Marking Bits (Prev, Next): (CMBitMap*) 0x0000000002ca7510, (CMBitMap*) 0x0000000002ca74b8
Prev Bits: [0x0000000015520000, 0x0000000017520000)
Next Bits: [0x0000000013520000, 0x0000000015520000)
Polling page: 0x00000000012f0000
CodeCache: size=245760Kb used=11892Kb max_used=11911Kb free=233867Kb
bounds [0x0000000002e30000, 0x00000000039e0000, 0x0000000011e30000]
total_blobs=4982 nmethods=3905 adapters=990
compilation: enabled
Compilation events (10 events):
Event: 24.212 Thread 0x000000001a605000 4501 4 com.mojang.datafixers.optics.Traversal::eval (8 bytes)
Event: 24.214 Thread 0x000000001a605000 nmethod 4501 0x00000000039cf990 code [0x00000000039cfae0, 0x00000000039cfd58]
Event: 24.215 Thread 0x000000001a605000 4502 4 com.mojang.datafixers.optics.Traversal::eval (13 bytes)
Event: 24.218 Thread 0x000000001a605000 nmethod 4502 0x00000000039cf490 code [0x00000000039cf5e0, 0x00000000039cf838]
Event: 24.221 Thread 0x000000001a60a000 4503 1 com.google.common.collect.RegularImmutableSet::size (6 bytes)
Event: 24.222 Thread 0x000000001a60a000 nmethod 4503 0x00000000039cf190 code [0x00000000039cf2e0, 0x00000000039cf3f0]
Event: 24.283 Thread 0x000000001a605000 4504 4 com.mojang.datafixers.types.templates.Named$NamedType::all (17 bytes)
Event: 24.368 Thread 0x000000001a605000 nmethod 4504 0x00000000039d5f50 code [0x00000000039d61c0, 0x00000000039d8958]
Event: 24.369 Thread 0x000000001a605000 4505 4 com.mojang.datafixers.types.templates.Named$NamedType::fix (51 bytes)
Event: 24.424 Thread 0x000000001a605000 nmethod 4505 0x00000000039da890 code [0x00000000039daac0, 0x00000000039dca58]
GC Heap History (10 events):
Event: 18.767 GC heap before
{Heap before GC invocations=19 (full 0):
garbage-first heap total 524288K, used 220882K [0x0000000080000000, 0x0000000082000080, 0x0000000100000000)
region size 32768K, 3 young (98304K), 1 survivors (32768K)
Metaspace used 33900K, capacity 36111K, committed 36224K, reserved 1079296K
class space used 4856K, capacity 5406K, committed 5504K, reserved 1048576K
Event: 18.888 GC heap after
Heap after GC invocations=20 (full 0):
garbage-first heap total 851968K, used 176808K [0x0000000080000000, 0x00000000820000d0, 0x0000000100000000)
region size 32768K, 1 young (32768K), 1 survivors (32768K)
Metaspace used 33900K, capacity 36111K, committed 36224K, reserved 1079296K
class space used 4856K, capacity 5406K, committed 5504K, reserved 1048576K
}
Event: 20.379 GC heap before
{Heap before GC invocations=20 (full 0):
garbage-first heap total 851968K, used 307880K [0x0000000080000000, 0x00000000820000d0, 0x0000000100000000)
region size 32768K, 5 young (163840K), 1 survivors (32768K)
Metaspace used 37370K, capacity 40085K, committed 40320K, reserved 1083392K
class space used 5437K, capacity 6215K, committed 6272K, reserved 1048576K
Event: 20.524 GC heap after
Heap after GC invocations=21 (full 0):
garbage-first heap total 1114112K, used 218384K [0x0000000080000000, 0x0000000082000110, 0x0000000100000000)
region size 32768K, 1 young (32768K), 1 survivors (32768K)
Metaspace used 37370K, capacity 40085K, committed 40320K, reserved 1083392K
class space used 5437K, capacity 6215K, committed 6272K, reserved 1048576K
}
Event: 21.465 GC heap before
{Heap before GC invocations=21 (full 0):
garbage-first heap total 1114112K, used 382224K [0x0000000080000000, 0x0000000082000110, 0x0000000100000000)
region size 32768K, 6 young (196608K), 1 survivors (32768K)
Metaspace used 37384K, capacity 40097K, committed 40320K, reserved 1083392K
class space used 5438K, capacity 6217K, committed 6272K, reserved 1048576K
Event: 21.571 GC heap after
Heap after GC invocations=22 (full 0):
garbage-first heap total 1310720K, used 220335K [0x0000000080000000, 0x0000000082000140, 0x0000000100000000)
region size 32768K, 1 young (32768K), 1 survivors (32768K)
Metaspace used 37384K, capacity 40097K, committed 40320K, reserved 1083392K
class space used 5438K, capacity 6217K, committed 6272K, reserved 1048576K
}
Event: 22.685 GC heap before
{Heap before GC invocations=22 (full 0):
garbage-first heap total 1310720K, used 449711K [0x0000000080000000, 0x0000000082000140, 0x0000000100000000)
region size 32768K, 8 young (262144K), 1 survivors (32768K)
Metaspace used 37430K, capacity 40183K, committed 40320K, reserved 1083392K
class space used 5448K, capacity 6226K, committed 6272K, reserved 1048576K
Event: 22.786 GC heap after
Heap after GC invocations=23 (full 0):
garbage-first heap total 1474560K, used 244574K [0x0000000080000000, 0x0000000082000168, 0x0000000100000000)
region size 32768K, 1 young (32768K), 1 survivors (32768K)
Metaspace used 37430K, capacity 40183K, committed 40320K, reserved 1083392K
class space used 5448K, capacity 6226K, committed 6272K, reserved 1048576K
}
Event: 24.452 GC heap before
{Heap before GC invocations=23 (full 0):
garbage-first heap total 1474560K, used 506718K [0x0000000080000000, 0x0000000082000168, 0x0000000100000000)
region size 32768K, 9 young (294912K), 1 survivors (32768K)
Metaspace used 37483K, capacity 40201K, committed 40320K, reserved 1083392K
class space used 5457K, capacity 6233K, committed 6272K, reserved 1048576K
Event: 24.577 GC heap after
Heap after GC invocations=24 (full 0):
garbage-first heap total 1605632K, used 256349K [0x0000000080000000, 0x0000000082000188, 0x0000000100000000)
region size 32768K, 2 young (65536K), 2 survivors (65536K)
Metaspace used 37483K, capacity 40201K, committed 40320K, reserved 1083392K
class space used 5457K, capacity 6233K, committed 6272K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 21.094 Thread 0x000000001c428800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003706600 method=com.mojang.datafixers.types.templates.Named.equals(Ljava/lang/Object;)Z @ 8
Event: 21.956 Thread 0x000000001c428800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000037e311c method=com.mojang.datafixers.types.templates.Tag$TagType.equals(Ljava/lang/Object;ZZ)Z @ 59
Event: 21.956 Thread 0x000000001c428800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000038fb5e0 method=com.mojang.datafixers.types.templates.Product$ProductType.equals(Ljava/lang/Object;ZZ)Z @ 29
Event: 21.994 Thread 0x000000001c428800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000039a213c method=com.mojang.datafixers.types.templates.TaggedChoice$TaggedChoiceType.equals(Ljava/lang/Object;ZZ)Z @ 53
Event: 22.237 Thread 0x000000001c428800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000039853b8 method=com.mojang.datafixers.optics.IdAdapter.equals(Ljava/lang/Object;)Z @ 1
Event: 22.237 Thread 0x000000001c428800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000039853b8 method=com.mojang.datafixers.optics.IdAdapter.equals(Ljava/lang/Object;)Z @ 1
Event: 22.237 Thread 0x000000001c428800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000039853b8 method=com.mojang.datafixers.optics.IdAdapter.equals(Ljava/lang/Object;)Z @ 1
Event: 22.237 Thread 0x000000001c428800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000039853b8 method=com.mojang.datafixers.optics.IdAdapter.equals(Ljava/lang/Object;)Z @ 1
Event: 23.228 Thread 0x000000001c428800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000039b7c84 method=com.mojang.datafixers.types.templates.Tag$TagType.equals(Ljava/lang/Object;ZZ)Z @ 42
Event: 23.375 Thread 0x000000001c428800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00000000039b1ff8 method=com.mojang.datafixers.types.templates.Product$ProductType.equals(Ljava/lang/Object;ZZ)Z @ 1
Internal exceptions (10 events):
Event: 19.227 Thread 0x0000000002c73800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.a(Lcom/mojang/datafixers/Dynamic;)Lcmq;> (0x00000000b2c5f9d8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 19.276 Thread 0x0000000002c73800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.a(Lcom/mojang/datafixers/Dynamic;)Lcik;> (0x00000000b2c86db8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 19.363 Thread 0x0000000002c73800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.a(Ljava/util/HashMap;)V> (0x00000000b31c8270) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 19.442 Thread 0x0000000002c73800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.a(Lfl;Lben;)Lben;> (0x00000000b3760be0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 19.657 Thread 0x0000000002c73800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$static$0(Ljava/lang/String;)Ljava/lang/Boolean;> (0x00000000b0d87658) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.c_²ñ`‹+4@
Event: 20.170 Thread 0x0000000002c73800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$first$0(Lcom/mojang/datafixers/util/Pair;)Lcom/mojang/datafixers/kinds/App;> (0x00000000afcc2570) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\v
Event: 20.171 Thread 0x0000000002c73800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$null$0(Ljava/lang/Object;)Lcom/mojang/datafixers/util/Pair;> (0x00000000afcc8d48) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\li
²¯†Õ+4@
Event: 20.171 Thread 0x0000000002c73800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$null$1(Lcom/mojang/datafixers/util/Pair;)Ljava/lang/Object;> (0x00000000afccc430) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\lioܽ7·4@
Event: 20.716 Thread 0x000000001c428800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$rewrite$0(Lcom/mojang/datafixers/View;Lcom/mojang/datafixers/functions/PointFree;)Lcom/mojang/datafixers/View;> (0x00000000be9103e0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwrµ_ˆæ_7@
Event: 23.375 Thread 0x000000001c428800 Implicit null exception at 0x00000000039b1e97 to 0x00000000039b1fe9
Events (10 events):
Event: 23.228 Thread 0x000000001c428800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x00000000039b7c84
Event: 23.228 Thread 0x000000001c428800 DEOPT PACKING pc=0x00000000039b7c84 sp=0x000000001e76d9e0
Event: 23.228 Thread 0x000000001c428800 DEOPT UNPACKING pc=0x0000000002e7556a sp=0x000000001e76d970 mode 2
Event: 23.375 Thread 0x000000001c428800 Uncommon trap: trap_request=0xfffffff4 fr.pc=0x00000000039b1ff8
Event: 23.375 Thread 0x000000001c428800 DEOPT PACKING pc=0x00000000039b1ff8 sp=0x000000001e76d6e0
Event: 23.375 Thread 0x000000001c428800 DEOPT UNPACKING pc=0x0000000002e7556a sp=0x000000001e76d670 mode 2
Event: 23.986 Executing VM operation: RevokeBias
Event: 23.986 Executing VM operation: RevokeBias done
Event: 24.452 Executing VM operation: G1IncCollectionPause
Event: 24.577 Executing VM operation: G1IncCollectionPause done
Dynamic libraries:
0x00007ff651af0000 - 0x00007ff651b27000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\javaw.exe
0x00007ffbfd260000 - 0x00007ffbfd450000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffbf2c60000 - 0x00007ffbf2c73000 C:\Program Files\AVG\Antivirus\aswhook.dll
0x00007ffbfd160000 - 0x00007ffbfd212000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffbfb040000 - 0x00007ffbfb2e4000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffbf83e0000 - 0x00007ffbf846f000 C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ffbfb800000 - 0x00007ffbfb8a3000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffbfb760000 - 0x00007ffbfb7fe000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffbfc360000 - 0x00007ffbfc3f7000 C:\WINDOWS\System32\sechost.dll
0x00007ffbfb3e0000 - 0x00007ffbfb500000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffbfc1c0000 - 0x00007ffbfc354000 C:\WINDOWS\System32\USER32.dll
0x00007ffbfa5e0000 - 0x00007ffbfa601000 C:\WINDOWS\System32\win32u.dll
0x00007ffbfc190000 - 0x00007ffbfc1b6000 C:\WINDOWS\System32\GDI32.dll
0x00007ffbfa1f0000 - 0x00007ffbfa384000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffbfa440000 - 0x00007ffbfa4de000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffbfa4e0000 - 0x00007ffbfa5da000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffbede90000 - 0x00007ffbee114000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.836_none_e6c4b943130f18ed\COMCTL32.dll
0x00007ffbfc6f0000 - 0x00007ffbfca26000 C:\WINDOWS\System32\combase.dll
0x00007ffbfa660000 - 0x00007ffbfa6e0000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffbfd120000 - 0x00007ffbfd14e000 C:\WINDOWS\System32\IMM32.DLL
0x00000000759f0000 - 0x0000000075ac2000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\msvcr100.dll
0x0000000075160000 - 0x00000000759e3000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\server\jvm.dll
0x00007ffbfbdf0000 - 0x00007ffbfbdf8000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffbeed90000 - 0x00007ffbeed99000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffbfb6f0000 - 0x00007ffbfb75f000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffbf6f00000 - 0x00007ffbf6f24000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffbf3580000 - 0x00007ffbf358a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffbf6ed0000 - 0x00007ffbf6efd000 C:\WINDOWS\SYSTEM32\WINMMBASE.dll
0x00007ffbfa610000 - 0x00007ffbfa65a000 C:\WINDOWS\System32\cfgmgr32.dll
0x0000000075150000 - 0x000000007515f000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\verify.dll
0x0000000075120000 - 0x0000000075149000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\java.dll
0x0000000075100000 - 0x0000000075116000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\zip.dll
0x00007ffbfca30000 - 0x00007ffbfd114000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffbfb330000 - 0x00007ffbfb3d9000 C:\WINDOWS\System32\shcore.dll
0x00007ffbfa740000 - 0x00007ffbfaebe000 C:\WINDOWS\System32\windows.storage.dll
0x00007ffbfa180000 - 0x00007ffbfa1a3000 C:\WINDOWS\System32\profapi.dll
0x00007ffbfa130000 - 0x00007ffbfa17a000 C:\WINDOWS\System32\powrprof.dll
0x00007ffbfa120000 - 0x00007ffbfa130000 C:\WINDOWS\System32\UMPDC.dll
0x00007ffbfb500000 - 0x00007ffbfb552000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffbfa1d0000 - 0x00007ffbfa1e1000 C:\WINDOWS\System32\kernel.appcore.dll
0x00007ffbfb2f0000 - 0x00007ffbfb307000 C:\WINDOWS\System32\cryptsp.dll
0x00000000750f0000 - 0x00000000750fd000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\management.dll
0x00000000750d0000 - 0x00000000750ea000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\net.dll
0x00007ffbf9930000 - 0x00007ffbf9997000 C:\WINDOWS\system32\mswsock.dll
0x00007ffbe98f0000 - 0x00007ffbe9906000 C:\WINDOWS\system32\napinsp.dll
0x00007ffbe98d0000 - 0x00007ffbe98ea000 C:\WINDOWS\system32\pnrpnsp.dll
0x00007ffbf9680000 - 0x00007ffbf974b000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffbfbe00000 - 0x00007ffbfbe08000 C:\WINDOWS\System32\NSI.dll
0x00007ffbf9640000 - 0x00007ffbf967a000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffbeef60000 - 0x00007ffbeef6e000 C:\WINDOWS\System32\winrnr.dll
0x00007ffbf6a60000 - 0x00007ffbf6a7c000 C:\WINDOWS\system32\NLAapi.dll
0x00007ffbe4210000 - 0x00007ffbe4225000 C:\WINDOWS\system32\wshbth.dll
0x00007ffbf5310000 - 0x00007ffbf5387000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffbfb010000 - 0x00007ffbfb036000 C:\WINDOWS\System32\bcrypt.dll
0x00007ffbf4b20000 - 0x00007ffbf4b2a000 C:\Windows\System32\rasadhlp.dll
0x00000000750b0000 - 0x00000000750c1000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64\bin\nio.dll
0x00007ffbf94a0000 - 0x00007ffbf94d3000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffbfa010000 - 0x00007ffbfa035000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffbf9b60000 - 0x00007ffbf9b6c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffbf59c0000 - 0x00007ffbf59d6000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffbf61c0000 - 0x00007ffbf61dc000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ffbdce90000 - 0x00007ffbdcf02000 C:\Users\mohao\AppData\Roaming\.minecraft\bin\4493-9f32-0216-055b\lwjgl.dll
0x00007ffbd8380000 - 0x00007ffbd83de000 C:\Users\mohao\AppData\Roaming\.minecraft\bin\4493-9f32-0216-055b\glfw.dll
0x00007ffbc0170000 - 0x00007ffbc03c1000 C:\Users\mohao\AppData\Roaming\.minecraft\bin\4493-9f32-0216-055b\jemalloc.dll
0x00007ffbf88d0000 - 0x00007ffbf8969000 C:\WINDOWS\system32\uxtheme.dll
0x00007ffbda600000 - 0x00007ffbda643000 C:\WINDOWS\SYSTEM32\dinput8.dll
0x00007ffbe8c00000 - 0x00007ffbe8c11000 C:\WINDOWS\SYSTEM32\xinput1_4.dll
0x00007ffbf9f20000 - 0x00007ffbf9f4a000 C:\WINDOWS\SYSTEM32\DEVOBJ.dll
0x00007ffbf89a0000 - 0x00007ffbf89cd000 C:\WINDOWS\SYSTEM32\dwmapi.dll
0x00007ffbfbe10000 - 0x00007ffbfbf46000 C:\WINDOWS\System32\MSCTF.dll
0x00007ffbfc5b0000 - 0x00007ffbfc674000 C:\WINDOWS\System32\OLEAUT32.dll
0x00007ffbf2670000 - 0x00007ffbf278b000 C:\WINDOWS\SYSTEM32\inputhost.dll
0x00007ffbf81d0000 - 0x00007ffbf82a4000 C:\WINDOWS\SYSTEM32\CoreMessaging.dll
0x00007ffbf5460000 - 0x00007ffbf578a000 C:\WINDOWS\SYSTEM32\CoreUIComponents.dll
0x00007ffbf6740000 - 0x00007ffbf6830000 C:\WINDOWS\SYSTEM32\PROPSYS.dll
0x00007ffbf5a70000 - 0x00007ffbf5bc3000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ffbf9200000 - 0x00007ffbf9231000 C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00007ffbf8d30000 - 0x00007ffbf8d3e000 C:\WINDOWS\SYSTEM32\HID.DLL
0x00007ffbfb8b0000 - 0x00007ffbfbd20000 C:\WINDOWS\System32\SETUPAPI.DLL
0x00007ffbfa6e0000 - 0x00007ffbfa73c000 C:\WINDOWS\System32\WINTRUST.dll
0x00007ffbfa1b0000 - 0x00007ffbfa1c2000 C:\WINDOWS\System32\MSASN1.dll
0x00007ffbfaec0000 - 0x00007ffbfb009000 C:\WINDOWS\System32\CRYPT32.dll
0x00007ffbc0640000 - 0x00007ffbc0796000 C:\WINDOWS\SYSTEM32\opengl32.dll
0x00007ffbdea70000 - 0x00007ffbdea9c000 C:\WINDOWS\SYSTEM32\GLU32.dll
0x00007ffbf8d90000 - 0x00007ffbf8db0000 C:\WINDOWS\SYSTEM32\dxcore.dll
0x0000000180000000 - 0x0000000180ef5000 C:\WINDOWS\SYSTEM32\ig4icd64.dll
0x00007ffbf06c0000 - 0x00007ffbf08b4000 C:\WINDOWS\SYSTEM32\dbghelp.dll
VM Arguments:
jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Dos.name=Windows 10 -Dos.version=10.0 -Xss1M -Djava.library.path=C:\Users\mohao\AppData\Roaming\.minecraft\bin\4493-9f32-0216-055b -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.1.14401 -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dlog4j.configurationFile=C:\Users\mohao\AppData\Roaming\.minecraft\assets\log_configs\client-1.12.xml -Djava.net.preferIPv4Stack=true
java_command: net.minecraft.client.main.Main --username Old_Gregg --version 1.15.2 --gameDir C:\Users\mohao\AppData\Roaming\.minecraft --assetsDir C:\Users\mohao\AppData\Roaming\.minecraft\assets --assetIndex 1.15 --uuid 323af2dc-7607-45f1-a709-a7dc6e51a67e --accessToken zm2bdlaa5jea7xmqzurpdu5gugsfpyfp --userType mojang --versionType release --width 950 --height 600
java_class_path (initial): C:\Users\mohao\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.1\patchy-1.1.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\com\mojang\javabridge\1.0.22\javabridge-1.0.22.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.25.Final\netty-all-4.1.25.Final.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\com\mojang\brigadier\1.0.17\brigadier-1.0.17.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\com\mojang\datafixerupper\2.0.24\datafixerupper-2.0.24.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.25\authlib-1.5.25.jar;C:\Users\mohao\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\mohao
Launcher Type: SUN_STANDARD
Environment Variables:
_JAVA_OPTIONS= -Djava.net.preferIPv4Stack=true
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Users\mohao\AppData\Local\Microsoft\WindowsApps;
USERNAME=mohao
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.778)
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc
Memory: 4k page, physical 3829996k(474840k free), swap 7880940k(2127936k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.51-b03) for windows-amd64 JRE (1.8.0_51-b16), built on Jun 8 2015 18:03:07 by "java_re" with MS VC++ 10.0 (VS2010)
time: Sat May 23 21:08:29 2020
elapsed time: 24 seconds (0d 0h 0m 24s)
I'd appreciate if you could help me :D