Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Churrus

#1
Outdated / Re: [B18] cuproPanda's Mods (10 Jan 18)
June 26, 2018, 10:28:47 PM
Quote from: Dash423 on June 23, 2018, 07:37:23 AM
Could anyone help me out here? I tried to use the alcohol mod for the first time (definitely have core loaded first) and I can't take items from the fermenting barrels. I get this error when I try to force a colonist to take from the vodka barrel (also happens with all the other barrels under Brewing), or when they try to queue the job themselves, which results in them "Standing".

Took out all other mods except Cupro's Drinks and still happens.

(edit to add: looking back, seems like other people are having this issue - not sure if it's been fixed, or how I would go about fixing it?)

TryMakePreToilReservations() returned false for a non-queued job right after StartJob(). This should have been checked before. curJob=CPD_TakeAlcoholOutOfAlcoholBarrel (Job_4544) A=Thing_CPD_VodkaBarrel62655
Verse.Log:Warning(String)
Verse.AI.Pawn_JobTracker:StartJob_Patch1(Object, Job, JobCondition, ThinkNode, Boolean, Boolean, ThinkTreeDef, Nullable`1, Boolean)
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()

TryMakePreToilReservations() returned false right after TryTakeOrderedJob(). This should have been checked before. job=CPD_TakeAlcoholOutOfAlcoholBarrel (Job_4677) A=Thing_CPD_VodkaBarrel62655
Verse.Log:Warning(String)
Verse.AI.Pawn_JobTracker:TryTakeOrderedJob(Job, JobTag)
Verse.AI.Pawn_JobTracker:TryTakeOrderedJobPrioritizedWork(Job, WorkGiver, IntVec3)
RimWorld.<AddUndraftedOrders>c__AnonStorey14:<>m__0()
Verse.FloatMenuOption:Chosen(Boolean)
Verse.FloatMenuOption:DoGUI(Rect, Boolean)
Verse.FloatMenu:DoWindowContents(Rect)
Verse.FloatMenuMap:DoWindowContents(Rect)
Verse.<WindowOnGUI>c__AnonStorey0:<>m__0(Int32)
UnityEngine.GUI:CallWindowDelegate(WindowFunction, Int32, Int32, GUISkin, Int32, Single, Single, GUIStyle)

TryMakePreToilReservations() returned false for a non-queued job right after StartJob(). This should have been checked before. curJob=CPD_TakeAlcoholOutOfAlcoholBarrel (Job_4781) A=Thing_CPD_VodkaBarrel62655
Verse.Log:Warning(String)
Verse.AI.Pawn_JobTracker:StartJob_Patch1(Object, Job, JobCondition, ThinkNode, Boolean, Boolean, ThinkTreeDef, Nullable`1, Boolean)
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()

TryMakePreToilReservations() returned false for a non-queued job right after StartJob(). This should have been checked before. curJob=CPD_TakeAlcoholOutOfAlcoholBarrel (Job_4951) A=Thing_CPD_VodkaBarrel62655
Verse.Log:Warning(String)
Verse.AI.Pawn_JobTracker:StartJob_Patch1(Object, Job, JobCondition, ThinkNode, Boolean, Boolean, ThinkTreeDef, Nullable`1, Boolean)
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()

TryMakePreToilReservations() returned false for a non-queued job right after StartJob(). This should have been checked before. curJob=CPD_TakeAlcoholOutOfAlcoholBarrel (Job_5088) A=Thing_CPD_VodkaBarrel62655
Verse.Log:Warning(String)
Verse.AI.Pawn_JobTracker:StartJob_Patch1(Object, Job, JobCondition, ThinkNode, Boolean, Boolean, ThinkTreeDef, Nullable`1, Boolean)
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()


The author actually posted an update to correct this on github, he made a commit, but no actual new "release":

https://github.com/cuproPanda/Cupros-Drinks-Alcohol/raw/35f2d83470f73c41e6f22c21e046cdcb40076323/Assemblies/CuprosDrinksAlcohol.dll

download that and overwrite it on the Assemblies folder of the alcohol mod and problem solved!