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
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
Press any key to continue . . .
Crash Log:
Client Information
Modpack Version: 1.0.37
Server/LAN/Single Player: Server
Optifine Installed: No
Shaders Enabled: No
Java Version: 17.0.7.0 (latest as of 07/16/2023)
The text was updated successfully, but these errors were encountered:
please edit the launch file to specify your java
"C:\Program Files\Java\jre-1.8\bin\java.exe" -server -Xmx%MAX_RAM% %JAVA_PARAMETERS% -jar %SERVER_JAR% nogui
this need a different java then you are using right now
Bug Report
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)
Logs
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
Press any key to continue . . .
Client Information
The text was updated successfully, but these errors were encountered: