DW2017v1.0.1 will not start

  • 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

FocalFury

New Member
Jul 29, 2019
25
0
0
Hi there everyone.
Getting back into the FTB realm again.
Running my own server on a computer
AMD A8-5500 @3.2GHz
24GB RAM
Windows 7x64

I attempted to install the latest DW pack DW2017v1.0.1
Ran the serverstart and it just won't start.
I am using stock everything, pasted my known working server properties file from DW20S6v1.0.14

Tried with default serverstart.bat and also tried my command line parems from the DW20S6 that worked for me....so it now looks like:
Code:
if NOT EXIST minecraft_server.1.7.10.jar (
    echo "running install script!"
    call FTBInstall.bat
    )
echo "make sure to read eula.txt before playing!"
java -Xms5G -Xmx5G -XX:PermSize=256m -XX:NewRatio=3 -XX:SurvivorRatio=3 -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:MaxGCMinorPauseMillis=7 -XX:+ExplicitGCInvokesConcurrent -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=60 -XX:+BindGCTaskThreadsToCPUs -Xnoclassgc -jar FTBServer-1.7.10-1231.jar nogui
pause

I seem to get the same error when the server tries to startup.
Here is the pastebin http://pastebin.com/hwY6tuEc

Thanks for the help everyone...looking forward to getting back into FTB :D
 

buggirlexpres

Relatable Gamer
Trusted User
Retired Staff
Nov 24, 2012
3,937
7,362
663
she/her
twitter.com
In eula.txt (I can't remember where it's located), you need to edit it so that it says it's read. Otherwise the server will not start.