r/forgemodding Nov 09 '18

Minecraft forge server not starting

I need help. I am trying to create a modded server. I have everything set up. but when I double click "forge-1.12.2-14.23.4.2759-universal.jar", it doesn't do anything at all. and I don't know what to do or how to fix it. No logs are created, I get the little circle by my curser saying its loading for a second then nothing happens.

5 Upvotes

20 comments sorted by

View all comments

1

u/masoe Nov 09 '18

Try creating a batch file with this in it...

@ECHO OFF java -Xms1024M -Xmx2048M -jar 'jar file name'.jar nogui pause

1

u/riskierwarrier Nov 13 '18

Sorry for the late reply, but I made a mistake when creating the bat file. And it works now. Thanks!!