Jump to content

Help my 1.12.2 forge server keeps on crashing


Achilliad123

Recommended Posts

I'm trying to make a forge server so I can play with my one friend, but it keeps on crashing. Here is the crash report:

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  FMLModule (mdxlib-3.0.0.6.jar)
  llibrary (llibrary-core-1.0.8-1.12.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
Contact their authors BEFORE contacting forge

// Don't be sad. I'll do better next time, I promise!

Time: 17/11/18 20:14
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer
    at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599)
    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)
    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:218)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
    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:135)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    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.NoClassDefFoundError: net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.privateGetPublicMethods(Unknown Source)
    at java.lang.Class.getMethods(Unknown Source)
    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.renderer.tileentity.TileEntitySpecialRenderer
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 37 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@75699e35 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 bwy 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


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_191, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 689004960 bytes (657 MB) / 832569344 bytes (794 MB) up to 1879048192 bytes (1792 MB)
    JVM Flags: 0 total; 
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2768 28 mods loaded, 28 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                                |
    |:----- |:------------------- |:----------------- |:---------------------------------------------------- |:---------------------------------------- |
    | UC    | minecraft           | 1.12.2            | minecraft.jar                                        | None                                     |
    | UC    | mcp                 | 9.42              | minecraft.jar                                        | None                                     |
    | UC    | FML                 | 8.0.99.99         | forge-1.12.2-14.23.5.2768-universal.jar              | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UC    | forge               | 14.23.5.2768      | forge-1.12.2-14.23.5.2768-universal.jar              | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UC    | micdoodlecore       |                   | minecraft.jar                                        | None                                     |
    | UC    | aether_legacy       | 1.12.2-v3.2       | aether_legacy-1.12.2-v3.2.jar                        | None                                     |
    | UC    | ageofweapons        | 0.13.5            | Age+of+Weapons+1.12.2++(v.0.13.5).jar                | None                                     |
    | UC    | mdxlib              | 3.0.0.6           | mdxlib-3.0.0.6.jar                                   | None                                     |
    | UC    | avp                 | 6.0.0.13          | aliensvspredator-6.0.0.13.jar                        | None                                     |
    | UC    | chisel              | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar                         | None                                     |
    | UC    | codechickenlib      | 3.2.2.353         | CodeChickenLib-1.12.2-3.2.2.353-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UC    | mantle              | 1.12-1.3.1.21     | Mantle-1.12-1.3.1.21.jar                             | None                                     |
    | UC    | jei                 | 4.13.1.222        | jei_1.12.2-4.13.1.222.jar                            | None                                     |
    | UC    | tconstruct          | 1.12.2-2.10.1.87  | TConstruct-1.12.2-2.10.1.87.jar                      | None                                     |
    | UC    | galacticraftcore    | 4.0.1.181         | GalacticraftCore-1.12.2-4.0.1.181.jar                | None                                     |
    | UC    | galacticraftplanets | 4.0.1.181         | Galacticraft-Planets-1.12.2-4.0.1.181.jar            | None                                     |
    | UC    | waila               | 1.8.26            | Hwyla-1.8.26-B41_1.12.2.jar                          | None                                     |
    | UC    | journeymap          | 1.12.2-5.5.2      | journeymap-1.12.2-5.5.2.jar                          | None                                     |
    | UC    | moarfood            | 1.1.2             | MoarFood-1.1.2.jar                                   | None                                     |
    | UC    | moarores            | 1.1.1             | Moarores-1.1.1.jar                                   | None                                     |
    | UC    | nei                 | 2.4.2             | NotEnoughItems-1.12.2-2.4.2.240-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UE    | xos                 | 1.0.7             | OreSniffer-1.12-1.0.7.jar                            | None                                     |
    | U     | placeableitems      | 3.3               | placeableitems-3.3.jar                               | None                                     |
    | U     | corerm              | 1.3.3             | RikMuldsCore_1.3.3.jar                               | None                                     |
    | U     | camping             | 2.4.3             | TheCampingMod_2.4.3.jar                              | None                                     |
    | U     | toolupgrades        | 2.0.2             | Tool+Upgrades+1.12.2+by+XxRexRaptorxX++(v.2.0.2).jar | None                                     |
    | U     | llibrary            | 1.7.15            | llibrary-1.7.15-1.12.2.jar                           | None                                     |
    | U     | jurassicraft        | 2.1.18            | JurassiCraft-1.12.2-2.1.18.jar                       | None                                     |

    Loaded coremods (and transformers): 
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
FMLModule (mdxlib-3.0.0.6.jar)
  com.arisux.mdx.AccessTransformer
llibrary (llibrary-core-1.0.8-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
  team.chisel.ctm.client.asm.CTMTransformer
    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)
        - chiselIntegration (Enabled/Not 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)

 

 

 

 

 

I'm not sure if you cant use core mods or what but here is also a screenshot of my mods.

 

image.thumb.png.d9bbe825912325b4229c81a854f322c9.png

 

If anyone can figure out the problem then please answer

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



×
×
  • Create New...

Important Information

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