RWA-Team / RimworldAscension

Rimworld Ascension Mod Repository
6 stars 1 forks source link

Fix butchering #180

Closed Wivex closed 7 years ago

Wivex commented 7 years ago

JobDriver threw exception in initAction. Pawn=Table, Job=DoBill A=Thing_TableButcherNeolithic21880 B=Thing_Hare_Corpse21323 C=(96, 0, 80), Exception: System.NullReferenceException: Object reference not set to an instance of an object at Verse.GenRecipe+<MakeRecipeProducts>c__Iterator1D7.MoveNext () [0x00000] in <filename unknown>:0 at System.Collections.Generic.List1[Verse.Thing].AddEnumerable (IEnumerable1 enumerable) [0x00000] in <filename unknown>:0 at System.Collections.Generic.List1[Verse.Thing]..ctor (IEnumerable1 collection) [0x00000] in <filename unknown>:0 at System.Linq.Enumerable.ToList[Thing] (IEnumerable1 source) [0x00000] in :0 at RA.RA_Toils_Recipe+<>c__DisplayClass1_0.b__0 () [0x00000] in :0 at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x00000] in :0`

Ristellise commented 7 years ago

Edited to include everthing... blame git markdown lingos...

Wivex commented 7 years ago

duplication of https://github.com/RWA-Team/RimworldAscension/issues/176