Jump to content
  • 0

Launcher.bat server problems.


masterkill59

Question

Right so ive been trying to make a tekkit server for 2 days now, I'm currently trying with hamachi but I did try without, i got the same problem. I did set the hamachi ip in server.properties

The launcher.bat says this:

 


C:\Users\utilisateur\Desktop\Tekkit Server>java -Xmx4G -Xms3G -jar Tekkit.jar no
gui
May 17, 2015 11:56:39 PM net.minecraft.launchwrapper.LogWrapper log
INFOS: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
May 17, 2015 11:56:40 PM net.minecraft.launchwrapper.LogWrapper log
INFOS: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTwea
ker
May 17, 2015 11:56:40 PM net.minecraft.launchwrapper.LogWrapper log
INFOS: 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

C:\Users\utilisateur\Desktop\Tekkit Server>pause
Appuyez sur une touche pour continuer...

 

The last line simply means : Press a button to continue...

Thanks for your help. (btw sorry for not posting this in the right place the first time)

Edited by masterkill59
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Do you have the legacyjavafixer-1.0 in your server mods? If not, go to your tekkit installation folder>modpacks>tekkitmain>mods and copy legacyjavafixer-1.0 and paste it in your server mod folder

Edited by Xsef
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...