1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2025-04-27 12:36:34
|
5 | Description: Bootstrap
|
6 |
|
7 | java.lang.RuntimeException: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
8 | at MC-BOOTSTRAP/fml_loader@4.0.38/net.neoforged.fml.loading.BackgroundWaiter.runAndTick(BackgroundWaiter.java:29) ~[loader-4.0.38.jar%23104!/:4.0] {}
|
9 | at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.main.Main.main(Main.java:114) ~[client-1.21.1-20240808.144430-srg.jar%23665!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:sparkweave.mixins.json:client.MainMixin from mod sparkweave,pl:mixin:APP:cryonicconfig.mixins.json:client.MainMixin from mod cryonicconfig,pl:mixin:A,pl:runtimedistcleaner:A}
|
10 | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}
|
11 | at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}
|
12 | at MC-BOOTSTRAP/fml_loader@4.0.38/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.38.jar%23104!/:4.0] {}
|
13 | at MC-BOOTSTRAP/fml_loader@4.0.38/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.38.jar%23104!/:4.0] {}
|
14 | at MC-BOOTSTRAP/fml_loader@4.0.38/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.38.jar%23104!/:4.0] {}
|
15 | at MC-BOOTSTRAP/fml_loader@4.0.38/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.38.jar%23104!/:4.0] {}
|
16 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23132!/:?] {}
|
17 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23132!/:?] {}
|
18 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23132!/:?] {}
|
19 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23132!/:?] {}
|
20 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23132!/:?] {}
|
21 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23132!/:?] {}
|
22 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23132!/:?] {}
|
23 | at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}
|
24 | at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {}
|
25 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
26 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
27 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
28 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
29 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
30 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-11.0.4.jar:11.0.4+main.d2e20e43] {}
|
31 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:94) ~[modlauncher-11.0.4.jar:?] {}
|
32 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-11.0.4.jar:?] {}
|
33 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:57) ~[modlauncher-11.0.4.jar:?] {}
|
34 | at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:190) ~[securejarhandler-3.0.8.jar:?] {}
|
35 | at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.lambda$findClass$20(ModuleClassLoader.java:298) ~[securejarhandler-3.0.8.jar:?] {}
|
36 | at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:311) ~[securejarhandler-3.0.8.jar:?] {}
|
37 | at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:298) ~[securejarhandler-3.0.8.jar:?] {}
|
38 | at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:214) ~[securejarhandler-3.0.8.jar:?] {}
|
39 | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?] {}
|
40 | at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.block.Blocks.<clinit>(Blocks.java:3047) ~[client-1.21.1-20240808.144430-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:apothic_spawners.mixins.json:BlocksMixin from mod apothic_spawners,pl:mixin:APP:apothic_enchanting.mixins.json:BlocksMixin from mod apothic_enchanting,pl:mixin:APP:amendments-common.mixins.json:BlocksMixin from mod amendments,pl:mixin:A}
|
41 | at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.block.FireBlock.bootStrap(FireBlock.java:342) ~[client-1.21.1-20240808.144430-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries.mixins.json:FireBlockAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:FireBlockMixin from mod supplementaries,pl:mixin:APP:the_bumblezone-neoforge.mixins.json:block.FireBlockInvoker from mod the_bumblezone,pl:mixin:APP:another_furniture.mixins.json:FireBlockAccessor from mod another_furniture,pl:mixin:APP:aether.mixins.json:common.accessor.FireBlockAccessor from mod aether,pl:mixin:APP:fabric-content-registries-v0.mixins.json:FireBlockMixin from mod fabric_content_registries_v0,pl:mixin:APP:moonlight.mixins.json:FireBlockMixin from mod moonlight,pl:mixin:APP:forbidden_arcanus.mixins.json:AccessorFireBlock from mod forbidden_arcanus,pl:mixin:APP:the_bumblezone-neoforge.mixins.json:block.FireBlockMixin from mod the_bumblezone,pl:mixin:A}
|
42 | at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.Bootstrap.bootStrap(Bootstrap.java:45) ~[client-1.21.1-20240808.144430-srg.jar%23665!/:?] {re:classloading}
|
43 | at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.main.Main.lambda$main$0(Main.java:114) ~[client-1.21.1-20240808.144430-srg.jar%23665!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:sparkweave.mixins.json:client.MainMixin from mod sparkweave,pl:mixin:APP:cryonicconfig.mixins.json:client.MainMixin from mod cryonicconfig,pl:mixin:A,pl:runtimedistcleaner:A}
|
44 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?] {}
|
45 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?] {}
|
46 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] {}
|
47 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] {}
|
48 | at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] {re:mixin}
|
49 | Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Constant modifier method mixinLimitInt(I)I in ante.mixins.json:AnvilMenuMixin from mod ante failed injection check, (0/1) succeeded. Scanned 0 target(s). No refMap loaded.
|
50 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
51 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1490) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
52 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:752) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
53 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:330) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
54 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
55 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
56 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
57 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
58 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
59 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
60 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[sponge-mixin-0.15.2+mixin.0.8.7.jar:0.15.2+mixin.0.8.7] {}
|
61 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-11.0.4.jar:11.0.4+main.d2e20e43] {}
|
62 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:94) ~[modlauncher-11.0.4.jar:?] {}
|
63 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-11.0.4.jar:?] {}
|
64 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:57) ~[modlauncher-11.0.4.jar:?] {}
|
65 | at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:190) ~[securejarhandler-3.0.8.jar:?] {}
|
66 | at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.lambda$findClass$20(ModuleClassLoader.java:298) ~[securejarhandler-3.0.8.jar:?] {}
|
67 | at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:311) ~[securejarhandler-3.0.8.jar:?] {}
|
68 | at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:298) ~[securejarhandler-3.0.8.jar:?] {}
|
69 | at cpw.mods.securejarhandler/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:214) ~[securejarhandler-3.0.8.jar:?] {}
|
70 | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?] {}
|
71 | at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.block.Blocks.<clinit>(Blocks.java:3047) ~[client-1.21.1-20240808.144430-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:apothic_spawners.mixins.json:BlocksMixin from mod apothic_spawners,pl:mixin:APP:apothic_enchanting.mixins.json:BlocksMixin from mod apothic_enchanting,pl:mixin:APP:amendments-common.mixins.json:BlocksMixin from mod amendments,pl:mixin:A}
|
72 | at TRANSFORMER/minecraft@1.21.1/net.minecraft.world.level.block.FireBlock.bootStrap(FireBlock.java:342) ~[client-1.21.1-20240808.144430-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:supplementaries.mixins.json:FireBlockAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:FireBlockMixin from mod supplementaries,pl:mixin:APP:the_bumblezone-neoforge.mixins.json:block.FireBlockInvoker from mod the_bumblezone,pl:mixin:APP:another_furniture.mixins.json:FireBlockAccessor from mod another_furniture,pl:mixin:APP:aether.mixins.json:common.accessor.FireBlockAccessor from mod aether,pl:mixin:APP:fabric-content-registries-v0.mixins.json:FireBlockMixin from mod fabric_content_registries_v0,pl:mixin:APP:moonlight.mixins.json:FireBlockMixin from mod moonlight,pl:mixin:APP:forbidden_arcanus.mixins.json:AccessorFireBlock from mod forbidden_arcanus,pl:mixin:APP:the_bumblezone-neoforge.mixins.json:block.FireBlockMixin from mod the_bumblezone,pl:mixin:A}
|
73 | at TRANSFORMER/minecraft@1.21.1/net.minecraft.server.Bootstrap.bootStrap(Bootstrap.java:45) ~[client-1.21.1-20240808.144430-srg.jar%23665!/:?] {re:classloading}
|
74 | at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.main.Main.lambda$main$0(Main.java:114) ~[client-1.21.1-20240808.144430-srg.jar%23665!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:sparkweave.mixins.json:client.MainMixin from mod sparkweave,pl:mixin:APP:cryonicconfig.mixins.json:client.MainMixin from mod cryonicconfig,pl:mixin:A,pl:runtimedistcleaner:A}
|
75 | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?] {}
|
76 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?] {}
|
77 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] {}
|
78 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] {}
|
79 | at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] {re:mixin}
|
80 |
|
81 |
|
82 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
83 | ---------------------------------------------------------------------------------------
|
84 |
|
85 | -- Head --
|
86 | Thread: main
|
87 | Stacktrace:
|
88 | at MC-BOOTSTRAP/fml_loader@4.0.38/net.neoforged.fml.loading.BackgroundWaiter.runAndTick(BackgroundWaiter.java:29) ~[loader-4.0.38.jar%23104!/:4.0] {}
|
89 | -- Initialization --
|
90 | Details:
|
91 | Modules:
|
92 | ADVAPI32.dll:Advanced Windows 32 Base API:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
93 | BCrypt.dll:Windows Cryptographic Primitives Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
94 | COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
|
95 | CRYPT32.dll:Crypto API32:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
96 | CRYPTBASE.DLL:Base cryptographic API DLL:10.0.26100.2894 (WinBuild.160101.0800):Microsoft Corporation
|
97 | CRYPTSP.dll:Cryptographic Service Provider API:10.0.26100.2454 (WinBuild.160101.0800):Microsoft Corporation
|
98 | CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
99 | CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.26100.3624:Microsoft Corporation
|
100 | DBGHELP.DLL:Windows Image Helper:10.0.26100.3037 (WinBuild.160101.0800):Microsoft Corporation
|
101 | DEVOBJ.dll:Device Information Set DLL:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
102 | DNSAPI.dll:DNS Client API DLL:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
|
103 | GDI32.dll:GDI Client DLL:10.0.26100.3775 (WinBuild.160101.0800):Microsoft Corporation
|
104 | GLU32.dll:OpenGL Utility Library DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
105 | IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.26100.3775 (WinBuild.160101.0800):Microsoft Corporation
|
106 | IPHLPAPI.DLL:IP Helper API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
107 | KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.26100.3775 (WinBuild.160101.0800):Microsoft Corporation
|
108 | KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.26100.3775 (WinBuild.160101.0800):Microsoft Corporation
|
109 | MSASN1.dll:ASN.1 Runtime APIs:10.0.26100.2894 (WinBuild.160101.0800):Microsoft Corporation
|
110 | MSCTF.dll:MSCTF Server DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
111 | MpOav.dll:IOfficeAntiVirus Module:4.18.25030.2 (000028f0c1f345a538ea89b768605447f1c02bdf):Microsoft Corporation
|
112 | NSI.dll:NSI User-mode interface DLL:10.0.26100.2894 (WinBuild.160101.0800):Microsoft Corporation
|
113 | OLEAUT32.dll:OLEAUT32.DLL:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
114 | POWRPROF.dll:Power Profile Helper DLL:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
115 | PSAPI.DLL:Process Status Helper:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
116 | RPCRT4.dll:Remote Procedure Call Runtime:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
117 | SETUPAPI.dll:Windows Setup API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
118 | SHCORE.dll:SHCORE:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
119 | SHELL32.dll:Windows Shell Common Dll:10.0.26100.3323 (WinBuild.160101.0800):Microsoft Corporation
|
120 | UMPDC.dll:User Mode Power Dependency Coordinator:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
|
121 | USER32.dll:Multi-User Windows USER API Client DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
122 | USERENV.dll:Userenv:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
123 | VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
|
124 | VERSION.dll:Version Checking and File Installation Libraries:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
125 | WINHTTP.dll:Windows HTTP Services:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
126 | WINMM.dll:MCI API DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
127 | WINTRUST.dll:Microsoft Trust Verification APIs:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
128 | WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
129 | amdihk64.dll:Radeon Settings: Host Service:2,00,00,1788:Advanced Micro Devices, Inc.
|
130 | amsi.dll:Anti-Malware Scan Interface:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
131 | atig6pxx.dll:atiglpxx.dll:8.14.01.6564:Advanced Micro Devices, Inc.
|
132 | atio6axx.dll:AMD OpenGL Driver:25.02.241127_5715cfc:Advanced Micro Devices, Inc
|
133 | bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.26100.3037 (WinBuild.160101.0800):Microsoft Corporation
|
134 | cfgmgr32.dll:Configuration Manager DLL:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
135 | clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
|
136 | combase.dll:Microsoft COM for Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
137 | dbgcore.DLL:Windows Core Debugging Helpers:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
138 | dinput8.dll:Microsoft DirectInput:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
139 | dwmapi.dll:Microsoft Desktop Window Manager API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
140 | dxcore.dll:DXCore:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
141 | fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.26100.3037 (WinBuild.160101.0800):Microsoft Corporation
|
142 | gdi32full.dll:GDI Client DLL:10.0.26100.3775 (WinBuild.160101.0800):Microsoft Corporation
|
143 | glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
|
144 | icm32.dll:Microsoft Color Management Module (CMM):10.0.26100.2314 (WinBuild.160101.0800):Microsoft Corporation
|
145 | inputhost.dll:InputHost:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
146 | java.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
147 | javaw.exe:OpenJDK Platform binary:**.**.**.**:Microsoft
|
148 | jemalloc.dll
|
149 | jimage.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
150 | jli.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
151 | jna18305411657966113320.dll:JNA native library:7.0.0:Java(TM) Native Access (JNA)
|
152 | jsvml.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
153 | jvm.dll:OpenJDK 64-Bit server VM:**.**.**.**:Microsoft
|
154 | kernel.appcore.dll:AppModel API Host:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
|
155 | lwjgl.dll
|
156 | lwjgl_opengl.dll
|
157 | lwjgl_stb.dll
|
158 | management.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
159 | management_ext.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
160 | mscms.dll:Microsoft Color Matching System DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
161 | msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
|
162 | msvcp_win.dll:Microsoft® C Runtime Library:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
163 | msvcrt.dll:Windows NT CRT DLL:7.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
164 | mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
165 | napinsp.dll:E-mail Naming Shim Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
166 | net.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
167 | nio.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
168 | nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
169 | ntdll.dll:NT Layer DLL:10.0.26100.3775 (WinBuild.160101.0800):Microsoft Corporation
|
170 | ole32.dll:Microsoft OLE for Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
171 | opengl32.dll:OpenGL Client DLL:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
172 | pdh.dll:Windows Performance Data Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
173 | perfos.dll:Windows System Performance Objects DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
174 | perfproc.dll:Windows System Process Performance Objects DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
175 | pfclient.dll:SysMain Client:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
|
176 | profapi.dll:User Profile Basic API:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
177 | rasadhlp.dll:Remote Access AutoDial Helper:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
178 | rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
179 | sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
180 | shlwapi.dll:Shell Light-weight Utility Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
181 | textinputframework.dll:"TextInputFramework.DYNLINK":10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
182 | ucrtbase.dll:Microsoft® C Runtime Library:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
183 | uxtheme.dll:Microsoft UxTheme Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
184 | vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
|
185 | verify.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
186 | win32u.dll:Win32u:10.0.26100.3775 (WinBuild.160101.0800):Microsoft Corporation
|
187 | windows.staterepositorycore.dll:Windows StateRepository API Core:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
188 | windows.storage.dll:Microsoft WinRT Storage API:10.0.26100.1457 (WinBuild.160101.0800):Microsoft Corporation
|
189 | winrnr.dll:LDAP RnR Provider DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
190 | wintypes.dll:Windows Base Types DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
191 | wshbth.dll:Windows Sockets Helper DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
192 | xinput1_4.dll:Microsoft Common Controller API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
193 | zip.dll:OpenJDK Platform binary:**.**.**.**:Microsoft
|
194 | Stacktrace:
|
195 | at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.main.Main.main(Main.java:114) ~[client-1.21.1-20240808.144430-srg.jar%23665!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:sparkweave.mixins.json:client.MainMixin from mod sparkweave,pl:mixin:APP:cryonicconfig.mixins.json:client.MainMixin from mod cryonicconfig,pl:mixin:A,pl:runtimedistcleaner:A}
|
196 | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}
|
197 | at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}
|
198 | at MC-BOOTSTRAP/fml_loader@4.0.38/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.38.jar%23104!/:4.0] {}
|
199 | at MC-BOOTSTRAP/fml_loader@4.0.38/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.38.jar%23104!/:4.0] {}
|
200 | at MC-BOOTSTRAP/fml_loader@4.0.38/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.38.jar%23104!/:4.0] {}
|
201 | at MC-BOOTSTRAP/fml_loader@4.0.38/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.38.jar%23104!/:4.0] {}
|
202 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23132!/:?] {}
|
203 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23132!/:?] {}
|
204 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23132!/:?] {}
|
205 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23132!/:?] {}
|
206 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23132!/:?] {}
|
207 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23132!/:?] {}
|
208 | at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.4/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23132!/:?] {}
|
209 | at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}
|
210 | at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {}
|
211 |
|
212 |
|
213 | -- System Details --
|
214 | Details:
|
215 | Minecraft Version: 1.21.1
|
216 | Minecraft Version ID: 1.21.1
|
217 | Operating System: Windows 11 (amd64) version 10.0
|
218 | Java Version: 21.0.3, Microsoft
|
219 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
220 | Memory: 603158056 bytes (575 MiB) / 3405774848 bytes (3248 MiB) up to 23152558080 bytes (22080 MiB)
|
221 | CPUs: 16
|
222 | Processor Vendor: AuthenticAMD
|
223 | Processor Name: AMD Ryzen 7 5800X 8-Core Processor
|
224 | Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
|
225 | Microarchitecture: Zen 3
|
226 | Frequency (GHz): 3.80
|
227 | Number of physical packages: 1
|
228 | Number of physical CPUs: 8
|
229 | Number of logical CPUs: 16
|
230 | Graphics card #0 name: AMD Radeon(TM) Vega 8 Graphics
|
231 | Graphics card #0 vendor: Advanced Micro Devices, Inc.
|
232 | Graphics card #0 VRAM (MiB): 2048.00
|
233 | Graphics card #0 deviceId: VideoController1
|
234 | Graphics card #0 versionInfo: 27.20.11044.7
|
235 | Graphics card #1 name: AMD 15D8:C9
|
236 | Graphics card #1 vendor: Advanced Micro Devices, Inc.
|
237 | Graphics card #1 VRAM (MiB): 2048.00
|
238 | Graphics card #1 deviceId: VideoController2
|
239 | Graphics card #1 versionInfo: 27.20.11044.7
|
240 | Graphics card #2 name: AMD Radeon RX 7600
|
241 | Graphics card #2 vendor: Advanced Micro Devices, Inc.
|
242 | Graphics card #2 VRAM (MiB): 8176.00
|
243 | Graphics card #2 deviceId: VideoController3
|
244 | Graphics card #2 versionInfo: 32.0.13031.3015
|
245 | Memory slot #0 capacity (MiB): 16384.00
|
246 | Memory slot #0 clockSpeed (GHz): 2.67
|
247 | Memory slot #0 type: DDR4
|
248 | Memory slot #1 capacity (MiB): 16384.00
|
249 | Memory slot #1 clockSpeed (GHz): 2.67
|
250 | Memory slot #1 type: DDR4
|
251 | Virtual memory max (MiB): 41397.54
|
252 | Virtual memory used (MiB): 24268.56
|
253 | Swap memory total (MiB): 8704.00
|
254 | Swap memory used (MiB): 515.32
|
255 | Space in storage for jna.tmpdir (MiB): available: 1132625.13, total: 1952752.00
|
256 | Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 1132625.13, total: 1952752.00
|
257 | Space in storage for io.netty.native.workdir (MiB): available: 1132625.13, total: 1952752.00
|
258 | Space in storage for java.io.tmpdir (MiB): available: 1132625.13, total: 1952752.00
|
259 | Space in storage for workdir (MiB): available: 1132625.13, total: 1952752.00
|
260 | JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx22080m -Xms256m
|
261 | Launched Version: neoforge-21.1.164
|
262 | Launcher name: minecraft-launcher
|
263 | Backend library: LWJGL version 3.3.3+5
|
264 | Backend API: Unknown
|
265 | Window size: <not initialized>
|
266 | GFLW Platform: win32
|
267 | GL Caps: ERR
|
268 | GL debug messages: <disabled>
|
269 | Is Modded: Definitely; Client brand changed to 'neoforge'
|
270 | Universe: 404
|
271 | Type: Client (map_client.txt)
|
272 | Locale: en_US
|
273 | System encoding: Cp1252
|
274 | File encoding: UTF-8
|
275 | CPU: <unknown>
|
276 |
|