RimWorld

RimWorld

Reunion
Sir Tartare 18 Jul, 2021 @ 8:15am
Bug - Event
"Incident" and "join" events occur without problems but "Recover Prisoner" always gives the error below and pawn is deleted from the world.

Grammar unresolvable. Root 'questDescription'

GRAMMAR RESOLUTION TRACE
1 questDescription → A prisoner being held by [siteFaction_name] has managed to steal a radio and call you!\n\n[prisoner_nameDef] is being held at a camp near [map_definite][underArmedGuard]. Rescue [prisoner_objective], and [prisoner_pronoun] will join your colony. [prisoner_pronoun] is a [prisoner_age]-year-old [prisoner_title]. [prisoner_pronoun] says that [allSitePartsDescriptionsExceptFirst][formerColonistInfo][prisonerFullRelationInfo]
2 siteFaction_name → <color=#FF3333FF>Anlaus</color>
prisoner_nameDef → UNRESOLVABLE
2 map_definite → <color=#00BCD8FF>Colony</color>
2 underArmedGuard → under armed guard
prisoner_objective → UNRESOLVABLE
prisoner_pronoun → UNRESOLVABLE
prisoner_pronoun → UNRESOLVABLE
prisoner_age → UNRESOLVABLE
prisoner_title → UNRESOLVABLE
prisoner_pronoun → UNRESOLVABLE
allSitePartsDescriptionsExceptFirst → UNRESOLVABLE
2 formerColonistInfo → \n\n[prisoner_formerlyColonistInfo]
prisoner_formerlyColonistInfo → UNRESOLVABLE
2 formerColonistInfo →
prisonerFullRelationInfo → UNRESOLVABLE
questDescription → UNRESOLVABLE

CONSTANTS
Reunion_PrisonerRescue_exists True
Outpost_exists True
siteFaction_temporary False
siteFaction_hasLeader True
siteFaction_leader_faction OutlanderRough
siteFaction_leader_factionLeader True
siteFaction_leader_flesh Normal
siteFaction_leader_gender Male
siteFaction OutlanderRough
allowViolentQuests True

CUSTOM RULES
■questDescription → A prisoner being held by [siteFaction_name] has managed to steal a radio and call you!\n\n[prisoner_nameDef] is being held at a camp near [map_definite][underArmedGuard]. Rescue [prisoner_objective], and [prisoner_pronoun] will join your colony. [prisoner_pronoun] is a [prisoner_age]-year-old [prisoner_title]. [prisoner_pronoun] says that [allSitePartsDescriptionsExceptFirst][formerColonistInfo][prisonerFullRelationInfo]
■formerColonistInfo → \n\n[prisoner_formerlyColonistInfo]
■formerColonistInfo →
■underArmedGuard → under armed guard
■underArmedGuard →
■siteFaction_name → <color=#FF3333FF>Anlaus</color>
■siteFaction_pawnSingular → outlander
■siteFaction_pawnSingularDef → the outlander
■siteFaction_pawnSingularIndef → a outlander
■siteFaction_pawnsPlural → outlanders
■siteFaction_pawnsPluralDef → the outlanders
■siteFaction_pawnsPluralIndef → outlanders
■siteFaction_leaderTitle → prime councilor
■siteFaction_royalFavorLabel → null_output
■siteFaction_leader_nameFull → <color=#D09B61FF>Peter 'Pete' Marshall</color>
■siteFaction_leader_label → <color=#D09B61FF>Pete</color>
■siteFaction_leader_definite → <color=#D09B61FF>Pete</color>
■siteFaction_leader_nameDef → <color=#D09B61FF>Pete</color>
■siteFaction_leader_indefinite → <color=#D09B61FF>Pete</color>
■siteFaction_leader_nameIndef → <color=#D09B61FF>Pete</color>
■siteFaction_leader_pronoun → he
■siteFaction_leader_possessive → his
■siteFaction_leader_objective → him
■siteFaction_leader_factionName → <color=#FF3333FF>Anlaus</color>
■siteFaction_leader_kind → town councilman
■siteFaction_leader_title → test subject
■siteFaction_leader_titleIndef → a test subject
■siteFaction_leader_titleDef → the test subject
■siteFaction_leader_age → 35
■siteFaction_leader_chronologicalAge → 35
■siteFaction_leader_relationInfo →
■map_label → <color=#00BCD8FF>Colony</color>
■map_definite → <color=#00BCD8FF>Colony</color>
■map_indefinite → <color=#00BCD8FF>Colony</color>
■allowViolentQuests → True
■allowViolentQuests_duration → <color=#87F6F6FF>0 seconds</color>
■allowViolentQuests_money → $1.00
■allowViolentQuests_percent → 100%

UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.Log:ErrorOnce (string,int)
Verse.Grammar.GrammarResolver:ResolveUnsafe (string,Verse.Grammar.GrammarRequest,bool&,string,bool,bool,System.Collections.Generic.List`1<string>,System.Collections.Generic.List`1<string>,bool)
Verse.Grammar.GrammarResolver:ResolveUnsafe (string,Verse.Grammar.GrammarRequest,string,bool,bool,System.Collections.Generic.List`1<string>,System.Collections.Generic.List`1<string>,bool)
Verse.Grammar.GrammarResolver:ResolveUnsafe (string,Verse.Grammar.GrammarRequest,bool&,string,bool,bool,System.Collections.Generic.List`1<string>,System.Collections.Generic.List`1<string>,bool)
Verse.Grammar.GrammarResolver:ResolveUnsafe (string,Verse.Grammar.GrammarRequest,string,bool,bool,System.Collections.Generic.List`1<string>,System.Collections.Generic.List`1<string>,bool)
Verse.Grammar.GrammarResolver:Resolve (string,Verse.Grammar.GrammarRequest,string,bool,string,System.Collections.Generic.List`1<string>,System.Collections.Generic.List`1<string>,bool)
RimWorld.QuestGen.QuestGenUtility:ResolveAbsoluteText (System.Collections.Generic.List`1<Verse.Grammar.Rule>,System.Collections.Generic.Dictionary`2<string, string>,string,bool)
RimWorld.QuestGen.QuestNode_ResolveQuestDescription:Resolve ()
RimWorld.QuestGen.QuestGen:Generate (RimWorld.QuestScriptDef,RimWorld.QuestGen.Slate)
RimWorld.QuestUtility:GenerateQuestAndMakeAvailable (RimWorld.QuestScriptDef,RimWorld.QuestGen.Slate)
RimWorld.QuestUtility:GenerateQuestAndMakeAvailable (RimWorld.QuestScriptDef,single)
Kyrun.Reunion.IncidentAllyPrisonerRescue:Do ()
Kyrun.Reunion.GameComponent:DecideAndDoEvent ()
Kyrun.Reunion.HarmonyPatches/Dialog_DebugActionsMenu_DoListingItems_Patch/<>c:<Postfix>b__1_0 ()
Verse.Dialog_DebugOptionLister:DebugAction (string,System.Action,bool)
Verse.Dialog_DebugActionsMenu:DoListingItems ()
Verse.Dialog_OptionLister:DoWindowContents (UnityEngine.Rect)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)
< >
Showing 1-6 of 6 comments
Kyrun  [developer] 19 Jul, 2021 @ 5:12am 
hey there, do you have a mod list?

I tried on my end and it works fine. it appears that the game is having trouble spawning the pawn and by the time it reaches my mod it doesn't spawn.

tried to google this and some other people have this problem, it might not be specific to this mod. nobody seems to have a solution.

https://steamhost.cn/steamcommunity_com/app/294100/discussions/0/2969524117985433053/
https://www.reddit.com/r/RimWorld/comments/fj05h6/quest_description_grammar_unresolvable/
https://www.reddit.com/r/RimWorld/comments/fgkh4m/this_normal_im_have_a_couple_of_mods_ill_try_to/

do you have any mods that add events, or modify pawns before they spawn? also, is this the full error message? are there any more errors?
Sir Tartare 19 Jul, 2021 @ 7:05am 
hello, yes this was the log given by the error, I use the mod character editor, and some aesthetic mods, I will disable them and test again, thanks for the tip.
Jeriko06 24 Jul, 2021 @ 7:45pm 
Yes, I too was experiencing a similar bug but after disabling Character Editor the issue was resolved. Guys, if you're using Character Editor, consider disabling it until you get all your pawns back.
Last edited by Jeriko06; 24 Jul, 2021 @ 7:46pm
wooley2000 27 Jul, 2021 @ 10:54pm 
Hi I seem to be getting some errors from the quest tab https://imgur.com/a/9rgnPQz . I hope this helps. Thanks

Edit I managed to get a log too https://gist.github.com/5f8f84d6bb1cb3c51fcd9663508666c7
Last edited by wooley2000; 28 Jul, 2021 @ 4:21pm
TheHorrorlord 28 Jul, 2021 @ 1:25pm 
Ahhh character editor is doing it. That sucks i love that mod too.
Kyrun  [developer] 28 Jul, 2021 @ 5:14pm 
I'm not sure if it's related but I updated the mod with a fix that addresses the bug discussed in the comments page, perhaps it's the same thing? Anyway I heard that Prepare Carefully is coming back soon so be patient!
< >
Showing 1-6 of 6 comments
Per page: 1530 50