Jump to content

Hi, can anybody help me diagnose this problem?


Crazyondra16

Recommended Posts

Hi fellow modders, 
I dont understand crash reports and i would be thankful for help with this one.

Me and my friend are running minecraft modded server but for some reason it cant launch it just keeps popping errors up.
 

---- Minecraft Crash Report ----

 

WARNING: coremods are present:

  TheBetweenlandsLoadingPlugin (TheBetweenlands-3.9.6-core.jar)

  MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)

  SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17a-forge-mc1.12.jar)

  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)

  MixinBooter (!mixinbooter-9.4.jar)

  IELoadingPlugin (ImmersiveEngineering-core-0.12-92.jar)

  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)

  UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)

  LootrCore (lootr-1.12.2-0.6.2.jar)

  ForgelinPlugin (Forgelin-1.8.3.jar)

  llibrary (llibrary-core-1.0.11-1.12.2.jar)

  EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)

  HCASM (HammerLib-1.12.2-12.2.56.jar)

  IvToolkit (IvToolkit-1.3.3-1.12.jar)

Contact their authors BEFORE contacting forge

 

// Why is it breaking :(

 

Time: 20/10/24 14:58

Description: Exception in server tick loop

 

net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient

    at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)

    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)

    at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:498)

    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(NativeMethodAccessorImpl.java:62)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:498)

    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(Thread.java:748)

Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient

    at java.lang.Class.getDeclaredMethods0(Native Method)

    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)

    at java.lang.Class.privateGetPublicMethods(Class.java:2902)

    at java.lang.Class.getMethods(Class.java:1615)

    at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82)

    at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)

    ... 31 more

Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient

    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:419)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:352)

    ... 37 more

Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@57d0fc89 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)

    ... 39 more

Caused by: java.lang.RuntimeException: Attempted to load class bsb 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)

    ... 41 more

 

No Mixin Metadata is found in the Stacktrace.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Project 'fake mod' is missing required library: 'C:\Users\username\Desktop\fake mod\unresolved dependency - net.minecraftforge forge 1.12.2-14.23.5.2860_mapped_snapshot_20171003-1.12' I've been trying to start up the workspace for a minecraft mod, and eclipse seems to think that minecraft forge should be somewhere that it isn't. I can't figure out what it's even asking, or where it wants me to put it, and nobody else on the entire internet seems to have had this issue, as far as i can tell. Additionally, gradle also thinks that forge isn't where it needs to be. Am I being dumb here?
    • (Edit: Figured out that it was the Physics mod. I uninstalled it and it stopped breaking everything.) I installed FallingTree 1.20.1 with Forge and after breaking a wooden stair, it broke other blocks in its radius that weren't even wood to begin with let alone supposed to be broken since it's not a tree. I uninstalled the mod but it's still breaking blocks that are above and around.
    • And Indonesia 
    • I cannot seem to install any mods using curse forge or prism. nothing Ido will attach to minecraft. I keep getting several different error messages from curseform and some from prism as well. Ive tried changing my dns, uninstalling and reistalling both loaders, uninstalling and reinstalling minecraft, uninstalling and reinstalling windows, repairing installation, as well as several other things. Im genuinely at a loss for words and have no clue what to do. curse forge worked just fine on my old setup, but I did make a bunch of large upgrades to my setup a week ago, so I dont know if that has anything to do with it. If anybody can help me thatd be great. here are the errors and when i get them. prism: error while creating new instance: one or more tasks failed curseforge when downloading from browser: no connection could be made because the target machine actively refused it 68.105.28.18:443                     the request was aborted: could not create ssl/tls secure channel curseforge when importing a mod zip: exception of type 'curse.radium.install management.installtaskfailedexception' was thrown.                     failed downloading forge modloader.
  • Topics

×
×
  • Create New...

Important Information

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