Solved agrarian skies cauldron wont start.

jack196

New Member
Jul 29, 2019
23
0
0
So i managed to get the installer for cauldron. I did the same thing as i did for D20 1.7.10 but for 1.6.4 which is.
1.) Run istaller
2. Drag files into agrarian skies exstracted
3.) change the bat
4. Run the server.

Then it does not work it just gets stuck halfway down the bat file and pauses saying the following.
b1597ac82544ae4f8c61a807bbda1540.png

I Have tryed everything please help.

computer has latest java.
8gb ram
4.3 quad core

Any more info u need feel free to ask ill provide it.
 

mmorton89

New Member
Jul 29, 2019
45
0
0
So I finally got to reproduce this error after a bunch of messing around.

For me this error comes up when I remove cauldronbukkit-1.6.4-1.965.21.204.jar from the directory.

Do you have this jar in your server folder?
 

jack196

New Member
Jul 29, 2019
23
0
0
Yes thats what i set to launch it odd right ? why is it not working do i need to put the ftb server jar still there cuz i normally delete it
 

jack196

New Member
Jul 29, 2019
23
0
0
Maybe im wighting the bat file wrong can u give me an example and ill try it and let u know if i still get the error
 

mmorton89

New Member
Jul 29, 2019
45
0
0
Yes thats what i set to launch it odd right ? why is it not working do i need to put the ftb server jar still there cuz i normally delete it
No you should have both cauldronbukkit-1.6.4-1.965.21.204.jar and cauldron-1.6.4-1.965.21.204-server.jar. You launch the server with the cauldron-1.6.4-1.965.21.204-server.jar.

Maybe im wighting the bat file wrong can u give me an example and ill try it and let u know if i still get the error
This is what I have as my start up parameters.
Code:
@echo off
java -server -Xms2048m -Xmx4096m -XX:PermSize=256m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -jar cauldron-1.6.4-1.965.21.204-server.jar nogui
pause
 
Last edited: