assign tab bug

Started by rambo, April 24, 2018, 08:12:12 AM

Previous topic - Next topic

rambo

I have a bug were whenever I change a colonists outfit option from "anything" to "worker" it changes back to "anything" same with drug policy.
here is the error that might of caused it:
Exception in Verse.AI.ThinkNode_Tagger TryIssueJobPackage: System.TypeLoadException: Could not load type 'PickUpAndHaul.CompHauledToInventory' from assembly 'PickUpAndHaul, Version=0.18.1.7, Culture=neutral, PublicKeyToken=null'.
at (wrapper dynamic-method) RimWorld.JobGiver_OptimizeApparel.TryGiveJob_Patch0 (object,Verse.Pawn) <0x00329>
at Verse.AI.ThinkNode_JobGiver.TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams) <0x00021>
at Verse.AI.ThinkNode_Priority.TryIssueJobPackage (Verse.Pawn,Verse.AI.JobIssueParams) <0x000a2>

Verse.Log:Error(String)
Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams)
Verse.AI.ThinkNode_Tagger:TryIssueJobPackage(Pawn, JobIssueParams)
Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams)
Verse.AI.ThinkNode_Conditional:TryIssueJobPackage(Pawn, JobIssueParams)
Verse.AI.ThinkNode_Priority:TryIssueJobPackage(Pawn, JobIssueParams)
Verse.AI.Pawn_JobTracker:DetermineNextJob(ThinkTreeDef&)
Verse.AI.Pawn_JobTracker:TryFindAndStartJob()
Verse.AI.Pawn_JobTracker:EndCurrentJob_Patch1(Object, JobCondition, Boolean)
Verse.AI.Pawn_JobTracker:JobTrackerTick()
Verse.Pawn:Tick()
Verse.TickList:Tick()
Verse.TickManager:DoSingleTick()
Verse.TickManager:TickManagerUpdate()
Verse.Game:UpdatePlay()
Verse.Root_Play:Update()

rambo

never mind turns out it was the gear up and go mod

Canute

Quote'PickUpAndHaul, Version=0.18.1.7,
And maybe you should try update your mods from time to time too.