jeheydorn / nortantis

Nortantis is a fantasy map generator. It uses a simple tectonic plate simulation to create islands and continents with trees, rivers, and mountains. The result has the appearance of an old-fashioned hand-drawn map.
GNU Affero General Public License v3.0
70 stars 19 forks source link

Stuck at adding grunge #6

Closed amatsune closed 5 years ago

amatsune commented 5 years ago

It goes up to adding grunge, but not past that. The button to generate becomes usable again, but no map pops out.

jeheydorn commented 5 years ago

That's caused by me not properly handling an out of memory error. I fixed it in my master branch a while ago but forgot to update the zip file. I updated it just now. Could you try again?

After the fix you will be less likely to hit the out of memory error, but in theory it can still happen because my algorithm for determining the maximum resolution to allow you to generate at based on memory available to java is only approximate. For example, if you use your own background image or icons, I don't adjust the maximum resolution based on the images you supply. But if it does happen, you'll get an error popup while generating, telling you what happened. If you get that error popup, you'll need to either reduce the resolution you're generating at, or increase the amount of memory you give to Java.

Thanks for the feedback.

On Sat, Mar 23, 2019 at 9:44 AM Amatsune notifications@github.com wrote:

It goes up to adding grunge, but not past that. The button to generate becomes usable again, but no map pops out.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jeheydorn/nortantis/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AHG-KcVd29xmhvychOAd4DTvIAP3po5hks5vZj3LgaJpZM4cE82x .

amatsune commented 5 years ago

Thanks, Ill try