Forge 1.12.2 Crash Report

#UoQGAY5
149 lines
Raw
Analysis
Minecraft version:
1.12.2
Java version:
1.8.0_362
Forge version:
14.23.5.2859
1---- Minecraft Crash Report ----
2
3WARNING: coremods are present:
4 McLib core mod (mclib-2.4.1-1.12.2.jar)
5 CreativePatchingLoader (CreativeCore_v1.10.70_mc1.12.2.jar)
6 CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
7 ParagliderLoadingPlugin (Paraglider-1.12.2-1.0.1.5.jar)
8 ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar)
9 ShutdownPatcher (mcef-1.12.2-0.9-coremod.jar)
10Contact their authors BEFORE contacting forge
11
12// You're mean.
13
14Time: 3/28/23 2:33 AM
15Description: Exception in server tick loop
16
17java.lang.NoClassDefFoundError: com/creativemd/creativecore/gui/opener/CustomGuiHandler
18 at java.lang.Class.forName0(Native Method)
19 at java.lang.Class.forName(Class.java:348)
20 at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
21 at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
22 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23 at java.lang.reflect.Method.invoke(Method.java:498)
24 at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
25 at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
26 at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
27 at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
28 at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
29 at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
30 at com.google.common.eventbus.EventBus.post(EventBus.java:217)
31 at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
32 at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
33 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
34 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
35 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
36 at java.lang.reflect.Method.invoke(Method.java:498)
37 at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
38 at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
39 at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
40 at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
41 at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
42 at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
43 at com.google.common.eventbus.EventBus.post(EventBus.java:217)
44 at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
45 at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
46 at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
47 at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
48 at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
49 at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
50 at java.lang.Thread.run(Thread.java:750)
51Caused by: java.lang.ClassNotFoundException: com.creativemd.creativecore.gui.opener.CustomGuiHandler
52 at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
53 at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
54 at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
55 ... 33 more
56Caused by: java.lang.NullPointerException
57 at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
58 ... 35 more
59
60
61A detailed walkthrough of the error, its code path and all known details is as follows:
62---------------------------------------------------------------------------------------
63
64-- System Details --
65Details:
66 Minecraft Version: 1.12.2
67 Operating System: Linux (amd64) version 5.4.0-100-generic
68 Java Version: 1.8.0_362, Temurin
69 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin
70 Memory: 899469136 bytes (857 MB) / 1241513984 bytes (1184 MB) up to 1771044864 bytes (1689 MB)
71 JVM Flags: 3 total; -XX:MaxMetaspaceSize=300M -Xmx1900M -Xms950M
72 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
73 FML: MCP 9.42 Powered by Forge 14.23.5.2859 55 mods loaded, 54 mods active
74 States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
75
76 | State | ID | Version | Source | Signature |
77 |:----- |:----------------- |:-------------------- |:----------------------------------- |:---------------------------------------- |
78 | LC | minecraft | 1.12.2 | minecraft.jar | None |
79 | LC | mcp | 9.42 | minecraft.jar | None |
80 | LC | FML | **.**.**.** | forge.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
81 | LC | forge | 14.23.5.2859 | forge.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
82 | LC | creativecoredummy | 1.0.0 | minecraft.jar | None |
83 | LC | obfuscate | 0.4.2 | minecraft.jar | None |
84 | LC | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
85 | LC | advinv | 1.4.2 | advInv-1.12.1-1.4.2.jar | None |
86 | LC | aether_legacy | **.**.**.** | aether-1.12.2-v1.5.3.2.jar | None |
87 | LC | gorecore | 1.12.2-0.4.5 | avatarmod-1.6.2.jar | None |
88 | LC | avatarmod | 1.6.2 | avatarmod-1.6.2.jar | None |
89 | LC | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
90 | LC | bettercaves | 1.12.2 | bettercaves-1.12.2-2.0.3.jar | None |
91 | LC | bookshelf | 2.3.557 | Bookshelf-1.12.2-2.3.557.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
92 | LC | carryon | 1.12.3 | CarryOn MC1.12.2 v1.12.3.jar | 55e88f24d04398481ae6f1ce76f65fd776f14227 |
93 | LC | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
94 | LC | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
95 | LC | coroutil | 1.12.1-1.2.37 | coroutil-1.12.1-1.2.37.jar | None |
96 | LC | configmod | v1.0 | coroutil-1.12.1-1.2.37.jar | None |
97 | LC | creativecore | 1.10.0 | CreativeCore_v1.10.70_mc1.12.2.jar | None |
98 | LC | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
99 | LC | dynamictrees | 1.12.2-0.9.29 | DynamicTrees-1.12.2-0.9.29.jar | None |
100 | LC | mclib | 2.4.1 | mclib-2.4.1-1.12.2.jar | None |
101 | LC | emoticons | 1.1.1 | emoticons-1.1.1-1.12.2.jar | None |
102 | LC | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
103 | LC | foamflower | 1.12.2-1.0.0.0-beta1 | foamflower-1.12.2-1.0.0.0-beta1.jar | None |
104 | LC | cfm | 6.3.0 | furniture-6.3.2-1.12.2.jar | None |
105 | LC | gokistats | **.**.**.** | gokiStats-1.2.8.4.jar | None |
106 | LC | ironfurnaces | 1.3.5 | ironfurnaces-1.3.5.jar | None |
107 | LC | jei | 4.16.1.1000 | jei_1.12.2-4.16.1.1000.jar | None |
108 | LC | herobrine | 0.5.4 | LegendOfHerobrine-1.12.2-0.5.4.jar | None |
109 | LC | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
110 | LC | mcef | 0.9 | mcef-0.9-1.12.2.jar | None |
111 | LC | mutantbeasts | 1.12.2-1.0.2 | MutantBeasts-1.12.2-1.0.2.jar | None |
112 | LC | paraglider | **.**.**.** | Paraglider-1.12.2-1.0.1.5.jar | None |
113 | L | playerrevive | 1.0 | PlayerRevive v1.1.0 mc1.12.jar | None |
114 | L | roguelike | 1.8.0 | RoguelikeDungeons-1.12.2-1.8.0.jar | None |
115 | L | silentlib | 3.0.13 | SilentLib-1.12.2-3.0.13+167.jar | None |
116 | L | scalinghealth | 1.3.37 | ScalingHealth-1.12.2-1.3.42+147.jar | None |
117 | L | signpost | 1.08.3 | signpost-1.12.2-1.08.3.jar | None |
118 | L | simpleplanes | **.**.**.** | simpleplanes-1.12.2-3.0.1.7.jar | None |
119 | L | storagedrawers | 5.2.2 | StorageDrawers-1.12.2-5.4.2.jar | None |
120 | L | tinymobfarm | 1.0.5 | TinyMobFarm-1.12.2-1.0.5.jar | None |
121 | L | tombstone | 4.6.2 | tombstone-4.6.2-1.12.2.jar | None |
122 | L | torcherino | 7.6 | torcherino-7.6.jar | None |
123 | L | travelersbackpack | 1.0.35 | TravelersBackpack-1.12.2-1.0.35.jar | None |
124 | L | traverse | 1.6.0 | Traverse-1.12.2-1.6.0-69.jar | None |
125 | L | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
126 | L | vending | 1.12.2-3.0.1.2 | vending-1.12.2-3.0.1.2.jar | None |
127 | L | voicechat | 1.12.2-2.3.28 | voicechat-forge-1.12.2-2.3.28.jar | None |
128 | L | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
129 | L | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None |
130 | L | webdisplays | 1.0 | webdisplays-1.0-1.12.2.jar | None |
131 | L | jade | 0.1.0 | Jade-0.1.0.jar | None |
132 | UD | mclib_core | 2.4.1 | minecraft.jar | None |
133
134 Loaded coremods (and transformers):
135McLib core mod (mclib-2.4.1-1.12.2.jar)
136 mchorse.mclib.core.McLibCMClassTransformer
137CreativePatchingLoader (CreativeCore_v1.10.70_mc1.12.2.jar)
138
139CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
140 cubex2.cxlibrary.CoreModTransformer
141ParagliderLoadingPlugin (Paraglider-1.12.2-1.0.1.5.jar)
142 com.tictim.paraglider.asm.TransformerModelBiped
143ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar)
144 com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
145ShutdownPatcher (mcef-1.12.2-0.9-coremod.jar)
146 net.montoyo.mcef.coremod.ShutdownPatcher
147 Profiler Position: N/A (disabled)
148 Is Modded: Definitely; Server brand changed to 'fml,forge'
149 Type: Dedicated Server (map_server.txt)
This log will be saved for 90 days from their last view.
Report abuse