Git Product home page Git Product logo

expanded-materials-metals's Introduction

Expanded Materials Metals

A Rimworld mod that adds new metals to the game.

expanded-materials-metals's People

Contributors

theoriginalargon avatar laj-47fc9 avatar insanityprelude avatar

Stargazers

 avatar  avatar Alex Kuiper avatar  avatar

Watchers

 avatar  avatar

expanded-materials-metals's Issues

Patch breaks alloy smelter

Hello. Ive made a patch file that adds Industral Revoultion's Coal into this mod's alloy smelter. The issue is this patch breaks the smelter - right clicking with pawn selected, no option to refuel is shown, only "cannot alloy limestone alloy smelter: need ingridients" despite both trin and copper being present in sufficient amounts on map. Both IR's coal and this mod's coal are present on map.
Patch below:

<Patch>
	<Operation Class="PatchOperationAdd">
	    <xpath>/Defs/ThingDef[defName = "VMEu_MetalSmelter"]/comps/li/fuelFilter/thingDefs/li</xpath>
	    <value>
            <li>IR_Coal</li>
	    </value>
	</Operation>
</Patch>

Log file:
https://gist.github.com/025e227200356b6fc39c69ef49524ecd

should i post this here?

open file is of type SettingsBlockand not a save game *.rws file
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
TradeShipsNoMatterWhat.SaveGameFinalizeMod:Prefix ()
(wrapper dynamic-method) Verse.ScribeSaver:Verse.ScribeSaver.FinalizeSaving_Patch1 (Verse.ScribeSaver)
Verse.LoadedModManager:WriteModSettings (string,string,Verse.ModSettings)
Verse.ModSettings:Write ()
DubsMintMenus.MainTabWindow_MintArchitect:PreClose ()
Verse.WindowStack:TryRemove (Verse.Window,bool)
(wrapper dynamic-method) Verse.Window:Verse.Window.Close_Patch2 (Verse.Window,bool)
DubsMintMenus.MainTabWindow_MintArchitect:Doink (UnityEngine.Rect,RimWorld.ArchitectCategoryTab)
DubsMintMenus.MainTabWindow_MintArchitect:ScrollBox (UnityEngine.Rect)
DubsMintMenus.MainTabWindow_MintArchitect:DoWindowContents (UnityEngine.Rect)
(wrapper dynamic-method) Verse.Window:Verse.Window.InnerWindowOnGUI_Patch0 (Verse.Window,int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Noob driver=JobDriver_Ingest (toilIndex=17) driver.job=(Ingest (Job_1341792) A=Thing_CM_SimpleFastMeal301360 B=(178, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Banzo driver=JobDriver_Ingest (toilIndex=17) driver.job=(Ingest (Job_1341801) A=Thing_CM_SimpleFastMeal334221 B=(177, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Bear driver=JobDriver_Ingest (toilIndex=10) driver.job=(Ingest (Job_1341804) A=Thing_CM_SimpleFastMeal301378 B=(176, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Treler driver=JobDriver_Ingest (toilIndex=10) driver.job=(Ingest (Job_1341788) A=Thing_CM_SimpleFastMeal301135 B=(176, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Noob driver=JobDriver_Ingest (toilIndex=17) driver.job=(Ingest (Job_1341811) A=Thing_CM_SimpleFastMeal301360 B=(178, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Banzo driver=JobDriver_Ingest (toilIndex=17) driver.job=(Ingest (Job_1341820) A=Thing_CM_SimpleFastMeal334221 B=(176, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Bear driver=JobDriver_Ingest (toilIndex=10) driver.job=(Ingest (Job_1341823) A=Thing_CM_SimpleFastMeal301378 B=(176, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Cervexa driver=JobDriver_Ingest (toilIndex=17) driver.job=(Ingest (Job_1341814) A=Thing_CM_SimpleFastMeal301330 B=(177, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Noob driver=JobDriver_Ingest (toilIndex=17) driver.job=(Ingest (Job_1341829) A=Thing_CM_SimpleFastMeal301360 B=(178, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Treler driver=JobDriver_Ingest (toilIndex=10) driver.job=(Ingest (Job_1341825) A=Thing_CM_SimpleFastMeal301135 B=(178, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Banzo driver=JobDriver_Ingest (toilIndex=17) driver.job=(Ingest (Job_1341836) A=Thing_CM_SimpleFastMeal334221 B=(176, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Cervexa driver=JobDriver_Ingest (toilIndex=17) driver.job=(Ingest (Job_1341842) A=Thing_CM_SimpleFastMeal301330 B=(177, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Bear driver=JobDriver_Ingest (toilIndex=10) driver.job=(Ingest (Job_1341839) A=Thing_CM_SimpleFastMeal301378 B=(176, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Noob driver=JobDriver_Ingest (toilIndex=17) driver.job=(Ingest (Job_1341853) A=Thing_CM_SimpleFastMeal301360 B=(178, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Cervexa driver=JobDriver_Ingest (toilIndex=17) driver.job=(Ingest (Job_1341869) A=Thing_CM_SimpleFastMeal301330 B=(177, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Banzo driver=JobDriver_Ingest (toilIndex=17) driver.job=(Ingest (Job_1341866) A=Thing_CM_SimpleFastMeal334221 B=(176, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Bear driver=JobDriver_Ingest (toilIndex=10) driver.job=(Ingest (Job_1341872) A=Thing_CM_SimpleFastMeal301378 B=(176, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Treler driver=JobDriver_Ingest (toilIndex=10) driver.job=(Ingest (Job_1341856) A=Thing_CM_SimpleFastMeal334280 B=(178, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

open file is of type SettingsBlockand not a save game *.rws file
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
TradeShipsNoMatterWhat.SaveGameFinalizeMod:Prefix ()
(wrapper dynamic-method) Verse.ScribeSaver:Verse.ScribeSaver.FinalizeSaving_Patch1 (Verse.ScribeSaver)
Verse.LoadedModManager:WriteModSettings (string,string,Verse.ModSettings)
Verse.ModSettings:Write ()
DubsMintMenus.MainTabWindow_MintArchitect:PreClose ()
Verse.WindowStack:TryRemove (Verse.Window,bool)
(wrapper dynamic-method) RimWorld.MainTabsRoot:RimWorld.MainTabsRoot.ToggleTab_Patch1 (RimWorld.MainTabsRoot,RimWorld.MainButtonDef,bool)
RimWorld.MainTabsRoot:SetCurrentTab (RimWorld.MainButtonDef,bool)
RimWorld.MainTabsRoot:EscapeCurrentTab (bool)
(wrapper dynamic-method) RimWorld.MainTabsRoot:RimWorld.MainTabsRoot.HandleLowPriorityShortcuts_Patch2 (RimWorld.MainTabsRoot)
RimWorld.MainButtonsRoot:HandleLowPriorityShortcuts ()
(wrapper dynamic-method) RimWorld.UIRoot_Play:RimWorld.UIRoot_Play.UIRootOnGUI_Patch1 (RimWorld.UIRoot_Play)
(wrapper dynamic-method) Verse.Root:Verse.Root.OnGUI_Patch1 (Verse.Root)

System.NullReferenceException: Object reference not set to an instance of an object
at Verse.GridsUtility.Fogged (Verse.IntVec3 c, Verse.Map map) [0x00000] in <95de19971c5d40878d8742747904cdcd>:0
at AllowTool.Designator_HaulUrgently.ThingIsRelevant (Verse.Thing thing) [0x00015] in :0
at AllowTool.Designator_HaulUrgently.CanDesignateThing (Verse.Thing t) [0x00001] in :0
at (wrapper dynamic-method) Verse.Designator.Verse.Designator.CreateReverseDesignationGizmo_Patch3(Verse.Designator,Verse.Thing)
at (wrapper dynamic-method) RimWorld.InspectGizmoGrid.RimWorld.InspectGizmoGrid.DrawInspectGizmoGridFor_Patch0(System.Collections.Generic.IEnumerable1<object>,Verse.Gizmo&) currentSelectable: null UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string) Verse.Log:ErrorOnce (string,int) (wrapper dynamic-method) RimWorld.InspectGizmoGrid:RimWorld.InspectGizmoGrid.DrawInspectGizmoGridFor_Patch0 (System.Collections.Generic.IEnumerable1,Verse.Gizmo&)
RimWorld.MainTabWindow_Inspect:DrawInspectGizmos ()
RimWorld.InspectPaneUtility:ExtraOnGUI (RimWorld.IInspectPane)
RimWorld.MainTabWindow_Inspect:ExtraOnGUI ()
Verse.WindowStack:WindowStackOnGUI ()
(wrapper dynamic-method) RimWorld.UIRoot_Play:RimWorld.UIRoot_Play.UIRootOnGUI_Patch1 (RimWorld.UIRoot_Play)
(wrapper dynamic-method) Verse.Root:Verse.Root.OnGUI_Patch1 (Verse.Root)

open file is of type SettingsBlockand not a save game *.rws file
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
TradeShipsNoMatterWhat.SaveGameFinalizeMod:Prefix ()
(wrapper dynamic-method) Verse.ScribeSaver:Verse.ScribeSaver.FinalizeSaving_Patch1 (Verse.ScribeSaver)
Verse.LoadedModManager:WriteModSettings (string,string,Verse.ModSettings)
Verse.ModSettings:Write ()
DubsMintMenus.MainTabWindow_MintArchitect:PreClose ()
Verse.WindowStack:TryRemove (Verse.Window,bool)
(wrapper dynamic-method) Verse.Window:Verse.Window.Close_Patch2 (Verse.Window,bool)
Verse.Window:OnCancelKeyPressed ()
(wrapper dynamic-method) Verse.WindowStack:Verse.WindowStack.Notify_PressedCancel_Patch0 (Verse.WindowStack)
Verse.WindowStack:HandleEventsHighPriority ()
(wrapper dynamic-method) Verse.UIRoot:Verse.UIRoot.UIRootOnGUI_Patch2 (Verse.UIRoot)
(wrapper dynamic-method) RimWorld.UIRoot_Play:RimWorld.UIRoot_Play.UIRootOnGUI_Patch1 (RimWorld.UIRoot_Play)
(wrapper dynamic-method) Verse.Root:Verse.Root.OnGUI_Patch1 (Verse.Root)

JobDriver threw exception in toil FinalizeIngest's initAction for pawn Noob driver=JobDriver_Ingest (toilIndex=17) driver.job=(Ingest (Job_1341884) A=Thing_CM_SimpleFastMeal301360 B=(178, 0, 95))
System.InvalidCastException: Specified cast is not valid.
at RimWorld.ThoughtMaker.MakeThought (RimWorld.ThoughtDef def, RimWorld.Precept sourcePrecept) [0x0000b] in <95de19971c5d40878d8742747904cdcd>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.Ingested_Patch2(Verse.Thing,Verse.Pawn,single)
at RimWorld.Toils_Ingest+<>c__DisplayClass13_0.b__0 () [0x001a4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001b0] in <95de19971c5d40878d8742747904cdcd>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string)
(wrapper dynamic-method) Verse.AI.JobUtility:Verse.AI.JobUtility.TryStartErrorRecoverJob_Patch1 (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.