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.


  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I have created a mod which applies x shader to the player after consuming x item for a certain time, but if the player presses f5 to change the camera the shader stops working. The only way I have found to prevent the shader from being deactivated is to load it on all ticks until it is disabled but this greatly reduces the performance of the game. I have also tried to cancel the event of changing the camera but this is not cancelable. Any advice, I've been trying to solve this for several days 😵‍💫  
    • Minecraft 1.20.1 Forge 47.2.0 log and crash report: https://pastebin.com/P7tQymQS ; (crash report) I launch the game and i got this error: Someone could help me please?  
    • EDIT: NVM, the enchantment ID was wrong and that was causing the issue. Not sure why it doesn't let me delete this post Hi, I'm trying to make a "smelting" enchantment Global Loot Modifier, but for some reason the game could not decode its related JSON file, altough is applying the Loot Modifier to every single loot When I join a world I get this error in the console   [01:08:01] [Render thread/WARN] [ne.mi.co.lo.LootModifierManager/]: Could not decode GlobalLootModifier with json id mineworld:enchantments/fiery_touch - error: Not a json array: {"condition":"minecraft:match_tool","predicate":{"enchantments":[{"enchantment":"mineworld:smelting","levels":{"min":1}}]}} The GLM Json file is the following { "type": "mineworld:fiery_touch", "conditions": [ { "condition": "minecraft:match_tool", "predicate": { "enchantments": [ { "enchantment": "mineworld:smelting", "levels": { "min": 1 } } ] } } ] } And this is the LootModifier class   package org.mineworld.loot; import com.google.common.base.Suppliers; import com.mojang.serialization.Codec; import com.mojang.serialization.codecs.RecordCodecBuilder; import it.unimi.dsi.fastutil.objects.ObjectArrayList; import net.minecraft.core.RegistryAccess; import net.minecraft.world.Container; import net.minecraft.world.SimpleContainer; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.crafting.Recipe; import net.minecraft.world.item.crafting.RecipeManager; import net.minecraft.world.item.crafting.RecipeType; import net.minecraft.world.level.Level; import net.minecraft.world.level.storage.loot.LootContext; import net.minecraft.world.level.storage.loot.parameters.LootContextParams; import net.minecraft.world.level.storage.loot.predicates.LootItemCondition; import net.minecraftforge.common.loot.IGlobalLootModifier; import net.minecraftforge.common.loot.LootModifier; import net.minecraftforge.items.ItemHandlerHelper; import org.jetbrains.annotations.NotNull; import org.mineworld.MineWorld; import java.util.List; import java.util.Optional; import java.util.function.Supplier; import java.util.stream.IntStream; /** * {@link MineWorld MineWorld} loot modifier for smelting a drop from a block */ public final class FieryTouchModifier extends LootModifier { /** * {@link Supplier<Codec> The loot codec supplier} */ public static final Supplier<Codec<FieryTouchModifier>> CODEC = Suppliers.memoize(() -> RecordCodecBuilder.create(inst -> codecStart(inst).apply(inst, FieryTouchModifier::new))); /** * Constructor. Set the {@link LootItemCondition loot id conditions} * * @param lootConditions {@index ILootCondition The conditions that need to be matched before the loot is modified} */ public FieryTouchModifier(final LootItemCondition[] lootConditions) { super(lootConditions); } /** * Add the {@link MWLootItem items} to the loot * * @param loot {@link ObjectArrayList<ItemStack> The current loot} * @param context {@link LootContext The loot context} * @return {@link ObjectArrayList<ItemStack> The modified loot} */ @Override protected @NotNull ObjectArrayList<ItemStack> doApply(final ObjectArrayList<ItemStack> loot, final LootContext context) { if(context.hasParam(LootContextParams.BLOCK_STATE)) { final Level level = context.getLevel(); final RecipeManager recipeManager = level.getRecipeManager(); final RegistryAccess registryAccess = level.registryAccess(); IntStream.range(0, loot.size()).forEach(index -> { final ItemStack drop = loot.get(index); final ItemStack smeltedDrop = tryGetSmeltedDrop(recipeManager, RecipeType.SMELTING, level, registryAccess, drop) .orElse(tryGetSmeltedDrop(recipeManager, RecipeType.SMITHING, level, registryAccess, drop) .orElse(tryGetSmeltedDrop(recipeManager, RecipeType.BLASTING, level, registryAccess, drop) .orElse(tryGetSmeltedDrop(recipeManager, RecipeType.SMOKING, level, registryAccess, drop) .orElse(tryGetSmeltedDrop(recipeManager, RecipeType.CAMPFIRE_COOKING, level, registryAccess, drop) .orElse(ItemStack.EMPTY))))); if(!smeltedDrop.isEmpty()) { loot.set(index, smeltedDrop); } }); } return loot; } /** * Get the {@link Codec loot modifier codec} * * @return {@link #CODEC The loot modifier codec} */ @Override public Codec<? extends IGlobalLootModifier> codec() { return CODEC.get(); } /** * Try to set the smelted drop to the {@link List<ItemStack> block drop list} * * @param recipeManager {@link RecipeManager The recipe manager} * @param recipeType {@link RecipeType The recipe type} * @param level {@link Level The level reference} * @param registryAccess {@link RegistryAccess The registry access} * @param drop {@link ItemStack The dropped item} * @return {@link ItemStack The smelted ItemStack} */ private static <C extends Container, T extends Recipe<C>> Optional<ItemStack> tryGetSmeltedDrop(final RecipeManager recipeManager, final RecipeType<T> recipeType, final Level level, final RegistryAccess registryAccess, final ItemStack drop) { return recipeManager.getRecipeFor(recipeType, (C) new SimpleContainer(drop), level) .map(recipe -> recipe.value().getResultItem(registryAccess)) .filter(itemStack -> !itemStack.isEmpty()) .map(itemStack -> ItemHandlerHelper.copyStackWithSize(itemStack, drop.getCount() * itemStack.getCount())); } } I have another GLM that has some entries as well and doesn't have any issues
  • Topics

×
×
  • Create New...

Important Information

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