Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
GetInspectString exception on
Blueprint_Install_Plant_TreeAnima97242:
System.NullReferenceException: Object reference is not set to an instance of an object
[Ref EE96B4CB] Duplicate stacktrace, see ref for original
Does anyone know how to fix this issue?
[Replantable Special Trees - Start of stack trace]
Verse.PatchOperationRemove(xpath="/Defs/ThingDef[defName="Plant_TreeAnima"]/minifiedDef"): Failed to find a node with the given xpath
Verse.PatchOperationFindMod(Royalty): Error in <match>
[End of stack trace]
when i launch the game for whatever reason i get this error (i think it still works) but it was annoying and i dont understand what is wrong - when i change what i suggested in the mod it works
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Royalty</li>
</mods>
<match Class="PatchOperationRemove">
<xpath>/Defs/ThingDef[defName="Plant_TreeAnima"]/minifiedDef</xpath>
</match>
</Operation>
</Patch>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Ludeon.RimWorld.Royalty</li>
</mods>
<match Class="PatchOperationRemove">
<xpath>/Defs/ThingDef[defName="Plant_TreeAnima"]/minifiedDef</xpath>
</match>
</Operation>
</Patch>