damasinico Posted January 5 Posted January 5 The version is 1.12.2 (ik it's not supported, but I think it's not a very difficult problem). Basically the server crashes on startup and it doesn't leave any crash log. I tried with both 14.23.5.2859 and 14.23.5.2860 and it happens the same. Quote
TileEntity Posted January 5 Posted January 5 Use Java 8 - currently you are using a newer version which is not supported for 1.12.2 If you have Java 8 installed, replace the word java (in your script) with the java 8 path (to the javaw.exe) Put the path into quotation marks - for example: "C:\Program Files\Java\jre1.8.0_311\bin\javaw.exe" -Xmx3072M -Xms3072M -jar forge.jar pause Just make sure the path is correct 1 Quote Try my Modpack >>Link to Curseforge<<
damasinico Posted January 5 Author Posted January 5 42 minutes ago, TileEntity said: Use Java 8 - currently you are using a newer version which is not supported for 1.12.2 If you have Java 8 installed, replace the word java (in your script) with the java 8 path (to the javaw.exe) Put the path into quotation marks - for example: "C:\Program Files\Java\jre1.8.0_311\bin\javaw.exe" -Xmx3072M -Xms3072M -jar forge.jar pause Just make sure the path is correct Thank you so much! That worked 👌 1 Quote
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.