Jump to content

Recommended Posts

Posted

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!

  • Discord Moderator
Posted

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.

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...