Vanilla 1.12.2 Crash Report

#6FsWVjq
121 lines
Raw
Analysis
Minecraft version:
1.12.2
Java version:
1.8.0_202
1---- Minecraft Crash Report ----
2
3WARNING: coremods are present:
4 GregTechMixinLoadingPlugin (gregtech-1.12.2-2.9.0-181-MeowmelMuku.jar)
5 MixinBooter (!mixinbooter-10.6.jar)
6 ModularUI-Core (modularui-2.5.0-rc5.jar)
7Contact their authors BEFORE contacting forge
8
9// Hey, that tickles! Hehehe!
10
11Time: 8/1/25 5:30 AM
12Description: There was a severe problem during mod loading that has caused the game to fail
13
14net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from GregTech (gregtech)
15Caused by: java.lang.NoClassDefFoundError: gtqt/common/metatileentities/multi/multiblockpart/MetaTileEntityMEPatternProvider
16 at gtqt.common.GTQTCommonProxy.preInit(GTQTCommonProxy.java:42)
17 at gregtech.common.CommonProxy.onPreLoad(CommonProxy.java:453)
18 at gregtech.client.ClientProxy.onPreLoad(ClientProxy.java:90)
19 at gregtech.core.CoreModule.preInit(CoreModule.java:229)
20 at gregtech.modules.ModuleManager.onPreInit(ModuleManager.java:149)
21 at gregtech.GregTechMod.preInit(GregTechMod.java:68)
22 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
23 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
24 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
25 at java.lang.reflect.Method.invoke(Method.java:498)
26 at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
27 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
28 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
29 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
30 at java.lang.reflect.Method.invoke(Method.java:498)
31 at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
32 at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
33 at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
34 at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
35 at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
36 at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
37 at com.google.common.eventbus.EventBus.post(EventBus.java:217)
38 at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
39 at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
40 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
41 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
42 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
43 at java.lang.reflect.Method.invoke(Method.java:498)
44 at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
45 at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
46 at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
47 at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
48 at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
49 at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
50 at com.google.common.eventbus.EventBus.post(EventBus.java:217)
51 at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
52 at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
53 at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
54 at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
55 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
56 at net.minecraft.client.main.Main.main(SourceFile:123)
57 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
58 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
59 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
60 at java.lang.reflect.Method.invoke(Method.java:498)
61 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
62 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
63 at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
64 at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
65 at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
66Caused by: java.lang.ClassNotFoundException: gtqt.common.metatileentities.multi.multiblockpart.MetaTileEntityMEPatternProvider
67 at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
68 at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
69 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
70 ... 50 more
71Caused by: java.lang.NoClassDefFoundError: appeng/api/networking/crafting/ICraftingProvider
72 at java.lang.ClassLoader.defineClass1(Native Method)
73 at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
74 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
75 at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
76 ... 52 more
77Caused by: java.lang.ClassNotFoundException: appeng.api.networking.crafting.ICraftingProvider
78 at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
79 at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
80 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
81 ... 56 more
82Caused by: java.lang.NullPointerException
83
84No Mixin Metadata is found in the Stacktrace.
85
86
87A detailed walkthrough of the error, its code path and all known details is as follows:
88---------------------------------------------------------------------------------------
89
90-- System Details --
91Details:
92 Minecraft Version: 1.12.2
93 Operating System: Linux (amd64) version 6.11.11-valve19-1-neptune-611-g88b36d49a5e3
94 Java Version: 1.8.0_202, Oracle Corporation
95 Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
96 Memory: 1336614632 bytes (1274 MB) / 1795162112 bytes (1712 MB) up to 3817865216 bytes (3641 MB)
97 JVM Flags: 2 total; -Xms512m -Xmx4096m
98 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
99 FML: MCP 9.42 Powered by Forge 14.23.5.2860 9 mods loaded, 9 mods active
100 States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
101
102 | State | ID | Version | Source | Signature |
103 |:----- |:-------------- |:----------------- |:--------------------------------------------- |:---------------------------------------- |
104 | LCH | minecraft | 1.12.2 | minecraft.jar | None |
105 | LCH | mcp | 9.42 | minecraft.jar | None |
106 | LCH | FML | **.**.**.** | forge-1.12.2-14.23.5.2860-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
107 | LCH | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
108 | LCH | mixinbooter | 10.6 | minecraft.jar | None |
109 | LCH | codechickenlib | **.**.**.** | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
110 | LCH | modularui | 2.5.0-rc5 | modularui-2.5.0-rc5.jar | None |
111 | LCE | gregtech | 2.9.0-MeowmelMuku | gregtech-1.12.2-2.9.0-181-MeowmelMuku.jar | None |
112 | LC | ic2 | 2.8.222-ex112 | industrialcraft-2-2.8.222-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
113
114 Loaded coremods (and transformers):
115GregTechMixinLoadingPlugin (gregtech-1.12.2-2.9.0-181-MeowmelMuku.jar)
116
117MixinBooter (!mixinbooter-10.6.jar)
118
119ModularUI-Core (modularui-2.5.0-rc5.jar)
120 com.cleanroommc.modularui.core.ClassTransformer
121 GL info: ' Vendor: 'AMD' Version: '4.6 (Compatibility Profile) Mesa 25.1.3 (git-ba95e694fe)' Renderer: 'AMD Custom GPU 0932 (radeonsi, vangogh, LLVM 19.1.7, DRM 3.59, 6.11.11-valve19-1-neptune-611-g88b36d49a5e3)'
This log will be saved for 90 days from their last view.
Report abuse