AllTheMods / Server-Scripts

Server Startup Scripts
Other
68 stars 37 forks source link

Script fails for 1.14.4 #51

Open NielsPilgaard opened 5 years ago

NielsPilgaard commented 5 years ago

Hey o/

It looks like the Server-start.bat is incompatible with Forge for 1.14.4. I've tried with Forge-1.14.4-28.0.13 and Forge-1.14.4-28.0.21.

Version 28.0.13 was downloaded correctly and installed, but the forge-universal was never renamed to forge-universal, simply forge-1.14.4-28.0.13. After renaming the file, I was able to launch the server succesfully with the server-start script.

So I guess the filename simply needs to change, either by renaming or changing in the bat :)

FallenEagle1 commented 5 years ago

Did you change the forge version line in the settings.cfg file?

NielsPilgaard commented 5 years ago

This is the settings file I used, based on the current default of this repo - I changed MCVER and FORGEVER.

busolind commented 4 years ago

Looks like the script expects a forge jar that ends in "universal", while the new forge versions don't have it in the name. I solved this on my server by adding "-universal" at the end of the forge jar filename. This could be solved by editing the check in the ServerStart.sh script