1

I Cant Start My Server?

EmeraldSword 2/5/14 6:03 pm
244
2/7/2014 12:52 am
I dont know whats wrong?

C:\Users\Austin\Desktop\New folder>java -Xmx1048M -Xms1024M -jar Server.jar
Picked up _JAVA_OPTIONS: -Xmx512M
Error occurred during initialization of VM
Incompatible minimum and maximum heap sizes specified

C:\Users\Austin\Desktop\New folder>pause
Press any key to continue . . .

I Need Help!

Posted by
EmeraldSword
Level 32 : Artisan Taco
11

  Have something to say?

JoinSign in

5

OOIAmSavedOO
02/07/2014 12:52 am
Level 6 : Apprentice Network
If you are running a 32-bit the maximum you can do is 1024M so, for your run.bat you will need to do the following:

java Xmx1024M -jar craftbukkit.jar -o false
PAUSE


Also be sure to rename your jar to match the "craftbukkit.jar" part, this can be called whatever, as long as it matches up.
1
Walking
02/06/2014 3:49 pm
Level 1 : New Miner
What you need to do is put a file named MineCraft server on your desktop. Then you need to get the .jar file/bukkitt.jar. After you have the jar file put that in the folder. If that jar is called craftbukkit-1.6.4-R2.0 or something other than craftbukkit, remove it. The jar needs to be just craftbukkit.. Then you make a new text doc. You will paste this code.
java -Xmx1024M -jar craftbukkit.jar -o true
PAUSE

After you paste the code save the text doc as start.bat. You should be able to run the server and then its just a matter of port forwarding.
1
EmeraldSword
02/06/2014 2:50 pm
Level 32 : Artisan Taco
I have 8G of ram

1
GamingAleks
02/06/2014 12:47 pm
Level 20 : Expert Pokémon
How many gigs of ram do you have, maybe your computer can't handle a server. And update Java just to be sure.
1
Walking
02/06/2014 3:50 pm
Level 1 : New Miner
The only type of computers that can handle the server is a 32-bit operating system. It can handle it just cant go over 512 or 1gig i forget.
1

Welcome