deadmaneatin Posted August 1, 2013 Posted August 1, 2013 I've recently made a modpack, which I tried to follow the tutorial exactly. It works on single player, so I've tried to create a server (I'm using linux to host it). I dragged the jar out, and made a start.sh with the appropriate commands to start it with. Each time I get the following error: Exception in thread "main" java.lang.NoClassDefFoundError: ab at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:791) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482) Caused by: java.lang.ClassNotFoundException: ab at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 13 more Where do I obtain this mystery class? files: modpack: http://fiendishgaming.com/fiendpack_v1.zip Server: http://fiendishgaming.com/Fiendpack_Server.zip Quote
Noah PLuimers Posted August 1, 2013 Posted August 1, 2013 You deleted a file you aren't supposed to delete. Make a new Forge server (By putting forge universal from http://files.minecraftforge.net/ into the original minecraft server package) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.