Hazeron Forums

Full Version: Unable to export starmap
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My game crashes when I try to export my star map above a certain number of sectors.
Sector only exports fine. +1 sector distance (6 sectors) exports fine. +2 sector distance (8 sectors) hangs the program until I kill it. +3 sectors or more causes a segfault.

Shores of Hazeron/Programs/ShoresOfHazeron: line 6: 181793 Segmentation fault      (core dumped) "$appdir/$appname" $*

It says core dumped, but I have no clue where. Running Arch linux. Others have reported problems with large star map exports. When getting the query data I unselected unexplored systems and cleared star map data as well.
Might you should try to reproduce it in valgrind, of if it's too heavy in gbd.

That can give more informations about the memory usage, since hazeron isn't very obfuscated.