Quote:
Kamog said:
That galaxy generation button causes the game to crash if you click it multiple times. I have increased the number of systems to 255 and generated a new map. I didn't like how it looked, so I clicked it again to generate a new one. This time the map was created much more slowly. It got slower with each new map, and then after one or two more tries, the game crashed with an access violation.
The reason I kept generating new maps because I don't like to have my warp lines crossing each other. In SEIV, I used to keep regenerating new maps until I got one that doesn't have any warp lines crossing. In SEV, you can't do that because it crashes.
|
It appears that when you generate a new map the game does not clear the memory of the last map, therefore every time you generate a map it uses more and more memory until the computer runs out.
The game should check to see if there is a map in the memory and if there is a map it should free that memory, that should solve the problem.
However that is something that has to be done in the program, so that means they will have to fix this in a patch.