Closed PonderFox0643 closed 2 years ago
Your root server folder should look like sth like this
📁 libraries <-- libraries inside this folder
☕ server.jar <-- actual Crucible jar file
Note that libraries cannot be in another subfolder (except those packages)
I've put libraries in the server's working directory. Error still exists Exception in thread "main" java.lang.NoClassDefFoundError: joptsimple/OptionSpec at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:28) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:15) Caused by: java.lang.ClassNotFoundException: joptsimple.OptionSpec at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 4 more
Without proper informations this exception log is useless. Please provide additional info like:
Mby somebody from Crucible staff team may extend this list of requirements in order to properly determine the issue.
java version "1.8.0_291 "
I'm not much a Windows guy but that looks all good to me. Would you provide a screenshot of libraries directory ?
The forge library version is 1614
Looks good to me.
Mby try download and replace libraries and server jar with new ones.
did you use the Jar provided or build from code? If you built it yourself, try using the one available on the releases page.
I want to give up it......
I've put libraries in the server's working directory. Console output: Exception in thread "main" java.lang.NoClassDefFoundError: joptsimple/OptionSpec at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:28) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:15) Caused by: java.lang.ClassNotFoundException: joptsimple.OptionSpec at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 4 more
What should I do.