Quote:
Originally Posted by papajchris
Trying this out and i cant seem to get it work for Era's gmap. I gave it a hour to load and it was still stuck at "generating..." When i try to use the command you gave dusty, it says "unable to access jarfile nw2png.jar".
|
You will need to use the absolute path to the JAR unless it's in your working directory.
If I recall correctly, something like
java -jar C:\Users\You\Desktop\NW2PNG.jar
should work on Windows (obviously changing the path to match your setup).
If you see an OutOfMemoryError in the console after you try to generate the map, close the program, then run it like
java -Xmx1000m -jar C:\Users\You\Desktop\NW2PNG.jar
to allow more heap space. I think 1000 MB ("1000m") was enough when I last did Era's (it took a few minutes, but it will take more if you have to swap).