[Modded] Failing to generate a planet

Started by DrBubba, September 03, 2020, 11:13:43 PM

Previous topic - Next topic

DrBubba

Having a bugger of a time figuring out what's causing this problem.  It fails to generate planets and I've tried removing all the mods I could think of that would cause it, but it still keeps throwing them.  Anyone offer some insight?   :-[

https://gist.github.com/HugsLibRecordKeeper/9f3d1ec045a5fdcc1335279c10363abd

Canute

Hi,
before you even think about to generate a planet, you should be sure to have no error's when rimworld startup/mod activation.
Since it isn't easy to say what mod cause errors you should rebuild your modlist at small batches.
And check the log window each activation so you notice early when a mod throw out errors.
Check the mod discussion if anything is know about it or ask the mod author.
But better don't use mod that give you errors, they mosttimes don't work like you want anyway.

RawCode

RelationDef with null worker cause issue.

now disable all mods that have RelationDef of any kind and then enable them one by one

DrBubba

Quote from: RawCode on September 04, 2020, 05:54:30 AM
RelationDef with null worker cause issue.

now disable all mods that have RelationDef of any kind and then enable them one by one

Thanks a ton.  I had two forked versions of the same relationship mod installed.