Crash On Startup
Trying to startup my new server with a new NeoForge modpack and it gives me this method whenever I try to start it up. No sure what
Exception in thread "main" java.lang.IllegalArgumentException: 1.0.5-mc1.21+: Empty pre-release
really means.
Whats causing the issue and is there a known fix?Solution:Jump to solution
I tried installing a different modpack and it didnt work on install.
So i figure its two things
a.) The automautic installer for EnviroMC is bugged. It detects the modlist and downloads the latest version of each mod, even if its not the one in the actual modpack.
b.) when using neoforge, it makes a server.jar file. Instead of using that server.jar file in
-jar server.jar
, I should've just done ./run.sh
...15 Replies
oh wait i think i figured it out
It was a weird file name issue with a mod that had a "+" at the end of it.
Now im running into this issue
ok i figured it out. it didnt install neoforge for some reason automautically
Just making sure it actually fully starts up now...
Ok now im getting this
maybe an issue with modernfix and kubejs???
Specifically towards the very end is where im getting that from
`
here is the entire latest.log
Removing modernfix causes a different, tho seemingly similar, crash
i am genuinely so lost lmao
I tried a different modpack. Crashes on startup as well. Im beginning to think its my provider thats the issue
last time i saw an InvocationTargetException when running a minecraft server was back when people tried running more then java 11 on forge 1.16.5 and below
very odd
I think I mightve found the issue
Solution
I tried installing a different modpack and it didnt work on install.
So i figure its two things
a.) The automautic installer for EnviroMC is bugged. It detects the modlist and downloads the latest version of each mod, even if its not the one in the actual modpack.
b.) when using neoforge, it makes a server.jar file. Instead of using that server.jar file in
-jar server.jar
, I should've just done ./run.sh
At least at the very moment, I got it working on the second modpack. Probably won't switch back cause I really don't want to deal with manual installation again through SFTP lol
for future reference, download the version of the pack you want on your own pc, then upload it through ftp rather then using a host's installer
Ya I figure that now. Even on the first modpack i tried did it manually eventually (the crashes didnt stop tho)
happy i got something working now tho