边缘世界 RimWorld

边缘世界 RimWorld

Flexible Xenogerms
 此主题已被置顶,因此可能具有重要性
PorousBoat  [开发者] 2022 年 11 月 21 日 下午 2:35
BUG REPORTS
Please post an error log or screenshot of what went wrong. It's very hard for me to help you if I can't tell what's wrong.
< >
正在显示第 1 - 8 条,共 8 条留言
Victor 2022 年 11 月 24 日 上午 6:27 
You are still uploading the assembly files, this breaks many mods
PorousBoat  [开发者] 2022 年 11 月 24 日 上午 7:34 
You're right, I'll have it fixed soon. Thanks for the heads-up.
PorousBoat  [开发者] 2022 年 11 月 28 日 上午 11:16 
This should be fixed now.
GearheadLydia 2023 年 1 月 2 日 下午 8:19 
I'm getting this error after a colonist delivers a baby:

Exception while recalculating PreferredXenotypeMakeup thought state for pawn Dorawuk: System.NullReferenceException: Object reference not set to an instance of an object at PorousBoat.FlexibleXenogerms.IdeoPatches.Postfix (RimWorld.Ideo __instance, System.Boolean& __result, Verse.Pawn pawn) [0x00052] in <01ec0d0cb0fb405bb4ba114adbaf6f6f>:0 at (wrapper dynamic-method) RimWorld.Ideo.RimWorld.Ideo.IsPreferredXenotype_Patch1(RimWorld.Ideo,Verse.Pawn) at RimWorld.ThoughtWorker_Precept_ColonyXenotypeMakeup.ShouldHaveThought (Verse.Pawn p) [0x00096] in <3126aca1aad041dcbdeda807cfe004bf>:0 at RimWorld.ThoughtWorker_Precept.CurrentStateInternal (Verse.Pawn p) [0x00054] in <3126aca1aad041dcbdeda807cfe004bf>:0 at RimWorld.ThoughtWorker.CurrentState (Verse.Pawn p) [0x00010] in <3126aca1aad041dcbdeda807cfe004bf>:0 at (wrapper dynamic-method) RimWorld.SituationalThoughtHandler.RimWorld.SituationalThoughtHandler.TryCreateThought_Patch1(RimWorld.SituationalThoughtHandler,RimWorld.ThoughtDef) UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string) (wrapper dynamic-method) RimWorld.SituationalThoughtHandler:RimWorld.SituationalThoughtHandler.TryCreateThought_Patch1 (RimWorld.SituationalThoughtHandler,RimWorld.ThoughtDef) (wrapper dynamic-method) RimWorld.SituationalThoughtHandler:RimWorld.SituationalThoughtHandler.CheckRecalculateMoodThoughts_Patch1 (RimWorld.SituationalThoughtHandler) RimWorld.SituationalThoughtHandler:AppendMoodThoughts (System.Collections.Generic.List`1<RimWorld.Thought>) RimWorld.ThoughtHandler:GetAllMoodThoughts (System.Collections.Generic.List`1<RimWorld.Thought>) RimWorld.Alert_Thought:get_AffectedPawns () RimWorld.Alert_Thought:GetReport () RimWorld.Alert:Recalculate () (wrapper dynamic-method) RimWorld.AlertsReadout:RimWorld.AlertsReadout.CheckAddOrRemoveAlert_Patch1 (RimWorld.AlertsReadout,RimWorld.Alert,bool) RimWorld.AlertsReadout:AlertsReadoutUpdate () RimWorld.UIRoot_Play:UIRootUpdate () (wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root) (wrapper dynamic-method) Verse.Root_Play:Verse.Root_Play.Update_Patch0 (Verse.Root_Play)

Exception while recalculating PreferredXenotype thought state for pawn Dorawuk: System.NullReferenceException: Object reference not set to an instance of an object at PorousBoat.FlexibleXenogerms.IdeoPatches.Postfix (RimWorld.Ideo __instance, System.Boolean& __result, Verse.Pawn pawn) [0x00052] in <01ec0d0cb0fb405bb4ba114adbaf6f6f>:0 at (wrapper dynamic-method) RimWorld.Ideo.RimWorld.Ideo.IsPreferredXenotype_Patch1(RimWorld.Ideo,Verse.Pawn) at RimWorld.ThoughtWorker_Precept_PreferredXenotype_Social.ShouldHaveThought (Verse.Pawn p, Verse.Pawn otherPawn) [0x0004c] in <3126aca1aad041dcbdeda807cfe004bf>:0 at RimWorld.ThoughtWorker_Precept_Social.CurrentSocialStateInternal (Verse.Pawn p, Verse.Pawn otherPawn) [0x0004f] in <3126aca1aad041dcbdeda807cfe004bf>:0 at RimWorld.ThoughtWorker.CurrentSocialState (Verse.Pawn p, Verse.Pawn otherPawn) [0x00010] in <3126aca1aad041dcbdeda807cfe004bf>:0 at RimWorld.SituationalThoughtHandler.TryCreateSocialThought (RimWorld.ThoughtDef def, Verse.Pawn otherPawn) [0x0001e] in <3126aca1aad041dcbdeda807cfe004bf>:0 UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch2 (string) RimWorld.SituationalThoughtHandler:TryCreateSocialThought (RimWorld.ThoughtDef,Verse.Pawn) RimWorld.SituationalThoughtHandler:CheckRecalculateSocialThoughts (Verse.Pawn) RimWorld.SituationalThoughtHandler:AppendSocialThoughts (Verse.Pawn,System.Collections.Generic.List`1<RimWorld.ISocialThought>) RimWorld.ThoughtHandler:GetSocialThoughts (Verse.Pawn,System.Collections.Generic.List`1<RimWorld.ISocialThought>) RimWorld.ThoughtHandler:GetDistinctSocialThoughtGroups (Verse.Pawn,System.Collections.Generic.List`1<RimWorld.ISocialThought>) RimWorld.ThoughtHandler:TotalOpinionOffset (Verse.Pawn) RimWorld.Pawn_RelationsTracker:OpinionOf (Verse.Pawn) RimWorld.SocialCardUtility:PawnsForSocialInfo (Verse.Pawn) RimWorld.SocialCardUtility:Recache (Verse.Pawn) RimWorld.SocialCardUtility:CheckRecache (Verse.Pawn) RimWorld.SocialCardUtility:DrawRelationsAndOpinions (UnityEngine.Rect,Verse.Pawn) RimWorld.SocialCardUtility:DrawSocialCard (UnityEngine.Rect,Verse.Pawn) RimWorld.ITab_Pawn_Social:FillTab () Verse.InspectTabBase/<>c__DisplayClass16_0:<DoTabGUI>b__0 () Verse.ImmediateWindow:DoWindowContents (UnityEngine.Rect) Verse.Window:InnerWindowOnGUI (int) UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)
最后由 GearheadLydia 编辑于; 2023 年 1 月 2 日 下午 8:21
Totsnuk 2023 年 2 月 16 日 下午 6:30 
error spam, the error that @GearheadLydia is getting might be the same as mine bc my colonist did have a child recently.
BeardStroker 2023 年 9 月 10 日 上午 8:12 
Same error as the others here, error spam after a baby is born.
Sazra 2023 年 11 月 23 日 上午 6:22 
I can also confirm this bug
< >
正在显示第 1 - 8 条,共 8 条留言
每页显示数: 1530 50