Jump to content

When starting mutiple mods server crashes [1.12.2]


FatherGibus

Recommended Posts

I tried to run multiple mods on my dedicated server, however the server outright crashes.

I've attempted disabling certain mods, when i find the certain mod that seemed like to be the cause of the crash and disables it the server works.

However when placing all the mods except for the specific mod it still crashes.

Any assistance?

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  MovingWorldCore (MovingWorld-Mod-1.12.jar)
  TheBetweenlandsLoadingPlugin (TheBetweenlands-3.6.1-core.jar)
  iceandfire (iceandfire-1.9.1-1.12.2.jar)
  TLSkinCapeHookLoader (tlskincape_1.12.2-1.4.jar)
  LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
Contact their authors BEFORE contacting forge

// I bet Cylons wouldn't have this problem.

Time: 6/20/20 1:10 AM
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: net/minecraft/client/entity/EntityPlayerSP
    at mod.mcreator.mcreator_woodSycamore.<clinit>(mcreator_woodSycamore.java:67)
    at mod.mcreator.mooresandtools.<init>(mooresandtools.java:432)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at net.minecraftforge.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:191)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599)
    at sun.reflect.GeneratedMethodAccessor10.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)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(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)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
    at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.entity.EntityPlayerSP
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 39 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@2b4c3c29 from coremod FMLCorePlugin
    at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:260)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 41 more
Caused by: java.lang.RuntimeException: Attempted to load class bud for invalid side SERVER
    at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
    at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
    ... 43 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 8.1 (amd64) version 6.3
    Java Version: 1.8.0_45, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 6219670432 bytes (5931 MB) / 8232370176 bytes (7851 MB) up to 8232370176 bytes (7851 MB)
    JVM Flags: 2 total; -Xmx8G -Xms8G
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2854 57 mods loaded, 57 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                | forgeserver.jar                                                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | forge                                        | 14.23.5.2854             | forgeserver.jar                                                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | com.elytradev.movingworld.common.asm.coremod |                          | minecraft.jar                                                     | None                                     |
    | LC    | jei                                          | 4.15.0.287               | jei_1.12.2-4.15.0.287.jar                                         | None                                     |
    | LC    | abyssalcraft                                 | 1.9.19.1                 | AbyssalCraft-1.12.2-1.9.19.1.jar                                  | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
    | LC    | advancedcombat                               | 1.1.2                    | Advanced-Combat-1.12.2.jar                                        | None                                     |
    | LC    | battletowers                                 | 1.6.5                    | BattleTowers-1.12.2.jar                                           | None                                     |
    | LC    | baubles                                      | 1.5.2                    | Baubles-1.12-1.5.2.jar                                            | None                                     |
    | LC    | bettercombatmod                              | 1.5.6                    | BetterCombat-1.12.2-1.5.6.jar                                     | None                                     |
    | LC    | bibliocraft                                  | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                                 | None                                     |
    | LC    | biomesoplenty                                | 7.0.1.2361               | BiomesOPlenty-1.12.2-7.0.1.2361-universal.jar                     | None                                     |
    | LC    | bloodmoon                                    | 1.5.3                    | Bloodmoon-MC1.12.2-1.5.3.jar                                      | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | LC    | bookshelf                                    | 2.3.577                  | Bookshelf-1.12.2-2.3.577.jar                                      | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | redstoneflux                                 | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar                           | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | cofhcore                                     | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar                            | None                                     |
    | LC    | customspawner                                | 3.11.4                   | CustomMobSpawner-3.11.4.jar                                       | None                                     |
    | LC    | movingworld                                  | 1.12-6.342               | MovingWorld-Mod-1.12.jar                                          | None                                     |
    | LC    | davincisvessels                              | @DVESSELSVER@            | davincisvessels-1.12-2.331-full.jar                               | None                                     |
    | LC    | mocreatures                                  | 12.0.5                   | DrZharks MoCreatures Mod-12.0.5.jar                               | None                                     |
    | LC    | eplus                                        | 5.0.176                  | Enchanting-Plus-Mod-1.12.2.jar                                    | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | golems                                       | 7.1.5                    | ExtraGolems-1.12-7.1.5.jar                                        | None                                     |
    | LC    | foamflower                                   | 1.12.2-1.0.0.0-beta1     | foamflower-1.12.2-1.0.0.0-beta1.jar                               | None                                     |
    | LC    | waila                                        | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                                       | None                                     |
    | LC    | llibrary                                     | 1.7.19                   | llibrary-1.7.19-1.12.2.jar                                        | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LC    | iceandfire                                   | 1.9.1                    | iceandfire-1.9.1-1.12.2.jar                                       | None                                     |
    | LC    | ichunutil                                    | 7.2.1                    | iChunUtil-1.12.2-7.2.1.jar                                        | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LC    | hats                                         | 7.0.0                    | iChuns-Hats-Mod-1.12.2.jar                                        | None                                     |
    | LC    | ironchest                                    | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.71.846.jar                                   | None                                     |
    | LC    | itemsdontbreak                               | 0.2                      | ItemsDontBreak-1.12.2-0.2.jar                                     | None                                     |
    | LC    | lostcities                                   | 2.0.21                   | lostcities-1.12-2.0.21.jar                                        | None                                     |
    | LC    | lucky                                        | 7.5.0                    | Lucky-Block-Mod-1.12.zip                                          | None                                     |
    | LC    | mopickaxes                                   | 10.0 BETA                | Mo-Pickaxes-Mod-1.12.2.jar                                        | None                                     |
    | L     | mooresandtools                               | v3.3.3 - Going Mech Path | MOAT(Mo'+Ores+And+Tools+-+1.12.2+-+v3.3.3+-+Going+Mech+Patch).jar | None                                     |
    | L     | mowziesmobs                                  | 1.5.4                    | mowziesmobs-1.5.4.jar                                             | None                                     |
    | L     | orespawn                                     | 3.3.1                    | OreSpawn-1.12-3.3.1.172.jar                                       | None                                     |
    | L     | potioncore                                   | 1.8_for_1.12.2           | PotionCore-1.8_for_1.12.2.jar                                     | None                                     |
    | L     | radixcore                                    | 1.12.x-2.2.1             | RadixCore-1.12.x-2.2.1-universal.jar                              | None                                     |
    | L     | roguelike                                    | 1.8.0                    | RoguelikeDungeons-1.12.2-1.8.0.jar                                | None                                     |
    | L     | silentlib                                    | 3.0.13                   | SilentLib-1.12.2-3.0.13+167.jar                                   | None                                     |
    | L     | scalinghealth                                | 1.3.37                   | ScalingHealth-1.12.2-1.3.38+143.jar                               | None                                     |
    | L     | thaumcraft                                   | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                                  | None                                     |
    | L     | tlauncher_custom_cape_skin                   | 1.4                      | tlskincape_1.12.2-1.4.jar                                         | None                                     |
    | L     | twilightforest                               | 3.9.888                  | Twilight-Forest-Mod-1.12.2.jar                                    | None                                     |
    | L     | uteamcore                                    | 2.2.4.107                | u_team_core-1.12.2-2.2.4.107.jar                                  | None                                     |
    | L     | lootboxes                                    | 1.2                      | Ultimate-Lootboxes-1.12.2.jar                                     | None                                     |
    | L     | usefulbackpacks                              | 1.5.0.23                 | Useful-Backpacks-Mod-1.12.2.jar                                   | None                                     |
    | L     | vanillatools                                 | 1.1.0                    | VanillaTools-1.12.2-1.1.0.2-universal.jar                         | None                                     |
    | L     | veinminer                                    | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar                             | None                                     |
    | L     | veinminermodsupport                          | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar                             | None                                     |
    | L     | vending                                      | 1.12.2-3.0.1.2           | vending-1.12.2-3.0.1.2.jar                                        | None                                     |
    | L     | waystones                                    | 4.1.0                    | Waystones_1.12.2-4.1.0.jar                                        | None                                     |
    | L     | ebwizardry                                   | 4.1.4                    | Wizardry-Mod-1.12.2.jar                                           | None                                     |
    | L     | worldedit                                    | 6.1.10-SNAPSHOT          | WorldEdit-1.12.2.jar                                              | None                                     |
    | L     | thebetweenlands                              | 3.6.1                    | TheBetweenlands-3.6.1-universal.jar                               | None                                     |
    | L     | superores                                    | 1.9.0_1.12               | superores-1.9.0-1.12.jar                                          | None                                     |

    Loaded coremods (and transformers): 
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
MovingWorldCore (MovingWorld-Mod-1.12.jar)
  
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.6.1-core.jar)
  thebetweenlands.core.TheBetweenlandsClassTransformer
iceandfire (iceandfire-1.9.1-1.12.2.jar)
  com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
TLSkinCapeHookLoader (tlskincape_1.12.2-1.4.jar)
  gloomyfolken.hooklib.minecraft.PrimaryClassTransformer
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
  lumien.bloodmoon.asm.ClassTransformer
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.