Missing FORGEURL
RaineriZeppeli opened this issue ยท 10 comments
settings.cfg had FORGEURL=DISABLED so it couldn't find forge
just added https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2825/forge-1.12.2-14.23.5.2825-installer-win.exe to it manually and it worked
Expected Behavior
The URL should be there already
Current Behavior
The URL is not set which makes users have to do it manually
Possible Solution
Put the URL in the settings.cfg file
Steps to Reproduce
- Download server files
- Run ServerStart.bat
I would like to know which exact server pack files do not work, as they are supposed to use forge-installer that is already included within server pack files. as for FORGEURL downloading, it might not work on some systems due to certain circumstances.
Also, did you try to run the serverstart.bat file at all before using the installer-win file? The pack comes with a forge installer file that the installer win is unnecessary, assuming that the bat file didn't work for some reason.
Sorry i left out some details. I'm using the newest (2.12.1) server https://minecraft.curseforge.com/projects/all-the-mods-3/files/2699829
Tried ServerStart.bat multiple times, everytime it reports "ForgeDownloadURLNotFound" and quits.
serverstart.log
In the freshly downloaded server, there's just ForgeMultipart-1.12.2.-2.5.1.81-universal.jar and Forgelin-1.8.2.jar but no installer.
I'm actually having a similar issue, I don't really know what to do. The serverstart.bat says "error code forgeurldownloadnotfound" and if i try to input it manually, the server files get stuck in a loop.
@shremp what version of the modpack, want exactly did you put in, and can you pastebin and link the serverstart.log file here?
I just did the recommended fix by Raineri, but you may want to modify the server files to automatically pull that installer.
Yes, we know. Technically the serverstart file does exactly that (pull the installer if it cant find it), but about a week ago something changed on Forges end, and it broke that part of the script