Stoneblock 2 server crashing

ManiTheGranny

New Member
Nov 21, 2020
0
0
1
Everytime i open the server.bat it crashes after loading a bit. it loads some stuff but then shows a bit of yellow text and starts disabling stuff then it crashes. I have the crash reports and whats in my start.bat
Start.bat

@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 -Xmx6122M -Xms4096M -jar forge-1.12.2-14.23.5.2847-universal.jar nogui

I also have the crash log
its the file i attached.
i tried this on the versions of the ftb app in stoneblock 2. I have tried the latest version aswell
someone please help.
 

Attachments

  • crash-2020-11-21_11.31.25-server.txt
    38.5 KB · Views: 104