Mrivanov1 Posted March 19 Share Posted March 19 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 Quote Link to comment Share on other sites More sharing options...
Mrivanov1 Posted March 19 Author Share Posted March 19 bump Quote Link to comment Share on other sites More sharing options...
TileEntity Posted March 19 Share Posted March 19 (edited) 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 by TileEntity Quote Try my Modpack >>Link to Curseforge<< Link to comment Share on other sites More sharing options...
Mrivanov1 Posted March 19 Author Share Posted March 19 ok, I did that and now it doesn't crash but it still doesn't open https://paste.ee/p/ymgNi Quote Link to comment Share on other sites More sharing options...
TileEntity Posted March 19 Share Posted March 19 You are still using Java 20 There are more client-side-only mods in your server's mods folder - like True Darkness Quote Try my Modpack >>Link to Curseforge<< Link to comment Share on other sites More sharing options...
Mrivanov1 Posted March 19 Author Share Posted March 19 I can't figure out how to change from java 20 to java 17, can you please tell me how? Quote Link to comment Share on other sites More sharing options...
TileEntity Posted March 19 Share Posted March 19 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 Quote Try my Modpack >>Link to Curseforge<< Link to comment Share on other sites More sharing options...
Mrivanov1 Posted March 19 Author Share Posted March 19 what script do I put it in? When I open run.bat and it's done writing? Quote Link to comment Share on other sites More sharing options...
Mrivanov1 Posted March 19 Author Share Posted March 19 I managed to change to java 17, what script do I put the path into?? Quote Link to comment Share on other sites More sharing options...
TileEntity Posted March 19 Share Posted March 19 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 Quote Try my Modpack >>Link to Curseforge<< Link to comment Share on other sites More sharing options...
Recommended Posts
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.