Fabric 1.19.4 Crash Report

#eVrCk3w
636 lines
Raw
Analysis
Minecraft version:
1.19.4
Java version:
17.0.8
Fabric loader version:
0.14.21
1---- Minecraft Crash Report ----
2// My bad.
3
4Time: 2024-07-29 13:47:52
5Description: Initializing game
6
7java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'mutantmonsters'!
8 at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
9 at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
10 at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
11 at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
12 at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
13 at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:468)
14 at net.minecraft.client.main.Main.main(Main.java:198)
15 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
16 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
17 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
18 Suppressed: java.lang.NoClassDefFoundError: Could not initialize class fuzs.puzzleslib.api.core.v1.Proxy
19 at fuzs.puzzleslib.impl.network.NetworkHandlerFabricV3.registerClientbound$Internal(NetworkHandlerFabricV3.java:37)
20 at fuzs.puzzleslib.impl.network.NetworkHandlerRegistryImpl.build(NetworkHandlerRegistryImpl.java:50)
21 at fuzs.puzzleslib.impl.network.NetworkHandlerFabricV3.build(NetworkHandlerFabricV3.java:83)
22 at java.base/java.lang.Iterable.forEach(Iterable.java:75)
23 at fuzs.puzzleslib.impl.core.ModContext.beforeModConstruction(ModContext.java:71)
24 at fuzs.puzzleslib.api.core.v1.ModConstructor.construct(ModConstructor.java:29)
25 at fuzs.puzzleslib.impl.PuzzlesLibFabric.onInitialize(PuzzlesLibFabric.java:10)
26 at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
27 ... 7 more
28 Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.ExceptionInInitializerError [in thread "Render thread"]
29 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
30 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
31 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
32 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
33 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
34 at java.base/java.lang.reflect.Proxy.newProxyInstance(Proxy.java:1053)
35 at java.base/java.lang.reflect.Proxy.newProxyInstance(Proxy.java:1039)
36 at fuzs.puzzleslib.api.event.v1.core.FabricEventFactory.lambda$create$0(FabricEventFactory.java:29)
37 at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.update(ArrayBackedEvent.java:54)
38 at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.<init>(ArrayBackedEvent.java:50)
39 at net.fabricmc.fabric.impl.base.event.EventFactoryImpl.createArrayBacked(EventFactoryImpl.java:47)
40 at net.fabricmc.fabric.api.event.EventFactory.createArrayBacked(EventFactory.java:44)
41 at fuzs.puzzleslib.api.event.v1.core.FabricEventFactory.create(FabricEventFactory.java:29)
42 at fuzs.puzzleslib.api.client.event.v1.FabricClientEvents.<clinit>(FabricClientEvents.java:76)
43 at fuzs.puzzleslib.impl.client.event.FabricClientEventInvokers.register(FabricClientEventInvokers.java:48)
44 at fuzs.puzzleslib.impl.event.FabricEventInvokerRegistryImpl.<clinit>(FabricEventInvokerRegistryImpl.java:264)
45 at fuzs.puzzleslib.impl.core.FabricFactories.getEventInvoker(FabricFactories.java:52)
46 at fuzs.puzzleslib.api.event.v1.core.EventInvoker$1.register(EventInvoker.java:45)
47 at fuzs.puzzleslib.impl.core.FabricServerProxy.<init>(FabricServerProxy.java:28)
48 at fuzs.puzzleslib.impl.core.FabricClientProxy.<init>(FabricClientProxy.java:22)
49 at fuzs.puzzleslib.impl.core.FabricFactories.lambda$getClientProxy$0(FabricFactories.java:31)
50 at fuzs.puzzleslib.api.core.v1.DistTypeExecutor.getForDistType(DistTypeExecutor.java:63)
51 at fuzs.puzzleslib.api.core.v1.Proxy.<clinit>(Proxy.java:19)
52 at fuzs.puzzleslib.impl.network.NetworkHandlerFabricV2.register(NetworkHandlerFabricV2.java:57)
53 at fuzs.mutantmonsters.MutantMonsters.registerMessages(MutantMonsters.java:69)
54 at fuzs.mutantmonsters.MutantMonsters.onConstructMod(MutantMonsters.java:64)
55 at fuzs.puzzleslib.impl.core.FabricModConstructor.registerHandlers(FabricModConstructor.java:31)
56 at fuzs.puzzleslib.impl.core.FabricModConstructor.construct(FabricModConstructor.java:21)
57 at fuzs.puzzleslib.impl.core.FabricFactories.constructMod(FabricFactories.java:20)
58 at fuzs.puzzleslib.api.core.v1.ModConstructor.construct(ModConstructor.java:30)
59 at fuzs.mutantmonsters.MutantMonstersFabric.onInitialize(MutantMonstersFabric.java:13)
60 ... 8 more
61Caused by: java.lang.ExceptionInInitializerError
62 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
63 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
64 at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
65 at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
66 at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
67 at java.base/java.lang.reflect.Proxy.newProxyInstance(Proxy.java:1053)
68 at java.base/java.lang.reflect.Proxy.newProxyInstance(Proxy.java:1039)
69 at fuzs.puzzleslib.api.event.v1.core.FabricEventFactory.lambda$create$0(FabricEventFactory.java:29)
70 at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.update(ArrayBackedEvent.java:54)
71 at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.<init>(ArrayBackedEvent.java:50)
72 at net.fabricmc.fabric.impl.base.event.EventFactoryImpl.createArrayBacked(EventFactoryImpl.java:47)
73 at net.fabricmc.fabric.api.event.EventFactory.createArrayBacked(EventFactory.java:44)
74 at fuzs.puzzleslib.api.event.v1.core.FabricEventFactory.create(FabricEventFactory.java:29)
75 at fuzs.puzzleslib.api.client.event.v1.FabricClientEvents.<clinit>(FabricClientEvents.java:76)
76 at fuzs.puzzleslib.impl.client.event.FabricClientEventInvokers.register(FabricClientEventInvokers.java:48)
77 at fuzs.puzzleslib.impl.event.FabricEventInvokerRegistryImpl.<clinit>(FabricEventInvokerRegistryImpl.java:264)
78 at fuzs.puzzleslib.impl.core.FabricFactories.getEventInvoker(FabricFactories.java:52)
79 at fuzs.puzzleslib.api.event.v1.core.EventInvoker$1.register(EventInvoker.java:45)
80 at fuzs.puzzleslib.impl.core.FabricServerProxy.<init>(FabricServerProxy.java:28)
81 at fuzs.puzzleslib.impl.core.FabricClientProxy.<init>(FabricClientProxy.java:22)
82 at fuzs.puzzleslib.impl.core.FabricFactories.lambda$getClientProxy$0(FabricFactories.java:31)
83 at fuzs.puzzleslib.api.core.v1.DistTypeExecutor.getForDistType(DistTypeExecutor.java:63)
84 at fuzs.puzzleslib.api.core.v1.Proxy.<clinit>(Proxy.java:19)
85 at fuzs.puzzleslib.impl.network.NetworkHandlerFabricV2.register(NetworkHandlerFabricV2.java:57)
86 at fuzs.mutantmonsters.MutantMonsters.registerMessages(MutantMonsters.java:69)
87 at fuzs.mutantmonsters.MutantMonsters.onConstructMod(MutantMonsters.java:64)
88 at fuzs.puzzleslib.impl.core.FabricModConstructor.registerHandlers(FabricModConstructor.java:31)
89 at fuzs.puzzleslib.impl.core.FabricModConstructor.construct(FabricModConstructor.java:21)
90 at fuzs.puzzleslib.impl.core.FabricFactories.constructMod(FabricFactories.java:20)
91 at fuzs.puzzleslib.api.core.v1.ModConstructor.construct(ModConstructor.java:30)
92 at fuzs.mutantmonsters.MutantMonstersFabric.onInitialize(MutantMonstersFabric.java:13)
93 at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47)
94 ... 7 more
95Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_498 failed
96 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
97 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
98 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
99 at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:112)
100 at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
101 at java.base/java.lang.Class.forName0(Native Method)
102 at java.base/java.lang.Class.forName(Class.java:375)
103 at jdk.proxy2/jdk.proxy2.$Proxy96.<clinit>(Unknown Source)
104 ... 39 more
105Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
106 at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
107 at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
108 at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
109 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
110 ... 46 more
111Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [picturesign.mixins.json:MixinSignEditScreen from mod picturesign] from phase [DEFAULT] in config [picturesign.mixins.json] FAILED during APPLY
112 at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)
113 at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)
114 at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)
115 ... 49 more
116Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: @Shadow field field_3031 was not located in the target class net.minecraft.class_498. Using refmap picturesign-refmap.json
117 at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachFields(MixinPreProcessorStandard.java:624)
118 at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:302)
119 at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:277)
120 at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1289)
121 at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:294)
122 at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421)
123 at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
124 at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
125 ... 49 more
126
127
128A detailed walkthrough of the error, its code path and all known details is as follows:
129---------------------------------------------------------------------------------------
130
131-- Head --
132Thread: Render thread
133Stacktrace:
134 at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51)
135 at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
136 at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49)
137 at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35)
138 at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)
139 at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:468)
140
141-- Initialization --
142Details:
143 Modules:
144 ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
145 COMCTL32.dll:Common Controls Library:5.82 (WinBuild.160101.0800):Microsoft Corporation
146 CRYPT32.dll:Crypto API32:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
147 CRYPTBASE.dll:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
148 CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
149 DBGHELP.DLL:Windows Image Helper:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
150 DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
151 DSOUND.dll:DirectSound:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
152 DWMAPI.DLL:Microsoft Desktop Window Manager API:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
153 GDI32.dll:GDI Client DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
154 GLU32.dll:OpenGL Utility Library DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
155 IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
156 IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
157 KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
158 KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
159 MSASN1.dll:ASN.1 Runtime APIs:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
160 MSVCP140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
161 MinecraftJava.exe
162 NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
163 NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
164 OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
165 OPENGL32.dll:OpenGL Client DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
166 POWRPROF.dll:Power Profile Helper DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
167 PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
168 Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
169 RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
170 ResampleDmo.DLL:Windows Media Resampler:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
171 SHCORE.dll:SHCORE:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
172 SHELL32.dll:Windows Shell Common Dll:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
173 UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
174 USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
175 USERENV.dll:Userenv:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
176 VCRUNTIME140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
177 VCRUNTIME140_1.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
178 VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
179 WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
180 WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
181 WINTRUST.dll:Microsoft Trust Verification APIs:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
182 WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
183 WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
184 WinSCard.dll:Microsoft Smart Card API:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
185 Windows64ReleaseSp_bulletjme.dll
186 amsi.dll:Anti-Malware Scan Interface:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
187 apphelp.dll:Application Compatibility Client Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
188 awt.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
189 bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
190 bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
191 clbcatq.dll:COM Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
192 combase.dll:Microsoft COM for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
193 dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
194 dhcpcsvc.DLL:DHCP Client Service:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
195 dhcpcsvc6.DLL:DHCPv6 Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
196 dxcore.dll:DXCore:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
197 fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
198 gdi32full.dll:GDI Client DLL:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
199 instrument.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
200 java.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
201 jemalloc.dll
202 jimage.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
203 jli.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
204 jna4138299657308748695.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
205 jsvml.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
206 jvm.dll:OpenJDK 64-Bit server VM:**.**.**.**:Microsoft
207 kernel.appcore.dll:AppModel API Host:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
208 liba52_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
209 libadaptive_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
210 libadf_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
211 libadjust_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
212 libadpcm_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
213 libadummy_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
214 libaes3_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
215 libaiff_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
216 libalphamask_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
217 libamem_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
218 libanaglyph_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
219 libantiflicker_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
220 libaom_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
221 libaraw_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
222 libaribcam_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
223 libaribsub_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
224 libasf_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
225 libau_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
226 libaudio_format_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
227 libaudiobargraph_a_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
228 libavcodec_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
229 libavi_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
230 libball_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
231 libblend_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
232 libblendbench_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
233 libbluescreen_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
234 libcache_block_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
235 libcache_read_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
236 libcaf_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
237 libcanvas_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
238 libcc_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
239 libcdg_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
240 libchorus_flanger_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
241 libcolorthres_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
242 libcompressor_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
243 libconsole_logger_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
244 libcroppadd_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
245 libcrystalhd_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
246 libcvdsub_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
247 libd3d11va_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
248 libdav1d_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
249 libdca_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
250 libddummy_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
251 libdeinterlace_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
252 libdemux_cdg_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
253 libdemux_chromecast_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
254 libdemux_stl_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
255 libdemuxdump_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
256 libdiracsys_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
257 libdirectory_demux_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
258 libdirectsound_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
259 libdmo_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
260 libdolby_surround_decoder_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
261 libdvbsub_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
262 libdxva2_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
263 libedgedetection_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
264 libedummy_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
265 libequalizer_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
266 liberase_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
267 libes_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
268 libextract_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
269 libfaad_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
270 libfile_logger_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
271 libfilesystem_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
272 libflac_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
273 libflacsys_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
274 libfloat_mixer_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
275 libfluidsynth_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
276 libfps_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
277 libfreeze_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
278 libg711_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
279 libgain_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
280 libgaussianblur_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
281 libgl_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
282 libglwin32_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
283 libgme_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
284 libgnutls_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
285 libgradfun_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
286 libgradient_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
287 libgrain_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
288 libh26x_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
289 libhds_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
290 libheadphone_channel_mixer_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
291 libhqdn3d_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
292 libhttp_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
293 libhttps_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
294 libimage_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
295 libimem_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
296 libinflate_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
297 libinteger_mixer_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
298 libinvert_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
299 libjpeg_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
300 libkaraoke_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
301 libkate_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
302 liblibass_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
303 liblibmpeg2_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
304 liblogo_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
305 liblpcm_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
306 liblua_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
307 libmad_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
308 libmagnify_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
309 libmarq_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
310 libmft_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
311 libmirror_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
312 libmjpeg_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
313 libmkv_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
314 libmod_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
315 libmono_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
316 libmotionblur_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
317 libmotiondetect_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
318 libmp4_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
319 libmpc_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
320 libmpg123_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
321 libmpgv_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
322 libmux_asf_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
323 libmux_avi_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
324 libmux_dummy_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
325 libmux_mp4_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
326 libmux_mpjpeg_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
327 libmux_ogg_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
328 libmux_ps_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
329 libmux_ts_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
330 libmux_wav_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
331 libnormvol_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
332 libnoseek_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
333 libnsc_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
334 libnsv_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
335 libnuv_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
336 libogg_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
337 liboggspots_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
338 liboldmovie_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
339 libopus_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
340 libpacketizer_a52_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
341 libpacketizer_av1_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
342 libpacketizer_copy_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
343 libpacketizer_dirac_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
344 libpacketizer_dts_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
345 libpacketizer_flac_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
346 libpacketizer_h264_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
347 libpacketizer_hevc_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
348 libpacketizer_mlp_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
349 libpacketizer_mpeg4audio_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
350 libpacketizer_mpeg4video_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
351 libpacketizer_mpegaudio_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
352 libpacketizer_mpegvideo_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
353 libpacketizer_vc1_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
354 libparam_eq_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
355 libplaylist_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
356 libpng_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
357 libposterize_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
358 libpostproc_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
359 libprefetch_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
360 libps_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
361 libpsychedelic_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
362 libpuzzle_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
363 libpva_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
364 libqsv_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
365 librawaud_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
366 librawdv_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
367 librawvid_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
368 librawvideo_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
369 libreal_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
370 librecord_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
371 libremap_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
372 libripple_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
373 librotate_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
374 librtpvideo_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
375 libsamplerate_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
376 libscale_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
377 libscaletempo_pitch_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
378 libscaletempo_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
379 libscene_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
380 libschroedinger_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
381 libscte18_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
382 libscte27_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
383 libsdl_image_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
384 libsepia_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
385 libsharpen_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
386 libsid_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
387 libsimple_channel_mixer_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
388 libskiptags_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
389 libsmf_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
390 libspatialaudio_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
391 libspatializer_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
392 libspdif_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
393 libspeex_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
394 libspeex_resampler_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
395 libspudec_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
396 libstereo_widen_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
397 libstl_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
398 libsubsdec_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
399 libsubstx3g_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
400 libsubsusf_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
401 libsubtitle_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
402 libsvcdsub_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
403 libswscale_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
404 libt140_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
405 libtcp_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
406 libtextst_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
407 libtheora_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
408 libtospdif_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
409 libtransform_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
410 libtrivial_channel_mixer_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
411 libts_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
412 libtta_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
413 libttml_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
414 libtwolame_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
415 libty_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
416 libudp_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
417 libugly_resampler_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
418 libuleaddvaudio_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
419 libvc1_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
420 libvdummy_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
421 libvhs_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
422 libvlc.dll:VLC media player:3.0.18:VideoLAN
423 libvlccore.dll:VLC media player:3.0.18:VideoLAN
424 libvmem_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
425 libvobsub_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
426 libvoc_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
427 libvorbis_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
428 libvpx_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
429 libwasapi_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
430 libwav_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
431 libwave_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
432 libwaveout_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
433 libwebvtt_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
434 libwgl_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
435 libx26410b_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
436 libx264_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
437 libx265_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
438 libxa_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
439 libxml_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
440 libzvbi_plugin.dll:LibVLC plugin:3.0.18:VideoLAN
441 lwjgl.dll
442 management.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
443 management_ext.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
444 msdmo.dll:DMO Runtime:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
445 msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
446 msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
447 msvcrt.dll:Windows NT CRT DLL:7.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
448 mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
449 napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
450 ncrypt.dll:Windows NCrypt Router:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
451 net.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
452 nio.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
453 nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
454 ntdll.dll:NT Layer DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
455 ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
456 perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
457 pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
458 pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
459 profapi.dll:User Profile Basic API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
460 rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
461 rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
462 sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
463 shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
464 sunmscapi.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
465 symamsi.dll:Symantec AMSI provider:**.**.**.**:Broadcom
466 ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
467 uxtheme.dll:Microsoft UxTheme Library:10.0.22621.2860 (WinBuild.160101.0800):Microsoft Corporation
468 vcruntime140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
469 vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
470 verify.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
471 win32u.dll:Win32u:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
472 windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
473 winmmbase.dll:Base Multimedia Extension API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
474 winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
475 wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
476 wshbth.dll:Windows Sockets Helper DLL:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
477 zip.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
478Stacktrace:
479 at net.minecraft.client.main.Main.main(Main.java:198)
480 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468)
481 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
482 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
483
484-- System Details --
485Details:
486 Minecraft Version: 1.19.4
487 Minecraft Version ID: 1.19.4
488 Operating System: Windows 10 (amd64) version 10.0
489 Java Version: 17.0.8, Microsoft
490 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
491 Memory: 350847584 bytes (334 MiB) / 738197504 bytes (704 MiB) up to 4294967296 bytes (4096 MiB)
492 CPUs: 12
493 Processor Vendor: GenuineIntel
494 Processor Name: Intel(R) Core(TM) i5-10400F CPU @ 2.90GHz
495 Identifier: Intel64 Family 6 Model 165 Stepping 3
496 Microarchitecture: unknown
497 Frequency (GHz): 2.90
498 Number of physical packages: 1
499 Number of physical CPUs: 6
500 Number of logical CPUs: 12
501 Graphics card #0 name: NVIDIA GeForce GTX 1650
502 Graphics card #0 vendor: NVIDIA (0x10de)
503 Graphics card #0 VRAM (MB): 4095.00
504 Graphics card #0 deviceId: 0x2188
505 Graphics card #0 versionInfo: DriverVersion=32.0.15.5599
506 Memory slot #0 capacity (MB): 16384.00
507 Memory slot #0 clockSpeed (GHz): 2.67
508 Memory slot #0 type: Unknown
509 Virtual memory max (MB): 21409.77
510 Virtual memory used (MB): 10485.79
511 Swap memory total (MB): 5120.00
512 Swap memory used (MB): 21.89
513 JVM Flags: 8 total; -XX: UnlockExperimentalVMOptions -XX: UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -Xmx4096m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
514 Fabric Mods:
515 alloy_forgery: Alloy Forgery 2.0.20 1.19.4
516 architectury: Architectury 8.1.87
517 arpglootmod: Action RPG Loot Mod 1.0.1-1.19.4
518 bclib: BCLib 2.3.5
519 wunderlib: WunderLib 1.0.1
520 better_respawn: Better Respawn 1.19.4-2.0.2
521 bettercombat: Better Combat 1.7.1 1.19.4
522 cloth-config: Cloth Config v10 10.0.96
523 cloth-basic-math: cloth-basic-math 0.6.1
524 customspawns: Custom Spawns 0.8 1.19.4
525 dawn: Dawn API 4.2.1
526 terraform-shapes-api-v1: Terraform Shapes API (v1) 6.1.0
527 terraform-wood-api-v1: Terraform Wood API (v1) 6.1.0
528 deathlocation: DeathLocation 1.0.0
529 dropz: Dropz 2.2.0 1.19.4
530 entity_model_features: Entity Model Features 2.0.2
531 entity_texture_features: Entity Texture Features 6.0.1
532 org_apache_httpcomponents_httpmime: httpmime 4.5.10
533 fabric-api: Fabric API 0.87.2 1.19.4
534 fabric-api-base: Fabric API Base 0.4.28 737a6ee8f4
535 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.29 504944c8f4
536 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.10 6b242079f4
537 fabric-block-api-v1: Fabric Block API (v1) 1.0.8 e022e5d1f4
538 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.38 10ce000ff4
539 fabric-client-tags-api-v1: Fabric Client Tags 1.1.1 0eee1254f4
540 fabric-command-api-v1: Fabric Command API (v1) 1.2.31 f71b366ff4
541 fabric-command-api-v2: Fabric Command API (v2) 2.2.10 10ce000ff4
542 fabric-commands-v0: Fabric Commands (v0) 0.2.48 df3654b3f4
543 fabric-containers-v0: Fabric Containers (v0) 0.1.59 df3654b3f4
544 fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.14 10ce000ff4
545 fabric-convention-tags-v1: Fabric Convention Tags 1.5.3 6d727b51f4
546 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.17 aeb40ebef4
547 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 11.5.2 26f09d40f4
548 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.50 44c9c860f4
549 fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.17 10ce000ff4
550 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1 4b6b93f0f4
551 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.56 df3654b3f4
552 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.36 3f657af2f4
553 fabric-item-api-v1: Fabric Item API (v1) 2.1.21 10ce000ff4
554 fabric-item-group-api-v1: Fabric Item Group API (v1) 3.0.10 8400c67ef4
555 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.35 504944c8f4
556 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.33 df3654b3f4
557 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.19 10ce000ff4
558 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.32 10ce000ff4
559 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.36 9e7660c6f4
560 fabric-message-api-v1: Fabric Message API (v1) 5.1.5 53c11dadf4
561 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.44 10ce000ff4
562 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.2 3a1ea2f1f4
563 fabric-models-v0: Fabric Models (v0) 0.4.1 a0255436f4
564 fabric-networking-api-v1: Fabric Networking API (v1) 1.3.6 ae9c4c6af4
565 fabric-networking-v0: Fabric Networking (v0) 0.3.46 df3654b3f4
566 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 7.1.1 d63b52eaf4
567 fabric-particles-v1: Fabric Particles (v1) 1.1.1 86d48884f4
568 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.13 10ce000ff4
569 fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.2 95ae8716f4
570 fabric-renderer-api-v1: Fabric Renderer API (v1) 2.4.2 90110d8df4
571 fabric-renderer-indigo: Fabric Renderer - Indigo 1.4.2 90110d8df4
572 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.42 df3654b3f4
573 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.32 10ce000ff4
574 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.25 10ce000ff4
575 fabric-rendering-v0: Fabric Rendering (v0) 1.1.45 df3654b3f4
576 fabric-rendering-v1: Fabric Rendering (v1) 2.1.5 10ce000ff4
577 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.3 10ce000ff4
578 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.7 8400c67ef4
579 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.49 10ce000ff4
580 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.25 10ce000ff4
581 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.11 10ce000ff4
582 fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.1 602c17c7f4
583 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 3.3.0 1b5f819af4
584 fabricloader: Fabric Loader 0.14.21
585 forgeconfigapiport: Forge Config API Port 6.0.2
586 com_electronwill_night-config_core: core 3.6.5
587 com_electronwill_night-config_toml: toml 3.6.5
588 handcrafted: Handcrafted 2.2.0
589 iris: Iris 1.6.4
590 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
591 org_anarres_jcpp: jcpp 1.4.14
592 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
593 java: OpenJDK 64-Bit Server VM 17
594 jei: Just Enough Items **.**.**.**
595 midnightlib: MidnightLib 1.3.0
596 minecraft: Minecraft 1.19.4
597 modmenu: Mod Menu 6.2.3
598 mutantmonsters: Mutant Monsters 6.0.2
599 cardinal-components-base: Cardinal Components API (base) 5.1.0
600 cardinal-components-entity: Cardinal Components API (entities) 5.1.0
601 mythicmetals: Mythic Metals 0.17.6 1.19.4
602 additionalentityattributes: Additional Entity Attributes 1.2.2 1.19.4
603 com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.6
604 common-protection-api: Common Protection API 1.0.0
605 oregrowth: Ore Growth 1.0.11
606 owo: oωo 0.10.3 1.19.4
607 blue_endless_jankson: jankson 1.2.2
608 picturesign: PictureSign 1.4.1
609 player-animator: Player Animator 1.0.2 1.19.4-rc2
610 promenade: Promenade 3.2.0
611 puzzleslib: Puzzles Lib 6.0.11
612 rayon: Rayon 1.7.1 1.19.4
613 toolbox: Lazurite Toolbox 1.4.0 1.19.4
614 transporter: Transporter 1.4.0 1.19.4
615 repurposed_structures: Repurposed Structures 6.3.25 1.19.4-fabric
616 resourcefullib: Resourceful Lib 1.3.6
617 com_teamresourceful_yabn: yabn 1.0.3
618 showmeyourskin: Show Me Your Skin! 1.6.3 1.19.4
619 cicada: CICADA 0.4.0
620 simplehudenhanced: Simple Hud Enhanced 1.1.0
621 sodium: Sodium 0.4.10 build.24
622 supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8
623 supermartijn642corelib: SuperMartijn642's Core Lib 1.1.17
624 terralith: Terralith 2.3.8
625 watermedia: WaterMedia 2.0.0
626 Launched Version: fabric-loader-0.14.21-1.19.4
627 Backend library: LWJGL version 3.3.1 SNAPSHOT
628 Backend API: Unknown
629 Window size: <not initialized>
630 GL Caps: Using framebuffer using OpenGL 3.2
631 GL debug messages: <disabled>
632 Using VBOs: Yes
633 Is Modded: Definitely; Client brand changed to 'fabric'
634 Type: Client (map_client.txt)
635 CPU: <unknown>
636
This log will be saved for 90 days from their last view.
Report abuse