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 - NonDesu

#1
Releases / Re: [1.0] [KV] RimFridge [ModSync RW]
February 27, 2020, 01:43:33 AM
I get this in 1.0 when building any of the fridges:
Exception in JobDriver tick for pawn Redd driver=JobDriver_ConstructFinishFrame (toilIndex=1) driver.job=(FinishFrame (Job_758772) A=Thing_Frame_RimFridge_WallRefrigerator413221) lastJobGiver=RimWorld.JobGiver_Work
System.MissingMethodException: Cannot create an abstract class 'Verse.ThingComp'.
at System.Activator.CheckAbstractType (System.Type) <0x000f6>
at System.Activator.CreateInstance (System.Type,bool) <0x0005e>
at System.Activator.CreateInstance (System.Type) <0x0001e>
at (wrapper dynamic-method) Verse.ThingWithComps.InitializeComps_Patch1 (object) <0x000a5>
at Verse.ThingWithComps.PostMake () <0x00034>
at RimWorld.Building_Storage.PostMake () <0x0001c>
at (wrapper dynamic-method) Verse.ThingMaker.MakeThing_Patch2 (Verse.ThingDef,Verse.ThingDef) <0x003b7>
at RimWorld.Frame.CompleteConstruction (Verse.Pawn) <0x00309>
at RimWorld.JobDriver_ConstructFinishFrame/<MakeNewToils>c__Iterator0/<MakeNewToils>c__AnonStorey1.<>m__1 () <0x00396>
at Verse.AI.JobDriver.DriverTick () <0x004a8>

Verse.Log:Error(String, Boolean)
Verse.AI.JobUtility:TryStartErrorRecoverJob(Pawn, String, Exception, JobDriver)
Verse.AI.JobDriver:DriverTick()
Verse.AI.Pawn_JobTracker:JobTrackerTick()
Verse.Pawn:Tick_Patch1(Object)
Verse.TickList:Tick()
Verse.TickManager:DoSingleTick()
Verse.TickManager:TickManagerUpdate()
Verse.Game:UpdatePlay()
Verse.Root_Play:Update()

And this when placing via god mode:
Root level exception in OnGUI(): System.MissingMethodException: Cannot create an abstract class 'Verse.ThingComp'.
at System.Activator.CheckAbstractType (System.Type) <0x000f6>
at System.Activator.CreateInstance (System.Type,bool) <0x0005e>
at System.Activator.CreateInstance (System.Type) <0x0001e>
at (wrapper dynamic-method) Verse.ThingWithComps.InitializeComps_Patch1 (object) <0x000a5>
at Verse.ThingWithComps.PostMake () <0x00034>
at RimWorld.Building_Storage.PostMake () <0x0001c>
at (wrapper dynamic-method) Verse.ThingMaker.MakeThing_Patch2 (Verse.ThingDef,Verse.ThingDef) <0x003b7>
at RimWorld.Designator_Build.DesignateSingleCell (Verse.IntVec3) <0x00291>
at Verse.DesignatorManager.ProcessInputEvents () <0x00180>
at RimWorld.MapInterface.HandleMapClicks () <0x00069>
at RimWorld.UIRoot_Play.UIRootOnGUI () <0x001f4>
at Verse.Root.OnGUI () <0x00112>

Verse.Log:Error(String, Boolean)
Verse.Root:OnGUI()