Server Crash instantly after accepting EULA

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

SanderFor

New Member
Sep 1, 2020
1
0
2
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
 

ardentdg

New Member
Jul 29, 2019
7
0
0
I'm having this same issue except for direwolf20 1.12 sever... maybe this is a general problem with FTB file hosting or installer conventions.