Posted June 27, 201411 yr I am trying to run a 1.6.4 server with Forge. I have downloaded and run the installer, which creates two files, a folder called libraries and a jar called minecraftforge-universal-1.6.4-9.11.1.965-v164-pregradle. I run the jar, like everything I have ever seen tells me to do, but nothing happens. My cursor spins like something is loading for maybe half a second, but then nothing. What am I doing wrong?
June 27, 201411 yr Author I do get an error: Jun 27, 2014 6:54:27 PM net.minecraft.launchwrapper.LogWrapper log INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker Jun 27, 2014 6:54:27 PM net.minecraft.launchwrapper.LogWrapper log INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweak er Jun 27, 2014 6:54:27 PM net.minecraft.launchwrapper.LogWrapper log INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker 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:48) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper. java:17) Caused by: java.lang.NoClassDefFoundError: com/google/common/collect/Lists at cpw.mods.fml.common.launcher.FMLTweaker.acceptOptions(FMLTweaker.java :52) at net.minecraft.launchwrapper.Launch.launch(Launch.java:110) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) ... 6 more Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Lists at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) 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) ... 9 more
June 28, 201411 yr Author Reinstalled for the fourth time, ran the jar, it worked fine. It seems to only work if run through a command line though; not sure if that's intentional or not. Just wrote a batch file for it so not a big deal. Thanks for the reply.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.