This is a issue with creating a server for ftb. (ive tried with FTB Ultimate Reloaded and FTB Revelation)
So i downloaded and installed all the server files via the serverinstall_35_37 file i got of the launcher. When i try to start the Start.bat program to start the server, it asks me to type [y or n] if i want to accept the EULA. I ofcourse press y for yes and then the server cmd program crashes right away. After this happenes a EULA text document appears in my server folder. Inside the text doucment it says EULA: true by default. When i try to open the start.bat program once again, i am once again met with the press [y or n] to accept EULA and the cmd crashes right after once again. This is where i am stuck. i cant open the server, and when i try to start the forge-1.12.2...ect java program it runs for a good while, but i cant connect to the server at all. not even locally.
Not sure where to find the crash or log report. dont find anything obvious in the server folder atleast.
But this is what the start.bat file says:
"Do you agree to the Mojang EULA available at https://account.mojang.com/documents/minecraft_eula ?"
[y/n]
And this is the coding inside the start.bat file:
@Echo off
echo "Do you agree to the Mojang EULA available at https://account.mojang.com/documents/minecraft_eula ?"
set /p EULA=[y/n]
IF /I "%EULA%" NEQ "y" GOTO END
echo eula=true>eula.txt
:END
java.exe -server -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -Xmx6124M -Xms4096M -jar forge-1.12.2-14.23.5.2846-universal.jar nogui
I can repeat the problem
Appreaciate all the help i can get
Thanks
So i downloaded and installed all the server files via the serverinstall_35_37 file i got of the launcher. When i try to start the Start.bat program to start the server, it asks me to type [y or n] if i want to accept the EULA. I ofcourse press y for yes and then the server cmd program crashes right away. After this happenes a EULA text document appears in my server folder. Inside the text doucment it says EULA: true by default. When i try to open the start.bat program once again, i am once again met with the press [y or n] to accept EULA and the cmd crashes right after once again. This is where i am stuck. i cant open the server, and when i try to start the forge-1.12.2...ect java program it runs for a good while, but i cant connect to the server at all. not even locally.
Not sure where to find the crash or log report. dont find anything obvious in the server folder atleast.
But this is what the start.bat file says:
"Do you agree to the Mojang EULA available at https://account.mojang.com/documents/minecraft_eula ?"
[y/n]
And this is the coding inside the start.bat file:
@Echo off
echo "Do you agree to the Mojang EULA available at https://account.mojang.com/documents/minecraft_eula ?"
set /p EULA=[y/n]
IF /I "%EULA%" NEQ "y" GOTO END
echo eula=true>eula.txt
:END
java.exe -server -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -Xmx6124M -Xms4096M -jar forge-1.12.2-14.23.5.2846-universal.jar nogui
I can repeat the problem
Appreaciate all the help i can get
Thanks