General > Toy Planet

Toy Planet: candidate for DB3?

<< < (5/9) > >>

Botsareus:
I guess some people (666) just hate DB2 or vb6 or even possibly me  :(


Ammeh this is very ugly on windows, I fixed config.ini but the program is still not running.
It is worth mentioning that all the files are using Unix style line spacing, not just the config.ini file.
When I run runme.bat nothing happens.

Ammeh:
Doesn't run? I can't say I've ever had an issue with it running on anything  :blink:

Open up a command window and post any error messages?

Botsareus:

--- Code: ---
D:\Documents and Settings\Paul\Desktop\Ammeh>time /t
02:14 PM

D:\Documents and Settings\Paul\Desktop\Ammeh>java -classpath ./bin -Xms3072m -Xmx3072m -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xl
oggc:C:/temp/gc.log EvolutionSimulator 1 640 480 0.0001
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.

D:\Documents and Settings\Paul\Desktop\Ammeh>time /t
02:14 PM

D:\Documents and Settings\Paul\Desktop\Ammeh>pause
Press any key to continue . . .

--- End code ---

edit: I just updated my Java this morning...

Numsgil:
Looks like it's having trouble getting enough RAM.

Ammeh:
Yeah, just change (or remove) -Xms and -Xmx to about 75% of your available RAM. Pre-assigning it just gives it a tiny performance boost, but you'll barely notice it tbh. It's like 1% extra cycles per second at ~100,000 pop.

EDIT: I'm actually gonna remove those extra parameters from the git repo, they aren't really hugely useful and they're bound to cause problems like this for other people too.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version