Fabric 1.19.4 Crash Report

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