RimWorld

RimWorld

[SYR] Processor Framework
Owls 20 Feb, 2023 @ 10:00am
Got an error that I don't know how to fix.
If this is the wrong place or mod related to this issue then let me know! Just wondering what might be able to be done about the below error log. It's having no negative effect on gameplay, but would like to not be spammed by it lol.

Exception ticking VFEM_MeatSmoker56296 (at (113, 0, 153)): System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.Sum[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] selector) [0x0000d] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at ProcessorFramework.CompProcessor.get_TotalIngredientCount () [0x00000] in <366ca5cdfb664a718a82c784a21df701>:0
at ProcessorFramework.CompProcessor.get_Empty () [0x00000] in <366ca5cdfb664a718a82c784a21df701>:0
at ProcessorFramework.CompProcessor.DoTicks (System.Int32 ticks) [0x00001] in <366ca5cdfb664a718a82c784a21df701>:0
at ProcessorFramework.CompProcessor.CompTick () [0x00013] in <366ca5cdfb664a718a82c784a21df701>:0
at Verse.ThingWithComps.Tick () [0x00024] in <38562b1a2ab64eacb931fb5df05ca994>:0
at ItemProcessor.Building_ItemProcessor.Tick () [0x00001] in <a457a5f91bce43338a4c9a46de09980e>:0
at Verse.TickList.Tick () [0x0015c] in <38562b1a2ab64eacb931fb5df05ca994>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch6 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch2 (Verse.Game)
(wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch1 (Verse.Root_Play)