Posted March 19, 20241 yr I can't start my modded 1.18.2 minecraft server because I think it keeps crashing or something. Here's all the code lines from CMD: https://paste.ee/p/Rm2bU
March 19, 20241 yr Use Java 17 instead of Java 20 Remove rubidium-extra, textrues_embeddium_options, rubidium, oculusparticlefix and oculus from the server (keep it in your client) Quote C:\Users\ivano\OneDrive\Desktop\Modded server 1.18.2 Do not use the OneDrive directory Edited March 19, 20241 yr by TileEntity Try my Modpack >>Link to Curseforge<<
March 19, 20241 yr Author ok, I did that and now it doesn't crash but it still doesn't open https://paste.ee/p/ymgNi
March 19, 20241 yr You are still using Java 20 There are more client-side-only mods in your server's mods folder - like True Darkness Try my Modpack >>Link to Curseforge<<
March 19, 20241 yr Author I can't figure out how to change from java 20 to java 17, can you please tell me how?
March 19, 20241 yr After installing Java 17, put the path into your script or remove Java 20 "C:\Program Files\Java\jdk-17.0.9\bin\javaw.exe" @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.2.18/win_args.txt pause Try my Modpack >>Link to Curseforge<<
March 19, 20241 yr The start or run bat file There you will find the line java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.2.18/win_args.txt Change it to "C:\Program Files\Java\jdk-17.0.9\bin\javaw.exe" @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.2.18/win_args.txt pause Keep the quotation marks and make sure the path is correct Try my Modpack >>Link to Curseforge<<
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.