Jump to content

Minecraft Coder Pack - startclient.bat Error

- - - - -

  • Please log in to reply
2 replies to this topic

#1
Pascalsk

Pascalsk

    Newbie

  • Members
  • Pip
  • 1 posts
Hey! I have a rather LARGE problem with my newly created mod. I can't tell you anything about it. Anyways, when I run Minecraft Coder Packs' "startclient.bat" it fails. It gives me the message:


== MCP 5.6 (data: 5.6, client: 1.1, server: 1.1) ==

[16:47:14] Error occurred during initialization of VM

[16:47:14] Could not reserve enough space for object heap

[16:47:14]

[16:47:14]

[16:47:14]

[16:47:14]

[16:47:14]

[16:47:14]

[16:47:14]

[16:47:14]

[16:47:14]

[16:47:14]


What is wrong? Has been trying for 2 hours!

EDIT: And anyways, I dont have a "final_out" folder. What do I do then, to get my final output? ...

#2
Blimp

Blimp

    Programmer

  • Members
  • PipPipPipPip
  • 154 posts
Though I haven't done anything to do with this, doesn't "Could not reserve enough space" trigger something for you?

I guess its telling you that it can't run on the memory it's allocated - Is it a java application?

~ Blimp

#3
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
  • Location:Vancouver, Eh! Cleverness: 200
You're probably going to want to change the parameters inside the start.bat file. Java allows shorthand such as "1M" for 1 megabyte of memory, or "1G" for one gigabyte. My money is on the batch file defining well over the memory you can allocate.

There are two memory configurations as well (something like -xmx1G), you can probably just leave both of them off.

You can post your RAM size and the batch if you would like a more thorough look in to it.

Alexander.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users