Unknown Log

#HMPkR0o
515 lines
Raw
1#
2# A fatal error has been detected by the Java Runtime Environment:
3#
4# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffdff5a0790, pid=15180, tid=1404
5#
6# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
7# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
8# Problematic frame:
9# C [atio6axx.dll+0xbd0790]
10#
11# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
12#
13# If you would like to submit a bug report, please visit:
14# http://bugreport.java.com/bugreport/crash.jsp
15# The crash happened outside the Java Virtual Machine in native code.
16# See problematic frame for where to report the bug.
17#
18
19--------------- T H R E A D ---------------
20
21Current thread (0x0000000002c33800): JavaThread "Render thread" [_thread_in_native, id=1404, stack(0x0000000002af0000,0x0000000002bf0000)]
22
23siginfo: ExceptionCode=0xc0000005, reading address 0x0000000030f52000
24
25Registers:
26RAX=0x0000000000001fff, RBX=0x0000000030f50000, RCX=0xffffffffffffffff, RDX=0x000000002c4a1e60
27RSP=0x0000000002bedf10, RBP=0x0000000002bee010, RSI=0x0000000000000000, RDI=0x0000000000000010
28R8 =0x0000000000000017, R9 =0x0000000000000040, R10=0x0000000000000000, R11=0x983ebb03f1efffff
29R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x0000000000000000
30RIP=0x00007ffdff5a0790, EFLAGS=0x0000000000010206
31
32Top of Stack: (sp=0x0000000002bedf10)
330x0000000002bedf10: 0000000000000000 00007ffe6e0f0b31
340x0000000002bedf20: 0000000000000000 000000005c1041f1
350x0000000002bedf30: 000000000000003c 0000000000000040
360x0000000002bedf40: 0000000000e40101 0000000000e40000
370x0000000002bedf50: 0000000000000167 000000002c574370
380x0000000002bedf60: 000000002c572d00 0000000000000000
390x0000000002bedf70: 0000000000000000 000000000000002c
400x0000000002bedf80: 0000000000000167 0000000000000000
410x0000000002bedf90: 0000000000000000 0000000000000000
420x0000000002bedfa0: 0000000000000000 0000000000000000
430x0000000002bedfb0: 0000000000000000 0000000000000000
440x0000000002bedfc0: 0000000000000000 000000000000000d
450x0000000002bedfd0: 00000000000003c0 0000000000e40cc0
460x0000000002bedfe0: 0000000000000000 0000000000000167
470x0000000002bedff0: 0000000000000000 0000000000e40000
480x0000000002bee000: 000000002c4a1e60 0000000000000001
49
50Instructions: (pc=0x00007ffdff5a0790)
510x00007ffdff5a0770: 4c 8b 7d 88 4a 8b 1c f3 33 f6 48 89 75 98 48 89
520x00007ffdff5a0780: 75 a0 48 89 74 24 78 48 85 db 74 4d 48 8b c1 90
530x00007ffdff5a0790: 40 38 74 03 01 48 8d 40 01 75 f5 48 8d 78 01 48
540x00007ffdff5a07a0: 89 7d a0 48 85 ff 74 1c 48 8d 77 0f 48 83 e6 f0
55
56
57Register to memory mapping:
58
59RAX=0x0000000000001fff is an unknown value
60RBX=0x0000000030f50000 is an unknown value
61RCX=0xffffffffffffffff is an unknown value
62RDX=0x000000002c4a1e60 is an unknown value
63RSP=0x0000000002bedf10 is pointing into the stack for thread: 0x0000000002c33800
64RBP=0x0000000002bee010 is pointing into the stack for thread: 0x0000000002c33800
65RSI=0x0000000000000000 is an unknown value
66RDI=0x0000000000000010 is an unknown value
67R8 =0x0000000000000017 is an unknown value
68R9 =0x0000000000000040 is an unknown value
69R10=0x0000000000000000 is an unknown value
70R11=0x983ebb03f1efffff is an unknown value
71R12=0x0000000000000000 is an unknown value
72R13=0x0000000000000000 is an unknown value
73R14=0x0000000000000000 is an unknown value
74R15=0x0000000000000000 is an unknown value
75
76
77Stack: [0x0000000002af0000,0x0000000002bf0000], sp=0x0000000002bedf10, free space=1015k
78Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
79C [atio6axx.dll+0xbd0790]
80C [atio6axx.dll+0xbcd273]
81C [atio6axx.dll+0xddf7b7]
82C 0x0000000002d95894
83
84Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
85j org.lwjgl.opengl.GL20C.nglShaderSource(IIJJ)V+0
86j org.lwjgl.opengl.GL20C.glShaderSource(ILjava/lang/CharSequence;)V+38
87j org.lwjgl.opengl.GL20.glShaderSource(ILjava/lang/CharSequence;)V+2
88j com.seibel.distanthorizons.core.render.glObject.shader.Shader.<init>(ILjava/lang/String;)V+154
89j com.seibel.distanthorizons.core.render.glObject.shader.ShaderProgram.<init>(Ljava/util/List;Ljava/util/List;[Ljava/lang/String;)V+128
90j com.seibel.distanthorizons.core.render.glObject.shader.ShaderProgram.<init>(Ljava/util/function/Supplier;Ljava/util/function/Supplier;Ljava/lang/String;[Ljava/lang/String;)V+39
91j com.seibel.distanthorizons.core.render.glObject.shader.ShaderProgram.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V+16
92j com.seibel.distanthorizons.core.render.renderer.shaders.FogShader.onInit()V+20
93j com.seibel.distanthorizons.core.render.renderer.shaders.AbstractShaderRenderer.init()V+14
94j com.seibel.distanthorizons.core.render.renderer.FogRenderer.init()V+16
95j com.seibel.distanthorizons.core.render.renderer.FogRenderer.render(Lcom/seibel/distanthorizons/core/util/math/Mat4f;F)V+9
96j com.seibel.distanthorizons.core.render.renderer.LodRenderer.renderLodPass(Lcom/seibel/distanthorizons/core/wrapperInterfaces/world/IClientLevelWrapper;Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;Z)V+423
97j com.seibel.distanthorizons.core.render.renderer.LodRenderer.drawLods(Lcom/seibel/distanthorizons/core/wrapperInterfaces/world/IClientLevelWrapper;Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;)V+5
98j com.seibel.distanthorizons.core.level.ClientLevelModule.render(Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;)V+26
99j com.seibel.distanthorizons.core.level.DhClientServerLevel.render(Lcom/seibel/distanthorizons/api/methods/events/sharedParameterObjects/DhApiRenderParam;Lcom/seibel/distanthorizons/core/wrapperInterfaces/minecraft/IProfilerWrapper;)V+6
100j com.seibel.distanthorizons.core.api.internal.ClientApi.renderLodLayer(Lcom/seibel/distanthorizons/core/wrapperInterfaces/world/IClientLevelWrapper;Lcom/seibel/distanthorizons/core/util/math/Mat4f;Lcom/seibel/distanthorizons/core/util/math/Mat4f;FZ)V+408
101j com.seibel.distanthorizons.core.api.internal.ClientApi.renderLods(Lcom/seibel/distanthorizons/core/wrapperInterfaces/world/IClientLevelWrapper;Lcom/seibel/distanthorizons/core/util/math/Mat4f;Lcom/seibel/distanthorizons/core/util/math/Mat4f;F)V+7
102j com.seibel.distanthorizons.fabric.FabricClientProxy.lambda$registerEvents$6(Lnet/fabricmc/fabric/api/client/rendering/v1/WorldRenderContext;)V+47
103j com.seibel.distanthorizons.fabric.FabricClientProxy$$Lambda$2243.afterSetup(Lnet/fabricmc/fabric/api/client/rendering/v1/WorldRenderContext;)V+5
104j net.minecraft.class_761.handler$zdd000$fabric-rendering-v1$afterTerrainSetup(Lnet/minecraft/class_4184;Lnet/minecraft/class_4604;ZIZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V+21
105j net.minecraft.class_761.method_3273(Lnet/minecraft/class_4184;Lnet/minecraft/class_4604;ZIZ)V+1405
106j net.minecraft.class_761.method_22710(Lnet/minecraft/class_4587;FJZLnet/minecraft/class_4184;Lnet/minecraft/class_757;Lnet/minecraft/class_765;Lnet/minecraft/class_1159;)V+524
107j net.minecraft.class_757.method_3188(FJLnet/minecraft/class_4587;)V+487
108j net.minecraft.class_757.method_3192(FJZ)V+232
109J 9752 C1 net.minecraft.class_310.method_1523(Z)V (946 bytes) @ 0x000000000456ec24 [0x000000000456a080+0x4ba4]
110j net.minecraft.class_310.method_1514()V+73
111j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1366
112j java.lang.invoke.LambdaForm$DMH.invokeStaticInit_L_V(Ljava/lang/Object;Ljava/lang/Object;)V+10
113j java.lang.invoke.LambdaForm$MH.invokeExact_MT(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V+12
114j net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(Ljava/lang/ClassLoader;)V+74
115j net.fabricmc.loader.impl.launch.knot.Knot.launch([Ljava/lang/String;Lnet/fabricmc/api/EnvType;)V+40
116j net.fabricmc.loader.impl.launch.knot.KnotClient.main([Ljava/lang/String;)V+4
117v ~StubRoutines::call_stub
118
119--------------- P R O C E S S ---------------
120
121Java Threads: ( => current thread )
122 0x000000001cf54800 JavaThread "DH-Beacon Culling Thread[0]" [_thread_blocked, id=5660, stack(0x000000004a4b0000,0x000000004a5b0000)]
123 0x000000001cf52800 JavaThread "DH-GLBuffer Cleanup Thread[0]" daemon [_thread_blocked, id=2452, stack(0x0000000049da0000,0x0000000049ea0000)]
124 0x000000001cfae000 JavaThread "DH-World Gen Progress Updater Thread[0]" daemon [_thread_blocked, id=9512, stack(0x0000000048830000,0x0000000048930000)]
125 0x000000001cfad000 JavaThread "DH-World Gen Queue Thread[0]" [_thread_blocked, id=9260, stack(0x0000000048730000,0x0000000048830000)]
126 0x000000001cfaf800 JavaThread "Worker-Main-13" daemon [_thread_blocked, id=11916, stack(0x00000000434e0000,0x00000000435e0000)]
127 0x000000001cfae800 JavaThread "Sound engine" daemon [_thread_blocked, id=14756, stack(0x000000002f8b0000,0x000000002f9b0000)]
128 0x000000001cfac000 JavaThread "DH-FullDataPayloadSender" daemon [_thread_blocked, id=13816, stack(0x0000000048330000,0x0000000048430000)]
129 0x000000001cfaa800 JavaThread "DH-Client Server World Ticker Thread Thread[0]" [_thread_in_vm, id=7024, stack(0x0000000048030000,0x0000000048130000)]
130 0x000000001cfa4000 JavaThread "Netty Server IO #1" daemon [_thread_in_native, id=5736, stack(0x0000000047f30000,0x0000000048030000)]
131 0x000000001cfaa000 JavaThread "Netty Local Client IO #0" daemon [_thread_blocked, id=952, stack(0x0000000047e30000,0x0000000047f30000)]
132 0x000000001cfa2800 JavaThread "Netty Server IO #0" daemon [_thread_in_native, id=14284, stack(0x0000000047d30000,0x0000000047e30000)]
133 0x000000001cfa8800 JavaThread "ObjectCleanerThread" daemon [_thread_blocked, id=13496, stack(0x0000000044f00000,0x0000000045000000)]
134 0x000000001cfa9000 JavaThread "DH-PriorityTaskPicker Thread[0]" [_thread_in_native, id=9616, stack(0x0000000044a00000,0x0000000044b00000)]
135 0x000000001cfa7800 JavaThread "IO-Worker-12" [_thread_blocked, id=11328, stack(0x0000000044900000,0x0000000044a00000)]
136 0x000000001cfa6000 JavaThread "IO-Worker-11" [_thread_blocked, id=15156, stack(0x0000000044800000,0x0000000044900000)]
137 0x000000001cfa1000 JavaThread "IO-Worker-10" [_thread_blocked, id=7704, stack(0x0000000044700000,0x0000000044800000)]
138 0x000000001cfa3000 JavaThread "IO-Worker-9" [_thread_blocked, id=14200, stack(0x00000000443d0000,0x00000000444d0000)]
139 0x000000001cfa0000 JavaThread "DH-Parent Update Queue [minecraft:the_end] Thread[0]" [_thread_blocked, id=13736, stack(0x00000000442d0000,0x00000000443d0000)]
140 0x000000001cfa7000 JavaThread "DH-Parent Update Queue [minecraft:the_nether] Thread[0]" [_thread_blocked, id=10228, stack(0x00000000441d0000,0x00000000442d0000)]
141 0x000000001cfa5800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=12244, stack(0x00000000439e0000,0x0000000043ae0000)]
142 0x000000001cfa4800 JavaThread "DH-Parent Update Queue [minecraft:overworld] Thread[0]" [_thread_blocked, id=3692, stack(0x00000000440d0000,0x00000000441d0000)]
143 0x000000001cf57000 JavaThread "DH-Full Data Migration Thread[0]" [_thread_blocked, id=9348, stack(0x0000000043b30000,0x0000000043c30000)]
144 0x000000001cf58800 JavaThread "DH-Phantom Array Recycler Thread[0]" daemon [_thread_blocked, id=14380, stack(0x00000000438e0000,0x00000000439e0000)]
145 0x000000001cf55800 JavaThread "DH-delayed save cache cleaner Thread[0]" daemon [_thread_blocked, id=11740, stack(0x00000000437e0000,0x00000000438e0000)]
146 0x000000001cf54000 JavaThread "Server thread" [_thread_in_vm, id=6792, stack(0x000000003e840000,0x000000003e940000)]
147 0x000000001cf53000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=3976, stack(0x00000000307f0000,0x00000000308f0000)]
148 0x000000001cf57800 JavaThread "Narrator" [_thread_blocked, id=11500, stack(0x00000000306f0000,0x00000000307f0000)]
149 0x000000001c056800 JavaThread "Thread-8" daemon [_thread_blocked, id=14396, stack(0x00000000249d0000,0x0000000024ad0000)]
150 0x000000001c669800 JavaThread "DH-ApplyConfigPresetTimer" daemon [_thread_blocked, id=8480, stack(0x00000000247d0000,0x00000000248d0000)]
151 0x000000001fb54800 JavaThread "DH-ApplyConfigPresetTimer" daemon [_thread_blocked, id=10276, stack(0x00000000246d0000,0x00000000247d0000)]
152 0x000000001bf9e800 JavaThread "Thread-5" daemon [_thread_in_native, id=2448, stack(0x00000000235b0000,0x00000000236b0000)]
153 0x000000001eb5c000 JavaThread "Thread-4" daemon [_thread_in_native, id=3424, stack(0x00000000234b0000,0x00000000235b0000)]
154 0x000000001bff8000 JavaThread "Thread-3" daemon [_thread_in_native, id=10960, stack(0x00000000233b0000,0x00000000234b0000)]
155 0x000000001c37a800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=2304, stack(0x00000000216a0000,0x00000000217a0000)]
156 0x000000001e6b8000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=15200, stack(0x0000000020160000,0x0000000020260000)]
157 0x000000001f5cb800 JavaThread "Worker-Bootstrap-1" daemon [_thread_in_Java, id=14276, stack(0x000000001edb0000,0x000000001eeb0000)]
158 0x000000001a5c1800 JavaThread "Service Thread" daemon [_thread_blocked, id=13368, stack(0x000000001b6d0000,0x000000001b7d0000)]
159 0x000000001a557000 JavaThread "C1 CompilerThread1" daemon [_thread_blocked, id=12684, stack(0x000000001b5d0000,0x000000001b6d0000)]
160 0x000000001a550000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=14684, stack(0x000000001b4d0000,0x000000001b5d0000)]
161 0x000000001a54e800 JavaThread "Attach Listener" daemon [_thread_blocked, id=14228, stack(0x000000001b3d0000,0x000000001b4d0000)]
162 0x000000001a54d800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11608, stack(0x000000001b2d0000,0x000000001b3d0000)]
163 0x000000001a54a800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=15084, stack(0x000000001b1d0000,0x000000001b2d0000)]
164 0x000000001a4ef000 JavaThread "Finalizer" daemon [_thread_blocked, id=14572, stack(0x000000001a960000,0x000000001aa60000)]
165 0x000000001a4e8000 JavaThread "Reference Handler" daemon [_thread_blocked, id=8436, stack(0x000000001a860000,0x000000001a960000)]
166=>0x0000000002c33800 JavaThread "Render thread" [_thread_in_native, id=1404, stack(0x0000000002af0000,0x0000000002bf0000)]
167
168Other Threads:
169 0x000000001a4e1800 VMThread [stack: 0x000000001a280000,0x000000001a380000] [id=8072]
170 0x000000001a5e1800 WatcherThread [stack: 0x000000001b7d0000,0x000000001b8d0000] [id=3356]
171
172VM state:not at safepoint (normal execution)
173
174VM Mutex/Monitor currently owned by a thread: None
175
176Heap:
177 garbage-first heap total 1900544K, used 881625K [0x0000000080000000, 0x00000000820001d0, 0x0000000100000000)
178 region size 32768K, 17 young (557056K), 2 survivors (65536K)
179 Metaspace used 88147K, capacity 98262K, committed 98432K, reserved 1132544K
180 class space used 12225K, capacity 14665K, committed 14720K, reserved 1048576K
181
182Heap 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)
183AC 0 O TS 0 PTAMS 0x0000000082000000 NTAMS 0x0000000082000000 space 32768K, 100% used [0x0000000080000000, 0x0000000082000000)
184AC 0 O TS 0 PTAMS 0x0000000084000000 NTAMS 0x0000000084000000 space 32768K, 100% used [0x0000000082000000, 0x0000000084000000)
185AC 0 O TS 7 PTAMS 0x0000000084000000 NTAMS 0x0000000084000000 space 32768K, 100% used [0x0000000084000000, 0x0000000086000000)
186AC 0 O TS 37 PTAMS 0x0000000086000000 NTAMS 0x0000000086000000 space 32768K, 100% used [0x0000000086000000, 0x0000000088000000)
187AC 0 O TS 11 PTAMS 0x0000000088000000 NTAMS 0x0000000088000000 space 32768K, 100% used [0x0000000088000000, 0x000000008a000000)
188AC 0 O TS 0 PTAMS 0x000000008c000000 NTAMS 0x000000008c000000 space 32768K, 100% used [0x000000008a000000, 0x000000008c000000)
189AC 0 O TS 7 PTAMS 0x000000008c000000 NTAMS 0x000000008c000000 space 32768K, 100% used [0x000000008c000000, 0x000000008e000000)
190AC 0 O TS 51 PTAMS 0x000000008e000000 NTAMS 0x000000008e000000 space 32768K, 100% used [0x000000008e000000, 0x0000000090000000)
191AC 0 O TS 61 PTAMS 0x0000000090000000 NTAMS 0x0000000090000000 space 32768K, 100% used [0x0000000090000000, 0x0000000092000000)
192AC 0 O TS 69 PTAMS 0x0000000092000000 NTAMS 0x0000000092000000 space 32768K, 26% used [0x0000000092000000, 0x0000000094000000)
193AC 0 O TS 3 PTAMS 0x0000000095746600 NTAMS 0x0000000095746600 space 32768K, 100% used [0x0000000094000000, 0x0000000096000000)
194AC 0 O TS 5 PTAMS 0x0000000096000000 NTAMS 0x0000000096000000 space 32768K, 100% used [0x0000000096000000, 0x0000000098000000)
195AC 0 F TS 0 PTAMS 0x0000000098000000 NTAMS 0x0000000098000000 space 32768K, 0% used [0x0000000098000000, 0x000000009a000000)
196AC 0 F TS 0 PTAMS 0x000000009a000000 NTAMS 0x000000009a000000 space 32768K, 0% used [0x000000009a000000, 0x000000009c000000)
197AC 0 F TS 0 PTAMS 0x000000009c000000 NTAMS 0x000000009c000000 space 32768K, 0% used [0x000000009c000000, 0x000000009e000000)
198AC 0 F TS 0 PTAMS 0x000000009e000000 NTAMS 0x000000009e000000 space 32768K, 0% used [0x000000009e000000, 0x00000000a0000000)
199AC 0 F TS 0 PTAMS 0x00000000a0000000 NTAMS 0x00000000a0000000 space 32768K, 0% used [0x00000000a0000000, 0x00000000a2000000)
200AC 0 F TS 0 PTAMS 0x00000000a2000000 NTAMS 0x00000000a2000000 space 32768K, 0% used [0x00000000a2000000, 0x00000000a4000000)
201AC 0 F TS 0 PTAMS 0x00000000a4000000 NTAMS 0x00000000a4000000 space 32768K, 0% used [0x00000000a4000000, 0x00000000a6000000)
202AC 0 F TS 0 PTAMS 0x00000000a6000000 NTAMS 0x00000000a6000000 space 32768K, 0% used [0x00000000a6000000, 0x00000000a8000000)
203AC 0 F TS 37 PTAMS 0x00000000a8000000 NTAMS 0x00000000a8000000 space 32768K, 0% used [0x00000000a8000000, 0x00000000aa000000)
204AC 0 F TS 37 PTAMS 0x00000000aa000000 NTAMS 0x00000000aa000000 space 32768K, 0% used [0x00000000aa000000, 0x00000000ac000000)
205AC 0 F TS 47 PTAMS 0x00000000ac000000 NTAMS 0x00000000ac000000 space 32768K, 0% used [0x00000000ac000000, 0x00000000ae000000)
206AC 0 F TS 47 PTAMS 0x00000000ae000000 NTAMS 0x00000000ae000000 space 32768K, 0% used [0x00000000ae000000, 0x00000000b0000000)
207AC 0 F TS 67 PTAMS 0x00000000b0000000 NTAMS 0x00000000b0000000 space 32768K, 0% used [0x00000000b0000000, 0x00000000b2000000)
208AC 0 F TS 67 PTAMS 0x00000000b2000000 NTAMS 0x00000000b2000000 space 32768K, 0% used [0x00000000b2000000, 0x00000000b4000000)
209AC 0 S CS TS 69 PTAMS 0x00000000b4000000 NTAMS 0x00000000b4000000 space 32768K, 64% used [0x00000000b4000000, 0x00000000b6000000)
210AC 0 S CS TS 69 PTAMS 0x00000000b6000000 NTAMS 0x00000000b6000000 space 32768K, 100% used [0x00000000b6000000, 0x00000000b8000000)
211AC 0 F TS 45 PTAMS 0x00000000b8000000 NTAMS 0x00000000b8000000 space 32768K, 0% used [0x00000000b8000000, 0x00000000ba000000)
212AC 0 F TS 43 PTAMS 0x00000000ba000000 NTAMS 0x00000000ba000000 space 32768K, 0% used [0x00000000ba000000, 0x00000000bc000000)
213AC 0 F TS 43 PTAMS 0x00000000bc000000 NTAMS 0x00000000bc000000 space 32768K, 0% used [0x00000000bc000000, 0x00000000be000000)
214AC 0 F TS 65 PTAMS 0x00000000be000000 NTAMS 0x00000000be000000 space 32768K, 0% used [0x00000000be000000, 0x00000000c0000000)
215AC 0 F TS 65 PTAMS 0x00000000c0000000 NTAMS 0x00000000c0000000 space 32768K, 0% used [0x00000000c0000000, 0x00000000c2000000)
216AC 0 F TS 49 PTAMS 0x00000000c2000000 NTAMS 0x00000000c2000000 space 32768K, 0% used [0x00000000c2000000, 0x00000000c4000000)
217AC 0 F TS 41 PTAMS 0x00000000c4000000 NTAMS 0x00000000c4000000 space 32768K, 0% used [0x00000000c4000000, 0x00000000c6000000)
218AC 0 F TS 41 PTAMS 0x00000000c6000000 NTAMS 0x00000000c6000000 space 32768K, 0% used [0x00000000c6000000, 0x00000000c8000000)
219AC 0 F TS 0 PTAMS 0x00000000c8000000 NTAMS 0x00000000c8000000 space 32768K, 0% used [0x00000000c8000000, 0x00000000ca000000)
220AC 0 F TS 0 PTAMS 0x00000000ca000000 NTAMS 0x00000000ca000000 space 32768K, 0% used [0x00000000ca000000, 0x00000000cc000000)
221AC 0 F TS 33 PTAMS 0x00000000cc000000 NTAMS 0x00000000cc000000 space 32768K, 0% used [0x00000000cc000000, 0x00000000ce000000)
222AC 0 F TS 55 PTAMS 0x00000000ce000000 NTAMS 0x00000000ce000000 space 32768K, 0% used [0x00000000ce000000, 0x00000000d0000000)
223AC 0 F TS 57 PTAMS 0x00000000d0000000 NTAMS 0x00000000d0000000 space 32768K, 0% used [0x00000000d0000000, 0x00000000d2000000)
224AC 0 F TS 57 PTAMS 0x00000000d2000000 NTAMS 0x00000000d2000000 space 32768K, 0% used [0x00000000d2000000, 0x00000000d4000000)
225AC 0 F TS 19 PTAMS 0x00000000d4000000 NTAMS 0x00000000d4000000 space 32768K, 0% used [0x00000000d4000000, 0x00000000d6000000)
226AC 0 E TS 31 PTAMS 0x00000000d6000000 NTAMS 0x00000000d6000000 space 32768K, 7% used [0x00000000d6000000, 0x00000000d8000000)
227AC 0 E CS TS 31 PTAMS 0x00000000d8000000 NTAMS 0x00000000d8000000 space 32768K, 100% used [0x00000000d8000000, 0x00000000da000000)
228AC 0 E CS TS 61 PTAMS 0x00000000da000000 NTAMS 0x00000000da000000 space 32768K, 100% used [0x00000000da000000, 0x00000000dc000000)
229AC 0 E CS TS 61 PTAMS 0x00000000dc000000 NTAMS 0x00000000dc000000 space 32768K, 100% used [0x00000000dc000000, 0x00000000de000000)
230AC 0 E CS TS 63 PTAMS 0x00000000de000000 NTAMS 0x00000000de000000 space 32768K, 100% used [0x00000000de000000, 0x00000000e0000000)
231AC 0 E CS TS 63 PTAMS 0x00000000e0000000 NTAMS 0x00000000e0000000 space 32768K, 100% used [0x00000000e0000000, 0x00000000e2000000)
232AC 0 E CS TS 15 PTAMS 0x00000000e2000000 NTAMS 0x00000000e2000000 space 32768K, 100% used [0x00000000e2000000, 0x00000000e4000000)
233AC 0 E CS TS 15 PTAMS 0x00000000e4000000 NTAMS 0x00000000e4000000 space 32768K, 100% used [0x00000000e4000000, 0x00000000e6000000)
234AC 0 E CS TS 17 PTAMS 0x00000000e6000000 NTAMS 0x00000000e6000000 space 32768K, 100% used [0x00000000e6000000, 0x00000000e8000000)
235AC 0 E CS TS 17 PTAMS 0x00000000e8000000 NTAMS 0x00000000e8000000 space 32768K, 100% used [0x00000000e8000000, 0x00000000ea000000)
236AC 0 E CS TS 17 PTAMS 0x00000000ea000000 NTAMS 0x00000000ea000000 space 32768K, 100% used [0x00000000ea000000, 0x00000000ec000000)
237AC 0 E CS TS 19 PTAMS 0x00000000ec000000 NTAMS 0x00000000ec000000 space 32768K, 100% used [0x00000000ec000000, 0x00000000ee000000)
238AC 0 E CS TS 19 PTAMS 0x00000000ee000000 NTAMS 0x00000000ee000000 space 32768K, 100% used [0x00000000ee000000, 0x00000000f0000000)
239AC 0 E CS TS 21 PTAMS 0x00000000f0000000 NTAMS 0x00000000f0000000 space 32768K, 100% used [0x00000000f0000000, 0x00000000f2000000)
240AC 0 E CS TS 21 PTAMS 0x00000000f2000000 NTAMS 0x00000000f2000000 space 32768K, 100% used [0x00000000f2000000, 0x00000000f4000000)
241
242Card table byte_map: [0x0000000012c60000,0x0000000013060000] byte_map_base: 0x0000000012860000
243
244Marking Bits (Prev, Next): (CMBitMap*) 0x0000000002c70378, (CMBitMap*) 0x0000000002c703d0
245 Prev Bits: [0x0000000013460000, 0x0000000015460000)
246 Next Bits: [0x0000000015460000, 0x0000000017460000)
247
248Polling page: 0x0000000000e10000
249
250CodeCache: size=245760Kb used=36413Kb max_used=36479Kb free=209346Kb
251 bounds [0x0000000002d80000, 0x0000000005170000, 0x0000000011d80000]
252 total_blobs=13045 nmethods=11318 adapters=1638
253 compilation: enabled
254
255Compilation events (10 events):
256Event: 56.587 Thread 0x000000001a557000 15551 3 java.util.concurrent.ConcurrentHashMap$ValueIterator::next (34 bytes)
257Event: 56.587 Thread 0x000000001a557000 nmethod 15551 0x0000000004cca350 code [0x0000000004cca4e0, 0x0000000004cca858]
258Event: 56.587 Thread 0x000000001a557000 15552 1 net.minecraft.class_2874::method_29959 (5 bytes)
259Event: 56.587 Thread 0x000000001a557000 nmethod 15552 0x0000000004cca090 code [0x0000000004cca1e0, 0x0000000004cca2f0]
260Event: 56.588 Thread 0x000000001a550000 15553 4 net.minecraft.class_4493::method_22056 (18 bytes)
261Event: 56.589 Thread 0x000000001a550000 nmethod 15553 0x0000000004cc6ed0 code [0x0000000004cc7020, 0x0000000004cc7148]
262Event: 56.591 Thread 0x000000001a557000 15554 3 org.apache.logging.log4j.core.util.datetime.FastDatePrinter$CharacterLiteral::appendTo (12 bytes)
263Event: 56.592 Thread 0x000000001a557000 nmethod 15554 0x0000000004cc6a50 code [0x0000000004cc6bc0, 0x0000000004cc6de8]
264Event: 56.592 Thread 0x000000001a557000 15555 3 org.apache.logging.log4j.core.util.datetime.FastDatePrinter::appendDigits (31 bytes)
265Event: 56.592 Thread 0x000000001a557000 nmethod 15555 0x0000000004cc6490 code [0x0000000004cc6600, 0x0000000004cc6938]
266
267GC Heap History (10 events):
268Event: 50.520 GC heap before
269{Heap before GC invocations=65 (full 0):
270 garbage-first heap total 1900544K, used 712822K [0x0000000080000000, 0x00000000820001d0, 0x0000000100000000)
271 region size 32768K, 11 young (360448K), 2 survivors (65536K)
272 Metaspace used 77531K, capacity 86406K, committed 86528K, reserved 1122304K
273 class space used 10888K, capacity 13051K, committed 13056K, reserved 1048576K
274Event: 50.572 GC heap after
275Heap after GC invocations=66 (full 0):
276 garbage-first heap total 1900544K, used 420274K [0x0000000080000000, 0x00000000820001d0, 0x0000000100000000)
277 region size 32768K, 2 young (65536K), 2 survivors (65536K)
278 Metaspace used 77531K, capacity 86406K, committed 86528K, reserved 1122304K
279 class space used 10888K, capacity 13051K, committed 13056K, reserved 1048576K
280}
281Event: 51.175 GC heap before
282{Heap before GC invocations=66 (full 0):
283 garbage-first heap total 1900544K, used 715186K [0x0000000080000000, 0x00000000820001d0, 0x0000000100000000)
284 region size 32768K, 11 young (360448K), 2 survivors (65536K)
285 Metaspace used 77533K, capacity 86406K, committed 86528K, reserved 1122304K
286 class space used 10888K, capacity 13051K, committed 13056K, reserved 1048576K
287Event: 51.212 GC heap after
288Heap after GC invocations=67 (full 0):
289 garbage-first heap total 1900544K, used 418710K [0x0000000080000000, 0x00000000820001d0, 0x0000000100000000)
290 region size 32768K, 2 young (65536K), 2 survivors (65536K)
291 Metaspace used 77533K, capacity 86406K, committed 86528K, reserved 1122304K
292 class space used 10888K, capacity 13051K, committed 13056K, reserved 1048576K
293}
294Event: 52.529 GC heap before
295{Heap before GC invocations=67 (full 0):
296 garbage-first heap total 1900544K, used 1172374K [0x0000000080000000, 0x00000000820001d0, 0x0000000100000000)
297 region size 32768K, 25 young (819200K), 2 survivors (65536K)
298 Metaspace used 78906K, capacity 88100K, committed 88320K, reserved 1124352K
299 class space used 11088K, capacity 13300K, committed 13312K, reserved 1048576K
300Event: 52.551 GC heap after
301Heap after GC invocations=68 (full 0):
302 garbage-first heap total 1900544K, used 415734K [0x0000000080000000, 0x00000000820001d0, 0x0000000100000000)
303 region size 32768K, 2 young (65536K), 2 survivors (65536K)
304 Metaspace used 78906K, capacity 88100K, committed 88320K, reserved 1124352K
305 class space used 11088K, capacity 13300K, committed 13312K, reserved 1048576K
306}
307Event: 53.869 GC heap before
308{Heap before GC invocations=68 (full 0):
309 garbage-first heap total 1900544K, used 1398774K [0x0000000080000000, 0x00000000820001d0, 0x0000000100000000)
310 region size 32768K, 32 young (1048576K), 2 survivors (65536K)
311 Metaspace used 81409K, capacity 90582K, committed 90752K, reserved 1126400K
312 class space used 11435K, capacity 13647K, committed 13696K, reserved 1048576K
313Event: 53.893 GC heap after
314Heap after GC invocations=69 (full 0):
315 garbage-first heap total 1900544K, used 409371K [0x0000000080000000, 0x00000000820001d0, 0x0000000100000000)
316 region size 32768K, 2 young (65536K), 2 survivors (65536K)
317 Metaspace used 81409K, capacity 90582K, committed 90752K, reserved 1126400K
318 class space used 11435K, capacity 13647K, committed 13696K, reserved 1048576K
319}
320Event: 55.705 GC heap before
321{Heap before GC invocations=69 (full 0):
322 garbage-first heap total 1900544K, used 1392411K [0x0000000080000000, 0x00000000820001d0, 0x0000000100000000)
323 region size 32768K, 32 young (1048576K), 2 survivors (65536K)
324 Metaspace used 85744K, capacity 95786K, committed 96000K, reserved 1130496K
325 class space used 12083K, capacity 14495K, committed 14592K, reserved 1048576K
326Event: 55.737 GC heap after
327Heap after GC invocations=70 (full 0):
328 garbage-first heap total 1900544K, used 422873K [0x0000000080000000, 0x00000000820001d0, 0x0000000100000000)
329 region size 32768K, 2 young (65536K), 2 survivors (65536K)
330 Metaspace used 85744K, capacity 95786K, committed 96000K, reserved 1130496K
331 class space used 12083K, capacity 14495K, committed 14592K, reserved 1048576K
332}
333
334Deoptimization events (10 events):
335Event: 56.572 Thread 0x0000000002c33800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003bed220 method=com.google.common.cache.LocalCache$AccessQueue.offer(Lcom/google/common/cache/LocalCache$ReferenceEntry;)Z @ 1
336Event: 56.574 Thread 0x0000000002c33800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000499523c method=com.google.common.cache.LocalCache$Segment.expireEntries(J)V @ 67
337Event: 56.574 Thread 0x0000000002c33800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003289814 method=com.google.common.cache.LocalCache$LoadingValueReference.<init>(Lcom/google/common/cache/LocalCache$ValueReference;)V @ 20
338Event: 56.574 Thread 0x0000000002c33800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003903978 method=com.google.common.cache.LocalCache$LoadingValueReference.get()Ljava/lang/Object; @ 4
339Event: 56.575 Thread 0x0000000002c33800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000040e0f40 method=com.google.common.cache.LocalCache.processPendingNotifications()V @ 14
340Event: 56.575 Thread 0x0000000002c33800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000499523c method=com.google.common.cache.LocalCache$Segment.expireEntries(J)V @ 67
341Event: 56.575 Thread 0x0000000002c33800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003903978 method=com.google.common.cache.LocalCache$LoadingValueReference.get()Ljava/lang/Object; @ 4
342Event: 56.575 Thread 0x0000000002c33800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003903978 method=com.google.common.cache.LocalCache$LoadingValueReference.get()Ljava/lang/Object; @ 4
343Event: 56.575 Thread 0x0000000002c33800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003903978 method=com.google.common.cache.LocalCache$LoadingValueReference.get()Ljava/lang/Object; @ 4
344Event: 56.590 Thread 0x0000000002c33800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003b664d4 method=java.util.ArrayList$ListItr.hasPrevious()Z @ 4
345
346Internal exceptions (10 events):
347Event: 56.552 Thread 0x000000001cfa1000 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000de7969f0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
348Event: 56.552 Thread 0x000000001cfa7800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000dc148060) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
349Event: 56.553 Thread 0x000000001cfa1000 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000de79b6e0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
350Event: 56.553 Thread 0x000000001cfa7800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000dc14cd50) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
351Event: 56.554 Thread 0x000000001cfa1000 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000d8004900) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
352Event: 56.554 Thread 0x000000001cfa7800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000dc151a40) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
353Event: 56.555 Thread 0x000000001cfa1000 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000d80095f0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
354Event: 56.555 Thread 0x000000001cfa7800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000dc156730) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
355Event: 56.556 Thread 0x000000001cfa1000 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000d800e2e0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
356Event: 56.558 Thread 0x000000001cfa7800 Exception <a 'sun/nio/fs/WindowsException'> (0x00000000dc15b420) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u51\3951\hotspot\src\share\vm\prims\jni.cpp, line 709]
357
358Events (10 events):
359Event: 56.587 loading class com/seibel/distanthorizons/core/render/renderer/generic/BeaconRenderHandler
360Event: 56.587 loading class com/seibel/distanthorizons/core/render/renderer/generic/BeaconRenderHandler done
361Event: 56.587 Thread 0x000000001cf54800 Thread added: 0x000000001cf54800
362Event: 56.590 Thread 0x0000000002c33800 Uncommon trap: trap_request=0xffffff65 fr.pc=0x0000000003b664d4
363Event: 56.590 Thread 0x0000000002c33800 DEOPT PACKING pc=0x0000000003b664d4 sp=0x0000000002bee750
364Event: 56.590 Thread 0x0000000002c33800 DEOPT UNPACKING pc=0x0000000002dc582a sp=0x0000000002bee6e8 mode 2
365Event: 56.592 Executing VM operation: RevokeBias
366Event: 56.599 Executing VM operation: RevokeBias done
367Event: 56.599 Thread 0x0000000002c33800 DEOPT PACKING pc=0x0000000004a4b3a8 sp=0x0000000002bee340
368Event: 56.599 Thread 0x0000000002c33800 DEOPT UNPACKING pc=0x0000000002dc747f sp=0x0000000002bee0b8 mode 0
369
370
371Dynamic libraries:
3720x00007ff7f4800000 - 0x00007ff7f4837000 \Downloads\stuff\apps\Minecraft\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\javaw.exe
3730x00007ffe6e0d0000 - 0x00007ffe6e2c8000 C:\Windows\SYSTEM32\ntdll.dll
3740x00007ffe6ccd0000 - 0x00007ffe6cd92000 C:\Windows\System32\KERNEL32.DLL
3750x00007ffe6b8e0000 - 0x00007ffe6bbdf000 C:\Windows\System32\KERNELBASE.dll
3760x00007ffe6d1f0000 - 0x00007ffe6d29f000 C:\Windows\System32\ADVAPI32.dll
3770x00007ffe6dff0000 - 0x00007ffe6e08e000 C:\Windows\System32\msvcrt.dll
3780x00007ffe6c9b0000 - 0x00007ffe6ca4f000 C:\Windows\System32\sechost.dll
3790x00007ffe6c2d0000 - 0x00007ffe6c3f3000 C:\Windows\System32\RPCRT4.dll
3800x00007ffe6bbe0000 - 0x00007ffe6bc07000 C:\Windows\System32\bcrypt.dll
3810x00007ffe6cf70000 - 0x00007ffe6d10d000 C:\Windows\System32\USER32.dll
3820x00007ffe6c0c0000 - 0x00007ffe6c0e2000 C:\Windows\System32\win32u.dll
3830x00007ffe6c2a0000 - 0x00007ffe6c2cb000 C:\Windows\System32\GDI32.dll
3840x00007ffe6bc10000 - 0x00007ffe6bd2a000 C:\Windows\System32\gdi32full.dll
3850x00007ffe6bdc0000 - 0x00007ffe6be5d000 C:\Windows\System32\msvcp_win.dll
3860x00007ffe6be60000 - 0x00007ffe6bf60000 C:\Windows\System32\ucrtbase.dll
3870x00007ffe57560000 - 0x00007ffe577fa000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.4355_none_60b8b9eb71f62e16\COMCTL32.dll
3880x00007ffe6cda0000 - 0x00007ffe6cdcf000 C:\Windows\System32\IMM32.DLL
3890x00007ffe2bb10000 - 0x00007ffe2bbc1000 C:\Program Files\McAfee\Endpoint Security\Threat Prevention\Ips\EpMPApi.dll
3900x00007ffe6b870000 - 0x00007ffe6b8d9000 C:\Windows\System32\WINTRUST.dll
3910x00007ffe6bf60000 - 0x00007ffe6c0bc000 C:\Windows\System32\CRYPT32.dll
3920x00007ffe6b260000 - 0x00007ffe6b272000 C:\Windows\SYSTEM32\MSASN1.dll
3930x000000005d780000 - 0x000000005d78c000 C:\Program Files\McAfee\Endpoint Security\Threat Prevention\Ips\EpMPThe.dll
3940x000000005c7a0000 - 0x000000005c872000 \Downloads\stuff\apps\Minecraft\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\msvcr100.dll
3950x000000005bf10000 - 0x000000005c793000 \Downloads\stuff\apps\Minecraft\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\server\jvm.dll
3960x00007ffe6cf60000 - 0x00007ffe6cf68000 C:\Windows\System32\PSAPI.DLL
3970x00007ffe593c0000 - 0x00007ffe593c9000 C:\Windows\SYSTEM32\WSOCK32.dll
3980x00007ffe6d800000 - 0x00007ffe6d86b000 C:\Windows\System32\WS2_32.dll
3990x00007ffe61850000 - 0x00007ffe61877000 C:\Windows\SYSTEM32\WINMM.dll
4000x00007ffe61a80000 - 0x00007ffe61a8a000 C:\Windows\SYSTEM32\VERSION.dll
4010x000000005bf00000 - 0x000000005bf0f000 \Downloads\stuff\apps\Minecraft\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\verify.dll
4020x000000005bed0000 - 0x000000005bef9000 \Downloads\stuff\apps\Minecraft\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\java.dll
4030x000000005beb0000 - 0x000000005bec6000 \Downloads\stuff\apps\Minecraft\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\zip.dll
4040x000000001aa60000 - 0x000000001b1cd000 C:\Windows\System32\SHELL32.dll
4050x00007ffe697f0000 - 0x00007ffe69f94000 C:\Windows\SYSTEM32\windows.storage.dll
4060x00007ffe6d3f0000 - 0x00007ffe6d745000 C:\Windows\System32\combase.dll
4070x00007ffe6b0d0000 - 0x00007ffe6b0ff000 C:\Windows\SYSTEM32\Wldp.dll
4080x00007ffe6ce90000 - 0x00007ffe6cf5d000 C:\Windows\System32\OLEAUT32.dll
4090x00007ffe6cb40000 - 0x00007ffe6cbed000 C:\Windows\System32\SHCORE.dll
4100x00007ffe6cae0000 - 0x00007ffe6cb35000 C:\Windows\System32\shlwapi.dll
4110x00007ffe6b6a0000 - 0x00007ffe6b6c4000 C:\Windows\SYSTEM32\profapi.dll
4120x000000005be90000 - 0x000000005beaa000 \Downloads\stuff\apps\Minecraft\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\net.dll
4130x00007ffe6ae30000 - 0x00007ffe6ae9c000 C:\Windows\system32\mswsock.dll
4140x000000005be70000 - 0x000000005be81000 \Downloads\stuff\apps\Minecraft\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\nio.dll
4150x000000005be60000 - 0x000000005be6d000 \Downloads\stuff\apps\Minecraft\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\management.dll
4160x00007ffe45800000 - 0x00007ffe45817000 C:\Windows\system32\napinsp.dll
4170x00007ffe457e0000 - 0x00007ffe457fb000 C:\Windows\system32\pnrpnsp.dll
4180x00007ffe66540000 - 0x00007ffe66555000 C:\Windows\system32\wshbth.dll
4190x00007ffe66f60000 - 0x00007ffe66f7d000 C:\Windows\system32\NLAapi.dll
4200x00007ffe6ab10000 - 0x00007ffe6ab4b000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
4210x00007ffe6ab60000 - 0x00007ffe6ac2a000 C:\Windows\SYSTEM32\DNSAPI.dll
4220x00007ffe6d870000 - 0x00007ffe6d878000 C:\Windows\System32\NSI.dll
4230x00007ffe457c0000 - 0x00007ffe457d2000 C:\Windows\System32\winrnr.dll
4240x00007ffe63ca0000 - 0x00007ffe63caa000 C:\Windows\System32\rasadhlp.dll
4250x00007ffe52ea0000 - 0x00007ffe52f20000 C:\Windows\System32\fwpuclnt.dll
4260x00007ffe6b030000 - 0x00007ffe6b048000 C:\Windows\SYSTEM32\CRYPTSP.dll
4270x00007ffe6a750000 - 0x00007ffe6a784000 C:\Windows\system32\rsaenh.dll
4280x00007ffe6b620000 - 0x00007ffe6b64e000 C:\Windows\SYSTEM32\USERENV.dll
4290x00007ffe6bd30000 - 0x00007ffe6bdb2000 C:\Windows\System32\bcryptprimitives.dll
4300x00007ffe6b020000 - 0x00007ffe6b02c000 C:\Windows\SYSTEM32\CRYPTBASE.dll
4310x00007ffe5d590000 - 0x00007ffe5d5a7000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
4320x00007ffe623b0000 - 0x00007ffe623cd000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
4330x000000005be00000 - 0x000000005be24000 \Downloads\stuff\apps\Minecraft\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\sunec.dll
4340x00007ffe275f0000 - 0x00007ffe276e9000 \AppData\Local\Temp\sqlite-3.47.2.0-77da9e4c-d15e-41b7-9580-fd331bc1466b-sqlitejdbc.dll
4350x00007ffe35ba0000 - 0x00007ffe35c59000 C:\Program Files\Common Files\McAfee\SystemCore\mfehcinj.dll
4360x00007ffe649d0000 - 0x00007ffe649df000 C:\Program Files\Common Files\McAfee\SystemCore\mfehcthe.dll
4370x00007ffe670a0000 - 0x00007ffe670ce000 C:\Program Files\McAfee\Endpoint Security\Adaptive Threat Protection\mfedeeprem64.dll
4380x00007ffe6d2c0000 - 0x00007ffe6d3eb000 C:\Windows\System32\ole32.dll
4390x00007ffe3d4b0000 - 0x00007ffe3d522000 \AppData\Roaming\.minecraft\bin\a2fd89e500b938ebf83cb08539bc96817ff8ddfe\lwjgl.dll
4400x00007ffe528a0000 - 0x00007ffe528fe000 \AppData\Roaming\.minecraft\bin\a2fd89e500b938ebf83cb08539bc96817ff8ddfe\glfw.dll
4410x00007ffe13c70000 - 0x00007ffe13ec1000 \AppData\Roaming\.minecraft\bin\a2fd89e500b938ebf83cb08539bc96817ff8ddfe\jemalloc.dll
4420x00007ffe690e0000 - 0x00007ffe6917e000 C:\Windows\system32\uxtheme.dll
4430x00007ffe38ba0000 - 0x00007ffe38be5000 C:\Windows\SYSTEM32\dinput8.dll
4440x00007ffe67040000 - 0x00007ffe67051000 C:\Windows\SYSTEM32\xinput1_4.dll
4450x00007ffe6b770000 - 0x00007ffe6b7be000 C:\Windows\System32\cfgmgr32.dll
4460x00007ffe6b430000 - 0x00007ffe6b463000 C:\Windows\SYSTEM32\DEVOBJ.dll
4470x00007ffe692f0000 - 0x00007ffe6931f000 C:\Windows\SYSTEM32\dwmapi.dll
4480x00007ffe6c880000 - 0x00007ffe6c995000 C:\Windows\System32\MSCTF.dll
4490x00007ffe69fa0000 - 0x00007ffe69fad000 C:\Windows\SYSTEM32\HID.DLL
4500x0000000025df0000 - 0x0000000026261000 C:\Windows\System32\SETUPAPI.DLL
4510x00007ffe5eb80000 - 0x00007ffe5ecd2000 C:\Windows\SYSTEM32\inputhost.dll
4520x00007ffe686e0000 - 0x00007ffe687d2000 C:\Windows\SYSTEM32\CoreMessaging.dll
4530x00007ffe670d0000 - 0x00007ffe671c6000 C:\Windows\SYSTEM32\PROPSYS.dll
4540x00007ffe68430000 - 0x00007ffe68587000 C:\Windows\SYSTEM32\wintypes.dll
4550x00007ffe687e0000 - 0x00007ffe68b3b000 C:\Windows\SYSTEM32\CoreUIComponents.dll
4560x00007ffe6a9a0000 - 0x00007ffe6a9d3000 C:\Windows\SYSTEM32\ntmarta.dll
4570x00007ffe695f0000 - 0x00007ffe69602000 C:\Windows\SYSTEM32\kernel.appcore.dll
4580x00007ffe273e0000 - 0x00007ffe27508000 C:\Windows\SYSTEM32\opengl32.dll
4590x00007ffe66fc0000 - 0x00007ffe66fec000 C:\Windows\SYSTEM32\GLU32.dll
4600x00007ffe6d750000 - 0x00007ffe6d7f9000 C:\Windows\System32\clbcatq.dll
4610x00007ffe3d480000 - 0x00007ffe3d4aa000 C:\Windows\System32\DriverStore\FileRepository\u0369008.inf_amd64_ee6506488a5aaa50\B366469\atig6pxx.dll
4620x00007ffdfe9d0000 - 0x00007ffe017b9000 C:\Windows\System32\DriverStore\FileRepository\u0369008.inf_amd64_ee6506488a5aaa50\B366469\atio6axx.dll
4630x00007ffe27d30000 - 0x00007ffe27d54000 C:\Windows\SYSTEM32\dxva2.dll
4640x00007ffe360f0000 - 0x00007ffe3612c000 C:\Windows\System32\DriverStore\FileRepository\u0369008.inf_amd64_ee6506488a5aaa50\B366469\atig6txx.dll
4650x00007ffe051b0000 - 0x00007ffe05368000 C:\Windows\SYSTEM32\atiadlxx.dll
4660x00007ffe377c0000 - 0x00007ffe37811000 C:\Windows\SYSTEM32\pdh.dll
4670x00007ffe61b50000 - 0x00007ffe61b8b000 C:\Windows\SYSTEM32\dxcore.dll
4680x00007ffe5ece0000 - 0x00007ffe5edd9000 C:\Windows\SYSTEM32\textinputframework.dll
4690x00007ffe36090000 - 0x00007ffe360e8000 \AppData\Roaming\.minecraft\bin\a2fd89e500b938ebf83cb08539bc96817ff8ddfe\lwjgl_opengl.dll
4700x00007ffe2e410000 - 0x00007ffe2e48f000 \AppData\Roaming\.minecraft\bin\a2fd89e500b938ebf83cb08539bc96817ff8ddfe\lwjgl_stb.dll
4710x00007ffe65eb0000 - 0x00007ffe65f5e000 C:\Windows\SYSTEM32\mscms.dll
4720x00007ffe65e20000 - 0x00007ffe65e31000 C:\Windows\SYSTEM32\ColorAdapterClient.dll
4730x00007ffe574b0000 - 0x00007ffe574f5000 C:\Windows\SYSTEM32\icm32.dll
4740x00007ffe2d7f0000 - 0x00007ffe2d832000 \AppData\Local\Temp\jna--214492645\jna4882080647398023354.dll
4750x00007ffe63800000 - 0x00007ffe6381a000 \AppData\Roaming\.minecraft\bin\a2fd89e500b938ebf83cb08539bc96817ff8ddfe\SAPIWrapper_x64.dll
4760x00007ffe2e5b0000 - 0x00007ffe2e73e000 C:\Windows\System32\Speech\Common\sapi.dll
4770x00007ffe57530000 - 0x00007ffe5753b000 C:\Windows\SYSTEM32\msdmo.dll
4780x00007ffe35940000 - 0x00007ffe3595e000 C:\Windows\SYSTEM32\MSACM32.dll
4790x00007ffe4f590000 - 0x00007ffe4f5b6000 C:\Windows\SYSTEM32\winmmbase.dll
4800x00007ffe64de0000 - 0x00007ffe64e69000 C:\Windows\System32\MMDevApi.dll
4810x00007ffe13a40000 - 0x00007ffe13b54000 \AppData\Roaming\.minecraft\bin\a2fd89e500b938ebf83cb08539bc96817ff8ddfe\OpenAL.dll
4820x00007ffe64e70000 - 0x00007ffe64ff1000 C:\Windows\SYSTEM32\AUDIOSES.DLL
4830x00007ffe6b5d0000 - 0x00007ffe6b61b000 C:\Windows\SYSTEM32\powrprof.dll
4840x00007ffe6b5b0000 - 0x00007ffe6b5c2000 C:\Windows\SYSTEM32\UMPDC.dll
4850x00007ffe691f0000 - 0x00007ffe69204000 C:\Windows\SYSTEM32\resourcepolicyclient.dll
4860x000000005bc60000 - 0x000000005bdf8000 \Downloads\stuff\apps\Minecraft\Minecraft Launcher\runtime\jre-legacy\windows-x64\jre-legacy\bin\awt.dll
4870x00007ffe68d50000 - 0x00007ffe68de4000 C:\Windows\SYSTEM32\apphelp.dll
4880x00007ffe55720000 - 0x00007ffe55904000 C:\Windows\SYSTEM32\dbghelp.dll
489
490VM Arguments:
491jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Dos.name=Windows 10 -Dos.version=10.0 -Xss1M -Djava.library.path=\AppData\Roaming\.minecraft\bin\a2fd89e500b938ebf83cb08539bc96817ff8ddfe -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=3.15.40 -DFabricMcEmu= net.minecraft.client.main.Main -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dlog4j.configurationFile=\AppData\Roaming\.minecraft\assets\log_configs\client-1.12.xml
492java_command: net.fabricmc.loader.impl.launch.knot.KnotClient --version fabric-loader-0.16.10-1.16.5 --gameDir \AppData\Roaming\.minecraft --assetsDir \AppData\Roaming\.minecraft\assets --assetIndex 1.16 --userType msa --versionType release
493java_class_path (initial): \AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.7.1\asm-9.7.1.jar;\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.7.1\asm-analysis-9.7.1.jar;\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.7.1\asm-commons-9.7.1.jar;\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.7.1\asm-tree-9.7.1.jar;\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-util\9.7.1\asm-util-9.7.1.jar;\AppData\Roaming\.minecraft\libraries\net\fabricmc\sponge-mixin\0.15.4+mixin.0.8.7\sponge-mixin-0.15.4+mixin.0.8.7.jar;\AppData\Roaming\.minecraft\libraries\net\fabricmc\intermediary\1.16.5\intermediary-1.16.5.jar;\AppData\Roaming\.minecraft\libraries\net\fabricmc\fabric-loader\0.16.10\fabric-loader-0.16.10.jar;\AppData\Roaming\.minecraft\libraries\com\mojang\patchy\1.3.9\patchy-1.3.9.jar;\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar;\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j\66.1\icu4j-66.1.jar;\AppData\Roaming\.minecraft\libraries\com\mojang\javabridge\1.0.22\javabridge-1.0.22.jar;\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar;\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.25.Final\netty-all-4.1.25.Final.jar;\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar;\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar;\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5
494Launcher Type: SUN_STANDARD
495
496Environment Variables:
497PATH=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:\Program Files (x86)\HP\Common\HPDestPlgIn\;C:\Program Files\WindowsPowerShell\Scripts\HP.ClientScriptLibrary;C:\Program Files (x86)\GTK2-Runtime\bin;\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\HP\Common\HPDestPlgIn\;
498USERNAME=********
499OS=Windows_NT
500PROCESSOR_IDENTIFIER=AMD64 Family 23 Model 24 Stepping 1, AuthenticAMD
501
502
503
504--------------- S Y S T E M ---------------
505
506OS: Windows 10.0 , 64 bit Build 19041 (10.0.19041.5438)
507
508CPU:total 2 (2 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
509
510Memory: 4k page, physical 6232908k(466432k free), swap 11154264k(1928452k free)
511
512vm_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)
513
514time: Wed Jun 11 08:23:58 2025
515elapsed time: 56 seconds (0d 0h 0m 56s)
This log will be saved for 90 days from their last view.
Report abuse