Vanilla 1.12.2 Crash Report

#zs2j30e
113 lines
Raw
Analysis
Minecraft version:
1.12.2
Java version:
21.0.5
1---- Minecraft Crash Report ----
2
3WARNING: coremods are present:
4 Quark Plugin (QuarkRotN-r1.6-189.jar)
5 MixinBooter (cleanroom-0.3.0-alpha-universal.jar)
6Contact their authors BEFORE contacting forge
7
8// Hi. I'm Minecraft, and I'm a crashaholic.
9
10Time: 2025-03-10 17:55
11Description: There was a severe problem during mod loading that has caused the game to fail
12
13net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Quark: RotN Edition (quark)
14Caused by: java.lang.InternalError: java.lang.IllegalAccessException: static final field has no write access: net.minecraft.init.Blocks.field_180399_cE/net.minecraft.block.Block/putStatic, from class java.lang.Object (module java.base)
15 at java.base/jdk.internal.reflect.MethodHandleAccessorFactory.newFieldAccessor(Unknown Source)
16 at java.base/jdk.internal.reflect.ReflectionFactory.newFieldAccessor(Unknown Source)
17 at java.base/java.lang.reflect.Field.acquireOverrideFieldAccessor(Unknown Source)
18 at java.base/java.lang.reflect.Field.getOverrideFieldAccessor(Unknown Source)
19 at java.base/java.lang.reflect.Field.set(Unknown Source)
20 at vazkii.quark.base.handler.OverrideRegistryHandler.register(OverrideRegistryHandler.java:89)
21 at vazkii.quark.base.handler.OverrideRegistryHandler.registerBlock(OverrideRegistryHandler.java:56)
22 at vazkii.quark.tweaks.feature.SpringySlime.preInit(SpringySlime.java:41)
23 at vazkii.quark.base.module.Module.lambda$preInit$1(Module.java:146)
24 at java.base/java.util.ArrayList.forEach(Unknown Source)
25 at vazkii.quark.base.module.Module.forEachEnabled(Module.java:209)
26 at vazkii.quark.base.module.Module.preInit(Module.java:146)
27 at vazkii.quark.base.module.ModuleLoader.lambda$preInit$2(ModuleLoader.java:104)
28 at java.base/java.util.ArrayList.forEach(Unknown Source)
29 at vazkii.quark.base.module.ModuleLoader.forEachEnabled(ModuleLoader.java:193)
30 at vazkii.quark.base.module.ModuleLoader.preInit(ModuleLoader.java:104)
31 at vazkii.quark.base.proxy.CommonProxy.preInit(CommonProxy.java:34)
32 at vazkii.quark.base.proxy.ClientProxy.preInit(ClientProxy.java:45)
33 at vazkii.quark.base.Quark.preInit(Quark.java:44)
34 at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
35 at java.base/java.lang.reflect.Method.invoke(Unknown Source)
36 at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:639)
37 at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
38 at java.base/java.lang.reflect.Method.invoke(Unknown Source)
39 at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:85)
40 at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:142)
41 at com.google.common.eventbus.Subscriber.lambda$dispatchEvent$0(Subscriber.java:71)
42 at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31)
43 at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:68)
44 at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:111)
45 at com.google.common.eventbus.EventBus.post(EventBus.java:263)
46 at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:317)
47 at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:295)
48 at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
49 at java.base/java.lang.reflect.Method.invoke(Unknown Source)
50 at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:85)
51 at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:142)
52 at com.google.common.eventbus.Subscriber.lambda$dispatchEvent$0(Subscriber.java:71)
53 at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31)
54 at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:68)
55 at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:111)
56 at com.google.common.eventbus.EventBus.post(EventBus.java:263)
57 at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:231)
58 at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:634)
59 at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
60 at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
61 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
62 at net.minecraft.client.main.Main.main(SourceFile:123)
63 at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
64 at java.base/java.lang.reflect.Method.invoke(Unknown Source)
65 at top.outlands.foundation.LaunchHandler.launch(LaunchHandler.java:119)
66 at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
67 at java.base/java.lang.reflect.Method.invoke(Unknown Source)
68 at top.outlands.foundation.boot.Foundation.main(Foundation.java:41)
69 at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
70 at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
71 at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
72Caused by: java.lang.IllegalAccessException: static final field has no write access: net.minecraft.init.Blocks.field_180399_cE/net.minecraft.block.Block/putStatic, from class java.lang.Object (module java.base)
73 at java.base/java.lang.invoke.MemberName.makeAccessException(Unknown Source)
74 at java.base/java.lang.invoke.MethodHandles$Lookup.unreflectField(Unknown Source)
75 at java.base/java.lang.invoke.MethodHandles$Lookup.unreflectSetter(Unknown Source)
76 at java.base/java.lang.invoke.MethodHandleImpl$1.unreflectField(Unknown Source)
77 ... 57 more
78
79
80A detailed walkthrough of the error, its code path and all known details is as follows:
81---------------------------------------------------------------------------------------
82
83-- System Details --
84Details:
85 Minecraft Version: 1.12.2
86 Operating System: Windows 11 (amd64) version 10.0
87 Java Version: 21.0.5, Eclipse Adoptium
88 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
89 Memory: 214216392 bytes (204 MB) / 536870912 bytes (512 MB) up to 4294967296 bytes (4096 MB)
90 JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx4096m
91 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
92 FML: MCP 9.42 Cleanroom 0.3.0-alpha 9 mods loaded, 9 mods active
93 States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
94
95 | State | ID | Version | Source | Signature |
96 |:----- |:------------- |:------------ |:----------------------------------- |:--------- |
97 | LCH | minecraft | 1.12.2 | minecraft.jar | None |
98 | LCH | mcp | 9.42 | minecraft.jar | None |
99 | LCH | configanytime | 3.0 | cleanroom-0.3.0-alpha-universal.jar | None |
100 | LCH | cleanroom | 0.3.0-alpha | cleanroom-0.3.0-alpha-universal.jar | None |
101 | LCH | FML | **.**.**.** | cleanroom-0.3.0-alpha-universal.jar | None |
102 | LCH | forge | 14.23.5.2860 | cleanroom-0.3.0-alpha-universal.jar | None |
103 | LCH | mixinbooter | 10.5 | cleanroom-0.3.0-alpha-universal.jar | None |
104 | LCE | quark | r1.6-189 | QuarkRotN-r1.6-189.jar | None |
105 | LC | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
106
107 Cleanroom Version: 0.3.0-alpha
108 Loaded coremods (and transformers):
109Quark Plugin (QuarkRotN-r1.6-189.jar)
110 vazkii.quark.base.asm.ClassTransformer
111MixinBooter (cleanroom-0.3.0-alpha-universal.jar)
112
113 GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.0 Compatibility Profile Context 25.3.1.250220' Renderer: 'AMD Radeon RX 6650 XT'
This log will be saved for 90 days from their last view.
Report abuse