launch.bat will not run the server. I've tried editing launch.bat in all kinds of ways, including the following:
java -Xmx1G -Xms512M -jar Tekkit.jar nogui
pause
java -Xmx1G -Xms1G -jar Tekkit.jar nogui
pause
java -Xmx2G -Xms1G -jar Tekkit.jar nogui
pause
java -Xmx1024M -Xms512M -jar Tekkit.jar nogui
pause
java -Xmx1024M -Xms1024M -jar Tekkit.jar nogui
pause
None of the combinations above work, and always result in the same error messages being given to me in Command Prompt (See "error messages" section below).
Error Messages:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error:Could not create the Java Virtual Machine
Error: A Fatal exception has occurred. Program will exit.
Press any key to continue...
Error Log:
I don't know what an Error Log is, or if it pertains to this particular case.
Question
Hebrind
Title: Launch.bat Not Working
Version: 3.1.2
OS: Windows 7 Professional 32-Bit
Java Version: 7.6
Description of Problem:
launch.bat will not run the server. I've tried editing launch.bat in all kinds of ways, including the following:
java -Xmx1G -Xms512M -jar Tekkit.jar nogui
pause
java -Xmx1G -Xms1G -jar Tekkit.jar nogui
pause
java -Xmx2G -Xms1G -jar Tekkit.jar nogui
pause
java -Xmx1024M -Xms512M -jar Tekkit.jar nogui
pause
java -Xmx1024M -Xms1024M -jar Tekkit.jar nogui
pause
None of the combinations above work, and always result in the same error messages being given to me in Command Prompt (See "error messages" section below).
Error Messages:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error:Could not create the Java Virtual Machine
Error: A Fatal exception has occurred. Program will exit.
Press any key to continue...
Error Log:
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now