AllTheMods / Server-Scripts

Server Startup Scripts
Other
68 stars 37 forks source link

Linux Server wont install #48

Open Maxman021 opened 5 years ago

Maxman021 commented 5 years ago

i used it fresh out of the zip file typed "bash ./ServerStart.sh"

log: https://pastebin.com/p1ubvrcP

FallenEagle1 commented 5 years ago
Resolving files.minecraftforge.net (files.minecraftforge.net)... 142.44.226.189
Connecting to files.minecraftforge.net (files.minecraftforge.net)|142.44.226.189|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-06-18 19:41:21 ERROR 404: Not Found. 

That looks like an issue with finding the forge files. In the mean time, just manually download the correct forge universal and forge installer files. The installer file should already be in the folder, but if it is not, that will be needed as well.

Maxman021 commented 5 years ago

i was using the beta. i reverted back to 1.3.0 and it worked fine.

Lartza commented 5 years ago

@FallenEagle1 It's a line ending issue again. --2019-06-18 19:41:21-- https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2838/forge-1.12.2-14.23.5.2838-installer.jar%0D 0D is a HTML encoded carriage return.

@Maxman021 Running dos2unix settings.cfg should fix it or alternatively I think grabbing newer server-scripts should work too.