initially reported by Kazimir Iskander on discord
in some cases the assemble Pawns cause issues where Null refs may occur.
the null ref itself is Ludeons fault for forgetting a null check in a method where they allow null as a parameter, even checking it at one pint but forgetting it later. (RimWorld.LifeStageWorker_HumanlikeAdult:Notify_LifeStageStarted)
It has been discovered that this only occurs if the Building Pawn is female (absolutely no idea why)
Looking at the definitions I think it should be possible to further restrain the generation, possibly avoiding other issues.
initially reported by
Kazimir Iskanderon discordin some cases the assemble Pawns cause issues where Null refs may occur.
the null ref itself is
Ludeonsfault for forgetting a null check in a method where they allow null as a parameter, even checking it at one pint but forgetting it later. (RimWorld.LifeStageWorker_HumanlikeAdult:Notify_LifeStageStarted)It has been discovered that this only occurs if the Building Pawn is female (absolutely no idea why)
Looking at the definitions I think it should be possible to further restrain the generation, possibly avoiding other issues.