Posted July 1, 20223 yr Hello, I'm having trouble creating a modded server for me and my friends. It doesn't create the mods folder or the config folder and it doesn't show 1.16.5.json like in the videos that I watched. here's the report thingy in the cmd.exe C:\Users\Desktop\Server>java -Xmx4096M -Xms4096M -jar forgeserver.jar nogui 2022-07-01 03:40:31,881 main WARN Advanced terminal features are not available in this environment [03:40:31] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.34, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui] [03:40:31] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 18.0.1.1 by Oracle Corporation Exception in thread "main" java.lang.IllegalAccessError: class cpw.mods.modlauncher.SecureJarHandler (in unnamed module @0x7fc2413d) cannot access class sun.security.util.ManifestEntryVerifier (in module java.base) because module java.base does not export sun.security.util to unnamed module @0x7fc2413d at cpw.mods.modlauncher.SecureJarHandler.lambda$static$1(SecureJarHandler.java:45) at cpw.mods.modlauncher.api.LamdbaExceptionUtils.uncheck(LamdbaExceptionUtils.java:95) at cpw.mods.modlauncher.SecureJarHandler.<clinit>(SecureJarHandler.java:45) at cpw.mods.modlauncher.Launcher.lambda$new$6(Launcher.java:55) at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(TypesafeMap.java:52) at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(TypesafeMap.java:47) at cpw.mods.modlauncher.Environment.computePropertyIfAbsent(Environment.java:62) at cpw.mods.modlauncher.Launcher.<init>(Launcher.java:55) at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)
July 1, 20223 yr Author 10 minutes ago, diesieben07 said: 1.16.5 requires java 8. Yes, I have java 8. Do I have to activate it or something?
July 1, 20223 yr Author 5 minutes ago, diesieben07 said: You're attempting to run the game with Java 18. Okay so how do I run the game with Java 8?
July 1, 20223 yr Author 2 minutes ago, diesieben07 said: Replace "java" in your command line with the full path to your Java 8 executable. How do I find this?
July 1, 20223 yr Its location depends upon which java you installed. Open c:\Program Files in explorer (the windows program that lets you look at folders) and type java.exe in the search. This should find all the javas you have installed. Edited July 1, 20223 yr by warjort Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
July 1, 20223 yr Author 2 minutes ago, diesieben07 said: Usually programs are installed in C:\Program Files\ C:\Program Files\Java\jre1.8.0_333\bin\Java.exe -Xmx4096M -Xms4096M -jar forgeserver.jar nogui PAUSE Something like this or do I change something else?
July 1, 20223 yr Author 2 minutes ago, diesieben07 said: Paths with spaces in them must be quoted. Okay thank you that worked!
July 2, 20223 yr C:\Program Files\Java\jre1.8.0_321\bin\Java.exe -Xmx10240M -Xms10240M -jar forge.jar pause like that ?
July 2, 20223 yr Quote the path with spaces, like this: Quote "C:\Program Files\Java\jre1.8.0_321\bin\Java.exe" -Xmx10240M -Xms10240M -jar forge.jar Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.