Sorry for the late reply. I did reproduce the crash, but I don't think I can really fix it properly...
The problem is with KR2_RTF_Tree_to_Seed
, which deletes some recipes in data-final-fixes
as they are invalid in some ways. That only happens after cc generates the recipe signals though, so some of those recipes don't have a valid icon it can use for the signal. I could make that mod an optional dependency of cc, which would fix this, but that's a slippery slope towards the original situation where basically every other mod had to be an optional dependency... You can do that yourself if you want tho.
The ideal solution would be for KR2_RTF_Tree_to_Seed
to delete the recipes at some point earlier, ideally still in data-updates
- you can try reporting it there, though there is a chance that it might not be possible for them to do that either. If that doesn't work out, I could try some hack akin to the ones I already do for other mods doing dumb things in data-final-fixes
, tho I'd rather avoid it if at all possible...