[1.1.69] Crash in map generation: "MapGenerationHelper::applyTaskResult(..., force) didn't finish all requests."

Bugs that are actually features.
Post Reply
metabot
Burner Inserter
Burner Inserter
Posts: 14
Joined: Wed Aug 14, 2019 3:56 pm
Contact:

[1.1.69] Crash in map generation: "MapGenerationHelper::applyTaskResult(..., force) didn't finish all requests."

Post 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.
Attachments
factorio-current.log
(49.72 KiB) Downloaded 42 times
All your space are belong to us.zip
(58.43 MiB) Downloaded 55 times

Rseding91
Factorio Staff
Factorio Staff
Posts: 13958
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [1.1.69] Crash in map generation: "MapGenerationHelper::applyTaskResult(..., force) didn't finish all requests."

Post 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.
If you want to get ahold of me I'm almost always on Discord.

metabot
Burner Inserter
Burner Inserter
Posts: 14
Joined: Wed Aug 14, 2019 3:56 pm
Contact:

Re: [1.1.69] Crash in map generation: "MapGenerationHelper::applyTaskResult(..., force) didn't finish all requests."

Post by metabot »

Alright, thank you for the quick response! I have relayed this information back to the mod developers.

Post Reply

Return to “Not a bug”