Problem Monster Server 1.1.2 with Cauldron

Crash Reporter

New Member
Jul 29, 2019
11
0
0
Hey everyone,
I decided to open up another Thread (already had one here), with a little more Details on my Problem.

First of all, I'm on Debian Server, so no GUI ;)

I want to start FTB Monster 1.1.2 with Cauldron, so I downloaded the Monster Modpack, and the Cauldron Server jar (1.6.4-Recommended).

Then I unzip the modpack and place the Cauldron jar into the Folder, modify the Serverstart.sh to point to the cauldron "launcher".

When I try to start the Server, NO Logs are created and the console shows the following output:

Aug 24, 2014 8:14:10 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
Aug 24, 2014 8:14:10 PM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
Aug 24, 2014 8:14:10 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.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
Caused by: java.lang.NoClassDefFoundError: com/google/common/collect/Lists
at cpw.mods.fml.common.launcher.FMLTweaker.acceptOptions(FMLTweaker.java:45)
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(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:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 9 more

I searched for a solution and someone mentioned, that the minecraft.jar has been renamed and Forge can't found it, is this the reason ?

I have not even the slightest idea how to solve this problem.
 

Jammie

New Member
Jul 29, 2019
133
0
0
Cauldron automatically puts a Vanilla jar in the installation folder as well. It needs to hook into that and won't work without it.