Page 1 of 1
[1.1.69] Crash in map generation: "MapGenerationHelper::applyTaskResult(..., force) didn't finish all requests."
Posted: Fri Oct 07, 2022 3:56 pm
by metabot
I am playing Space Exploration. Game crashes when it attempts to generate a structure on a planet when the chunks are viewer for the first time. The guys on the discord told me this is a bug that they cannot fix and I should report directly to the devs. To reproduce, open save. You should have a planet named 'Manta' in the center of your screen. Click on it, then click 'preview' in the bottom right. Game should crash when terrain generation reaches the ruin.
Re: [1.1.69] Crash in map generation: "MapGenerationHelper::applyTaskResult(..., force) didn't finish all requests."
Posted: Fri Oct 07, 2022 4:47 pm
by Rseding91
Thanks for the report however this is not something that can be fixed on the engine side. The root problem is: during a request to generate-all-queued-chunks one or more mods is adding more requests to generate chunks.
The game has 2 options:
1. Keep trying to generate chunks (potentially forever)
2. Abort the process and signal that it can't do what was requested because one or more mods is making it impossible.
The fix is for mods to not request to generate chunks during the chunk-generated event.
Re: [1.1.69] Crash in map generation: "MapGenerationHelper::applyTaskResult(..., force) didn't finish all requests."
Posted: Fri Oct 07, 2022 8:18 pm
by metabot
Alright, thank you for the quick response! I have relayed this information back to the mod developers.