You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
When attempting to start server using the LaunchServer.bat file, the cmd window displays this list of error codes.
( I edited the LaunchServer.bat to include 'pause' on line 8 to see this error)
Steps to Reproduce (for bugs)
Install .zip Server File from Curseforge Launcher
Extract .zip into a "Server" folder
Accept EULA
Run Install.bat
Run LaunchServer.bat
Error
Logs
Client/Server Log:
Starting Stoneblock Server...
A problem occurred running the Server launcher. java.lang. reflect. InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImp1. invoke®(Native Method)
at java.base/jdk.internal.reflect. NativeMethodAccessorImp1. invoke (NativeMethodAccessor Imp1. java: 77)
at java.base/jdk. internal. reflect. DelegatingMethodAccessorImp1. invoke (DelegatingMethodAccessorImp1. java:
at java.base/java. lang.reflect.Method. invoke (Method. java: 568)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper-java:70)
at net.minecraftforge. fml.relauncher .ServerLaunchWrapper .main(ServerLaunchwrapper. java: 34)
Caused by: java.lang.ClassCastException: class jdk.internal.loader .ClassLoaders$ApplassLoader cannot be cast to ava.net.URLClassLoader (jdk.internal. loader .ClassLoaders$AppClassLoader and java.net.URLClassLoader are in modul lase of loader 'bootstrap*)
at net.minecraft. launchwrapper. Launch. ‹init>(Launch. java: 34)
at net.minecraft. launchwrapper. Launch.main(Launch. java: 28)
... 6 more