Skip to content

Instantly share code, notes, and snippets.

@Saamioo
Created September 16, 2022 09:55
Show Gist options
  • Save Saamioo/7c22b939727ec95c9782f9b9a6007644 to your computer and use it in GitHub Desktop.
Save Saamioo/7c22b939727ec95c9782f9b9a6007644 to your computer and use it in GitHub Desktop.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000052aa4592, pid=17144, tid=9560
#
# 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:
# V [jvm.dll+0x1e4592]
#
# 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 (0x00000000023d4000): JavaThread "Client thread" [_thread_in_vm, id=9560, stack(0x00000000022d0000,0x00000000023d0000)]
siginfo: ExceptionCode=0xc0000005, writing address 0x0000000000000000
Registers:
RAX=0x00000000023d4000, RBX=0x00000000023d4000, RCX=0x0000000000000006, RDX=0x00000000023cd8f0
RSP=0x00000000023cd890, RBP=0x00000000023cd930, RSI=0x00000000a39c2b6a, RDI=0x0000000000000000
R8 =0x0000000000000000, R9 =0x00000000022c7b10, R10=0x0000000007de9b7f, R11=0x0000000007de9b58
R12=0x0000000000000000, R13=0x00000000023cd950, R14=0x00000000023cda10, R15=0x00000000023d4000
RIP=0x0000000052aa4592, EFLAGS=0x0000000000010246
Top of Stack: (sp=0x00000000023cd890)
0x00000000023cd890: 000000012210d600 00000000244ce380
0x00000000023cd8a0: 00000000023d4000 00000000023d4000
0x00000000023cd8b0: 407a000000000000 0000000000000000
0x00000000023cd8c0: 00000005ff98a808 0000000007de9c0b
0x00000000023cd8d0: 00000000244ce380 00000000a39c2b6a
0x00000000023cd8e0: 00000000023cda10 000000012210d5ae
0x00000000023cd8f0: 00000005ccea2530 00000005ff98a808
0x00000000023cd900: 00000000a39c2b6a 00000000000000b6
0x00000000023cd910: 00000000023cd9b0 00000000024f197e
0x00000000023cd920: 0000000000000300 00000000000000b6
0x00000000023cd930: 00000000023cd9b0 00000000024d7ced
0x00000000023cd940: 0000000000000004 00000000024d7ced
0x00000000023cd950: 00000007c1a80000 0000000000000000
0x00000000023cd960: 00000007b2fa11a8 00000005ccea2530
0x00000000023cd970: 00000000023cd970 000000012210d5ae
0x00000000023cd980: 00000000023cda10 000000012210d960
Instructions: (pc=0x0000000052aa4592)
0x0000000052aa4572: 9a 05 00 c7 83 70 02 00 00 06 00 00 00 8b 0d 93
0x0000000052aa4582: e0 5b 00 ff 15 65 be 3e 00 c6 80 94 02 00 00 01
0x0000000052aa4592: f3 0f 11 37 c6 80 94 02 00 00 00 48 8b 7b 48 48
0x0000000052aa45a2: 8b 47 10 48 8b 77 08 48 83 38 00 74 15 48 8b 57
Register to memory mapping:
RAX=0x00000000023d4000 is a thread
RBX=0x00000000023d4000 is a thread
RCX=0x0000000000000006 is an unknown value
RDX=0x00000000023cd8f0 is pointing into the stack for thread: 0x00000000023d4000
RSP=0x00000000023cd890 is pointing into the stack for thread: 0x00000000023d4000
RBP=0x00000000023cd930 is pointing into the stack for thread: 0x00000000023d4000
RSI=0x00000000a39c2b6a is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x0000000000000000 is an unknown value
R9 =0x00000000022c7b10 is an unknown value
R10=0x0000000007de9b7f is at entry_point+63 in (nmethod*)0x0000000007de99d0
R11=0x0000000007de9b58 is at entry_point+24 in (nmethod*)0x0000000007de99d0
R12=0x0000000000000000 is an unknown value
R13=0x00000000023cd950 is pointing into the stack for thread: 0x00000000023d4000
R14=0x00000000023cda10 is pointing into the stack for thread: 0x00000000023d4000
R15=0x00000000023d4000 is a thread
Stack: [0x00000000022d0000,0x00000000023d0000], sp=0x00000000023cd890, free space=1014k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x1e4592]
C 0x0000000007de9c0b
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 35356 sun.misc.Unsafe.putFloat(JF)V (0 bytes) @ 0x0000000007de9b7f [0x0000000007de9b40+0x3f]
j meldexun.entityculling.util.culling.BBBuffer.put(FFFFFFI)V+22
j meldexun.entityculling.util.culling.CullingInstance.addBox(Lmeldexun/entityculling/util/ICullable$CullInfo;DDDDDD)V+111
j meldexun.renderlib.renderer.entity.EntityRenderer.isOcclusionCulled(Lnet/minecraft/entity/Entity;)Z+390
j meldexun.renderlib.renderer.entity.EntityRenderer.renderEntities(Lnet/minecraft/client/renderer/culling/ICamera;FDDDLjava/util/List;Ljava/util/List;)V+137
j meldexun.renderlib.renderer.entity.EntityRenderer.renderEntities(Lnet/minecraft/client/renderer/culling/ICamera;FDDD)V+22
j meldexun.renderlib.renderer.EntityRenderManager.renderEntities(Lnet/minecraft/client/renderer/culling/ICamera;F)V+14
j net.minecraft.client.renderer.RenderGlobal.func_180446_a(Lnet/minecraft/entity/Entity;Lnet/minecraft/client/renderer/culling/ICamera;F)V+484
j net.minecraft.client.renderer.EntityRenderer.func_175068_a(IFJ)V+777
j net.minecraft.client.renderer.EntityRenderer.func_78471_a(FJ)V+142
j com.kingrunes.somnia.common.util.SomniaUtil.renderWorld(FJ)V+36
J 33999 C1 net.minecraft.client.renderer.EntityRenderer.func_181560_a(FJ)V (1022 bytes) @ 0x0000000007a40c9c [0x0000000007a3f340+0x195c]
J 33600 C1 net.minecraft.client.Minecraft.func_71411_J()V (979 bytes) @ 0x000000000792e17c [0x000000000792bd80+0x23fc]
j net.minecraft.client.Minecraft.func_99999_d()V+53
j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1094
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
J 1954 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x0000000002b4eccc [0x0000000002b4ebc0+0x10c]
J 1953 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x0000000002b4f46c [0x0000000002b4f080+0x3ec]
j net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+661
j net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x000000003510d800 JavaThread "JM-task-4" [_thread_blocked, id=2080, stack(0x0000000129e10000,0x0000000129f10000)]
0x000000003510c000 JavaThread "JM-texture-3" [_thread_blocked, id=14708, stack(0x000000006be30000,0x000000006bf30000)]
0x000000002e284800 JavaThread "JM-texture-2" [_thread_blocked, id=11432, stack(0x0000000067140000,0x0000000067240000)]
0x000000002e286000 JavaThread "pool-3-thread-1" [_thread_blocked, id=19624, stack(0x0000000066f30000,0x0000000067030000)]
0x000000002e27a000 JavaThread "Narrator" daemon [_thread_blocked, id=24388, stack(0x000000003c240000,0x000000003c340000)]
0x000000002e286800 JavaThread "Chunk Batcher 7" daemon [_thread_blocked, id=4188, stack(0x00000000707e0000,0x00000000708e0000)]
0x000000002e283800 JavaThread "Chunk Batcher 6" daemon [_thread_blocked, id=11276, stack(0x0000000069d30000,0x0000000069e30000)]
0x000000002e285000 JavaThread "Chunk Batcher 5" daemon [_thread_blocked, id=8000, stack(0x0000000069c30000,0x0000000069d30000)]
0x000000002e287800 JavaThread "Chunk Batcher 4" daemon [_thread_blocked, id=16952, stack(0x0000000069b30000,0x0000000069c30000)]
0x000000002e27a800 JavaThread "Chunk Batcher 3" daemon [_thread_blocked, id=11860, stack(0x0000000069a30000,0x0000000069b30000)]
0x000000002e281800 JavaThread "Chunk Batcher 2" daemon [_thread_blocked, id=17052, stack(0x0000000065e30000,0x0000000065f30000)]
0x000000002e27d800 JavaThread "Chunk Batcher 1" daemon [_thread_blocked, id=280, stack(0x00000000607a0000,0x00000000608a0000)]
0x000000002e27f000 JavaThread "Chunk Batcher 0" daemon [_thread_blocked, id=26284, stack(0x0000000051e90000,0x0000000051f90000)]
0x000000002e27c000 JavaThread "Netty Client IO #2" daemon [_thread_blocked, id=15992, stack(0x0000000069730000,0x0000000069830000)]
0x000000002e280800 JavaThread "threadDeathWatcher-2-1" daemon [_thread_blocked, id=24112, stack(0x0000000069630000,0x0000000069730000)]
0x000000002e27d000 JavaThread "Netty Client IO #1" daemon [_thread_in_native, id=13880, stack(0x0000000066030000,0x0000000066130000)]
0x000000002e280000 JavaThread "Server Pinger #1" daemon [_thread_blocked, id=8856, stack(0x0000000065f30000,0x0000000066030000)]
0x000000002e279000 JavaThread "Netty Client IO #0" daemon [_thread_in_native, id=7368, stack(0x0000000065d30000,0x0000000065e30000)]
0x000000002e27b800 JavaThread "ReAuth-1" [_thread_blocked, id=12912, stack(0x0000000065a30000,0x0000000065b30000)]
0x000000002e27e800 JavaThread "Thread-39" daemon [_thread_in_native, id=8112, stack(0x0000000065930000,0x0000000065a30000)]
0x000000002e278800 JavaThread "Server Pinger #0" daemon [_thread_blocked, id=21076, stack(0x0000000060da0000,0x0000000060ea0000)]
0x000000004d68a800 JavaThread "Narrator" daemon [_thread_blocked, id=8568, stack(0x0000000039e80000,0x0000000039f80000)]
0x000000003510e800 JavaThread "LogisticsPipes ItemIdentifier Cleanup Thread" daemon [_thread_blocked, id=10804, stack(0x0000000065030000,0x0000000065130000)]
0x0000000033ea1000 JavaThread "pool-9-thread-1" [_thread_blocked, id=4532, stack(0x0000000063b30000,0x0000000063c30000)]
0x000000004eeb5800 JavaThread "Downloader 0" daemon [_thread_blocked, id=16372, stack(0x0000000053d90000,0x0000000053e90000)]
0x0000000035105800 JavaThread "pool-2-thread-1" [_thread_blocked, id=17908, stack(0x0000000053b80000,0x0000000053c80000)]
0x0000000035100000 JavaThread "Thread-33" [_thread_blocked, id=2916, stack(0x0000000061c90000,0x0000000061d90000)]
0x000000004d68f800 JavaThread "DefaultDispatcher-worker-3" daemon [_thread_blocked, id=21708, stack(0x0000000063830000,0x0000000063930000)]
0x000000004d691000 JavaThread "DefaultDispatcher-worker-2" daemon [_thread_blocked, id=8420, stack(0x0000000063730000,0x0000000063830000)]
0x000000004d68e000 JavaThread "DefaultDispatcher-worker-1" daemon [_thread_blocked, id=10736, stack(0x0000000063630000,0x0000000063730000)]
0x000000004d68c800 JavaThread "LogisticsPipes RoutingTableUpdateThread #3" daemon [_thread_blocked, id=7952, stack(0x0000000063330000,0x0000000063430000)]
0x000000004d690800 JavaThread "LogisticsPipes RoutingTableUpdateThread #2" daemon [_thread_blocked, id=14036, stack(0x0000000063230000,0x0000000063330000)]
0x000000004d68b000 JavaThread "LogisticsPipes RoutingTableUpdateThread #1" daemon [_thread_blocked, id=1088, stack(0x0000000063130000,0x0000000063230000)]
0x000000004d68c000 JavaThread "LogisticsPipes RoutingTableUpdateThread #0" daemon [_thread_blocked, id=5348, stack(0x0000000063030000,0x0000000063130000)]
0x000000004d68f000 JavaThread "LogisticsPipes Packet Decompressor Server" daemon [_thread_blocked, id=16572, stack(0x0000000062390000,0x0000000062490000)]
0x000000004b3d4800 JavaThread "LogisticsPipes Packet Compressor Server" daemon [_thread_blocked, id=14192, stack(0x0000000061b90000,0x0000000061c90000)]
0x000000004eeae000 JavaThread "LogisticsPipes Packet Decompressor Client" daemon [_thread_blocked, id=15060, stack(0x0000000053430000,0x0000000053530000)]
0x000000004eeac800 JavaThread "LogisticsPipes Packet Compressor Client" daemon [_thread_blocked, id=4388, stack(0x000000003ebd0000,0x000000003ecd0000)]
0x0000000033e9e800 JavaThread "Thread-17" [_thread_blocked, id=17632, stack(0x0000000058550000,0x0000000058650000)]
0x000000002b92e000 JavaThread "Thread-16" [_thread_blocked, id=16788, stack(0x0000000058450000,0x0000000058550000)]
0x000000004b3d3000 JavaThread "File IO Thread" [_thread_blocked, id=20844, stack(0x000000003edd0000,0x000000003eed0000)]
0x000000004b3cf800 JavaThread "BuildersBag-Cache-Thread" [_thread_blocked, id=24936, stack(0x0000000049b50000,0x0000000049c50000)]
0x000000004b3cd000 JavaThread "C&B Model Cache Cleanup" [_thread_blocked, id=24432, stack(0x0000000040040000,0x0000000040140000)]
0x000000002b934800 JavaThread "Weather2 Foliage Enhancer" [_thread_blocked, id=9904, stack(0x000000003e7d0000,0x000000003e8d0000)]
0x000000002b92c800 JavaThread "Weather2 Scene Enhancer" [_thread_blocked, id=10732, stack(0x0000000000850000,0x0000000000950000)]
0x000000002b933000 JavaThread "Thread-11" [_thread_in_native, id=6688, stack(0x000000003ecd0000,0x000000003edd0000)]
0x000000002b932800 JavaThread "Thread-10" [_thread_blocked, id=15696, stack(0x000000003ead0000,0x000000003ebd0000)]
0x000000002b92b000 JavaThread "Culling Thread" daemon [_thread_blocked, id=15156, stack(0x000000003e8d0000,0x000000003e9d0000)]
0x000000002b931000 JavaThread "IPCClient-Reader" [_thread_blocked, id=2712, stack(0x000000003eed0000,0x000000003efd0000)]
0x000000002b929800 JavaThread "CraftPresence" [_thread_blocked, id=24620, stack(0x00000000313d0000,0x00000000314d0000)]
0x0000000033e9d000 JavaThread "Thread-6" [_thread_in_native, id=17984, stack(0x000000003d7f0000,0x000000003d8f0000)]
0x0000000033ea2800 JavaThread "LWJGL Timer" daemon [_thread_blocked, id=9824, stack(0x000000003a0e0000,0x000000003a1e0000)]
0x0000000028da4800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5080, stack(0x000000002dfd0000,0x000000002e0d0000)]
0x000000002be49000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=11176, stack(0x000000002c120000,0x000000002c220000)]
0x000000002c414000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=11324, stack(0x000000002da60000,0x000000002db60000)]
0x0000000026e76800 JavaThread "Service Thread" daemon [_thread_blocked, id=26364, stack(0x0000000027820000,0x0000000027920000)]
0x0000000026e60800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=11456, stack(0x0000000027720000,0x0000000027820000)]
0x0000000026e59800 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=20692, stack(0x0000000027620000,0x0000000027720000)]
0x0000000026e50800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=14208, stack(0x0000000027520000,0x0000000027620000)]
0x0000000026e4e800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=8232, stack(0x0000000027420000,0x0000000027520000)]
0x0000000026e4b000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5596, stack(0x0000000027320000,0x0000000027420000)]
0x0000000026e4a800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=19400, stack(0x0000000027220000,0x0000000027320000)]
0x00000000024ca000 JavaThread "Finalizer" daemon [_thread_blocked, id=14904, stack(0x0000000026d20000,0x0000000026e20000)]
0x00000000024c9000 JavaThread "Reference Handler" daemon [_thread_blocked, id=16308, stack(0x0000000026c20000,0x0000000026d20000)]
=>0x00000000023d4000 JavaThread "Client thread" [_thread_in_vm, id=9560, stack(0x00000000022d0000,0x00000000023d0000)]
Other Threads:
0x0000000024e39000 VMThread [stack: 0x0000000026b20000,0x0000000026c20000] [id=20904]
0x0000000026e78000 WatcherThread [stack: 0x0000000027920000,0x0000000027a20000] [id=22568]
VM state:synchronizing (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x00000000023d0c50] Threads_lock - owner thread: 0x0000000024e39000
Heap:
PSYoungGen total 2407424K, used 1009306K [0x0000000719580000, 0x00000007c0000000, 0x00000007c0000000)
eden space 2115072K, 37% used [0x0000000719580000,0x000000074a52bbb8,0x000000079a700000)
from space 292352K, 70% used [0x00000007ad800000,0x00000007ba1faf90,0x00000007bf580000)
to space 307712K, 0% used [0x000000079a700000,0x000000079a700000,0x00000007ad380000)
ParOldGen total 2041344K, used 1760934K [0x00000005cc000000, 0x0000000648980000, 0x0000000719580000)
object space 2041344K, 86% used [0x00000005cc000000,0x00000006377a9a50,0x0000000648980000)
Metaspace used 261354K, capacity 274670K, committed 274840K, reserved 1277952K
class space used 43674K, capacity 46920K, committed 47000K, reserved 1048576K
Card table byte_map: [0x0000000011890000,0x0000000012840000] byte_map_base: 0x000000000ea30000
Marking Bits: (ParMarkBitMap*) 0x00000000530c4040
Begin Bits: [0x0000000013ab0000, 0x000000001b7b0000)
End Bits: [0x000000001b7b0000, 0x00000000234b0000)
Polling page: 0x0000000000980000
CodeCache: size=245760Kb used=92989Kb max_used=93511Kb free=152770Kb
bounds [0x00000000024d0000, 0x00000000080c0000, 0x00000000114d0000]
total_blobs=26792 nmethods=24910 adapters=1789
compilation: enabled
Compilation events (10 events):
Event: 601.884 Thread 0x0000000026e60800 nmethod 37141 0x000000000437c750 code [0x000000000437cb00, 0x000000000437ed58]
Event: 601.884 Thread 0x0000000026e60800 37171 3 fionathemortal.betterbiomeblend.BiomeColor::getWorldFromBlockAccess (70 bytes)
Event: 601.885 Thread 0x0000000026e60800 nmethod 37171 0x000000000437b4d0 code [0x000000000437b6c0, 0x000000000437c488]
Event: 601.885 Thread 0x0000000026e60800 37169 3 net.minecraft.world.biome.BiomeColorHelper::func_180286_a (86 bytes)
Event: 601.887 Thread 0x0000000026e60800 nmethod 37169 0x0000000004379690 code [0x0000000004379920, 0x000000000437aba8]
Event: 601.887 Thread 0x0000000026e60800 37173 3 fionathemortal.betterbiomeblend.ColorChunk::getColor (68 bytes)
Event: 601.887 Thread 0x0000000026e60800 nmethod 37173 0x0000000003b24010 code [0x0000000003b24180, 0x0000000003b243d0]
Event: 601.887 Thread 0x0000000026e60800 37174 3 fionathemortal.betterbiomeblend.Color::makeRGBAWithFullAlpha (31 bytes)
Event: 601.887 Thread 0x0000000026e60800 nmethod 37174 0x0000000007aa7950 code [0x0000000007aa7aa0, 0x0000000007aa7bf0]
Event: 601.887 Thread 0x0000000026e60800 37172 3 fionathemortal.betterbiomeblend.BiomeColor::getThreadLocalChunk (38 bytes)
GC Heap History (10 events):
Event: 567.690 GC heap before
{Heap before GC invocations=86 (full 8):
PSYoungGen total 2300928K, used 2059962K [0x0000000719580000, 0x00000007bf780000, 0x00000007c0000000)
eden space 1921024K, 100% used [0x0000000719580000,0x000000078e980000,0x000000078e980000)
from space 379904K, 36% used [0x000000078e980000,0x000000079712ea60,0x00000007a5c80000)
to space 361472K, 0% used [0x00000007a9680000,0x00000007a9680000,0x00000007bf780000)
ParOldGen total 2041344K, used 1599593K [0x00000005cc000000, 0x0000000648980000, 0x0000000719580000)
object space 2041344K, 78% used [0x00000005cc000000,0x000000062da1a580,0x0000000648980000)
Metaspace used 247813K, capacity 260040K, committed 260120K, reserved 1263616K
class space used 42054K, capacity 45079K, committed 45080K, reserved 1048576K
Event: 567.805 GC heap after
Heap after GC invocations=86 (full 8):
PSYoungGen total 2307072K, used 138534K [0x0000000719580000, 0x00000007bcd00000, 0x00000007c0000000)
eden space 1989120K, 0% used [0x0000000719580000,0x0000000719580000,0x0000000792c00000)
from space 317952K, 43% used [0x00000007a9680000,0x00000007b1dc9bd8,0x00000007bcd00000)
to space 344576K, 0% used [0x0000000792c00000,0x0000000792c00000,0x00000007a7c80000)
ParOldGen total 2041344K, used 1622856K [0x00000005cc000000, 0x0000000648980000, 0x0000000719580000)
object space 2041344K, 79% used [0x00000005cc000000,0x000000062f0d2248,0x0000000648980000)
Metaspace used 247813K, capacity 260040K, committed 260120K, reserved 1263616K
class space used 42054K, capacity 45079K, committed 45080K, reserved 1048576K
}
Event: 568.844 GC heap before
{Heap before GC invocations=87 (full 8):
PSYoungGen total 2307072K, used 2127654K [0x0000000719580000, 0x00000007bcd00000, 0x00000007c0000000)
eden space 1989120K, 100% used [0x0000000719580000,0x0000000792c00000,0x0000000792c00000)
from space 317952K, 43% used [0x00000007a9680000,0x00000007b1dc9bd8,0x00000007bcd00000)
to space 344576K, 0% used [0x0000000792c00000,0x0000000792c00000,0x00000007a7c80000)
ParOldGen total 2041344K, used 1622856K [0x00000005cc000000, 0x0000000648980000, 0x0000000719580000)
object space 2041344K, 79% used [0x00000005cc000000,0x000000062f0d2248,0x0000000648980000)
Metaspace used 248337K, capacity 260604K, committed 260760K, reserved 1265664K
class space used 42099K, capacity 45107K, committed 45208K, reserved 1048576K
Event: 568.945 GC heap after
Heap after GC invocations=87 (full 8):
PSYoungGen total 2333696K, used 125596K [0x0000000719580000, 0x00000007bf100000, 0x00000007c0000000)
eden space 1989120K, 0% used [0x0000000719580000,0x0000000719580000,0x0000000792c00000)
from space 344576K, 36% used [0x0000000792c00000,0x000000079a6a72a8,0x00000007a7c80000)
to space 323584K, 0% used [0x00000007ab500000,0x00000007ab500000,0x00000007bf100000)
ParOldGen total 2041344K, used 1638028K [0x00000005cc000000, 0x0000000648980000, 0x0000000719580000)
object space 2041344K, 80% used [0x00000005cc000000,0x000000062ffa3150,0x0000000648980000)
Metaspace used 248337K, capacity 260604K, committed 260760K, reserved 1265664K
class space used 42099K, capacity 45107K, committed 45208K, reserved 1048576K
}
Event: 572.001 GC heap before
{Heap before GC invocations=88 (full 8):
PSYoungGen total 2333696K, used 2114716K [0x0000000719580000, 0x00000007bf100000, 0x00000007c0000000)
eden space 1989120K, 100% used [0x0000000719580000,0x0000000792c00000,0x0000000792c00000)
from space 344576K, 36% used [0x0000000792c00000,0x000000079a6a72a8,0x00000007a7c80000)
to space 323584K, 0% used [0x00000007ab500000,0x00000007ab500000,0x00000007bf100000)
ParOldGen total 2041344K, used 1638028K [0x00000005cc000000, 0x0000000648980000, 0x0000000719580000)
object space 2041344K, 80% used [0x00000005cc000000,0x000000062ffa3150,0x0000000648980000)
Metaspace used 248723K, capacity 261150K, committed 261272K, reserved 1265664K
class space used 42153K, capacity 45196K, committed 45208K, reserved 1048576K
Event: 572.145 GC heap after
Heap after GC invocations=88 (full 8):
PSYoungGen total 2349568K, used 94515K [0x0000000719580000, 0x00000007bcd80000, 0x00000007c0000000)
eden space 2062336K, 0% used [0x0000000719580000,0x0000000719580000,0x0000000797380000)
from space 287232K, 32% used [0x00000007ab500000,0x00000007b114ce90,0x00000007bcd80000)
to space 308224K, 0% used [0x0000000797380000,0x0000000797380000,0x00000007aa080000)
ParOldGen total 2041344K, used 1718785K [0x00000005cc000000, 0x0000000648980000, 0x0000000719580000)
object space 2041344K, 84% used [0x00000005cc000000,0x0000000634e80670,0x0000000648980000)
Metaspace used 248723K, capacity 261150K, committed 261272K, reserved 1265664K
class space used 42153K, capacity 45196K, committed 45208K, reserved 1048576K
}
Event: 575.987 GC heap before
{Heap before GC invocations=89 (full 8):
PSYoungGen total 2349568K, used 2156851K [0x0000000719580000, 0x00000007bcd80000, 0x00000007c0000000)
eden space 2062336K, 100% used [0x0000000719580000,0x0000000797380000,0x0000000797380000)
from space 287232K, 32% used [0x00000007ab500000,0x00000007b114ce90,0x00000007bcd80000)
to space 308224K, 0% used [0x0000000797380000,0x0000000797380000,0x00000007aa080000)
ParOldGen total 2041344K, used 1718785K [0x00000005cc000000, 0x0000000648980000, 0x0000000719580000)
object space 2041344K, 84% used [0x00000005cc000000,0x0000000634e80670,0x0000000648980000)
Metaspace used 251040K, capacity 263534K, committed 263704K, reserved 1267712K
class space used 42462K, capacity 45516K, committed 45592K, reserved 1048576K
Event: 576.094 GC heap after
Heap after GC invocations=89 (full 8):
PSYoungGen total 2370560K, used 101664K [0x0000000719580000, 0x00000007bf580000, 0x00000007c0000000)
eden space 2062336K, 0% used [0x0000000719580000,0x0000000719580000,0x0000000797380000)
from space 308224K, 32% used [0x0000000797380000,0x000000079d6c8038,0x00000007aa080000)
to space 292352K, 0% used [0x00000007ad800000,0x00000007ad800000,0x00000007bf580000)
ParOldGen total 2041344K, used 1733285K [0x00000005cc000000, 0x0000000648980000, 0x0000000719580000)
object space 2041344K, 84% used [0x00000005cc000000,0x0000000635ca9588,0x0000000648980000)
Metaspace used 251040K, capacity 263534K, committed 263704K, reserved 1267712K
class space used 42462K, capacity 45516K, committed 45592K, reserved 1048576K
}
Event: 598.059 GC heap before
{Heap before GC invocations=90 (full 8):
PSYoungGen total 2370560K, used 2164000K [0x0000000719580000, 0x00000007bf580000, 0x00000007c0000000)
eden space 2062336K, 100% used [0x0000000719580000,0x0000000797380000,0x0000000797380000)
from space 308224K, 32% used [0x0000000797380000,0x000000079d6c8038,0x00000007aa080000)
to space 292352K, 0% used [0x00000007ad800000,0x00000007ad800000,0x00000007bf580000)
ParOldGen total 2041344K, used 1733285K [0x00000005cc000000, 0x0000000648980000, 0x0000000719580000)
object space 2041344K, 84% used [0x00000005cc000000,0x0000000635ca9588,0x0000000648980000)
Metaspace used 257838K, capacity 270690K, committed 271000K, reserved 1273856K
class space used 43279K, capacity 46426K, committed 46488K, reserved 1048576K
Event: 598.276 GC heap after
Heap after GC invocations=90 (full 8):
PSYoungGen total 2407424K, used 206827K [0x0000000719580000, 0x00000007c0000000, 0x00000007c0000000)
eden space 2115072K, 0% used [0x0000000719580000,0x0000000719580000,0x000000079a700000)
from space 292352K, 70% used [0x00000007ad800000,0x00000007ba1faf90,0x00000007bf580000)
to space 307712K, 0% used [0x000000079a700000,0x000000079a700000,0x00000007ad380000)
ParOldGen total 2041344K, used 1760934K [0x00000005cc000000, 0x0000000648980000, 0x0000000719580000)
object space 2041344K, 86% used [0x00000005cc000000,0x00000006377a9a50,0x0000000648980000)
Metaspace used 257838K, capacity 270690K, committed 271000K, reserved 1273856K
class space used 43279K, capacity 46426K, committed 46488K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 601.618 Thread 0x000000002e27a800 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000006c11c24 method=java.util.TimSort.mergeLo(IIII)V @ 81
Event: 601.667 Thread 0x000000003510d800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000781b85c method=java.awt.image.BufferedImage.setRGB(IIII[III)V @ 48
Event: 601.667 Thread 0x000000003510d800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003840654 method=java.awt.image.DirectColorModel.getDataElements(ILjava/lang/Object;)Ljava/lang/Object; @ 11
Event: 601.674 Thread 0x000000003510d800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000054f89e8 method=java.awt.image.BufferedImage.getRGB(IIII[III)[I @ 139
Event: 601.684 Thread 0x000000003510d800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000326c55c method=java.awt.image.ComponentColorModel.getRGB(Ljava/lang/Object;)I @ 4
Event: 601.690 Thread 0x000000003510d800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000781b85c method=java.awt.image.BufferedImage.setRGB(IIII[III)V @ 48
Event: 601.694 Thread 0x000000003510d800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000781b85c method=java.awt.image.BufferedImage.setRGB(IIII[III)V @ 48
Event: 601.697 Thread 0x000000003510d800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000781b85c method=java.awt.image.BufferedImage.setRGB(IIII[III)V @ 48
Event: 601.822 Thread 0x00000000023d4000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002be6574 method=java.util.Collections$SynchronizedCollection.isEmpty()Z @ 11
Event: 601.849 Thread 0x00000000023d4000 Uncommon trap: reason=null_assert action=make_not_entrant pc=0x0000000007e67624 method=com.google.common.util.concurrent.ExecutionList.execute()V @ 23
Internal exceptions (10 events):
Event: 601.760 Thread 0x000000003510d800 Exception <a 'java/io/IOException'> (0x0000000748f6bcd8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 601.763 Thread 0x000000003510d800 Exception <a 'java/io/IOException'> (0x0000000748fb3260) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 601.764 Thread 0x000000003510d800 Exception <a 'java/io/IOException'> (0x0000000748fc10d8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 601.768 Thread 0x000000003510d800 Exception <a 'java/io/IOException'> (0x00000007490104e8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 601.769 Thread 0x000000003510d800 Exception <a 'java/io/IOException'> (0x000000074901ea90) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 601.783 Thread 0x000000003510d800 Exception <a 'java/io/IOException'> (0x00000007491027a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 601.784 Thread 0x000000003510d800 Exception <a 'java/io/IOException'> (0x0000000749111808) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 601.819 Thread 0x000000003510d800 Exception <a 'java/io/IOException'> (0x000000074968ac30) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 601.820 Thread 0x000000003510d800 Exception <a 'java/io/IOException'> (0x00000007496991e8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 601.839 Thread 0x000000002b92e000 Exception <a 'java/lang/InterruptedException': sleep interrupted> (0x00000007324539a0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jvm.cpp, line 3211]
Events (10 events):
Event: 601.824 loading class journeymap/client/mod/vanilla/FlowerBlockProxy done
Event: 601.829 Executing VM operation: Deoptimize
Event: 601.832 Executing VM operation: Deoptimize done
Event: 601.849 Executing VM operation: RevokeBias
Event: 601.849 Executing VM operation: RevokeBias done
Event: 601.849 Thread 0x00000000023d4000 Uncommon trap: trap_request=0xffffffec fr.pc=0x0000000007e67624
Event: 601.849 Thread 0x00000000023d4000 DEOPT PACKING pc=0x0000000007e67624 sp=0x00000000023cdb70
Event: 601.849 Thread 0x00000000023d4000 DEOPT UNPACKING pc=0x000000000251582a sp=0x00000000023cda68 mode 2
Event: 601.852 loading class meldexun/renderlib/util/ResourceLocationMap
Event: 601.852 loading class meldexun/renderlib/util/ResourceLocationMap done
Dynamic libraries:
0x00007ff6b97d0000 - 0x00007ff6b9807000 C:\Users\Saamio\Twitch\Minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\javaw.exe
0x00007ffeaef50000 - 0x00007ffeaf148000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffead260000 - 0x00007ffead31d000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffeac870000 - 0x00007ffeacb3e000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffea9120000 - 0x00007ffea91b0000 C:\WINDOWS\SYSTEM32\apphelp.dll
0x00007ffeaea20000 - 0x00007ffeaeace000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffead160000 - 0x00007ffead1fe000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffeaec60000 - 0x00007ffeaecfc000 C:\WINDOWS\System32\sechost.dll
0x00007ffeae8e0000 - 0x00007ffeaea05000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffead880000 - 0x00007ffeada20000 C:\WINDOWS\System32\USER32.dll
0x00007ffeac780000 - 0x00007ffeac7a2000 C:\WINDOWS\System32\win32u.dll
0x00007ffeaead0000 - 0x00007ffeaeafa000 C:\WINDOWS\System32\GDI32.dll
0x00007ffeac670000 - 0x00007ffeac77b000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffeacd10000 - 0x00007ffeacdad000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffeace00000 - 0x00007ffeacf00000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffe940a0000 - 0x00007ffe9433a000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_60b5254171f9507e\COMCTL32.dll
0x00007ffeaec30000 - 0x00007ffeaec60000 C:\WINDOWS\System32\IMM32.DLL
0x0000000053150000 - 0x0000000053222000 C:\Users\Saamio\Twitch\Minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\msvcr100.dll
0x00000000528c0000 - 0x0000000053143000 C:\Users\Saamio\Twitch\Minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\server\jvm.dll
0x00007ffeaef00000 - 0x00007ffeaef08000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffea6130000 - 0x00007ffea6157000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffe8cb80000 - 0x00007ffe8cb89000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffea5150000 - 0x00007ffea515a000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffeae3d0000 - 0x00007ffeae43b000 C:\WINDOWS\System32\WS2_32.dll
0x0000000053d80000 - 0x0000000053d8f000 C:\Users\Saamio\Twitch\Minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\verify.dll
0x0000000052890000 - 0x00000000528b9000 C:\Users\Saamio\Twitch\Minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\java.dll
0x0000000052870000 - 0x0000000052886000 C:\Users\Saamio\Twitch\Minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\zip.dll
0x00007ffeadb50000 - 0x00007ffeae294000 C:\WINDOWS\System32\SHELL32.dll
0x00007ffeaa6c0000 - 0x00007ffeaae54000 C:\WINDOWS\SYSTEM32\windows.storage.dll
0x00007ffeae450000 - 0x00007ffeae7a4000 C:\WINDOWS\System32\combase.dll
0x00007ffeac0d0000 - 0x00007ffeac100000 C:\WINDOWS\SYSTEM32\Wldp.dll
0x00007ffeada20000 - 0x00007ffeadacd000 C:\WINDOWS\System32\SHCORE.dll
0x00007ffeadaf0000 - 0x00007ffeadb45000 C:\WINDOWS\System32\shlwapi.dll
0x00007ffeac5b0000 - 0x00007ffeac5cf000 C:\WINDOWS\SYSTEM32\profapi.dll
0x0000000053d70000 - 0x0000000053d7d000 C:\Users\Saamio\Twitch\Minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\management.dll
0x0000000052850000 - 0x000000005286a000 C:\Users\Saamio\Twitch\Minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\net.dll
0x00007ffeabdc0000 - 0x00007ffeabe2a000 C:\WINDOWS\system32\mswsock.dll
0x00007ffe9db80000 - 0x00007ffe9db97000 C:\WINDOWS\system32\napinsp.dll
0x00007ffe9d6f0000 - 0x00007ffe9d70b000 C:\WINDOWS\system32\pnrpnsp.dll
0x00007ffea6200000 - 0x00007ffea6215000 C:\WINDOWS\system32\wshbth.dll
0x00007ffea7280000 - 0x00007ffea729d000 C:\WINDOWS\system32\NLAapi.dll
0x00007ffeabab0000 - 0x00007ffeabaeb000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x00007ffeabaf0000 - 0x00007ffeabbba000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x00007ffeaea10000 - 0x00007ffeaea18000 C:\WINDOWS\System32\NSI.dll
0x00007ffe9cb40000 - 0x00007ffe9cb52000 C:\WINDOWS\System32\winrnr.dll
0x00007ffea2620000 - 0x00007ffea262a000 C:\Windows\System32\rasadhlp.dll
0x00007ffea1770000 - 0x00007ffea17f0000 C:\WINDOWS\System32\fwpuclnt.dll
0x00007ffeac840000 - 0x00007ffeac867000 C:\WINDOWS\System32\bcrypt.dll
0x0000000052830000 - 0x0000000052841000 C:\Users\Saamio\Twitch\Minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\nio.dll
0x0000000052800000 - 0x0000000052824000 C:\Users\Saamio\Twitch\Minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\sunec.dll
0x00007ffeabfd0000 - 0x00007ffeabfe8000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
0x00007ffeab6e0000 - 0x00007ffeab714000 C:\WINDOWS\system32\rsaenh.dll
0x00007ffeac570000 - 0x00007ffeac59e000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x00007ffeac7b0000 - 0x00007ffeac832000 C:\WINDOWS\System32\bcryptprimitives.dll
0x00007ffeac040000 - 0x00007ffeac04c000 C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
0x00007ffea3640000 - 0x00007ffea3657000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x00007ffea2ec0000 - 0x00007ffea2edd000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x00007ffeab430000 - 0x00007ffeab463000 C:\WINDOWS\SYSTEM32\ntmarta.dll
0x00000000527e0000 - 0x00000000527f7000 C:\Users\Saamio\Twitch\Minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\unpack.dll
0x0000000052640000 - 0x00000000527d8000 C:\Users\Saamio\Twitch\Minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy\bin\awt.dll
0x00007ffeaeb60000 - 0x00007ffeaec2d000 C:\WINDOWS\System32\OLEAUT32.dll
0x0000000180000000 - 0x0000000180053000 C:\Users\Saamio\Twitch\Minecraft\Install\bin\66b9-472f-5f92-50da\lwjgl64.dll
0x00007ffe671f0000 - 0x00007ffe67317000 C:\WINDOWS\SYSTEM32\OPENGL32.dll
0x00007ffe9dc50000 - 0x00007ffe9dc7c000 C:\WINDOWS\SYSTEM32\GLU32.dll
0x00007ffea6350000 - 0x00007ffea63fe000 C:\WINDOWS\SYSTEM32\mscms.dll
0x00007ffea6160000 - 0x00007ffea6171000 C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll
0x00007ffeaaf50000 - 0x00007ffeaaf62000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffeae7b0000 - 0x00007ffeae859000 C:\WINDOWS\System32\clbcatq.dll
0x00007ffeacdb0000 - 0x00007ffeacdfe000 C:\WINDOWS\System32\cfgmgr32.dll
0x00007ffea98b0000 - 0x00007ffea994e000 C:\WINDOWS\system32\uxtheme.dll
0x00007ffeaede0000 - 0x00007ffeaeef5000 C:\WINDOWS\System32\MSCTF.dll
0x00007ffe9b350000 - 0x00007ffe9b449000 C:\WINDOWS\SYSTEM32\textinputframework.dll
0x00007ffea8ab0000 - 0x00007ffea8e0e000 C:\WINDOWS\System32\CoreUIComponents.dll
0x00007ffea8e10000 - 0x00007ffea8f02000 C:\WINDOWS\System32\CoreMessaging.dll
0x00007ffea83e0000 - 0x00007ffea8534000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x00007ffe48b70000 - 0x00007ffe496b7000 C:\WINDOWS\SYSTEM32\ig75icd64.dll
0x00007ffea9d70000 - 0x00007ffea9d84000 C:\WINDOWS\SYSTEM32\WTSAPI32.dll
0x00007ffe9bd30000 - 0x00007ffe9c76f000 C:\WINDOWS\SYSTEM32\igdusc64.dll
0x00007ffeaa040000 - 0x00007ffeaa06f000 C:\WINDOWS\SYSTEM32\dwmapi.dll
0x00007ffea74b0000 - 0x00007ffea74eb000 C:\WINDOWS\SYSTEM32\dxcore.dll
0x00007ffea7550000 - 0x00007ffea7593000 C:\WINDOWS\SYSTEM32\icm32.dll
0x00007ffeabff0000 - 0x00007ffeac03b000 C:\WINDOWS\SYSTEM32\powrprof.dll
0x00007ffeabe90000 - 0x00007ffeabea2000 C:\WINDOWS\SYSTEM32\UMPDC.dll
0x00007ffeab090000 - 0x00007ffeab183000 C:\WINDOWS\SYSTEM32\dxgi.dll
0x00007ffea7a70000 - 0x00007ffea7cd3000 C:\WINDOWS\SYSTEM32\d3d11.dll
0x00007ffe6bb50000 - 0x00007ffe6bb92000 C:\Users\Saamio\AppData\Local\Temp\jna--1826168384\jna640613105609240698.dll
0x00007ffe53450000 - 0x00007ffe534cd000 C:\Program Files (x86)\Overwolf\0.204.0.1\OWExplorer.dll
0x00007ffeacbb0000 - 0x00007ffeacd06000 C:\WINDOWS\System32\CRYPT32.dll
0x00007ffeacb40000 - 0x00007ffeacba8000 C:\WINDOWS\System32\WINTRUST.dll
0x00007ffeae2a0000 - 0x00007ffeae3ca000 C:\WINDOWS\System32\ole32.dll
0x00007ffeac260000 - 0x00007ffeac272000 C:\WINDOWS\System32\MSASN1.dll
0x00007ffeadad0000 - 0x00007ffeadaed000 C:\WINDOWS\System32\imagehlp.dll
0x00007ffeaaf00000 - 0x00007ffeaaf23000 C:\WINDOWS\SYSTEM32\gpapi.dll
0x00007ffea51f0000 - 0x00007ffea5221000 C:\Windows\System32\cryptnet.dll
0x00007ffea3ab0000 - 0x00007ffea3abb000 C:\WINDOWS\SYSTEM32\WINNSI.DLL
0x00007ffe22330000 - 0x00007ffe22787000 C:\Program Files (x86)\Overwolf\0.204.0.1\OWClient.dll
0x00007ffe594b0000 - 0x00007ffe59577000 C:\Program Files (x86)\Overwolf\0.204.0.1\OWUtils.dll
0x00007ffe9a690000 - 0x00007ffe9a6b7000 C:\Users\Saamio\AppData\Local\Overwolf\Extensions\ggfmakpbllghoepnmfelddbminamnbmfelbahfdp\209.1.2\plugins\GEPPlugin64.dll
0x00007ffe673d0000 - 0x00007ffe67479000 C:\Users\Saamio\AppData\Local\Overwolf\Extensions\ggfmakpbllghoepnmfelddbminamnbmfelbahfdp\209.1.2\plugins\64\gep_minecraft.dll
0x00007ffe6b8a0000 - 0x00007ffe6b8dc000 C:\Users\Saamio\AppData\Local\Overwolf\Extensions\ggfmakpbllghoepnmfelddbminamnbmfelbahfdp\209.1.2\plugins\64\libowgameevents64.dll
0x0000000033780000 - 0x00000000337e4000 C:\Users\Saamio\Twitch\Minecraft\Install\bin\66b9-472f-5f92-50da\OpenAL64.dll
0x00007ffe452d0000 - 0x00007ffe4536c000 C:\WINDOWS\SYSTEM32\dsound.dll
0x00007ffe9a050000 - 0x00007ffe9a076000 C:\WINDOWS\SYSTEM32\winmmbase.dll
0x00007ffea29a0000 - 0x00007ffea2a25000 C:\WINDOWS\System32\MMDevApi.dll
0x00007ffeac420000 - 0x00007ffeac44c000 C:\WINDOWS\System32\DEVOBJ.dll
0x00007ffea2ae0000 - 0x00007ffea2c62000 C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
0x00007ffea9e00000 - 0x00007ffea9e14000 C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll
0x00007ffe9d6b0000 - 0x00007ffe9d6ca000 C:\Users\Saamio\Twitch\Minecraft\Install\bin\66b9-472f-5f92-50da\SAPIWrapper_x64.dll
0x00007ffea05d0000 - 0x00007ffea0613000 C:\Windows\System32\Windows.Internal.Graphics.Display.DisplayColorManagement.dll
0x00007ffe75830000 - 0x00007ffe7678d000 C:\WINDOWS\SYSTEM32\igd10iumd64.dll
0x00007ffeac140000 - 0x00007ffeac167000 C:\WINDOWS\SYSTEM32\ncrypt.dll
0x00007ffeac100000 - 0x00007ffeac13b000 C:\WINDOWS\SYSTEM32\NTASN1.dll
0x00007ffea5aa0000 - 0x00007ffea5c84000 C:\WINDOWS\SYSTEM32\dbghelp.dll
VM Arguments:
jvm_args: -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Djava.library.path=C:\Users\Saamio\Twitch\Minecraft\Install\bin\66b9-472f-5f92-50da -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.3.407 -Dminecraft.client.jar=C:\Users\Saamio\Twitch\Minecraft\Install\versions\1.12.2\1.12.2.jar -Xmx8000m -Xms256m -Dminecraft.applet.TargetDirectory=C:\Users\Saamio\Twitch\Minecraft\Instances\Underdog -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true -Duser.language=en -Duser.country=US -Dlog4j.configurationFile=C:\Users\Saamio\Twitch\Minecraft\Install\assets\log_configs\client-1.12.xml
java_command: net.minecraft.launchwrapper.Launch --username Saamio --version forge-14.23.5.2860 --gameDir C:\Users\Saamio\Twitch\Minecraft\Instances\Underdog --assetsDir C:\Users\Saamio\Twitch\Minecraft\Install\assets --assetIndex 1.12 --uuid e4a228a847a04030ad9027cd48457cbb -lc124sByU3wDIjKYaSrYdLnWH4 --userType msa --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker --versionType Forge --width 1024 --height 768
java_class_path (initial): C:\Users\Saamio\Twitch\Minecraft\Install\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2860\forge-1.12.2-14.23.5.2860.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\org\ow2\asm\asm-debug-all\5.2\asm-debug-all-5.2.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\org\jline\jline\3.5.1\jline-3.5.1.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2_mc\scala-continuations-library_2.11-1.0.2_mc.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2_mc\scala-continuations-plugin_2.11.1-1.0.2_mc.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Saamio\Twitch\Minecraft\Install\libraries\java3d\vecmath\1.5.2\vecmath-1
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin;C:\Program Files\Git\cmd;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Users\Saamio\Downloads\LuaYEET;C:\FFmpeg\bin;C:\Program Files (x86)\dotnet\;C:\Program Files\dotnet\;C:\Users\Saamio\AppData\Local\Programs\Python\Python38-32\Scripts\;C:\Users\Saamio\AppData\Local\Programs\Python\Python38-32\;C:\Users\Saamio\AppData\Local\Microsoft\WindowsApps;C:\Users\Saamio\AppData\Local\Microsoft\WindowsApps
USERNAME=Saamio
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.1889)
CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2
Memory: 4k page, physical 16653528k(1062872k free), swap 24392920k(2838996k 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: Fri Sep 16 12:44:44 2022
elapsed time: 601 seconds (0d 0h 10m 1s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment