I get this error when i try launching minecraft with the new Dev launcher...
Client> Error occurred during initialization of VM (virtual machine i beleive it is) Client> could not reserve enough space for object heap Client> Error: could not create the java virtual machine Client> Error: a fatal exception has occurred. Program will exit game ended with bad state (exit code 1)
(^this is directly from the launcher, not the batch file.)
i tried re-installing java, but that didn't help. i had the same problem with the other launcher, but i had a fix for it with this batch file code...
@echo off
cd C:\Minecraft
java -Xmx825M -Xms825M -cp Minecraft.exe net.minecraft.LauncherFrame
i tried a similar batch file to better the compatibility with the new launcher, but it also didn't work, so if there is a way to do it with a batch file please let me know.
please help me!!
Client> Error occurred during initialization of VM (virtual machine i beleive it is)
Client> could not reserve enough space for object heap
Client> Error: could not create the java virtual machine
Client> Error: a fatal exception has occurred. Program will exit
game ended with bad state (exit code 1)
(^this is directly from the launcher, not the batch file.)
i tried re-installing java, but that didn't help.
i had the same problem with the other launcher, but i had a fix for it with this batch file code...
@echo off
cd C:\Minecraft
java -Xmx825M -Xms825M -cp Minecraft.exe net.minecraft.LauncherFrame
i tried a similar batch file to better the compatibility with the new launcher, but it also didn't work, so if there is a way to do it with a batch file please let me know.
please help me!!