Jump to content

Custom modpack server won't start


BossX

Recommended Posts

I have created a custom modpack, and now I want to make a server for it. I have all the files (I think), yet I get this weird error when i start the cauldron server file.

Adding Accesstransformer map: CoFH_at.cfg
A problem occurred running the Server launcher.java.lang.reflect.InvocationTarge
tException
        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 cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.j
ava:43)
        at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.
java:12)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/World
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
        at java.lang.Class.getMethod0(Unknown Source)
        at java.lang.Class.getMethod(Unknown Source)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
        ... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.world.World
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:188)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
Caused by: java.lang.NoSuchMethodError: org.objectweb.asm.tree.MethodInsnNode.<i
nit>(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
        at cofh.asm.ASMCore.writeWorld(ASMCore.java:662)
        at cofh.asm.ASMCore.transform(ASMCore.java:168)
        at cofh.asm.PCCASMTransformer.transform(PCCASMTransformer.java:41)
        at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchC
lassLoader.java:276)
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
ader.java:174)
        ... 14 more

I got the cauldron installer, server, and cauldronbukkit file from here.

 

Here are a list of my mods:

d62a80f3da.png

 

The files in the 1.7.10 directory are:

1020ebe371.png

 

And the file inside the ic2 directory is ejml-0.23.jar

 

Thanks in advance!

Link to comment
Share on other sites

TiCTooltips is a client only mod. Try removing that. The error here:

Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/World

indicates that you have a client only mod in your server mods folder.

Oh ok, I'll try this.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...