Console spam due to taming issuess

Started by tsr, August 25, 2016, 06:21:42 AM

Previous topic - Next topic

tsr

I've recently been getting massive slowdowns because of a repetitive error
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)

Page threw exception in WorkGiver Tame: System.NullReferenceException: Object reference not set to an instance of an object
  at RimWorld.WorkGiver_Tame.JobOnThing (Verse.Pawn pawn, Verse.Thing t) [0x00000] in <filename unknown>:0
  at RimWorld.WorkGiver_Scanner.HasJobOnThing (Verse.Pawn pawn, Verse.Thing t) [0x00000] in <filename unknown>:0
  at RimWorld.JobGiver_Work+<TryGiveJob>c__AnonStorey22A.<>m__121 (Verse.Thing t) [0x00000] in <filename unknown>:0
  at Verse.GenClosest+<ClosestThingReachable>c__AnonStorey440.<>m__7F8 (Verse.Thing t) [0x00000] in <filename unknown>:0
  at Verse.GenClosest.ClosestThing_Global (IntVec3 center, IEnumerable searchSet, Single maxDistance, System.Predicate`1 validator) [0x00000] in <filename unknown>:0
  at Verse.GenClosest.ClosestThingReachable (IntVec3 root, ThingRequest thingReq, PathEndMode peMode, TraverseParms traverseParams, Single maxDistance, System.Predicate`1 validator, IEnumerable`1 customGlobalSearchSet, Int32 searchRegionsMax, Boolean forceGlobalSearch) [0x00000] in <filename unknown>:0
  at RimWorld.JobGiver_Work.TryGiveJob (Verse.Pawn pawn) [0x00000] in <filename unknown>:0

i know the slowdown is not due to bottlenecks (it runs 30/40% cpu and 20% ram)

PC specs
i7-4790k
16gb ram
gtx 970
mods
<modNames>
         <li>Core</li>
         <li>Community Core Library</li>
         <li>Expanded Prosthetics and Organ Engineering</li>
         <li>EdB Prepare Carefully</li>
         <li>Colony Manager</li>
         <li>Vegetable Garden </li>
         <li>Glitter Tech</li>
         <li>Misc. Training</li>
         <li>ExtendedStorage</li>
         <li>Rimsenal</li>
         <li>DermalRegenerator</li>
         <li>More Vanilla Turrets</li>
         <li>Rimsenal - Federation</li>
         <li>Rimsenal - Feral</li>
         <li>Rimsenal - Storyteller pack</li>
         <li>Rimsenal - Rimhair</li>
         <li>Rimsenal - Security pack</li>
      </modNames>
running 0.14.1249 rev942

LouisTBR

Try creating a new colony and taming an animal without any mods. If the same error persists, it must be something to with your Core files. If it works fine, then check the mods' forum threads and see if others have had the same problem, and disable whichever one is causing the problem. I'm sure someone will help also :P
Only in RimWorld is the phrase "31 Heavily-Armed Siegers are currently bombing your base" preferable to "50 manhunting squirrels are attacking your colony"

milon

@tsr, are you still having this error?

Also, it definitely can be a CPU bottleneck - RimWorld really isn't multithreaded so it should NEVER hit 100% CPU use if you have 2+ processors.  ;)