• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

A19e Nitrogen - UNSTABLE

Status
Not open for further replies.
i think i have a problem if i want to make a 8k map and do all the settings and the press genarate . its running the genaration but nothing more the programe give me this as a message :

output directory created

running generation thread

... running terrain generation ...

and it will stay there

and in the exe its says this

output directory created

running generation thread

... running terrain generation ...

Exception in thread "Thread-2" java.lang.OutOfMemoryError: Java heap space

at java.awt.image.DataBufferByte.<init>(Unknown Source)

at java.awt.image.Raster.createInterleavedRaster(Unknown Source)

at java.awt.image.BufferedImage.<init>(Unknown Source)

at nitrogen.terraingen.c.b(Unknown Source)

at nitrogen.gui.NitroGenUI.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

but nothing will happen after that.

is there that i did somthing wrong or some know how to fix it

thanks ahead

 
i think i have a problem if i want to make a 8k map and do all the settings and the press genarate . its running the genaration but nothing more the programe give me this as a message :output directory created

running generation thread

... running terrain generation ...

and it will stay there

and in the exe its says this

output directory created

running generation thread

... running terrain generation ...

Exception in thread "Thread-2" java.lang.OutOfMemoryError: Java heap space

at java.awt.image.DataBufferByte.<init>(Unknown Source)

at java.awt.image.Raster.createInterleavedRaster(Unknown Source)

at java.awt.image.BufferedImage.<init>(Unknown Source)

at nitrogen.terraingen.c.b(Unknown Source)

at nitrogen.gui.NitroGenUI.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

but nothing will happen after that.

is there that i did somthing wrong or some know how to fix it

thanks ahead
Is it possible you have the 32 bit version of Java installed? If so, try the 64 bit version. https://www.java.com/en/download/manual.jsp

Programs running in a 32 bit Java VM have a lot less memory available.

 
After realizing that A18 seems to break RWG of 8k maps, I resigned myself to check this out. I initially had looked at it and saw the .exe and .bat and ASSUMED it was a Windows app. But now that I'm reading a bit more carefully, I see this is a JAVA app. Well done. It works terrific on my Mac just by double-clicking the .jar file directly. You may want to modify your first post to better reflect that this will run on ANY Operating System that has JAVA.

 
Is there any way to run this headless and supply all the options via CLI or a config file? I'm interested in running this directly on a Linux server in conjunction with a server manager to bypass the game's map generation and save myself the hassle of having to upload the generate map files and reconfigure my server.

 
Well I seem to not get it right. I generated several map before writing this to make sure it was not 1 map the problem.

When I finish generating the map I look the Nitro picture to make sure I like what I did, then I put that folder in the Data/Worlds server, I change the seed and game name (same as the map I created). In game, the winter is not north and desert not south, I have burn and wasteland are which are not on the map picture.

Is there anything I forgot to do? or something I did not understand?

Excuse my English.

 
Another out of memory error.. hepl

I don't know what's happened. I have installed DOZENS of times that frigging java on 3 different pc's and it just won't work anymore. I have tried troubleshoot with this thread but it won't work. I'm losing hope

 
My Java (64) is up to date, but I only get "this application requires a java runtime environment 1.8.0 (64-bit)"

I've reinstalled, I've rebooted, uninstalled / reinstalled, nothing I try seems to work.

 
I see there is a configuration file(ConfigUI.txt) that defines all the UI selected options. Server Managers everywhere could embed this app if a couple small things were added:

* A new configUI.txt option was added to trigger the "generate world" button automatically upon execution of the jar

* A CLI option for the jar (or perhaps a second jar, but that seems excessive) to NOT open the UI, but instead run the jar in headless or text-only mode.

In addition, if you add these two small options (to disable the GUI, and an option to automatically trigger the world generation) people who run Linux servers could set this up to run directly on their server. I've run some tests on my own server and found I could run the jar on my Linux server and use X11 Forwarding and XQuartz to present the GUI locally on my laptop. Running the jar on my server, I can generate an 8k map in 4 minutes or less. In addition, I've set up the output folder to be the same as my GeneratedWorlds folder on my server. At that point, the only thing I have to do is set up the serverconfig.xml in 7DTD to match the map name. It works REALLY well... minus having to use a GUI and X11. :(

Please consider this improvement. I would think it should be a relatively easy modification for you to provide an option to disable the GUI and to kick off generation automatically via ConfigUI.txt variable.

 
Hello, how to change the height of the floor please? I choose map completely flat & the height is always 40, I need a little more like 75~100 to build a city under floor in a big cave.

 
Status
Not open for further replies.
Back
Top