RimWorld

RimWorld

Misc. Robots
JuneKyra May 4, 2024 @ 7:19pm
Hauling bot moving log woods one by one
I'm using LWM's Deep Storage and Pick up'n'haul with misc bots and never had a problem before version 1.5 but now my hauling bots are moving items one by one to put them in container, it happened with wooden logs but I'm not sure if it happens with other items and I'm unsure about the source of these issues. The debug log gives me the following :

Invalid count: 0, setting to 1. Job was HaulToCell (Job_885002) A = Thing_WoodLog307049 B = (115, 0, 126) Giver = X2_JobGiver_Work [workGiverDef: HaulGeneral]
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.AI.Toils_Haul:ErrorCheckForCarry (Verse.Pawn,Verse.Thing,bool)
Verse.AI.Toils_Haul/<>c__DisplayClass1_0:<StartCarryThing>b__0 ()
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
Verse.AI.JobDriver:Notify_PatherArrived ()
Verse.AI.Pawn_PathFollower:PatherArrived ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.AI.Pawn_PathFollower.TryEnterNextPathCell_Patch1 (Verse.AI.Pawn_PathFollower)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.AI.Pawn_PathFollower.PatherTick_Patch3 (Verse.AI.Pawn_PathFollower)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Pawn.Tick_Patch1 (Verse.Pawn)
AIRobot.X2_AIRobot:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()