Problem DW20 1.7.10 v1.0.2

Kwequay

New Member
Jul 29, 2019
87
0
0
G'day all,

System:
Windows 8.1 64bit
Java build 1.7.0_45-b18

Not sure what is happening here, but when I try to get v1.0.2 of the DW20 server running I get the following:

C:\Users\James\Desktop\FTB\DW20 Server 1710 v102>if NOT EXIST minecraft_server.1
.7.10.jar (
echo "running install script!"
call FTBInstall.bat
)

C:\Users\James\Desktop\FTB\DW20 Server 1710 v102>echo "make sure to read eula.tx
t before playing!"
"make sure to read eula.txt before playing!"

C:\Users\James\Desktop\FTB\DW20 Server 1710 v102>java -server -Xms2048m -Xmx3072
m -XX:permSize=256m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -jar FTBServer-1.7.
10-1231.jar nogui
We appear to be missing one or more essential library files.
You will need to add them to your server before FML and Forge will run successfu
lly.java.lang.ClassNotFoundException: net.minecraft.launchwrapper.Launch
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.j
ava:25)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.
java:12)

C:\Users\James\Desktop\FTB\DW20 Server 1710 v102>pause
Press any key to continue . . .

I have seen this issue brought up on Linux systems, but not with Windows. I feel like there is something incredibly simple I am missing here.

I did not experience this problem with v1.0.1 or any other server I have run previously.
 

nacknicknack

New Member
Jul 29, 2019
21
0
0
You are missing some library files.
Are u running cauldron or any kind of bukkit ? (Than u need there libraries 2)
Or is this a clean installation of FTB server ? (Try redownloading it).
 

Kwequay

New Member
Jul 29, 2019
87
0
0
This is a clean installation of the FTB server.
I have tried downloading again from both the website, and directly from the launcher.

I guess it's a problem with the download?