Jump to content

My Server wont work.


adiah1134

Recommended Posts

Im making a server with some friends using forge but the server is continuously crashing. The crash report is here:
 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  midnight (themidnight-0.3.5.jar)
  ItemPatchingLoader (ItemPhysic_Full_1.4.34_mc1.12.2.jar)
  MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  CreativePatchingLoader (CreativeCore_v1.10.45_mc1.12.2.jar)
  FarseekCoreMod (Farseek-1.12-2.5.1.jar)
Contact their authors BEFORE contacting forge

// Daisy, daisy...

Time: 2/27/21 11:37 AM
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
    at com.sekwah.sekcphysics.ragdoll.Ragdolls.<clinit>(Ragdolls.java:23)
    at com.sekwah.sekcphysics.SekCPhysics.<clinit>(SekCPhysics.java:58)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:539)
    at sun.reflect.GeneratedMethodAccessor12.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.Minecraft
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 35 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@226b143b 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)
    ... 37 more
Caused by: java.lang.RuntimeException: Attempted to load class bib 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)
    ... 39 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 (amd64) version 10.0
    Java Version: 1.8.0_281, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 866006688 bytes (825 MB) / 1033371648 bytes (985 MB) up to 3771203584 bytes (3596 MB)
    JVM Flags: 0 total; 
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2847 34 mods loaded, 34 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             | forge-1.12.2-14.23.5.2847-universal.jar | None                                     |
    | LC    | forge              | 14.23.5.2847          | forge-1.12.2-14.23.5.2847-universal.jar | None                                     |
    | LC    | creativecoredummy  | 1.0.0                 | minecraft.jar                           | None                                     |
    | LC    | itemphysic         | 1.4.0                 | minecraft.jar                           | None                                     |
    | LC    | aether_legacy      | 1.5.3.1               | aether-1.12.2-v1.5.3.1.jar              | None                                     |
    | LC    | carryon            | 1.12.3                | carryon-1.12.2-1.12.3.15.jar            | fd21553434f4905f2f73ea7838147ac4ea07bd88 |
    | LC    | collective         | 1.66                  | collective-1.12.2-1.66.jar              | None                                     |
    | LC    | extendedrenderer   | v1.0                  | coroutil-1.12.1-1.2.37.jar              | None                                     |
    | LC    | coroutil           | 1.12.1-1.2.37         | coroutil-1.12.1-1.2.37.jar              | None                                     |
    | LC    | configmod          | v1.0                  | coroutil-1.12.1-1.2.37.jar              | None                                     |
    | LC    | corpse             | 1.12.2-1.0.8          | corpse-1.12.2-1.0.8.jar                 | None                                     |
    | LC    | creativecore       | 1.10.0                | CreativeCore_v1.10.45_mc1.12.2.jar      | None                                     |
    | LC    | display            | 1.2.4                 | Display-1.2.4.jar                       | None                                     |
    | LC    | enhancedvisuals    | 1.3.0                 | EnhancedVisuals_v1.3.24_mc1.12.2.jar    | None                                     |
    | LC    | farseek            | 2.5.1                 | Farseek-1.12-2.5.1.jar                  | None                                     |
    | LC    | fastleafdecay      | v14                   | FastLeafDecay-v14.jar                   | None                                     |
    | LC    | ichunutil          | 7.2.2                 | iChunUtil-1.12.2-7.2.2.jar              | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LC    | improvedbackpacks  | 1.12.2-1.5.0.0        | ImprovedBackpacks-1.12.2-1.5.0.0.jar    | None                                     |
    | LC    | jei                | 4.16.1.301            | jei_1.12.2-4.16.1.301.jar               | None                                     |
    | LC    | journeymap         | 1.12.2-5.7.1          | journeymap-1.12.2-5.7.1.jar             | None                                     |
    | LC    | lostcities         | 2.0.22                | lostcities-1.12-2.0.22.jar              | None                                     |
    | LC    | malisiscore        | 1.12.2-6.5.1-SNAPSHOT | malisiscore-1.12.2-6.5.1.jar            | None                                     |
    | LC    | malisisdoors       | 1.12.2-7.3.0          | malisisdoors-1.12.2-7.3.0.jar           | None                                     |
    | LC    | mobends            | 1.0.0-beta-20.06.20   | MoBends_1.12.2-1.0.0-beta-20.06.20.jar  | None                                     |
    | LC    | netherportalspread | 4.5                   | netherportalspread_1.12.2-4.5.jar       | None                                     |
    | LC    | portalgun          | 7.1.0                 | PortalGun-1.12.2-7.1.0.jar              | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LC    | roguelike          | 1.8.0                 | RoguelikeDungeons-1.12.2-1.8.0.jar      | None                                     |
    | L     | sekcphysics        | 0.1.0                 | sekcphysics-0.1.0.jar                   | None                                     |
    | L     | streams            | 0.4.9                 | Streams-1.12-0.4.9.jar                  | None                                     |
    | L     | waystones          | 4.1.0                 | Waystones_1.12.2-4.1.0.jar              | None                                     |
    | L     | weather2           | 1.12.1-2.6.12         | weather2-1.12.1-2.6.12.jar              | None                                     |
    | L     | midnight           | 0.3.5                 | themidnight-0.3.5.jar                   | None                                     |

    Loaded coremods (and transformers): 
midnight (themidnight-0.3.5.jar)
  com.mushroom.midnight.core.transformer.MidnightClassTransformer
ItemPatchingLoader (ItemPhysic_Full_1.4.34_mc1.12.2.jar)
  com.creativemd.itemphysic.ItemTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  
CreativePatchingLoader (CreativeCore_v1.10.45_mc1.12.2.jar)
  
FarseekCoreMod (Farseek-1.12-2.5.1.jar)
  farseek.core.FarseekClassTransformer
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

Can anyone come up with some sort of solution please? Thanks so much.

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

    • How I Recovered Over €72,000 from a Scam Trading Broker in London with the Help of Adrian Lamo Hacker I’d like to share my recovery experience here from London, UK, with a scam trading broker to help others avoid falling into the same trap I did. Like many, I thought I was making a smart investment by trading online. I had heard stories of people earning substantial returns, so I was excited when I found a trading platform that seemed legitimate. However, little did I know, I was dealing with a scam. The broker I encountered was highly convincing. They promised me high returns and offered a professional-looking platform. I was persuaded by their smooth talk, testimonials, and fake success stories. Over time, I started transferring funds into the trading account they set up for me. My initial investments were small, but soon I transferred a significant amount—almost €72,620—hoping to see my account grow. Unfortunately, things took a sharp turn for the worse. Despite the early promises of returns, I was unable to withdraw any of my funds. Each time I requested to withdraw, I was met with endless excuses and delays. It became clear that I was dealing with a fraudulent broker, and my money was stuck in their fake account with no way of getting it back. I felt devastated and helpless. It was hard to believe that I had been scammed. However, after doing some research, I came across Adrian Lamo Hacker a company that specializes in recovering funds lost to scams. I was skeptical at first, but after reading positive reviews and testimonials, I decided to reach out for help. From the moment I contacted them through , the team was professional, understanding, and reassuring. They guided me through the recovery process step by step, and after some time, I was overjoyed to learn that my money had been successfully recovered. I’m incredibly grateful to Adrian Lamo Hacker for their expertise and hard work. They helped me get back what I thought was lost forever. If you’re reading this and have fallen victim to a similar scam, I urge you to reach out to a reputable recovery service like ADRIAN LAMO HACKER via Email: Adrianlamo @ consultant . com/ / Telegram ID: @ADRIANLAMOHACKERTECH Don’t give up on getting your money back. There are experts out there who can help, and I am proof that recovery is possible.
    • No se me descarga la carpeta de forge. Despues de darle a install y q me salte a la pagina de publicidad, espero los 5 segundos, le doy a skip pero en vez de descargarse del archivo del forge, se me descarga un .jar que es un bloc de notas, no me aparece la carpeta con la descarga por ningun lado 
    • Alright, well before removing IC2 I changed the max chunks from 15 to 6, and that seems to have fixed most of it, BUT, the console log keeps spamming out this "[16:01:09] [File IO Thread/WARN] [FML]: Large Chunk Detected: (11, 19) Size: 578 ./servermodworld2024oct/region/r.5.2.mca", and it is still lagging a little. What exactly does this mean and by some chance is this a chunk I can find and fix? If so how can I find it? After testing the server without IC2, the same error message still shows up, and the server continues to suffer in terms of lag.
    • I often can play and enjoy modded MC for a few hours each day after I start my computer, but then after a while it just stops Tried updating drivers on my Nividia card but not worked. I think it might be bad sectors I got on my RAM though, not sure this computer is over 7 years old and getting bit tired.
  • Topics

×
×
  • Create New...

Important Information

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