Problem with fertilized chicken eggs

Started by Anfi0312, October 05, 2015, 09:20:28 PM

Previous topic - Next topic

Anfi0312

I have run into a problem with chicken breeding. As soon as a fertilized egg progresses to 100% it does not spawn a chick but the log displays the following error over and over again:

Exception ticking EggChickenFertilized270692: System.ArgumentNullException: Argument cannot be null.

Parameter name: type

  at System.Activator.CheckType (System.Type type) [0x00000] in <filename unknown>:0

  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0

  at System.Activator.CreateInstance (System.Type type) [0x00000] in <filename unknown>:0

  at Verse.ThingMaker.MakeThing (Verse.ThingDef def, Verse.ThingDef stuff) [0x00000] in <filename unknown>:0

  at Verse.PawnGenerator.GeneratePawn (Verse.PawnKindDef kindDef, RimWorld.Faction faction, Boolean newborn, Int32 tries) [0x00000] in <filename unknown>:0

  at RimWorld.CompHatcher.Hatch () [0x00000] in <filename unknown>:0

  at RimWorld.CompHatcher.CompTick () [0x00000] in <filename unknown>:0

  at Verse.ThingWithComps.Tick () [0x00000] in <filename unknown>:0

  at Verse.TickList.Tick () [0x00000] in <filename unknown>:0

(Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)


Without mods it is working like intended. So it must be caused by one of the mods I'm using. I searched for other people reporting this problem but to no avail.

Mods I'm using (in this order):

Core
EdBModOrder
Community Core Library
LT_ASA
LT_ADogSaid
LT_RaidPlus
MD2Base-12.0.1
MD2Fortifications-12.0.0
MD2Manufacturing-12.0.0
MD2Industry-12.0.0
Rimsenal
RimBeast
Rimsenal_Federation
Rimsenal_Security
Rimsenal_Storyteller
Industrialisation
Turret Collection
Turret Collection Anti-Tank Weapons
AdditionalJoyObjectsV2.50
Storm Sound Balance
RW_EnhancedTabs-12d.4f
EdBInterface
ESM - DoNotDisturb
ESM - MineVein
ESM - SmoothWall
Bio Generator
BiomeSpawnTweak
CanIBrewIt
Craftable Guns
Craftable Medicines
ExpandedProsthetics&amp;OrganEngineering
FishIndustry
Fashioning Hyperweave and Synthread
GaussWeapons-GaussWeapons1.4
HayforYou
Hydroponic Hay
Glass_N_Lights-12b.0
LaserWeapons-LaserWeapons1.4
LED Lights 1.2
Bulk_Meals
FlameWeapons-FlameWeapons1.4
LT_DoorMat
LT_RedistHeat
Mad Skills
MatterConverter
A11 Nappa v1
PowerArmourMKII-PowerArmourMKII1.1
Pawn State Icons
PlasmaWeapons-PlasmaWeapons1.4
RoofBomb-RoofBomb1.2
PowerSwitch
RT Storage
TilledSoil
The cat at the wall
Stonecutting Tweak
ToolsForHaul
MiniAMReactor
Mending_SK
ED-Core
ED-PersonalNanoShields
ED-Plants_24H
ED-ReverseCycleCooler
ED-Shields
ED-Vent
Clock
AutoHuntBeacon
Modular Tables
More Metal Floors
NeurotrainerCrafting 1.2
TargetPractise
Training Rack 1.0
ModularSolars1.10
Dragons
AdvancedLamps
ED-PersonalAnimalShields
Ancient Amulets V1.01
EdBPrepareCarefully

1000101

I would first test by removing mods one-by-one which modify the core animals.  I suspect one of those is the culprit.  Once you can determine which one is at fault, post the issue in that mods forum thread so the mod author can address the issue.
(2*b)||!(2*b) - That is the question.
There are 10 kinds of people in this world - those that understand binary and those that don't.

Powered By

RawCode

download notepad++
navigate to mods folder
invoke Find in Files... routine
your keyword is "chiken" or similar (open coremod and check name of chinken pawn entry)
remove any mod that have any type of reference to chickens

report back to this thread with updated info