Help

Effortless

Feedback score
0
Posts
5
Reactions
0
Resources
0
Hello, i have did a vanilla 1.16.5 Injection Client with JNI in C++, when i try to inject the dll it's crashing the game and gives me a crash report, i have perform this for get the crash report so this is it:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (safepoint.cpp:687), pid=8900, tid=11372
# fatal error: Deadlock in safepoint code. Should have called back to the VM before blocking.
#
# 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)
# 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
#

--------------- T H R E A D ---------------

Current thread (0x0000000020232000): JavaThread "Thread-5" [_thread_in_native_trans, id=11372, stack(0x0000000030040000,0x0000000030140000)]

Stack: [0x0000000030040000,0x0000000030140000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x32b4ca]
V [jvm.dll+0x2797e3]
V [jvm.dll+0x27a479]
V [jvm.dll+0x2716e6]
V [jvm.dll+0x225d39]
V [jvm.dll+0x23e0ac]
V [jvm.dll+0x842c]
V [jvm.dll+0x144044]
C [lwjgl.dll+0x10ce]
C [lwjgl.dll+0x1795f]
C [ntdll.dll+0x25d37]
C [ntdll.dll+0x233f4]
C [ntdll.dll+0x5a35e]
C [KERNEL32.DLL+0x1797c]
C [ntdll.dll+0x5a2f1]


--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
=>0x0000000020232000 JavaThread "Thread-5" [_thread_in_native_trans, id=11372, stack(0x0000000030040000,0x0000000030140000)]
0x0000000020234000 JavaThread "Worker-Main-8" daemon [_thread_blocked, id=5876, stack(0x000000003d8f0000,0x000000003d9f0000)]
0x000000001e801800 JavaThread "Narrator" [_thread_blocked, id=11924, stack(0x000000002e550000,0x000000002e650000)]
0x000000001cfaf000 JavaThread "Sound engine" daemon [_thread_blocked, id=11476, stack(0x000000002d480000,0x000000002d580000)]
0x000000001ebff000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=11804, stack(0x0000000022550000,0x0000000022650000)]
0x000000001f630800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=11884, stack(0x0000000020de0000,0x0000000020ee0000)]
0x000000001c745000 JavaThread "Worker-Bootstrap-3" daemon [_thread_blocked, id=11888, stack(0x00000000208e0000,0x00000000209e0000)]
0x000000001cf02800 JavaThread "Worker-Bootstrap-2" daemon [_thread_blocked, id=11812, stack(0x00000000207e0000,0x00000000208e0000)]
0x000000001e46e800 JavaThread "Worker-Bootstrap-1" daemon [_thread_blocked, id=11640, stack(0x0000000020460000,0x0000000020560000)]
0x000000001a380800 JavaThread "Service Thread" daemon [_thread_blocked, id=6284, stack(0x000000001b670000,0x000000001b770000)]
0x000000001a36c000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=10388, stack(0x000000001b570000,0x000000001b670000)]
0x000000001a322800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=10632, stack(0x000000001b470000,0x000000001b570000)]
0x000000001a31e800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5620, stack(0x000000001b370000,0x000000001b470000)]
0x000000001a31d800 JavaThread "Attach Listener" daemon [_thread_blocked, id=10132, stack(0x000000001b270000,0x000000001b370000)]
0x000000001a31a800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6040, stack(0x000000001b170000,0x000000001b270000)]
0x000000001a36b800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=7764, stack(0x000000001b070000,0x000000001b170000)]
0x000000001a300000 JavaThread "Finalizer" daemon [_thread_blocked, id=1088, stack(0x000000001af70000,0x000000001b070000)]
0x000000001a2f9800 JavaThread "Reference Handler" daemon [_thread_blocked, id=11772, stack(0x000000001ae70000,0x000000001af70000)]
0x0000000002c1e800 JavaThread "Render thread" [_thread_blocked, id=9660, stack(0x00000000029a0000,0x0000000002aa0000)]

Other Threads:
0x000000001a2f5800 VMThread [stack: 0x000000001ad70000,0x000000001ae70000] [id=6720]
0x000000001a384000 WatcherThread [stack: 0x000000001b770000,0x000000001b870000] [id=10448]

VM state:synchronizing (normal execution)

VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x0000000002ac18e0] Threads_lock - owner thread: 0x000000001a2f5800

Heap:
garbage-first heap total 2097152K, used 1505938K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 38 young (1245184K), 2 survivors (65536K)
Metaspace used 55702K, capacity 61007K, committed 61080K, reserved 1101824K
class space used 7886K, capacity 9342K, committed 9368K, 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 0 PTAMS 0x0000000082000000 NTAMS 0x0000000082000000 space 32768K, 100% used [0x0000000080000000, 0x0000000082000000)
AC 0 O TS 0 PTAMS 0x0000000084000000 NTAMS 0x0000000084000000 space 32768K, 100% used [0x0000000082000000, 0x0000000084000000)
AC 0 O TS 0 PTAMS 0x0000000086000000 NTAMS 0x0000000086000000 space 32768K, 100% used [0x0000000084000000, 0x0000000086000000)
AC 0 O TS 1 PTAMS 0x0000000087274e00 NTAMS 0x0000000087274e00 space 32768K, 100% used [0x0000000086000000, 0x0000000088000000)
AC 0 O TS 0 PTAMS 0x000000008a000000 NTAMS 0x000000008a000000 space 32768K, 100% used [0x0000000088000000, 0x000000008a000000)
AC 0 O TS 1 PTAMS 0x000000008a000000 NTAMS 0x000000008a000000 space 32768K, 100% used [0x000000008a000000, 0x000000008c000000)
AC 0 O TS 21 PTAMS 0x000000008c000000 NTAMS 0x000000008c000000 space 32768K, 100% used [0x000000008c000000, 0x000000008e000000)
AC 0 O TS 47 PTAMS 0x000000008e000000 NTAMS 0x000000008e000000 space 32768K, 100% used [0x000000008e000000, 0x0000000090000000)
AC 0 O TS 61 PTAMS 0x0000000090000000 NTAMS 0x0000000090000000 space 32768K, 100% used [0x0000000090000000, 0x0000000092000000)
AC 0 O TS 77 PTAMS 0x0000000092000000 NTAMS 0x0000000092000000 space 32768K, 47% used [0x0000000092000000, 0x0000000094000000)
AC 0 F TS 0 PTAMS 0x0000000094000000 NTAMS 0x0000000094000000 space 32768K, 0% used [0x0000000094000000, 0x0000000096000000)
AC 0 F TS 0 PTAMS 0x0000000096000000 NTAMS 0x0000000096000000 space 32768K, 0% used [0x0000000096000000, 0x0000000098000000)
AC 0 F TS 0 PTAMS 0x0000000098000000 NTAMS 0x0000000098000000 space 32768K, 0% used [0x0000000098000000, 0x000000009a000000)
AC 0 F TS 0 PTAMS 0x000000009a000000 NTAMS 0x000000009a000000 space 32768K, 0% used [0x000000009a000000, 0x000000009c000000)
AC 0 F TS 0 PTAMS 0x000000009c000000 NTAMS 0x000000009c000000 space 32768K, 0% used [0x000000009c000000, 0x000000009e000000)
AC 0 F TS 0 PTAMS 0x000000009e000000 NTAMS 0x000000009e000000 space 32768K, 0% used [0x000000009e000000, 0x00000000a0000000)
AC 0 F TS 0 PTAMS 0x00000000a0000000 NTAMS 0x00000000a0000000 space 32768K, 0% used [0x00000000a0000000, 0x00000000a2000000)
AC 0 F TS 0 PTAMS 0x00000000a2000000 NTAMS 0x00000000a2000000 space 32768K, 0% used [0x00000000a2000000, 0x00000000a4000000)
AC 0 F TS 0 PTAMS 0x00000000a4000000 NTAMS 0x00000000a4000000 space 32768K, 0% used [0x00000000a4000000, 0x00000000a6000000)
AC 0 F TS 0 PTAMS 0x00000000a6000000 NTAMS 0x00000000a6000000 space 32768K, 0% used [0x00000000a6000000, 0x00000000a8000000)
AC 0 F TS 0 PTAMS 0x00000000a8000000 NTAMS 0x00000000a8000000 space 32768K, 0% used [0x00000000a8000000, 0x00000000aa000000)
AC 0 F TS 0 PTAMS 0x00000000aa000000 NTAMS 0x00000000aa000000 space 32768K, 0% used [0x00000000aa000000, 0x00000000ac000000)
AC 0 F TS 0 PTAMS 0x00000000ac000000 NTAMS 0x00000000ac000000 space 32768K, 0% used [0x00000000ac000000, 0x00000000ae000000)
AC 0 F TS 59 PTAMS 0x00000000ae000000 NTAMS 0x00000000ae000000 space 32768K, 0% used [0x00000000ae000000, 0x00000000b0000000)
AC 0 F TS 75 PTAMS 0x00000000b0000000 NTAMS 0x00000000b0000000 space 32768K, 0% used [0x00000000b0000000, 0x00000000b2000000)
AC 0 F TS 75 PTAMS 0x00000000b2000000 NTAMS 0x00000000b2000000 space 32768K, 0% used [0x00000000b2000000, 0x00000000b4000000)
AC 0 S CS TS 77 PTAMS 0x00000000b4000000 NTAMS 0x00000000b4000000 space 32768K, 48% used [0x00000000b4000000, 0x00000000b6000000)
AC 0 S CS TS 77 PTAMS 0x00000000b6000000 NTAMS 0x00000000b6000000 space 32768K, 100% used [0x00000000b6000000, 0x00000000b8000000)
AC 0 E TS 51 PTAMS 0x00000000b8000000 NTAMS 0x00000000b8000000 space 32768K, 50% used [0x00000000b8000000, 0x00000000ba000000)
AC 0 E CS TS 0 PTAMS 0x00000000ba000000 NTAMS 0x00000000ba000000 space 32768K, 100% used [0x00000000ba000000, 0x00000000bc000000)
AC 0 E CS TS 0 PTAMS 0x00000000bc000000 NTAMS 0x00000000bc000000 space 32768K, 100% used [0x00000000bc000000, 0x00000000be000000)
AC 0 E CS TS 0 PTAMS 0x00000000be000000 NTAMS 0x00000000be000000 space 32768K, 100% used [0x00000000be000000, 0x00000000c0000000)
AC 0 E CS TS 0 PTAMS 0x00000000c0000000 NTAMS 0x00000000c0000000 space 32768K, 100% used [0x00000000c0000000, 0x00000000c2000000)
AC 0 E CS TS 0 PTAMS 0x00000000c2000000 NTAMS 0x00000000c2000000 space 32768K, 100% used [0x00000000c2000000, 0x00000000c4000000)
AC 0 E CS TS 1 PTAMS 0x00000000c4000000 NTAMS 0x00000000c4000000 space 32768K, 100% used [0x00000000c4000000, 0x00000000c6000000)
AC 0 E CS TS 0 PTAMS 0x00000000c6000000 NTAMS 0x00000000c6000000 space 32768K, 100% used [0x00000000c6000000, 0x00000000c8000000)
AC 0 E CS TS 0 PTAMS 0x00000000c8000000 NTAMS 0x00000000c8000000 space 32768K, 100% used [0x00000000c8000000, 0x00000000ca000000)
AC 0 E CS TS 0 PTAMS 0x00000000ca000000 NTAMS 0x00000000ca000000 space 32768K, 100% used [0x00000000ca000000, 0x00000000cc000000)
AC 0 E CS TS 9 PTAMS 0x00000000cc000000 NTAMS 0x00000000cc000000 space 32768K, 100% used [0x00000000cc000000, 0x00000000ce000000)
AC 0 E CS TS 13 PTAMS 0x00000000ce000000 NTAMS 0x00000000ce000000 space 32768K, 100% used [0x00000000ce000000, 0x00000000d0000000)
AC 0 E CS TS 13 PTAMS 0x00000000d0000000 NTAMS 0x00000000d0000000 space 32768K, 100% used [0x00000000d0000000, 0x00000000d2000000)
AC 0 E CS TS 15 PTAMS 0x00000000d2000000 NTAMS 0x00000000d2000000 space 32768K, 100% used [0x00000000d2000000, 0x00000000d4000000)
AC 0 E CS TS 49 PTAMS 0x00000000d4000000 NTAMS 0x00000000d4000000 space 32768K, 100% used [0x00000000d4000000, 0x00000000d6000000)
AC 0 E CS TS 49 PTAMS 0x00000000d6000000 NTAMS 0x00000000d6000000 space 32768K, 100% used [0x00000000d6000000, 0x00000000d8000000)
AC 0 E CS TS 17 PTAMS 0x00000000d8000000 NTAMS 0x00000000d8000000 space 32768K, 100% used [0x00000000d8000000, 0x00000000da000000)
AC 0 E CS TS 17 PTAMS 0x00000000da000000 NTAMS 0x00000000da000000 space 32768K, 100% used [0x00000000da000000, 0x00000000dc000000)
AC 0 E CS TS 23 PTAMS 0x00000000dc000000 NTAMS 0x00000000dc000000 space 32768K, 100% used [0x00000000dc000000, 0x00000000de000000)
AC 0 E CS TS 73 PTAMS 0x00000000de000000 NTAMS 0x00000000de000000 space 32768K, 100% used [0x00000000de000000, 0x00000000e0000000)
AC 0 E CS TS 73 PTAMS 0x00000000e0000000 NTAMS 0x00000000e0000000 space 32768K, 100% used [0x00000000e0000000, 0x00000000e2000000)
AC 0 E CS TS 63 PTAMS 0x00000000e2000000 NTAMS 0x00000000e2000000 space 32768K, 100% used [0x00000000e2000000, 0x00000000e4000000)
AC 0 E CS TS 71 PTAMS 0x00000000e4000000 NTAMS 0x00000000e4000000 space 32768K, 100% used [0x00000000e4000000, 0x00000000e6000000)
AC 0 E CS TS 71 PTAMS 0x00000000e6000000 NTAMS 0x00000000e6000000 space 32768K, 100% used [0x00000000e6000000, 0x00000000e8000000)
AC 0 E CS TS 69 PTAMS 0x00000000e8000000 NTAMS 0x00000000e8000000 space 32768K, 100% used [0x00000000e8000000, 0x00000000ea000000)
AC 0 E CS TS 69 PTAMS 0x00000000ea000000 NTAMS 0x00000000ea000000 space 32768K, 100% used [0x00000000ea000000, 0x00000000ec000000)
AC 0 E CS TS 17 PTAMS 0x00000000ec000000 NTAMS 0x00000000ec000000 space 32768K, 100% used [0x00000000ec000000, 0x00000000ee000000)
AC 0 E CS TS 17 PTAMS 0x00000000ee000000 NTAMS 0x00000000ee000000 space 32768K, 100% used [0x00000000ee000000, 0x00000000f0000000)
AC 0 E CS TS 19 PTAMS 0x00000000f0000000 NTAMS 0x00000000f0000000 space 32768K, 100% used [0x00000000f0000000, 0x00000000f2000000)
AC 0 E CS TS 19 PTAMS 0x00000000f2000000 NTAMS 0x00000000f2000000 space 32768K, 100% used [0x00000000f2000000, 0x00000000f4000000)
AC 0 E CS TS 21 PTAMS 0x00000000f4000000 NTAMS 0x00000000f4000000 space 32768K, 100% used [0x00000000f4000000, 0x00000000f6000000)
AC 0 E CS TS 21 PTAMS 0x00000000f6000000 NTAMS 0x00000000f6000000 space 32768K, 100% used [0x00000000f6000000, 0x00000000f8000000)
AC 0 E CS TS 23 PTAMS 0x00000000f8000000 NTAMS 0x00000000f8000000 space 32768K, 100% used [0x00000000f8000000, 0x00000000fa000000)
AC 0 E CS TS 25 PTAMS 0x00000000fa000000 NTAMS 0x00000000fa000000 space 32768K, 100% used [0x00000000fa000000, 0x00000000fc000000)
AC 0 E CS TS 27 PTAMS 0x00000000fc000000 NTAMS 0x00000000fc000000 space 32768K, 100% used [0x00000000fc000000, 0x00000000fe000000)
AC 0 E CS TS 29 PTAMS 0x00000000fe000000 NTAMS 0x00000000fe000000 space 32768K, 100% used [0x00000000fe000000, 0x0000000100000000)

Card table byte_map: [0x0000000013120000,0x0000000013520000] byte_map_base: 0x0000000012d20000

Marking Bits (Prev, Next): (CMBitMap*) 0x0000000002aff768, (CMBitMap*) 0x0000000002aff7c0
Prev Bits: [0x0000000013920000, 0x0000000015920000)
Next Bits: [0x0000000015920000, 0x0000000017920000)

Polling page: 0x0000000001150000

CodeCache: size=245760Kb used=20767Kb max_used=20768Kb free=224992Kb
bounds [0x0000000002c20000, 0x0000000004090000, 0x0000000011c20000]
total_blobs=7712 nmethods=6279 adapters=1346
compilation: enabled

Compilation events (10 events):
Event: 41.107 Thread 0x000000001a36c000 nmethod 8136 0x000000000407d450 code [0x000000000407d600, 0x000000000407db68]
Event: 41.129 Thread 0x000000001a322800 8137 4 dfs$b$$Lambda$2461/1437571912::setupBufferState (11 bytes)
Event: 41.131 Thread 0x000000001a322800 nmethod 8137 0x000000000407b950 code [0x000000000407bac0, 0x000000000407bc38]
Event: 41.141 Thread 0x000000001a31e800 8138 4 dfs$b$$Lambda$2462/143661419::accept (5 bytes)
Event: 41.143 Thread 0x000000001a31e800 nmethod 8138 0x000000000407b450 code [0x000000000407b5c0, 0x000000000407b728]
Event: 41.209 Thread 0x000000001a322800 8139 4 dkj$$Lambda$2667/66554485::accept (15 bytes)
Event: 41.228 Thread 0x000000001a322800 nmethod 8139 0x000000000407f8d0 code [0x000000000407fae0, 0x0000000004080290]
Event: 41.229 Thread 0x000000001a36c000 8140 3 deg::c (36 bytes)
Event: 41.230 Thread 0x000000001a36c000 nmethod 8140 0x000000000407c5d0 code [0x000000000407c7c0, 0x000000000407d108]
Event: 41.389 Thread 0x000000001a36c000 8141 3 djz::e (946 bytes)

GC Heap History (10 events):
Event: 36.004 GC heap before
{Heap before GC invocations=55 (full 0):
garbage-first heap total 2097152K, used 686612K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 12 young (393216K), 2 survivors (65536K)
Metaspace used 55063K, capacity 60137K, committed 60312K, reserved 1099776K
class space used 7831K, capacity 9293K, committed 9368K, reserved 1048576K
Event: 36.060 GC heap after
Heap after GC invocations=56 (full 0):
garbage-first heap total 2097152K, used 359159K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 2 young (65536K), 2 survivors (65536K)
Metaspace used 55063K, capacity 60137K, committed 60312K, reserved 1099776K
class space used 7831K, capacity 9293K, committed 9368K, reserved 1048576K
}
Event: 36.332 GC heap before
{Heap before GC invocations=56 (full 0):
garbage-first heap total 2097152K, used 686839K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 12 young (393216K), 2 survivors (65536K)
Metaspace used 55070K, capacity 60165K, committed 60312K, reserved 1099776K
class space used 7831K, capacity 9293K, committed 9368K, reserved 1048576K
Event: 36.382 GC heap after
Heap after GC invocations=57 (full 0):
garbage-first heap total 2097152K, used 367212K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 2 young (65536K), 2 survivors (65536K)
Metaspace used 55070K, capacity 60165K, committed 60312K, reserved 1099776K
class space used 7831K, capacity 9293K, committed 9368K, reserved 1048576K
}
Event: 36.646 GC heap before
{Heap before GC invocations=57 (full 0):
garbage-first heap total 2097152K, used 793196K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 15 young (491520K), 2 survivors (65536K)
Metaspace used 55479K, capacity 60587K, committed 60824K, reserved 1101824K
class space used 7872K, capacity 9318K, committed 9368K, reserved 1048576K
Event: 36.690 GC heap after
Heap after GC invocations=58 (full 0):
garbage-first heap total 2097152K, used 363257K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 2 young (65536K), 2 survivors (65536K)
Metaspace used 55479K, capacity 60587K, committed 60824K, reserved 1101824K
class space used 7872K, capacity 9318K, committed 9368K, reserved 1048576K
}
Event: 38.666 GC heap before
{Heap before GC invocations=58 (full 0):
garbage-first heap total 2097152K, used 1542905K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 38 young (1245184K), 2 survivors (65536K)
Metaspace used 55593K, capacity 60827K, committed 61080K, reserved 1101824K
class space used 7885K, capacity 9342K, committed 9368K, reserved 1048576K
Event: 38.712 GC heap after
Heap after GC invocations=59 (full 0):
garbage-first heap total 2097152K, used 357929K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 2 young (65536K), 2 survivors (65536K)
Metaspace used 55593K, capacity 60827K, committed 61080K, reserved 1101824K
class space used 7885K, capacity 9342K, committed 9368K, reserved 1048576K
}
Event: 40.056 GC heap before
{Heap before GC invocations=59 (full 0):
garbage-first heap total 2097152K, used 1537577K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 38 young (1245184K), 2 survivors (65536K)
Metaspace used 55665K, capacity 60995K, committed 61080K, reserved 1101824K
class space used 7885K, capacity 9342K, committed 9368K, reserved 1048576K
Event: 40.106 GC heap after
Heap after GC invocations=60 (full 0):
garbage-first heap total 2097152K, used 359058K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 2 young (65536K), 2 survivors (65536K)
Metaspace used 55665K, capacity 60995K, committed 61080K, reserved 1101824K
class space used 7885K, capacity 9342K, committed 9368K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 34.335 Thread 0x0000000002c1e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003e7113c method=it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(ILjava/util/function/IntFunction;)Ljava/lang/Object; @ 24
Event: 34.335 Thread 0x0000000002c1e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003e7113c method=it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(ILjava/util/function/IntFunction;)Ljava/lang/Object; @ 24
Event: 36.458 Thread 0x0000000002c1e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003bad8d0 method=it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(ILjava/util/function/IntFunction;)Ljava/lang/Object; @ 24
Event: 36.459 Thread 0x0000000002c1e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003bad8d0 method=it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(ILjava/util/function/IntFunction;)Ljava/lang/Object; @ 24
Event: 36.459 Thread 0x0000000002c1e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003bad8d0 method=it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(ILjava/util/function/IntFunction;)Ljava/lang/Object; @ 24
Event: 36.459 Thread 0x0000000002c1e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003bad8d0 method=it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(ILjava/util/function/IntFunction;)Ljava/lang/Object; @ 24
Event: 36.466 Thread 0x0000000002c1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003109ac0 method=java.nio.Buffer.limit(I)Ljava/nio/Buffer; @ 33
Event: 36.478 Thread 0x0000000002c1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003372f78 method=java.util.BitSet.ensureCapacity(I)V @ 6
Event: 36.516 Thread 0x0000000002c1e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003e44db8 method=java.io.FilterInputStream.available()I @ 4
Event: 36.517 Thread 0x0000000002c1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003d70728 method=java.nio.ByteBuffer.order(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer; @ 5

Internal exceptions (10 events):
Event: 20.430 Thread 0x000000001c23c000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$comparing$77a9974f$1(Ljava/util/function/Function;Ljava/lang/Object;Ljava/lang/Object;)I> (0x00000000eaf5ebe8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspo§¨ŸÜ[n4@
Event: 20.431 Thread 0x000000001c23c000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$thenComparing$36697e65$1(Ljava/util/Comparator;Ljava/lang/Object;Ljava/lang/Object;)I> (0x00000000eaf64fe0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\sùˆóË»ƒ5@
Event: 21.515 Thread 0x000000001cb16800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.b(Lcei;)Ljava/util/function/Predicate;> (0x00000000f162c170) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 21.515 Thread 0x000000001cb16800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.a(Lcei;)Ljava/util/function/Predicate;> (0x00000000f162e380) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 21.516 Thread 0x000000001cb16800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.b(Lceh;)Z> (0x00000000f164b010) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 28.207 Thread 0x0000000020235000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$maxBy$24(Ljava/util/Comparator;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;> (0x00000000e27e6058) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\ß,oXdÑ@@
Event: 33.636 Thread 0x0000000002c1e800 Implicit null exception at 0x0000000003aa0668 to 0x0000000003aa06e3
Event: 36.548 Thread 0x0000000002c1e800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.b(Ljava/lang/String;Lob;Lafb;)Z> (0x00000000f1bfe618) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 37.452 Thread 0x0000000002c1e800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.a(DDILdmi;)Z> (0x00000000dcd84d28) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 41.343 Thread 0x0000000020232000 Exception <a 'java/lang/NoSuchMethodError': C> (0x00000000bb01f6d8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 1566]

Events (10 events):
Event: 40.056 Executing VM operation: G1IncCollectionPause
Event: 40.106 Executing VM operation: G1IncCollectionPause done
Event: 40.295 Thread 0x0000000002c1e800 DEOPT PACKING pc=0x0000000003cbbb27 sp=0x0000000002a9e7d0
Event: 40.295 Thread 0x0000000002c1e800 DEOPT UNPACKING pc=0x0000000002c6747f sp=0x0000000002a9e5a8 mode 0
Event: 40.388 loading class dfh$1
Event: 40.388 loading class dfh$1 done
Event: 40.403 Executing VM operation: RevokeBias
Event: 40.404 Executing VM operation: RevokeBias done
Event: 40.404 Thread 0x0000000020233800 Thread exited: 0x0000000020233800
Event: 41.343 Thread 0x0000000020232000 Thread added: 0x0000000020232000


Dynamic libraries:
0x00007ff750ab0000 - 0x00007ff750ae7000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\javaw.exe
0x00007ffc85bf0000 - 0x00007ffc85ddd000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ffc83ab0000 - 0x00007ffc83b64000 C:\Windows\System32\KERNEL32.DLL
0x00007ffc81ce0000 - 0x00007ffc81f74000 C:\Windows\System32\KERNELBASE.dll
0x00007ffc85860000 - 0x00007ffc85904000 C:\Windows\System32\ADVAPI32.dll
0x00007ffc834c0000 - 0x00007ffc8355e000 C:\Windows\System32\msvcrt.dll
0x00007ffc832b0000 - 0x00007ffc8334e000 C:\Windows\System32\sechost.dll
0x00007ffc854b0000 - 0x00007ffc855cf000 C:\Windows\System32\RPCRT4.dll
0x00007ffc85a20000 - 0x00007ffc85bb7000 C:\Windows\System32\USER32.dll
0x00007ffc82320000 - 0x00007ffc82340000 C:\Windows\System32\win32u.dll
0x00007ffc83170000 - 0x00007ffc83199000 C:\Windows\System32\GDI32.dll
0x00007ffc823c0000 - 0x00007ffc8255c000 C:\Windows\System32\gdi32full.dll
0x00007ffc82180000 - 0x00007ffc82220000 C:\Windows\System32\msvcp_win.dll
0x00007ffc82220000 - 0x00007ffc8231a000 C:\Windows\System32\ucrtbase.dll
0x00007ffc72d80000 - 0x00007ffc72ff9000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.2268_none_de732f945349a04e\COMCTL32.dll
0x00007ffc82e40000 - 0x00007ffc8316d000 C:\Windows\System32\combase.dll
0x00007ffc82590000 - 0x00007ffc82612000 C:\Windows\System32\bcryptPrimitives.dll
0x00007ffc83280000 - 0x00007ffc832ae000 C:\Windows\System32\IMM32.DLL
0x000000006bd80000 - 0x000000006be52000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\msvcr100.dll
0x000000006b4f0000 - 0x000000006bd73000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\server\jvm.dll
0x00007ffc83560000 - 0x00007ffc83568000 C:\Windows\System32\PSAPI.DLL
0x00007ffc7fba0000 - 0x00007ffc7fbc4000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ffc7c960000 - 0x00007ffc7c96a000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ffc7f810000 - 0x00007ffc7f83d000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007ffc81c90000 - 0x00007ffc81cda000 C:\Windows\System32\cfgmgr32.dll
0x00007ffc78a30000 - 0x00007ffc78a39000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffc83da0000 - 0x00007ffc83e0d000 C:\Windows\System32\ws2_32.DLL
0x000000006b4e0000 - 0x000000006b4ef000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\verify.dll
0x000000006b4b0000 - 0x000000006b4d9000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\java.dll
0x000000006b490000 - 0x000000006b4a6000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\zip.dll
0x00007ffc83f40000 - 0x00007ffc85439000 C:\Windows\System32\SHELL32.dll
0x00007ffc83580000 - 0x00007ffc83628000 C:\Windows\System32\shcore.dll
0x00007ffc826d0000 - 0x00007ffc82e1a000 C:\Windows\System32\windows.storage.dll
0x00007ffc81c00000 - 0x00007ffc81c24000 C:\Windows\System32\profapi.dll
0x00007ffc81c30000 - 0x00007ffc81c8d000 C:\Windows\System32\powrprof.dll
0x00007ffc831a0000 - 0x00007ffc831f2000 C:\Windows\System32\shlwapi.dll
0x00007ffc81be0000 - 0x00007ffc81bf1000 C:\Windows\System32\kernel.appcore.dll
0x00007ffc82340000 - 0x00007ffc82357000 C:\Windows\System32\cryptsp.dll
0x000000006b480000 - 0x000000006b48d000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\management.dll
0x000000006b460000 - 0x000000006b47a000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\net.dll
0x00007ffc813b0000 - 0x00007ffc81417000 C:\Windows\system32\mswsock.dll
0x00007ffc70770000 - 0x00007ffc70786000 C:\Windows\system32\napinsp.dll
0x00007ffc706b0000 - 0x00007ffc706ca000 C:\Windows\system32\pnrpnsp.dll
0x00007ffc81110000 - 0x00007ffc811d6000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffc85440000 - 0x00007ffc85448000 C:\Windows\System32\NSI.dll
0x00007ffc810d0000 - 0x00007ffc8110d000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ffc70460000 - 0x00007ffc7046e000 C:\Windows\System32\winrnr.dll
0x00007ffc7e3d0000 - 0x00007ffc7e3eb000 C:\Windows\system32\NLAapi.dll
0x00007ffc797e0000 - 0x00007ffc797f5000 C:\Windows\system32\wshbth.dll
0x00007ffc78250000 - 0x00007ffc7825a000 C:\Windows\System32\rasadhlp.dll
0x00007ffc77aa0000 - 0x00007ffc77b19000 C:\Windows\System32\fwpuclnt.dll
0x00007ffc82560000 - 0x00007ffc82586000 C:\Windows\System32\bcrypt.dll
0x000000006b440000 - 0x000000006b451000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\nio.dll
0x00007ffc80f40000 - 0x00007ffc80f73000 C:\Windows\system32\rsaenh.dll
0x00007ffc81ac0000 - 0x00007ffc81ae9000 C:\Windows\SYSTEM32\USERENV.dll
0x00007ffc81580000 - 0x00007ffc8158c000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffc79780000 - 0x00007ffc79796000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ffc7a0a0000 - 0x00007ffc7a0bc000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x000000006b410000 - 0x000000006b434000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\sunec.dll
0x00007ffc701f0000 - 0x00007ffc70262000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\lwjgl.dll
0x00007ffc5ea00000 - 0x00007ffc5ea5e000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\glfw.dll
0x00007ffc3f220000 - 0x00007ffc3f471000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\jemalloc.dll
0x00007ffc80140000 - 0x00007ffc801dc000 C:\Windows\system32\uxtheme.dll
0x00007ffc43530000 - 0x00007ffc43574000 C:\Windows\SYSTEM32\dinput8.dll
0x00007ffc771c0000 - 0x00007ffc771d1000 C:\Windows\SYSTEM32\xinput1_4.dll
0x00007ffc81960000 - 0x00007ffc81989000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x00007ffc805b0000 - 0x00007ffc805de000 C:\Windows\SYSTEM32\dwmapi.dll
0x00007ffc81f80000 - 0x00007ffc82175000 C:\Windows\System32\CRYPT32.dll
0x00007ffc81bc0000 - 0x00007ffc81bd2000 C:\Windows\System32\MSASN1.dll
0x00007ffc83350000 - 0x00007ffc834bb000 C:\Windows\System32\MSCTF.dll
0x00007ffc83e70000 - 0x00007ffc83f34000 C:\Windows\System32\OLEAUT32.dll
0x00007ffc80810000 - 0x00007ffc8081e000 C:\Windows\SYSTEM32\HID.DLL
0x00007ffc83630000 - 0x00007ffc83aa6000 C:\Windows\System32\SETUPAPI.DLL
0x00007ffc76350000 - 0x00007ffc7641d000 C:\Windows\SYSTEM32\inputhost.dll
0x00007ffc7fbd0000 - 0x00007ffc7fcb1000 C:\Windows\SYSTEM32\CoreMessaging.dll
0x00007ffc801e0000 - 0x00007ffc803ec000 C:\Windows\SYSTEM32\twinapi.appcore.dll
0x00007ffc7dc20000 - 0x00007ffc7df42000 C:\Windows\SYSTEM32\CoreUIComponents.dll
0x00007ffc7f080000 - 0x00007ffc7f63e000 C:\Windows\SYSTEM32\d2d1.dll
0x00007ffc7ee00000 - 0x00007ffc7f07e000 C:\Windows\SYSTEM32\d3d11.dll
0x00007ffc7e560000 - 0x00007ffc7e709000 C:\Windows\SYSTEM32\PROPSYS.dll
0x00007ffc7d880000 - 0x00007ffc7d9d1000 C:\Windows\SYSTEM32\wintypes.dll
0x00007ffc803f0000 - 0x00007ffc80418000 C:\Windows\SYSTEM32\RMCLIENT.dll
0x00007ffc808c0000 - 0x00007ffc80982000 C:\Windows\SYSTEM32\dxgi.dll
0x00007ffc80c10000 - 0x00007ffc80c41000 C:\Windows\SYSTEM32\ntmarta.dll
0x00007ffc82360000 - 0x00007ffc823b9000 C:\Windows\System32\WINTRUST.dll
0x00007ffc56350000 - 0x00007ffc56477000 C:\Windows\SYSTEM32\opengl32.dll
0x00007ffc55cd0000 - 0x00007ffc55cfc000 C:\Windows\SYSTEM32\GLU32.dll
0x00007ffc520c0000 - 0x00007ffc520ec000 C:\Windows\System32\DriverStore\FileRepository\u0373142.inf_amd64_ed00e225cfc8dfad\B373020\atig6pxx.dll
0x00007ffc45e10000 - 0x00007ffc48c53000 C:\Windows\System32\DriverStore\FileRepository\u0373142.inf_amd64_ed00e225cfc8dfad\B373020\atio6axx.dll
0x00007ffc855d0000 - 0x00007ffc85726000 C:\Windows\System32\ole32.dll
0x00007ffc5ea80000 - 0x00007ffc5eaa2000 C:\Windows\SYSTEM32\dxva2.dll
0x00007ffc45dd0000 - 0x00007ffc45e0f000 C:\Windows\System32\DriverStore\FileRepository\u0373142.inf_amd64_ed00e225cfc8dfad\B373020\atig6txx.dll
0x00007ffc521f0000 - 0x00007ffc523bc000 C:\Windows\SYSTEM32\atiadlxx.dll
0x00007ffc67f50000 - 0x00007ffc67f9d000 C:\Windows\SYSTEM32\pdh.dll
0x00007ffc40e70000 - 0x00007ffc40ec8000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\lwjgl_opengl.dll
0x00007ffc40df0000 - 0x00007ffc40e6f000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\lwjgl_stb.dll
0x00007ffc6c3e0000 - 0x00007ffc6c48d000 C:\Windows\SYSTEM32\mscms.dll
0x00007ffc6a850000 - 0x00007ffc6a860000 C:\Windows\SYSTEM32\ColorAdapterClient.dll
0x00007ffc41e40000 - 0x00007ffc41e83000 C:\Windows\SYSTEM32\icm32.dll
0x00007ffc40870000 - 0x00007ffc408b2000 C:\Users\NetworkUser\AppData\Local\Temp\jna--272721159\jna3573537121131299894.dll
0x00007ffc771a0000 - 0x00007ffc771ba000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\SAPIWrapper_x64.dll
0x00007ffc85910000 - 0x00007ffc859b2000 C:\Windows\System32\clbcatq.dll
0x00007ffc60380000 - 0x00007ffc60500000 C:\Windows\System32\Speech\Common\sapi.dll
0x00007ffc44eb0000 - 0x00007ffc44ecc000 C:\Windows\SYSTEM32\MSACM32.dll
0x00007ffc68d90000 - 0x00007ffc68d9b000 C:\Windows\SYSTEM32\msdmo.dll
0x00007ffc78410000 - 0x00007ffc78480000 C:\Windows\System32\MMDevApi.dll
0x00007ffc3ddd0000 - 0x00007ffc3dee4000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\OpenAL.dll
0x00007ffc77310000 - 0x00007ffc7745a000 C:\Windows\SYSTEM32\AUDIOSES.DLL
0x00007ffc7e220000 - 0x00007ffc7e22a000 C:\Windows\SYSTEM32\AVRT.dll
0x00007ffc80420000 - 0x00007ffc80434000 C:\Windows\SYSTEM32\resourcepolicyclient.dll
0x00007ffc76420000 - 0x00007ffc764b3000 C:\Windows\System32\TextInputFramework.dll
0x00007ffc78cf0000 - 0x00007ffc78edd000 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\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526 -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.2.8476 -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dlog4j.configurationFile=C:\Users\NetworkUser\AppData\Roaming\.minecraft\assets\log_configs\client-1.12.xml
java_command: net.minecraft.client.main.Main --username --version 1.16.5 --gameDir C:\Users\NetworkUser\AppData\Roaming\.minecraft --assetsDir C:\Users\NetworkUser\AppData\Roaming\.minecraft\assets --assetIndex 1.16 --uuid f24a038debf040d8b94ed460f900d05e --accessToken eyJhbGciOiJIUzI1NiJ9.eyJ4dWlkIjoiMjUzNTQxODkyOTE5MDUxOCIsImFnZyI6IkFkdWx0Iiwic3ViIjoiNDM4MWNmNDgtZjE0Zi00ODUwLTgyNWQtNjk2NjJiMDY3NjA5IiwibmJmIjoxNjQwMTA0NzM2LCJhdXRoIjoiWEJPWCIsInJvbGVzIjpbXSwiaXNzIjoiYXV0aGVudGljYXRpb24iLCJleHAiOjE2NDAxOTExMzYsImlhdCI6MTY0MDEwNDczNiwicGxhdGZvcm0iOiJQQ19MQVVOQ0hFUiIsInl1aWQiOiJkN2RmN2Q3YzY4MTllNTA4MmFiYjE4NDJlZjE5M2Y1NyJ9.o6ZjCznVUHA8hEruII9mgVz7SZNXSQrYUQI4Q91CUgg --userType msa --versionType release
java_class_path (initial): C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.3.9\patchy-1.3.9.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j\66.1\icu4j-66.1.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\mojang\javabridge\1.0.22\javabridge-1.0.22.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.25.Final\netty-all-4.1.25.Final.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\mojang\brigadier\1.0.17\brigadier-1.0.17.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\mojang\datafixerupper\4.0.26\datafixerupper-4.0.26.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\2.1.28\authlib-2.1.28.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Users\NetworkUser\AppData\Local\Microsoft\WindowsApps;C:\Users\NetworkUser\.dotnet\tools
USERNAME=NetworkUser
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 23 Model 24 Stepping 1, AuthenticAMD



--------------- S Y S T E M ---------------

OS: Windows 10.0 , 64 bit Build 17763 (10.0.17763.2268)

CPU:total 4 (4 cores per cpu, 1 threads per core) family 23 model 24 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv, bmi1

Memory: 4k page, physical 3607180k(227456k free), swap 13175652k(2673172k 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: Tue Dec 21 13:39:41 2021
elapsed time: 42 seconds (0d 0h 0m 42s)


The game classes are obfuscated and i have taken out the names of the objects & classes that i needed, i tried debugging and and the crash is for a line where i access an object, when the object exists and all that, i need help.
 
Type
Requesting
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Coffee

Supreme
Feedback score
1
Posts
13
Reactions
3
Resources
0
Hello, i have did a vanilla 1.16.5 Injection Client with JNI in C++, when i try to inject the dll it's crashing the game and gives me a crash report, i have perform this for get the crash report so this is it:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (safepoint.cpp:687), pid=8900, tid=11372
# fatal error: Deadlock in safepoint code. Should have called back to the VM before blocking.
#
# 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)
# 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
#

--------------- T H R E A D ---------------

Current thread (0x0000000020232000): JavaThread "Thread-5" [_thread_in_native_trans, id=11372, stack(0x0000000030040000,0x0000000030140000)]

Stack: [0x0000000030040000,0x0000000030140000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x32b4ca]
V [jvm.dll+0x2797e3]
V [jvm.dll+0x27a479]
V [jvm.dll+0x2716e6]
V [jvm.dll+0x225d39]
V [jvm.dll+0x23e0ac]
V [jvm.dll+0x842c]
V [jvm.dll+0x144044]
C [lwjgl.dll+0x10ce]
C [lwjgl.dll+0x1795f]
C [ntdll.dll+0x25d37]
C [ntdll.dll+0x233f4]
C [ntdll.dll+0x5a35e]
C [KERNEL32.DLL+0x1797c]
C [ntdll.dll+0x5a2f1]


--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
=>0x0000000020232000 JavaThread "Thread-5" [_thread_in_native_trans, id=11372, stack(0x0000000030040000,0x0000000030140000)]
0x0000000020234000 JavaThread "Worker-Main-8" daemon [_thread_blocked, id=5876, stack(0x000000003d8f0000,0x000000003d9f0000)]
0x000000001e801800 JavaThread "Narrator" [_thread_blocked, id=11924, stack(0x000000002e550000,0x000000002e650000)]
0x000000001cfaf000 JavaThread "Sound engine" daemon [_thread_blocked, id=11476, stack(0x000000002d480000,0x000000002d580000)]
0x000000001ebff000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=11804, stack(0x0000000022550000,0x0000000022650000)]
0x000000001f630800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=11884, stack(0x0000000020de0000,0x0000000020ee0000)]
0x000000001c745000 JavaThread "Worker-Bootstrap-3" daemon [_thread_blocked, id=11888, stack(0x00000000208e0000,0x00000000209e0000)]
0x000000001cf02800 JavaThread "Worker-Bootstrap-2" daemon [_thread_blocked, id=11812, stack(0x00000000207e0000,0x00000000208e0000)]
0x000000001e46e800 JavaThread "Worker-Bootstrap-1" daemon [_thread_blocked, id=11640, stack(0x0000000020460000,0x0000000020560000)]
0x000000001a380800 JavaThread "Service Thread" daemon [_thread_blocked, id=6284, stack(0x000000001b670000,0x000000001b770000)]
0x000000001a36c000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=10388, stack(0x000000001b570000,0x000000001b670000)]
0x000000001a322800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=10632, stack(0x000000001b470000,0x000000001b570000)]
0x000000001a31e800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5620, stack(0x000000001b370000,0x000000001b470000)]
0x000000001a31d800 JavaThread "Attach Listener" daemon [_thread_blocked, id=10132, stack(0x000000001b270000,0x000000001b370000)]
0x000000001a31a800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6040, stack(0x000000001b170000,0x000000001b270000)]
0x000000001a36b800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=7764, stack(0x000000001b070000,0x000000001b170000)]
0x000000001a300000 JavaThread "Finalizer" daemon [_thread_blocked, id=1088, stack(0x000000001af70000,0x000000001b070000)]
0x000000001a2f9800 JavaThread "Reference Handler" daemon [_thread_blocked, id=11772, stack(0x000000001ae70000,0x000000001af70000)]
0x0000000002c1e800 JavaThread "Render thread" [_thread_blocked, id=9660, stack(0x00000000029a0000,0x0000000002aa0000)]

Other Threads:
0x000000001a2f5800 VMThread [stack: 0x000000001ad70000,0x000000001ae70000] [id=6720]
0x000000001a384000 WatcherThread [stack: 0x000000001b770000,0x000000001b870000] [id=10448]

VM state:synchronizing (normal execution)

VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x0000000002ac18e0] Threads_lock - owner thread: 0x000000001a2f5800

Heap:
garbage-first heap total 2097152K, used 1505938K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 38 young (1245184K), 2 survivors (65536K)
Metaspace used 55702K, capacity 61007K, committed 61080K, reserved 1101824K
class space used 7886K, capacity 9342K, committed 9368K, 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 0 PTAMS 0x0000000082000000 NTAMS 0x0000000082000000 space 32768K, 100% used [0x0000000080000000, 0x0000000082000000)
AC 0 O TS 0 PTAMS 0x0000000084000000 NTAMS 0x0000000084000000 space 32768K, 100% used [0x0000000082000000, 0x0000000084000000)
AC 0 O TS 0 PTAMS 0x0000000086000000 NTAMS 0x0000000086000000 space 32768K, 100% used [0x0000000084000000, 0x0000000086000000)
AC 0 O TS 1 PTAMS 0x0000000087274e00 NTAMS 0x0000000087274e00 space 32768K, 100% used [0x0000000086000000, 0x0000000088000000)
AC 0 O TS 0 PTAMS 0x000000008a000000 NTAMS 0x000000008a000000 space 32768K, 100% used [0x0000000088000000, 0x000000008a000000)
AC 0 O TS 1 PTAMS 0x000000008a000000 NTAMS 0x000000008a000000 space 32768K, 100% used [0x000000008a000000, 0x000000008c000000)
AC 0 O TS 21 PTAMS 0x000000008c000000 NTAMS 0x000000008c000000 space 32768K, 100% used [0x000000008c000000, 0x000000008e000000)
AC 0 O TS 47 PTAMS 0x000000008e000000 NTAMS 0x000000008e000000 space 32768K, 100% used [0x000000008e000000, 0x0000000090000000)
AC 0 O TS 61 PTAMS 0x0000000090000000 NTAMS 0x0000000090000000 space 32768K, 100% used [0x0000000090000000, 0x0000000092000000)
AC 0 O TS 77 PTAMS 0x0000000092000000 NTAMS 0x0000000092000000 space 32768K, 47% used [0x0000000092000000, 0x0000000094000000)
AC 0 F TS 0 PTAMS 0x0000000094000000 NTAMS 0x0000000094000000 space 32768K, 0% used [0x0000000094000000, 0x0000000096000000)
AC 0 F TS 0 PTAMS 0x0000000096000000 NTAMS 0x0000000096000000 space 32768K, 0% used [0x0000000096000000, 0x0000000098000000)
AC 0 F TS 0 PTAMS 0x0000000098000000 NTAMS 0x0000000098000000 space 32768K, 0% used [0x0000000098000000, 0x000000009a000000)
AC 0 F TS 0 PTAMS 0x000000009a000000 NTAMS 0x000000009a000000 space 32768K, 0% used [0x000000009a000000, 0x000000009c000000)
AC 0 F TS 0 PTAMS 0x000000009c000000 NTAMS 0x000000009c000000 space 32768K, 0% used [0x000000009c000000, 0x000000009e000000)
AC 0 F TS 0 PTAMS 0x000000009e000000 NTAMS 0x000000009e000000 space 32768K, 0% used [0x000000009e000000, 0x00000000a0000000)
AC 0 F TS 0 PTAMS 0x00000000a0000000 NTAMS 0x00000000a0000000 space 32768K, 0% used [0x00000000a0000000, 0x00000000a2000000)
AC 0 F TS 0 PTAMS 0x00000000a2000000 NTAMS 0x00000000a2000000 space 32768K, 0% used [0x00000000a2000000, 0x00000000a4000000)
AC 0 F TS 0 PTAMS 0x00000000a4000000 NTAMS 0x00000000a4000000 space 32768K, 0% used [0x00000000a4000000, 0x00000000a6000000)
AC 0 F TS 0 PTAMS 0x00000000a6000000 NTAMS 0x00000000a6000000 space 32768K, 0% used [0x00000000a6000000, 0x00000000a8000000)
AC 0 F TS 0 PTAMS 0x00000000a8000000 NTAMS 0x00000000a8000000 space 32768K, 0% used [0x00000000a8000000, 0x00000000aa000000)
AC 0 F TS 0 PTAMS 0x00000000aa000000 NTAMS 0x00000000aa000000 space 32768K, 0% used [0x00000000aa000000, 0x00000000ac000000)
AC 0 F TS 0 PTAMS 0x00000000ac000000 NTAMS 0x00000000ac000000 space 32768K, 0% used [0x00000000ac000000, 0x00000000ae000000)
AC 0 F TS 59 PTAMS 0x00000000ae000000 NTAMS 0x00000000ae000000 space 32768K, 0% used [0x00000000ae000000, 0x00000000b0000000)
AC 0 F TS 75 PTAMS 0x00000000b0000000 NTAMS 0x00000000b0000000 space 32768K, 0% used [0x00000000b0000000, 0x00000000b2000000)
AC 0 F TS 75 PTAMS 0x00000000b2000000 NTAMS 0x00000000b2000000 space 32768K, 0% used [0x00000000b2000000, 0x00000000b4000000)
AC 0 S CS TS 77 PTAMS 0x00000000b4000000 NTAMS 0x00000000b4000000 space 32768K, 48% used [0x00000000b4000000, 0x00000000b6000000)
AC 0 S CS TS 77 PTAMS 0x00000000b6000000 NTAMS 0x00000000b6000000 space 32768K, 100% used [0x00000000b6000000, 0x00000000b8000000)
AC 0 E TS 51 PTAMS 0x00000000b8000000 NTAMS 0x00000000b8000000 space 32768K, 50% used [0x00000000b8000000, 0x00000000ba000000)
AC 0 E CS TS 0 PTAMS 0x00000000ba000000 NTAMS 0x00000000ba000000 space 32768K, 100% used [0x00000000ba000000, 0x00000000bc000000)
AC 0 E CS TS 0 PTAMS 0x00000000bc000000 NTAMS 0x00000000bc000000 space 32768K, 100% used [0x00000000bc000000, 0x00000000be000000)
AC 0 E CS TS 0 PTAMS 0x00000000be000000 NTAMS 0x00000000be000000 space 32768K, 100% used [0x00000000be000000, 0x00000000c0000000)
AC 0 E CS TS 0 PTAMS 0x00000000c0000000 NTAMS 0x00000000c0000000 space 32768K, 100% used [0x00000000c0000000, 0x00000000c2000000)
AC 0 E CS TS 0 PTAMS 0x00000000c2000000 NTAMS 0x00000000c2000000 space 32768K, 100% used [0x00000000c2000000, 0x00000000c4000000)
AC 0 E CS TS 1 PTAMS 0x00000000c4000000 NTAMS 0x00000000c4000000 space 32768K, 100% used [0x00000000c4000000, 0x00000000c6000000)
AC 0 E CS TS 0 PTAMS 0x00000000c6000000 NTAMS 0x00000000c6000000 space 32768K, 100% used [0x00000000c6000000, 0x00000000c8000000)
AC 0 E CS TS 0 PTAMS 0x00000000c8000000 NTAMS 0x00000000c8000000 space 32768K, 100% used [0x00000000c8000000, 0x00000000ca000000)
AC 0 E CS TS 0 PTAMS 0x00000000ca000000 NTAMS 0x00000000ca000000 space 32768K, 100% used [0x00000000ca000000, 0x00000000cc000000)
AC 0 E CS TS 9 PTAMS 0x00000000cc000000 NTAMS 0x00000000cc000000 space 32768K, 100% used [0x00000000cc000000, 0x00000000ce000000)
AC 0 E CS TS 13 PTAMS 0x00000000ce000000 NTAMS 0x00000000ce000000 space 32768K, 100% used [0x00000000ce000000, 0x00000000d0000000)
AC 0 E CS TS 13 PTAMS 0x00000000d0000000 NTAMS 0x00000000d0000000 space 32768K, 100% used [0x00000000d0000000, 0x00000000d2000000)
AC 0 E CS TS 15 PTAMS 0x00000000d2000000 NTAMS 0x00000000d2000000 space 32768K, 100% used [0x00000000d2000000, 0x00000000d4000000)
AC 0 E CS TS 49 PTAMS 0x00000000d4000000 NTAMS 0x00000000d4000000 space 32768K, 100% used [0x00000000d4000000, 0x00000000d6000000)
AC 0 E CS TS 49 PTAMS 0x00000000d6000000 NTAMS 0x00000000d6000000 space 32768K, 100% used [0x00000000d6000000, 0x00000000d8000000)
AC 0 E CS TS 17 PTAMS 0x00000000d8000000 NTAMS 0x00000000d8000000 space 32768K, 100% used [0x00000000d8000000, 0x00000000da000000)
AC 0 E CS TS 17 PTAMS 0x00000000da000000 NTAMS 0x00000000da000000 space 32768K, 100% used [0x00000000da000000, 0x00000000dc000000)
AC 0 E CS TS 23 PTAMS 0x00000000dc000000 NTAMS 0x00000000dc000000 space 32768K, 100% used [0x00000000dc000000, 0x00000000de000000)
AC 0 E CS TS 73 PTAMS 0x00000000de000000 NTAMS 0x00000000de000000 space 32768K, 100% used [0x00000000de000000, 0x00000000e0000000)
AC 0 E CS TS 73 PTAMS 0x00000000e0000000 NTAMS 0x00000000e0000000 space 32768K, 100% used [0x00000000e0000000, 0x00000000e2000000)
AC 0 E CS TS 63 PTAMS 0x00000000e2000000 NTAMS 0x00000000e2000000 space 32768K, 100% used [0x00000000e2000000, 0x00000000e4000000)
AC 0 E CS TS 71 PTAMS 0x00000000e4000000 NTAMS 0x00000000e4000000 space 32768K, 100% used [0x00000000e4000000, 0x00000000e6000000)
AC 0 E CS TS 71 PTAMS 0x00000000e6000000 NTAMS 0x00000000e6000000 space 32768K, 100% used [0x00000000e6000000, 0x00000000e8000000)
AC 0 E CS TS 69 PTAMS 0x00000000e8000000 NTAMS 0x00000000e8000000 space 32768K, 100% used [0x00000000e8000000, 0x00000000ea000000)
AC 0 E CS TS 69 PTAMS 0x00000000ea000000 NTAMS 0x00000000ea000000 space 32768K, 100% used [0x00000000ea000000, 0x00000000ec000000)
AC 0 E CS TS 17 PTAMS 0x00000000ec000000 NTAMS 0x00000000ec000000 space 32768K, 100% used [0x00000000ec000000, 0x00000000ee000000)
AC 0 E CS TS 17 PTAMS 0x00000000ee000000 NTAMS 0x00000000ee000000 space 32768K, 100% used [0x00000000ee000000, 0x00000000f0000000)
AC 0 E CS TS 19 PTAMS 0x00000000f0000000 NTAMS 0x00000000f0000000 space 32768K, 100% used [0x00000000f0000000, 0x00000000f2000000)
AC 0 E CS TS 19 PTAMS 0x00000000f2000000 NTAMS 0x00000000f2000000 space 32768K, 100% used [0x00000000f2000000, 0x00000000f4000000)
AC 0 E CS TS 21 PTAMS 0x00000000f4000000 NTAMS 0x00000000f4000000 space 32768K, 100% used [0x00000000f4000000, 0x00000000f6000000)
AC 0 E CS TS 21 PTAMS 0x00000000f6000000 NTAMS 0x00000000f6000000 space 32768K, 100% used [0x00000000f6000000, 0x00000000f8000000)
AC 0 E CS TS 23 PTAMS 0x00000000f8000000 NTAMS 0x00000000f8000000 space 32768K, 100% used [0x00000000f8000000, 0x00000000fa000000)
AC 0 E CS TS 25 PTAMS 0x00000000fa000000 NTAMS 0x00000000fa000000 space 32768K, 100% used [0x00000000fa000000, 0x00000000fc000000)
AC 0 E CS TS 27 PTAMS 0x00000000fc000000 NTAMS 0x00000000fc000000 space 32768K, 100% used [0x00000000fc000000, 0x00000000fe000000)
AC 0 E CS TS 29 PTAMS 0x00000000fe000000 NTAMS 0x00000000fe000000 space 32768K, 100% used [0x00000000fe000000, 0x0000000100000000)

Card table byte_map: [0x0000000013120000,0x0000000013520000] byte_map_base: 0x0000000012d20000

Marking Bits (Prev, Next): (CMBitMap*) 0x0000000002aff768, (CMBitMap*) 0x0000000002aff7c0
Prev Bits: [0x0000000013920000, 0x0000000015920000)
Next Bits: [0x0000000015920000, 0x0000000017920000)

Polling page: 0x0000000001150000

CodeCache: size=245760Kb used=20767Kb max_used=20768Kb free=224992Kb
bounds [0x0000000002c20000, 0x0000000004090000, 0x0000000011c20000]
total_blobs=7712 nmethods=6279 adapters=1346
compilation: enabled

Compilation events (10 events):
Event: 41.107 Thread 0x000000001a36c000 nmethod 8136 0x000000000407d450 code [0x000000000407d600, 0x000000000407db68]
Event: 41.129 Thread 0x000000001a322800 8137 4 dfs$b$$Lambda$2461/1437571912::setupBufferState (11 bytes)
Event: 41.131 Thread 0x000000001a322800 nmethod 8137 0x000000000407b950 code [0x000000000407bac0, 0x000000000407bc38]
Event: 41.141 Thread 0x000000001a31e800 8138 4 dfs$b$$Lambda$2462/143661419::accept (5 bytes)
Event: 41.143 Thread 0x000000001a31e800 nmethod 8138 0x000000000407b450 code [0x000000000407b5c0, 0x000000000407b728]
Event: 41.209 Thread 0x000000001a322800 8139 4 dkj$$Lambda$2667/66554485::accept (15 bytes)
Event: 41.228 Thread 0x000000001a322800 nmethod 8139 0x000000000407f8d0 code [0x000000000407fae0, 0x0000000004080290]
Event: 41.229 Thread 0x000000001a36c000 8140 3 deg::c (36 bytes)
Event: 41.230 Thread 0x000000001a36c000 nmethod 8140 0x000000000407c5d0 code [0x000000000407c7c0, 0x000000000407d108]
Event: 41.389 Thread 0x000000001a36c000 8141 3 djz::e (946 bytes)

GC Heap History (10 events):
Event: 36.004 GC heap before
{Heap before GC invocations=55 (full 0):
garbage-first heap total 2097152K, used 686612K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 12 young (393216K), 2 survivors (65536K)
Metaspace used 55063K, capacity 60137K, committed 60312K, reserved 1099776K
class space used 7831K, capacity 9293K, committed 9368K, reserved 1048576K
Event: 36.060 GC heap after
Heap after GC invocations=56 (full 0):
garbage-first heap total 2097152K, used 359159K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 2 young (65536K), 2 survivors (65536K)
Metaspace used 55063K, capacity 60137K, committed 60312K, reserved 1099776K
class space used 7831K, capacity 9293K, committed 9368K, reserved 1048576K
}
Event: 36.332 GC heap before
{Heap before GC invocations=56 (full 0):
garbage-first heap total 2097152K, used 686839K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 12 young (393216K), 2 survivors (65536K)
Metaspace used 55070K, capacity 60165K, committed 60312K, reserved 1099776K
class space used 7831K, capacity 9293K, committed 9368K, reserved 1048576K
Event: 36.382 GC heap after
Heap after GC invocations=57 (full 0):
garbage-first heap total 2097152K, used 367212K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 2 young (65536K), 2 survivors (65536K)
Metaspace used 55070K, capacity 60165K, committed 60312K, reserved 1099776K
class space used 7831K, capacity 9293K, committed 9368K, reserved 1048576K
}
Event: 36.646 GC heap before
{Heap before GC invocations=57 (full 0):
garbage-first heap total 2097152K, used 793196K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 15 young (491520K), 2 survivors (65536K)
Metaspace used 55479K, capacity 60587K, committed 60824K, reserved 1101824K
class space used 7872K, capacity 9318K, committed 9368K, reserved 1048576K
Event: 36.690 GC heap after
Heap after GC invocations=58 (full 0):
garbage-first heap total 2097152K, used 363257K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 2 young (65536K), 2 survivors (65536K)
Metaspace used 55479K, capacity 60587K, committed 60824K, reserved 1101824K
class space used 7872K, capacity 9318K, committed 9368K, reserved 1048576K
}
Event: 38.666 GC heap before
{Heap before GC invocations=58 (full 0):
garbage-first heap total 2097152K, used 1542905K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 38 young (1245184K), 2 survivors (65536K)
Metaspace used 55593K, capacity 60827K, committed 61080K, reserved 1101824K
class space used 7885K, capacity 9342K, committed 9368K, reserved 1048576K
Event: 38.712 GC heap after
Heap after GC invocations=59 (full 0):
garbage-first heap total 2097152K, used 357929K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 2 young (65536K), 2 survivors (65536K)
Metaspace used 55593K, capacity 60827K, committed 61080K, reserved 1101824K
class space used 7885K, capacity 9342K, committed 9368K, reserved 1048576K
}
Event: 40.056 GC heap before
{Heap before GC invocations=59 (full 0):
garbage-first heap total 2097152K, used 1537577K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 38 young (1245184K), 2 survivors (65536K)
Metaspace used 55665K, capacity 60995K, committed 61080K, reserved 1101824K
class space used 7885K, capacity 9342K, committed 9368K, reserved 1048576K
Event: 40.106 GC heap after
Heap after GC invocations=60 (full 0):
garbage-first heap total 2097152K, used 359058K [0x0000000080000000, 0x0000000082000200, 0x0000000100000000)
region size 32768K, 2 young (65536K), 2 survivors (65536K)
Metaspace used 55665K, capacity 60995K, committed 61080K, reserved 1101824K
class space used 7885K, capacity 9342K, committed 9368K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 34.335 Thread 0x0000000002c1e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003e7113c method=it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(ILjava/util/function/IntFunction;)Ljava/lang/Object; @ 24
Event: 34.335 Thread 0x0000000002c1e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003e7113c method=it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(ILjava/util/function/IntFunction;)Ljava/lang/Object; @ 24
Event: 36.458 Thread 0x0000000002c1e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003bad8d0 method=it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(ILjava/util/function/IntFunction;)Ljava/lang/Object; @ 24
Event: 36.459 Thread 0x0000000002c1e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003bad8d0 method=it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(ILjava/util/function/IntFunction;)Ljava/lang/Object; @ 24
Event: 36.459 Thread 0x0000000002c1e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003bad8d0 method=it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(ILjava/util/function/IntFunction;)Ljava/lang/Object; @ 24
Event: 36.459 Thread 0x0000000002c1e800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000003bad8d0 method=it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(ILjava/util/function/IntFunction;)Ljava/lang/Object; @ 24
Event: 36.466 Thread 0x0000000002c1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003109ac0 method=java.nio.Buffer.limit(I)Ljava/nio/Buffer; @ 33
Event: 36.478 Thread 0x0000000002c1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003372f78 method=java.util.BitSet.ensureCapacity(I)V @ 6
Event: 36.516 Thread 0x0000000002c1e800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003e44db8 method=java.io.FilterInputStream.available()I @ 4
Event: 36.517 Thread 0x0000000002c1e800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003d70728 method=java.nio.ByteBuffer.order(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer; @ 5

Internal exceptions (10 events):
Event: 20.430 Thread 0x000000001c23c000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$comparing$77a9974f$1(Ljava/util/function/Function;Ljava/lang/Object;Ljava/lang/Object;)I> (0x00000000eaf5ebe:cool: thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspo§¨ŸÜ[n4@
Event: 20.431 Thread 0x000000001c23c000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$thenComparing$36697e65$1(Ljava/util/Comparator;Ljava/lang/Object;Ljava/lang/Object;)I> (0x00000000eaf64fe0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\sùˆóË»ƒ5@
Event: 21.515 Thread 0x000000001cb16800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.b(Lcei;)Ljava/util/function/Predicate;> (0x00000000f162c170) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 21.515 Thread 0x000000001cb16800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.a(Lcei;)Ljava/util/function/Predicate;> (0x00000000f162e380) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 21.516 Thread 0x000000001cb16800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.b(Lceh;)Z> (0x00000000f164b010) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 28.207 Thread 0x0000000020235000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$maxBy$24(Ljava/util/Comparator;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;> (0x00000000e27e605:cool: thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\ß,oXdÑ@@
Event: 33.636 Thread 0x0000000002c1e800 Implicit null exception at 0x0000000003aa0668 to 0x0000000003aa06e3
Event: 36.548 Thread 0x0000000002c1e800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.b(Ljava/lang/String;Lob;Lafb;)Z> (0x00000000f1bfe61:cool: thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 37.452 Thread 0x0000000002c1e800 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.a(DDILdmi;)Z> (0x00000000dcd84d2:cool: thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 582]
Event: 41.343 Thread 0x0000000020232000 Exception <a 'java/lang/NoSuchMethodError': C> (0x00000000bb01f6d:cool: thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 1566]

Events (10 events):
Event: 40.056 Executing VM operation: G1IncCollectionPause
Event: 40.106 Executing VM operation: G1IncCollectionPause done
Event: 40.295 Thread 0x0000000002c1e800 DEOPT PACKING pc=0x0000000003cbbb27 sp=0x0000000002a9e7d0
Event: 40.295 Thread 0x0000000002c1e800 DEOPT UNPACKING pc=0x0000000002c6747f sp=0x0000000002a9e5a8 mode 0
Event: 40.388 loading class dfh$1
Event: 40.388 loading class dfh$1 done
Event: 40.403 Executing VM operation: RevokeBias
Event: 40.404 Executing VM operation: RevokeBias done
Event: 40.404 Thread 0x0000000020233800 Thread exited: 0x0000000020233800
Event: 41.343 Thread 0x0000000020232000 Thread added: 0x0000000020232000


Dynamic libraries:
0x00007ff750ab0000 - 0x00007ff750ae7000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\javaw.exe
0x00007ffc85bf0000 - 0x00007ffc85ddd000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ffc83ab0000 - 0x00007ffc83b64000 C:\Windows\System32\KERNEL32.DLL
0x00007ffc81ce0000 - 0x00007ffc81f74000 C:\Windows\System32\KERNELBASE.dll
0x00007ffc85860000 - 0x00007ffc85904000 C:\Windows\System32\ADVAPI32.dll
0x00007ffc834c0000 - 0x00007ffc8355e000 C:\Windows\System32\msvcrt.dll
0x00007ffc832b0000 - 0x00007ffc8334e000 C:\Windows\System32\sechost.dll
0x00007ffc854b0000 - 0x00007ffc855cf000 C:\Windows\System32\RPCRT4.dll
0x00007ffc85a20000 - 0x00007ffc85bb7000 C:\Windows\System32\USER32.dll
0x00007ffc82320000 - 0x00007ffc82340000 C:\Windows\System32\win32u.dll
0x00007ffc83170000 - 0x00007ffc83199000 C:\Windows\System32\GDI32.dll
0x00007ffc823c0000 - 0x00007ffc8255c000 C:\Windows\System32\gdi32full.dll
0x00007ffc82180000 - 0x00007ffc82220000 C:\Windows\System32\msvcp_win.dll
0x00007ffc82220000 - 0x00007ffc8231a000 C:\Windows\System32\ucrtbase.dll
0x00007ffc72d80000 - 0x00007ffc72ff9000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.2268_none_de732f945349a04e\COMCTL32.dll
0x00007ffc82e40000 - 0x00007ffc8316d000 C:\Windows\System32\combase.dll
0x00007ffc82590000 - 0x00007ffc82612000 C:\Windows\System32\bcryptPrimitives.dll
0x00007ffc83280000 - 0x00007ffc832ae000 C:\Windows\System32\IMM32.DLL
0x000000006bd80000 - 0x000000006be52000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\msvcr100.dll
0x000000006b4f0000 - 0x000000006bd73000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\server\jvm.dll
0x00007ffc83560000 - 0x00007ffc83568000 C:\Windows\System32\PSAPI.DLL
0x00007ffc7fba0000 - 0x00007ffc7fbc4000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ffc7c960000 - 0x00007ffc7c96a000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ffc7f810000 - 0x00007ffc7f83d000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007ffc81c90000 - 0x00007ffc81cda000 C:\Windows\System32\cfgmgr32.dll
0x00007ffc78a30000 - 0x00007ffc78a39000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffc83da0000 - 0x00007ffc83e0d000 C:\Windows\System32\ws2_32.DLL
0x000000006b4e0000 - 0x000000006b4ef000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\verify.dll
0x000000006b4b0000 - 0x000000006b4d9000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\java.dll
0x000000006b490000 - 0x000000006b4a6000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\zip.dll
0x00007ffc83f40000 - 0x00007ffc85439000 C:\Windows\System32\SHELL32.dll
0x00007ffc83580000 - 0x00007ffc83628000 C:\Windows\System32\shcore.dll
0x00007ffc826d0000 - 0x00007ffc82e1a000 C:\Windows\System32\windows.storage.dll
0x00007ffc81c00000 - 0x00007ffc81c24000 C:\Windows\System32\profapi.dll
0x00007ffc81c30000 - 0x00007ffc81c8d000 C:\Windows\System32\powrprof.dll
0x00007ffc831a0000 - 0x00007ffc831f2000 C:\Windows\System32\shlwapi.dll
0x00007ffc81be0000 - 0x00007ffc81bf1000 C:\Windows\System32\kernel.appcore.dll
0x00007ffc82340000 - 0x00007ffc82357000 C:\Windows\System32\cryptsp.dll
0x000000006b480000 - 0x000000006b48d000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\management.dll
0x000000006b460000 - 0x000000006b47a000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\net.dll
0x00007ffc813b0000 - 0x00007ffc81417000 C:\Windows\system32\mswsock.dll
0x00007ffc70770000 - 0x00007ffc70786000 C:\Windows\system32\napinsp.dll
0x00007ffc706b0000 - 0x00007ffc706ca000 C:\Windows\system32\pnrpnsp.dll
0x00007ffc81110000 - 0x00007ffc811d6000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffc85440000 - 0x00007ffc85448000 C:\Windows\System32\NSI.dll
0x00007ffc810d0000 - 0x00007ffc8110d000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ffc70460000 - 0x00007ffc7046e000 C:\Windows\System32\winrnr.dll
0x00007ffc7e3d0000 - 0x00007ffc7e3eb000 C:\Windows\system32\NLAapi.dll
0x00007ffc797e0000 - 0x00007ffc797f5000 C:\Windows\system32\wshbth.dll
0x00007ffc78250000 - 0x00007ffc7825a000 C:\Windows\System32\rasadhlp.dll
0x00007ffc77aa0000 - 0x00007ffc77b19000 C:\Windows\System32\fwpuclnt.dll
0x00007ffc82560000 - 0x00007ffc82586000 C:\Windows\System32\bcrypt.dll
0x000000006b440000 - 0x000000006b451000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\nio.dll
0x00007ffc80f40000 - 0x00007ffc80f73000 C:\Windows\system32\rsaenh.dll
0x00007ffc81ac0000 - 0x00007ffc81ae9000 C:\Windows\SYSTEM32\USERENV.dll
0x00007ffc81580000 - 0x00007ffc8158c000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffc79780000 - 0x00007ffc79796000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ffc7a0a0000 - 0x00007ffc7a0bc000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x000000006b410000 - 0x000000006b434000 C:\Program Files (x86)\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\sunec.dll
0x00007ffc701f0000 - 0x00007ffc70262000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\lwjgl.dll
0x00007ffc5ea00000 - 0x00007ffc5ea5e000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\glfw.dll
0x00007ffc3f220000 - 0x00007ffc3f471000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\jemalloc.dll
0x00007ffc80140000 - 0x00007ffc801dc000 C:\Windows\system32\uxtheme.dll
0x00007ffc43530000 - 0x00007ffc43574000 C:\Windows\SYSTEM32\dinput8.dll
0x00007ffc771c0000 - 0x00007ffc771d1000 C:\Windows\SYSTEM32\xinput1_4.dll
0x00007ffc81960000 - 0x00007ffc81989000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x00007ffc805b0000 - 0x00007ffc805de000 C:\Windows\SYSTEM32\dwmapi.dll
0x00007ffc81f80000 - 0x00007ffc82175000 C:\Windows\System32\CRYPT32.dll
0x00007ffc81bc0000 - 0x00007ffc81bd2000 C:\Windows\System32\MSASN1.dll
0x00007ffc83350000 - 0x00007ffc834bb000 C:\Windows\System32\MSCTF.dll
0x00007ffc83e70000 - 0x00007ffc83f34000 C:\Windows\System32\OLEAUT32.dll
0x00007ffc80810000 - 0x00007ffc8081e000 C:\Windows\SYSTEM32\HID.DLL
0x00007ffc83630000 - 0x00007ffc83aa6000 C:\Windows\System32\SETUPAPI.DLL
0x00007ffc76350000 - 0x00007ffc7641d000 C:\Windows\SYSTEM32\inputhost.dll
0x00007ffc7fbd0000 - 0x00007ffc7fcb1000 C:\Windows\SYSTEM32\CoreMessaging.dll
0x00007ffc801e0000 - 0x00007ffc803ec000 C:\Windows\SYSTEM32\twinapi.appcore.dll
0x00007ffc7dc20000 - 0x00007ffc7df42000 C:\Windows\SYSTEM32\CoreUIComponents.dll
0x00007ffc7f080000 - 0x00007ffc7f63e000 C:\Windows\SYSTEM32\d2d1.dll
0x00007ffc7ee00000 - 0x00007ffc7f07e000 C:\Windows\SYSTEM32\d3d11.dll
0x00007ffc7e560000 - 0x00007ffc7e709000 C:\Windows\SYSTEM32\PROPSYS.dll
0x00007ffc7d880000 - 0x00007ffc7d9d1000 C:\Windows\SYSTEM32\wintypes.dll
0x00007ffc803f0000 - 0x00007ffc80418000 C:\Windows\SYSTEM32\RMCLIENT.dll
0x00007ffc808c0000 - 0x00007ffc80982000 C:\Windows\SYSTEM32\dxgi.dll
0x00007ffc80c10000 - 0x00007ffc80c41000 C:\Windows\SYSTEM32\ntmarta.dll
0x00007ffc82360000 - 0x00007ffc823b9000 C:\Windows\System32\WINTRUST.dll
0x00007ffc56350000 - 0x00007ffc56477000 C:\Windows\SYSTEM32\opengl32.dll
0x00007ffc55cd0000 - 0x00007ffc55cfc000 C:\Windows\SYSTEM32\GLU32.dll
0x00007ffc520c0000 - 0x00007ffc520ec000 C:\Windows\System32\DriverStore\FileRepository\u0373142.inf_amd64_ed00e225cfc8dfad\B373020\atig6pxx.dll
0x00007ffc45e10000 - 0x00007ffc48c53000 C:\Windows\System32\DriverStore\FileRepository\u0373142.inf_amd64_ed00e225cfc8dfad\B373020\atio6axx.dll
0x00007ffc855d0000 - 0x00007ffc85726000 C:\Windows\System32\ole32.dll
0x00007ffc5ea80000 - 0x00007ffc5eaa2000 C:\Windows\SYSTEM32\dxva2.dll
0x00007ffc45dd0000 - 0x00007ffc45e0f000 C:\Windows\System32\DriverStore\FileRepository\u0373142.inf_amd64_ed00e225cfc8dfad\B373020\atig6txx.dll
0x00007ffc521f0000 - 0x00007ffc523bc000 C:\Windows\SYSTEM32\atiadlxx.dll
0x00007ffc67f50000 - 0x00007ffc67f9d000 C:\Windows\SYSTEM32\pdh.dll
0x00007ffc40e70000 - 0x00007ffc40ec8000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\lwjgl_opengl.dll
0x00007ffc40df0000 - 0x00007ffc40e6f000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\lwjgl_stb.dll
0x00007ffc6c3e0000 - 0x00007ffc6c48d000 C:\Windows\SYSTEM32\mscms.dll
0x00007ffc6a850000 - 0x00007ffc6a860000 C:\Windows\SYSTEM32\ColorAdapterClient.dll
0x00007ffc41e40000 - 0x00007ffc41e83000 C:\Windows\SYSTEM32\icm32.dll
0x00007ffc40870000 - 0x00007ffc408b2000 C:\Users\NetworkUser\AppData\Local\Temp\jna--272721159\jna3573537121131299894.dll
0x00007ffc771a0000 - 0x00007ffc771ba000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\SAPIWrapper_x64.dll
0x00007ffc85910000 - 0x00007ffc859b2000 C:\Windows\System32\clbcatq.dll
0x00007ffc60380000 - 0x00007ffc60500000 C:\Windows\System32\Speech\Common\sapi.dll
0x00007ffc44eb0000 - 0x00007ffc44ecc000 C:\Windows\SYSTEM32\MSACM32.dll
0x00007ffc68d90000 - 0x00007ffc68d9b000 C:\Windows\SYSTEM32\msdmo.dll
0x00007ffc78410000 - 0x00007ffc78480000 C:\Windows\System32\MMDevApi.dll
0x00007ffc3ddd0000 - 0x00007ffc3dee4000 C:\Users\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526\OpenAL.dll
0x00007ffc77310000 - 0x00007ffc7745a000 C:\Windows\SYSTEM32\AUDIOSES.DLL
0x00007ffc7e220000 - 0x00007ffc7e22a000 C:\Windows\SYSTEM32\AVRT.dll
0x00007ffc80420000 - 0x00007ffc80434000 C:\Windows\SYSTEM32\resourcepolicyclient.dll
0x00007ffc76420000 - 0x00007ffc764b3000 C:\Windows\System32\TextInputFramework.dll
0x00007ffc78cf0000 - 0x00007ffc78edd000 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\NetworkUser\AppData\Roaming\.minecraft\bin\4b45-ff4b-efab-b526 -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.2.8476 -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dlog4j.configurationFile=C:\Users\NetworkUser\AppData\Roaming\.minecraft\assets\log_configs\client-1.12.xml
java_command: net.minecraft.client.main.Main --username --version 1.16.5 --gameDir C:\Users\NetworkUser\AppData\Roaming\.minecraft --assetsDir C:\Users\NetworkUser\AppData\Roaming\.minecraft\assets --assetIndex 1.16 --uuid f24a038debf040d8b94ed460f900d05e --accessToken eyJhbGciOiJIUzI1NiJ9.eyJ4dWlkIjoiMjUzNTQxODkyOTE5MDUxOCIsImFnZyI6IkFkdWx0Iiwic3ViIjoiNDM4MWNmNDgtZjE0Zi00ODUwLTgyNWQtNjk2NjJiMDY3NjA5IiwibmJmIjoxNjQwMTA0NzM2LCJhdXRoIjoiWEJPWCIsInJvbGVzIjpbXSwiaXNzIjoiYXV0aGVudGljYXRpb24iLCJleHAiOjE2NDAxOTExMzYsImlhdCI6MTY0MDEwNDczNiwicGxhdGZvcm0iOiJQQ19MQVVOQ0hFUiIsInl1aWQiOiJkN2RmN2Q3YzY4MTllNTA4MmFiYjE4NDJlZjE5M2Y1NyJ9.o6ZjCznVUHA8hEruII9mgVz7SZNXSQrYUQI4Q91CUgg --userType msa --versionType release
java_class_path (initial): C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.3.9\patchy-1.3.9.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j\66.1\icu4j-66.1.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\mojang\javabridge\1.0.22\javabridge-1.0.22.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.25.Final\netty-all-4.1.25.Final.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\mojang\brigadier\1.0.17\brigadier-1.0.17.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\mojang\datafixerupper\4.0.26\datafixerupper-4.0.26.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\2.1.28\authlib-2.1.28.jar;C:\Users\NetworkUser\AppData\Roaming\.minecraft
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Users\NetworkUser\AppData\Local\Microsoft\WindowsApps;C:\Users\NetworkUser\.dotnet\tools
USERNAME=NetworkUser
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 23 Model 24 Stepping 1, AuthenticAMD



--------------- S Y S T E M ---------------

OS: Windows 10.0 , 64 bit Build 17763 (10.0.17763.226:cool:

CPU:total 4 (4 cores per cpu, 1 threads per core) family 23 model 24 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv, bmi1

Memory: 4k page, physical 3607180k(227456k free), swap 13175652k(2673172k 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: Tue Dec 21 13:39:41 2021
elapsed time: 42 seconds (0d 0h 0m 42s)


The game classes are obfuscated and i have taken out the names of the objects & classes that i needed, i tried debugging and and the crash is for a line where i access an object, when the object exists and all that, i need help.
Did you look at internal exceptions? The methods java.lang.Object.b(string), java.lang.Object.a(string), etc., don't exist.
 
Top