RimWorld

RimWorld

Mod Integration Mod
TurtleShroom Oct 24, 2022 @ 7:47pm
Bug Reports
Good evening.

New version, new problems. Post your Error Logs here.


-TURTLESHROOM
< >
Showing 1-2 of 2 comments
TurtleShroom Oct 24, 2022 @ 8:04pm 
Could not find type named PatchOperationFindModID from node <Operation Class="PatchOperationFindModID"><mods><li>Ludeon.RimWorld</li></mods><match Class="PatchOperationSequence"><success>Normal</success><operations><li Class="PatchOperationAdd"><xpath>/Defs/ResearchProjectDef[defName="ComplexFurniture"]/prerequisites</xpath><value><li>PassiveCooler</li><li MayRequire="VanillaExpanded.VFECore">MF_BasicFurniture</li><li MayRequire="OskarPotocki.VFE.Classical">VFEC_TemperatureControl</li></value></li><li Class="PatchOperationAdd"><xpath>/Defs/ResearchProjectDef[defName="ComplexClothing"]</xpath><value><prerequisites><li MayRequire="OskarPotocki.VFE.Classical">VFEC_Togas</li><li MayRequire="OskarPotocki.VFE.Classical">VFEC_TyrianProduction</li></prerequisites></value></li><li Class="PatchOperationAdd"><xpath>/Defs/ResearchProjectDef[defName="Smithing"]</xpath><value><prerequisites><li MayRequire="OskarPotocki.VFE.Classical">VFEC_BronzeWorking</li><li MayRequire="OskarPotocki.VFE.Classical">VFEC_CraftingBench</li></prerequisites></value></li><li Class="PatchOperationAdd"><xpath>/Defs/ResearchProjectDef[defName="LongBlades"]/prerequisites</xpath><value><li>Greatbow</li><li MayRequire="OskarPotocki.VFE.Classical">VFEC_LegionaryArmaments</li></value></li><li Class="PatchOperationAdd"><xpath>/Defs/ResearchProjectDef[defName="PlateArmor"]/prerequisites</xpath><value><li>LongBlades</li><li MayRequire="OskarPotocki.VFE.Classical">VFEC_CenturionArmor</li></value></li><li Class="PatchOperationReplace"><xpath>/Defs/ResearchProjectDef[defName="Greatbow"]/prerequisites</xpath><value><prerequisites><li>RecurveBow</li><li>Smithing</li></prerequisites></value></li><li Class="PatchOperationAdd"><xpath>/Defs/ResearchProjectDef[defName="DrugProduction"]</xpath><value><prerequisites><li>PsychoidBrewing</li><li>Brewing</li><li MayRequire="Ludeon.RimWorld.Royalty">RoyalApparel</li><li MayRequire="OskarPotocki.VanillaFactionsExpanded.MedievalModule">VFEM_PlagueMask</li><li MayRequire="VanillaExpanded.VBrewE">VBE_LiquorBrewing</li></prerequisites></value></li></operations></match></Operation> (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39) XML error: <mods><li>Ludeon.RimWorld</li></mods> doesn't correspond to any field in type PatchOperation. Context: <Operation Class="PatchOperationFindModID"><mods><li>Ludeon.RimWorld</li></mods><match Class="PatchOperationSequence"><success>Normal</success><operations><li Class="PatchOperationAdd"><xpath>/Defs/ResearchProjectDef[defName="ComplexFurniture"]/prerequisites</xpath><value><li>PassiveCooler</li><li MayRequire="VanillaExpanded.VFECore">MF_BasicFurniture</li><li MayRequire="OskarPotocki.VFE.Classical">VFEC_TemperatureControl</li></value></li><li Class="PatchOperationAdd"><xpath>/Defs/ResearchProjectDef[defName="ComplexClothing"]</xpath><value><prerequisites><li MayRequire="OskarPotocki.VFE.Classical">VFEC_Togas</li><li MayRequire="OskarPotocki.VFE.Classical">VFEC_TyrianProduction</li></prerequisites></value></li><li Class="PatchOperationAdd"><xpath>/Defs/ResearchProjectDef[defName="Smithing"]</xpath><value><prerequisites><li MayRequire="OskarPotocki.VFE.Classical">VFEC_BronzeWorking</li><li MayRequire="OskarPotocki.VFE.Classical">VFEC_CraftingBench</li></prerequisites></value></li><li Class="PatchOperationAdd"><xpath>/Defs/ResearchProjectDef[defName="LongBlades"]/prerequisites</xpath><value><li>Greatbow</li><li MayRequire="OskarPotocki.VFE.Classical">VFEC_LegionaryArmaments</li></value></li><li Class="PatchOperationAdd"><xpath>/Defs/ResearchProjectDef[defName="PlateArmor"]/prerequisites</xpath><value><li>LongBlades</li><li MayRequire="OskarPotocki.VFE.Classical">VFEC_CenturionArmor</li></value></li><li Class="PatchOperationReplace"><xpath>/Defs/ResearchProjectDef[defName="Greatbow"]/prerequisites</xpath><value><prerequisites><li>RecurveBow</li><li>Smithing</li></prerequisites></value></li><li Class="PatchOperationAdd"><xpath>/Defs/ResearchProjectDef[defName="DrugProduction"]</xpath><value><prerequisites><li>PsychoidBrewing</li><li>Brewing</li><li MayRequire="Ludeon.RimWorld.Royalty">RoyalApparel</li><li MayRequire="OskarPotocki.VanillaFactionsExpanded.MedievalModule">VFEM_PlagueMask</li><li MayRequire="VanillaExpanded.VBrewE">VBE_LiquorBrewing</li></prerequisites></value></li></operations></match></Operation> (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

I found this error in your Mod. The error is located in the "CORE_RESEARCH_01_PREELECTRICITY" text file. Line four, column two.

It reads:
<Operation Class="PatchOperationFindModID"> <mods> <li>Ludeon.RimWorld</li> </mods> <match Class="PatchOperationSequence">


It SHOULD read:

<Operation Class="PatchOperationFindMod"> <mods> <li>Ludeon.RimWorld</li> </mods> <match Class="PatchOperationSequence">


I hope you can fix this when you get the chance. Thank you.


P.S.: This is in the V1.3 version of your Mod.
Last edited by TurtleShroom; Oct 24, 2022 @ 8:05pm
TurtleShroom Oct 25, 2022 @ 8:27am 
Unexpected element in patch XML; got li, expected 'Operation' UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string) Verse.ModContentPack:LoadPatches () Verse.ModContentPack:get_Patches () WhatsThatMod.ModCore:TryResolvePatches (Verse.ModContentPack) WhatsThatMod.ModCore:DefWriter (bool,System.Collections.Generic.HashSet`1<string>,string,string) WhatsThatMod.ModCore:WriteToDefs () WhatsThatMod.ModCore:Run () Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&) Verse.LongEventHandler:LongEventsUpdate (bool&) (wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root) Verse.Root_Entry:Update ()

I am not sure if this is your Mod's doing, but I got it immediately after you mentioned the update. It might be worth checking.
< >
Showing 1-2 of 2 comments
Per page: 1530 50