Posted January 5, 20241 yr 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.
January 5, 20241 yr 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 Try my Modpack >>Link to Curseforge<<
January 5, 20241 yr Author 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 👌
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.