边缘世界 RimWorld

边缘世界 RimWorld

EvolvedOrgansRedux
Raging Bull 2021 年 7 月 12 日 下午 2:06
Getting red errors.
https://gist.github.com/e51f7f3444708dc460a717f00b421e14

havent progressed far enough in the game to see if there are issues in game. but i thought id still show that some errors seem to be present upon launch.
< >
正在显示第 1 - 15 条,共 23 条留言
Willow the Harlot 2021 年 7 月 12 日 下午 5:45 
I'm curious if it's the tail stuff? Because if so, I got the same errors as well, as did one other person in the comments. Seems it's likely a common issue right now.
Bhaer 2021 年 7 月 13 日 下午 8:50 
I Got red error messages also talking about tails but also for Universal Regrowth.
StatistNo1  [开发者] 2021 年 7 月 16 日 下午 3:29 
Hy Raging Bull,

I don't see any errors connected to EVOR in your log file.

The problem with the tails is already solved.
最后由 StatistNo1 编辑于; 2021 年 7 月 16 日 下午 3:36
Raging Bull 2021 年 7 月 21 日 下午 5:03 
引用自 StatistNo1
Hy Raging Bull,

I don't see any errors connected to EVOR in your log file.

The problem with the tails is already solved.
appreciate it. I admit i struggle to read these XML errors to know what mod they come from. im still new to modding
Tynelia 2021 年 9 月 23 日 下午 4:18 
Here's my latest Red error:

Could not resolve cross-reference to Verse.ThingDef named EVOR_Item_Tail_Hand (wanter=thingDefs)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch1 (string)
Verse.DirectXmlCrossRefLoader:TryResolveDef<Verse.ThingDef> (string,Verse.FailMode,object)
Verse.DirectXmlCrossRefLoader/WantedRefForList`1<Verse.ThingDef>:TryResolve (Verse.FailMode)
Verse.DirectXmlCrossRefLoader/<>c__DisplayClass15_1:<ResolveAllWantedCrossReferences>b__0 (Verse.DirectXmlCrossRefLoader/WantedRef)
Verse.GenThreading/<>c__DisplayClass7_1`1<Verse.DirectXmlCrossRefLoader/WantedRef>:<ParallelForEach>b__0 (object)
System.Threading.QueueUserWorkItemCallback:WaitCallback_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem ()
System.Threading.ThreadPoolWorkQueue:Dispatch ()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()
Tynelia 2021 年 9 月 23 日 下午 4:19 
Could not resolve cross-reference: No Verse.HediffDef named EVOR_Hediff_Tail_Hand found to give to Verse.RecipeDef EVOR_Surgery_Tail_Hand_Kilhn
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch1 (string)
Verse.DirectXmlCrossRefLoader/WantedRefForObject:TryResolve (Verse.FailMode)
Verse.DirectXmlCrossRefLoader/<>c__DisplayClass15_1:<ResolveAllWantedCrossReferences>b__0 (Verse.DirectXmlCrossRefLoader/WantedRef)
Verse.GenThreading/<>c__DisplayClass7_1`1<Verse.DirectXmlCrossRefLoader/WantedRef>:<ParallelForEach>b__0 (object)
System.Threading.QueueUserWorkItemCallback:WaitCallback_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem ()
System.Threading.ThreadPoolWorkQueue:Dispatch ()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()
Tynelia 2021 年 9 月 23 日 下午 4:20 
One of them at least seems to be a conflict with one of the races I subscribe to, Kilhn. The other just seems generalized, at a glance. But then I am no coder.
StatistNo1  [开发者] 2021 年 9 月 24 日 上午 3:37 
Hy Tynelia,

I removed some obsolete code.
You might want to look through your Kilhn and check if they still have their tails. If not just add the "extradextrous appendage" to the pawn via devmode.
Other than that, that error can be ignored.
vegasnik 2021 年 10 月 3 日 上午 11:57 
Got 3 consecutive ones that prevent parts from being made.(This one is from shimmering skin, but same goes for every other part:

Make_EVOR_Item_Protection_Skin_ShimmeringSkin needs workSkill because it creates a product with a quality.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch0 (string)
(wrapper dynamic-method) Verse.GenRecipe:Verse.GenRecipe.PostProcessProduct_Patch5 (Verse.Thing,Verse.RecipeDef,Verse.Pawn,RimWorld.Precept_ThingStyle)
DMD<>?565118464:Verse.GenRecipe+<MakeRecipeProducts>d__0.MoveNext_Patch0 (Verse.GenRecipe/<MakeRecipeProducts>d__0)
System.Collections.Generic.List`1<Verse.Thing>:.ctor (System.Collections.Generic.IEnumerable`1<Verse.Thing>)
System.Linq.Enumerable:ToList<Verse.Thing> (System.Collections.Generic.IEnumerable`1<Verse.Thing>)
Verse.AI.Toils_Recipe/<>c__DisplayClass3_0:<FinishRecipeAndStartStoringProduct>b__0 ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.TryActuallyStartNextToil_Patch0 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.ReadyForNextToil_Patch2 (Verse.AI.JobDriver)
Verse.AI.Toils_Recipe/<>c__DisplayClass2_0:<DoRecipeWork>b__1 ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.JobTrackerTick_Patch0 (Verse.AI.Pawn_JobTracker)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch1 (Verse.Pawn)
(wrapper dynamic-method) Verse.TickList:Verse.TickList.Tick_Patch0 (Verse.TickList)
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch4 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch3 (Verse.Game)
(wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch0 (Verse.Root_Play)

2nd:
Did not find skill of def , returning Shooting: 19 (7508.732xp)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch0 (string)
RimWorld.Pawn_SkillTracker:GetSkill (RimWorld.SkillDef)
(wrapper dynamic-method) RimWorld.QualityUtility:RimWorld.QualityUtility.GenerateQualityCreatedByPawn_Patch4 (Verse.Pawn,RimWorld.SkillDef)
(wrapper dynamic-method) Verse.GenRecipe:Verse.GenRecipe.PostProcessProduct_Patch5 (Verse.Thing,Verse.RecipeDef,Verse.Pawn,RimWorld.Precept_ThingStyle)
DMD<>?565118464:Verse.GenRecipe+<MakeRecipeProducts>d__0.MoveNext_Patch0 (Verse.GenRecipe/<MakeRecipeProducts>d__0)
System.Collections.Generic.List`1<Verse.Thing>:.ctor (System.Collections.Generic.IEnumerable`1<Verse.Thing>)
System.Linq.Enumerable:ToList<Verse.Thing> (System.Collections.Generic.IEnumerable`1<Verse.Thing>)
Verse.AI.Toils_Recipe/<>c__DisplayClass3_0:<FinishRecipeAndStartStoringProduct>b__0 ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.TryActuallyStartNextToil_Patch0 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.ReadyForNextToil_Patch2 (Verse.AI.JobDriver)
Verse.AI.Toils_Recipe/<>c__DisplayClass2_0:<DoRecipeWork>b__1 ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.JobTrackerTick_Patch0 (Verse.AI.Pawn_JobTracker)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch1 (Verse.Pawn)
(wrapper dynamic-method) Verse.TickList:Verse.TickList.Tick_Patch0 (Verse.TickList)
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch4 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch3 (Verse.Game)
(wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch0 (Verse.Root_Play)

3rd:
JobDriver threw exception in initAction for pawn Arslan driver=JobDriver_DoBill (toilIndex=16) driver.job=(DoBill (Job_8085783) A=Thing_EVOR_Building_Cellbench4212755 B=Thing_EVOR_Resource_Mechanites8629240 C=(84, 0, 62))
System.NullReferenceException: Object reference not set to an instance of an object
at InspirationTweaks.InspiredArtistBonus.Postfix (Verse.Pawn pawn, RimWorld.SkillDef relevantSkill, RimWorld.QualityCategory& __result) [0x00009] in <eb30cf8dd1754e2dac2177f0f3e37f13>:0
at (wrapper dynamic-method) RimWorld.QualityUtility.RimWorld.QualityUtility.GenerateQualityCreatedByPawn_Patch4(Verse.Pawn,RimWorld.SkillDef)
at (wrapper dynamic-method) Verse.GenRecipe.Verse.GenRecipe.PostProcessProduct_Patch5(Verse.Thing,Verse.RecipeDef,Verse.Pawn,RimWorld.Precept_ThingStyle)
at DMD<>?565118464.Verse.GenRecipe+<MakeRecipeProducts>d__0.MoveNext_Patch0 (Verse.GenRecipe+<MakeRecipeProducts>d__0 this) [0x00223] in <0c2beb2a9aac4640a08a2c63665406e3>:0
at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00077] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00018] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at Verse.AI.Toils_Recipe+<>c__DisplayClass3_0.<FinishRecipeAndStartStoringProduct>b__0 () [0x000ad] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at (wrapper dynamic-method) Verse.AI.JobDriver.Verse.AI.JobDriver.TryActuallyStartNextToil_Patch0(Verse.AI.JobDriver)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch0 (string)
Verse.AI.JobUtility:TryStartErrorRecoverJob (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.TryActuallyStartNextToil_Patch0 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.ReadyForNextToil_Patch2 (Verse.AI.JobDriver)
Verse.AI.Toils_Recipe/<>c__DisplayClass2_0:<DoRecipeWork>b__1 ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.JobTrackerTick_Patch0 (Verse.AI.Pawn_JobTracker)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch1 (Verse.Pawn)
(wrapper dynamic-method) Verse.TickList:Verse.TickList.Tick_Patch0 (Verse.TickList)
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch4 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch3 (Verse.Game)
(wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch0 (Verse.Root_Play)
StatistNo1  [开发者] 2021 年 10 月 3 日 下午 1:29 
Hy vegasnik,

I am gonna need a HugsLib log for that.

Did the pawn that attempted the craft have an inspiration?
If yes, does the error also appear if you try crafting with a pawn that has no inspiration?
Do you have the mod "Inspiration Tweaks" enabled?
Do you have the mod "Quality Bionics" enabled?
vegasnik 2021 年 10 月 5 日 上午 1:25 
No inspiration
yes to tweaks
yes to quality

log:
https://gist.github.com/115d8c92577b4f4f6157c4d09baddeb5
最后由 vegasnik 编辑于; 2021 年 10 月 5 日 上午 1:29
StatistNo1  [开发者] 2021 年 10 月 12 日 下午 8:51 
vegasnik, I forgot to answer you, sorry.
The problem is that Tweaks and Quality Bionics are not compatible. Nothing I can do on my side.
Tom Walsh 2023 年 5 月 4 日 上午 4:36 
I'm getting some for pawnmorpher tied to tail.
https://gist.github.com/HugsLibRecordKeeper/4b4cb31234a9ce2a4fafeb52c9f83135

Error in patch.Apply(): System.Xml.XPath.XPathException: Expression must evaluate to a node-set. at MS.Internal.Xml.XPath.XPathParser.ParseNodeTest (MS.Internal.Xml.XPath.AstNode qyInput, MS.Internal.Xml.XPath.Axis+AxisType axisType, System.Xml.XPath.XPathNodeType nodeType) [0x00155] in <0f9699188f0c414ea6fb5557f5c16d15>:0
[Pawnmorpher] Patch operation Verse.PatchOperationSequence(count=1) failed file: D:\SteamLibrary\steamapps\workshop\content\294100\1786466855\Patches\Core\Core_HumanTailAdder.xml
Edit: I think it works fine but it would be nice if a log didn't pop.
最后由 Tom Walsh 编辑于; 2023 年 5 月 4 日 上午 4:36
StatistNo1  [开发者] 2023 年 5 月 4 日 上午 10:59 
Hy Tom Walsh,

I will see what I can do there.
Tom Walsh 2023 年 5 月 4 日 下午 12:32 
I appreciate it
< >
正在显示第 1 - 15 条,共 23 条留言
每页显示数: 1530 50