BossX Posted December 29, 2014 Posted December 29, 2014 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: The files in the 1.7.10 directory are: And the file inside the ic2 directory is ejml-0.23.jar Thanks in advance!
Discord Moderator plowmanplow Posted December 29, 2014 Discord Moderator Posted December 29, 2014 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. BossX 1
BossX Posted December 30, 2014 Author Posted December 30, 2014 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.
BossX Posted December 30, 2014 Author Posted December 30, 2014 That solved the issue! Along with using an earlier version of COFH Core, Thermal Expansion, Thermal Foundation, and Tinker's Construct.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now