I have been coming across a persistent problem with the alcohol part of your drinks mod.
Making the alcohol prerequisites are fine (for example corn wort), pawns loading them into the correct fermenting barrels and the fermenting process also work. However, when the alcohol has finished fermenting the pawns never seem to unload the finished product (in this case whiskey). When I try to make a pawn prioritise collecting from the barrel, they ignore the command and continue with what they where doing.
I have tried changing the load order of my mods and the problem still occurs. I have turned on debug mode and this is the code which resulted:
I have no idea what is causing the problem. This error happens to all types of the alcohol your mod has added. Fermenting vanilla beer works fine.
Making the alcohol prerequisites are fine (for example corn wort), pawns loading them into the correct fermenting barrels and the fermenting process also work. However, when the alcohol has finished fermenting the pawns never seem to unload the finished product (in this case whiskey). When I try to make a pawn prioritise collecting from the barrel, they ignore the command and continue with what they where doing.
I have tried changing the load order of my mods and the problem still occurs. I have turned on debug mode and this is the code which resulted:
Code Select
TryMakePreToilReservations() returned false right after TryTakeOrderedJob(). This should have been checked before. job=CPD_TakeAlcoholOutOfAlcoholBarrel (Job_917) A=Thing_CPD_WhiskeyBarrel42498
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)
I have no idea what is causing the problem. This error happens to all types of the alcohol your mod has added. Fermenting vanilla beer works fine.