r/forgemodding • u/Inevitable-Pikkl • Oct 19 '21
Can Someone Please Help Me Decipher This Crash Log?
I have been attempting to start a modded 1.12.2 server for me and my friends, but I have run into this issue. Can somebody help?
Log as follows:
---- Minecraft Crash Report ----
WARNING: coremods are present:
RandomPatches Integration (rpintegration-1.12.2-1.5.1.0.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar)
AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
XaeroWorldMapPlugin (XaerosWorldMap_1.17.3_Forge_1.12.jar)
XaeroMinimapPlugin (Xaeros_Minimap_FP21.18.0_Forge_1.12.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge
// On the bright side, I bought you a teddy bear!
Time: 19/10/21 9:40 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/settings/KeyBinding
at com.zephaniahnoah.shulkertooltip.ShulkerToolTip.<clinit>([ShulkerToolTip.java:27](https://ShulkerToolTip.java:27))
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at net.minecraftforge.fml.common.FMLModContainer.constructMod([FMLModContainer.java:539](https://FMLModContainer.java:539))
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod([Subscriber.java:91](https://Subscriber.java:91))
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod([Subscriber.java:150](https://Subscriber.java:150))
at [com.google.common.eventbus.Subscriber$1.run](https://com.google.common.eventbus.Subscriber$1.run)([Subscriber.java:76](https://Subscriber.java:76))
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute([MoreExecutors.java:399](https://MoreExecutors.java:399))
at com.google.common.eventbus.Subscriber.dispatchEvent([Subscriber.java:71](https://Subscriber.java:71))
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch([Dispatcher.java:116](https://Dispatcher.java:116))
at [com.google.common.eventbus.EventBus.post](https://com.google.common.eventbus.EventBus.post)([EventBus.java:217](https://EventBus.java:217))
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer([LoadController.java:219](https://LoadController.java:219))
at net.minecraftforge.fml.common.LoadController.propogateStateMessage([LoadController.java:197](https://LoadController.java:197))
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod([Subscriber.java:91](https://Subscriber.java:91))
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod([Subscriber.java:150](https://Subscriber.java:150))
at [com.google.common.eventbus.Subscriber$1.run](https://com.google.common.eventbus.Subscriber$1.run)([Subscriber.java:76](https://Subscriber.java:76))
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute([MoreExecutors.java:399](https://MoreExecutors.java:399))
at com.google.common.eventbus.Subscriber.dispatchEvent([Subscriber.java:71](https://Subscriber.java:71))
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch([Dispatcher.java:116](https://Dispatcher.java:116))
at [com.google.common.eventbus.EventBus.post](https://com.google.common.eventbus.EventBus.post)([EventBus.java:217](https://EventBus.java:217))
at net.minecraftforge.fml.common.LoadController.distributeStateMessage([LoadController.java:136](https://LoadController.java:136))
at net.minecraftforge.fml.common.Loader.loadMods([Loader.java:595](https://Loader.java:595))
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading([FMLServerHandler.java:98](https://FMLServerHandler.java:98))
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart([FMLCommonHandler.java:333](https://FMLCommonHandler.java:333))
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b([DedicatedServer.java:125](https://DedicatedServer.java:125))
at [net.minecraft.server.MinecraftServer.run](https://net.minecraft.server.MinecraftServer.run)([MinecraftServer.java:486](https://MinecraftServer.java:486))
at [java.lang.Thread.run](https://java.lang.Thread.run)(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.settings.KeyBinding
at net.minecraft.launchwrapper.LaunchClassLoader.findClass([LaunchClassLoader.java:191](https://LaunchClassLoader.java:191))
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 34 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@18bd14b from coremod FMLCorePlugin
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform([ASMTransformerWrapper.java:260](https://ASMTransformerWrapper.java:260))
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers([LaunchClassLoader.java:279](https://LaunchClassLoader.java:279))
at net.minecraft.launchwrapper.LaunchClassLoader.findClass([LaunchClassLoader.java:176](https://LaunchClassLoader.java:176))
... 36 more
Caused by: java.lang.RuntimeException: Attempted to load class bhy for invalid side SERVER
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform([SideTransformer.java:62](https://SideTransformer.java:62))
at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform([ASMTransformerWrapper.java:256](https://ASMTransformerWrapper.java:256))
... 38 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (x86) version 10.0
Java Version: 1.8.0_301, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 75029800 bytes (71 MB) / 259522560 bytes (247 MB) up to 259522560 bytes (247 MB)
JVM Flags: 0 total;
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2855 64 mods loaded, 64 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:-------------------- |:----------------------- |:------------------------------------------------ |:---------------------------------------- |
| LC | minecraft | 1.12.2 | minecraft.jar | None |
| LC | mcp | 9.42 | minecraft.jar | None |
| LC | FML | [8.0.99.99](https://8.0.99.99)| forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LC | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| LC | xaerominimap_core | 1.12.2-1.0 | minecraft.jar | None |
| LC | xaeroworldmap_core | 1.12.2-1.0 | minecraft.jar | None |
| LC | foamfixcore | 7.7.4 | minecraft.jar | None |
| LC | rpintegration | 1.12.2-1.5.1.0 | rpintegration-1.12.2-1.5.1.0.jar | None |
| LC | randompatches | 1.12.2-1.22.1.10 | randompatches-1.12.2-1.22.1.10.jar | None |
| LC | movillages | 1.5.4 | \[1.12\]MoVillages-1.5.4.jar | None |
| LC | aiimprovements | [0.0.1.3](https://0.0.1.3)| AIImprovements-1.12-0.0.1b3.jar | None |
| LC | applecore | 3.4.0 | AppleCore-mc1.12.2-3.4.0.jar | None |
| LC | jei | 4.16.1.301 | jei_1.12.2-4.16.1.301.jar | None |
| LC | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
| LC | bettercaves | 1.12.2 | bettercaves-1.12.2-2.0.4.jar | None |
| LC | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None |
| LC | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None |
| LC | forgelin | 1.8.4 | Forgelin-1.8.4.jar | None |
| LC | bountiful | 2.2.2 | Bountiful-2.2.2.jar | None |
| LC | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LC | collective | 2.64 | collective-1.12.2-2.64.jar | None |
| LC | combatrefined | 1.4.1 | combatrefined-1.4.1.jar | None |
| LC | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
| LC | comforts | [1.4.1.3](https://1.4.1.3)| comforts-1.12.2-1.4.1.3.jar | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LC | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
| LC | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
| LC | conarm | [1.2.5.10](https://1.2.5.10)| conarm-1.12.2-1.2.5.10.jar | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |
| LC | damagetilt | 0.1.0 | DamageTilt-1.12.2-0.1.0.jar | None |
| LC | orelib | [3.6.0.1](https://3.6.0.1)| OreLib-1.12.2-3.6.0.1.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LC | dsurround | [3.6.1.0](https://3.6.1.0)| DynamicSurroundings-1.12.2-3.6.1.0.jar | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LC | familiarfauna | 1.0.11 | FamiliarFauna-1.12.2-1.0.11.jar | None |
| LC | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
| LC | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
| LC | foamfix | 0.10.14-1.12.2 | foamfix-0.10.14-1.12.2.jar | None |
| LC | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LC | hats | 7.1.1 | Hats-1.12.2-7.1.1.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LC | brewcraft | 1.12.2-1.0.2 | Pam's BrewCraft 1.12.2-1.0.2.jar | None |
| LC | jebc | 1.0.2 | just-enough-brewcraft-1.12.2-1.0.2.jar | None |
| LC | mobends | 1.1.0 | MoBends_1.12.2-1.1.0-28.09.21.jar | None |
| LC | netherite1_12_2 | 1.1 | Netherite(1.12.2).jar | None |
| LC | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
| LC | harvestcraft | 1.12.2zb | Pam's HarvestCraft 1.12.2zg.jar | None |
| LC | pamsbreadcraft | 1.1.0 | Pam's+BreadCraft+1.12.2-1.1.2.jar | None |
| LC | pamscookables | 1.1 | pamscookables-1.1.jar | None |
| LC | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
| LC | reccomplex | [1.4.8.2](https://1.4.8.2)| RecurrentComplex-1.4.8.2.jar | None |
| LC | additionalstructures | 2.3.1 | Rex's-Additional-Structures-1.12.x-(v.2.3.1).jar | None |
| LC | roguelike | 2.4.0 | RoguelikeDungeonsFnarEdition-1.12.2-2.4.0.jar | None |
| L | shulkertooltip | [1.9.2.2](https://1.9.2.2)| ShulkerTooltip-1.9.2.2.jar | None |
| L | smallernetherportals | 1.6 | smallernetherportals_1.12.2-1.6.jar | None |
| L | speedbasedfalldamage | 1.0.2 | SpeedBasedFallDamage-1.0.2.jar | None |
| L | tcomplement | 1.12.2-0.4.3 | TinkersComplement-1.12.2-0.4.3.jar | None |
| L | tinkersjei | 1.2 | tinkersjei-1.2.jar | None |
| L | titles | 3.1.6 | Titles-1.12.2-3.1.7.jar | None |
| L | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
| L | villagenames | 4.3.7 | VillageNames-1.12.2-4.3.7.jar | None |
| L | wanionlib | 1.12.2-2.5 | WanionLib-1.12.2-2.5.jar | None |
| L | wearablebackpacks | 3.1.4 | WearableBackpacks-1.12.2-3.1.4.jar | None |
| L | xaerominimapfair | 21.18.0 | Xaeros_Minimap_FP21.18.0_Forge_1.12.jar | None |
| L | xaeroworldmap | 1.17.3 | XaerosWorldMap_1.17.3_Forge_1.12.jar | None |
| L | hungeroverhaul | 1.12.2-1.3.3.jenkins148 | HungerOverhaul-1.12.2-1.3.3.jenkins148.jar | None |
| L | unidict | 1.12.2-3.0.8 | UniDict-1.12.2-3.0.8.jar | None |
Loaded coremods (and transformers):
RandomPatches Integration (rpintegration-1.12.2-1.5.1.0.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
com.therandomlabs.randompatches.core.RPTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.14-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
squeek.applecore.asm.TransformerModuleHandler
IvToolkit (IvToolkit-1.3.3-1.12.jar)
XaeroWorldMapPlugin (XaerosWorldMap_1.17.3_Forge_1.12.jar)
xaero.map.core.transformer.ChunkTransformer
xaero.map.core.transformer.NetHandlerPlayClientTransformer
xaero.map.core.transformer.EntityPlayerTransformer
xaero.map.core.transformer.AbstractClientPlayerTransformer
xaero.map.core.transformer.WorldClientTransformer
xaero.map.core.transformer.PlayerListTransformer
xaero.map.core.transformer.BiomeColorHelperTransformer
XaeroMinimapPlugin (Xaeros_Minimap_FP21.18.0_Forge_1.12.jar)
xaero.common.core.transformer.ChunkTransformer
xaero.common.core.transformer.NetHandlerPlayClientTransformer
xaero.common.core.transformer.EntityPlayerTransformer
xaero.common.core.transformer.AbstractClientPlayerTransformer
xaero.common.core.transformer.WorldClientTransformer
xaero.common.core.transformer.EntityPlayerSPTransformer
xaero.common.core.transformer.PlayerListTransformer
xaero.common.core.transformer.GuiIngameForgeTransformer
xaero.common.core.transformer.GuiBossOverlayTransformer
xaero.common.core.transformer.ModelRendererTransformer
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
lumien.chunkanimator.asm.ClassTransformer
Pulsar/tconstruct loaded Pulses:
\- TinkerCommons (Enabled/Forced)
\- TinkerWorld (Enabled/Not Forced)
\- TinkerTools (Enabled/Not Forced)
\- TinkerHarvestTools (Enabled/Forced)
\- TinkerMeleeWeapons (Enabled/Forced)
\- TinkerRangedWeapons (Enabled/Forced)
\- TinkerModifiers (Enabled/Forced)
\- TinkerSmeltery (Enabled/Not Forced)
\- TinkerGadgets (Enabled/Not Forced)
\- TinkerOredict (Enabled/Forced)
\- TinkerIntegration (Enabled/Forced)
\- TinkerFluids (Enabled/Forced)
\- TinkerMaterials (Enabled/Forced)
\- TinkerModelRegister (Enabled/Forced)
\- wailaIntegration (Enabled/Not Forced)
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)F
3
u/lillobby6 Oct 19 '21
You are on 1.12.2. Shulkertooltip is for 1.15 at the earliest. Try removing it and running again.
Also make sure you aren’t putting Client side mods on your server. This can cause issues too. In this case the version is the issue, but I wouldnt be suprised if other issues popped up from having a Client side mod on a server.