Thread: Nw2png
View Single Post
  #56  
Old 08-21-2011, 06:23 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by papajchris View Post
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).
__________________
Reply With Quote