RimWorld

RimWorld

Camping Incidents - A17
HalfdeadKiller  [developer] Jun 12, 2017 @ 3:37pm
Bug Reports
Post Bug Reports here, or in comments. Either or.
< >
Showing 1-12 of 12 comments
Tzeentch Jul 17, 2017 @ 5:31pm 
[Camping Incidents - A17] Patch operation Verse.PatchOperationSequence failed
Verse.Log:Error(String)
Verse.PatchOperation:Complete(String)
Verse.LoadedModManager:LoadAllActiveMods()
Verse.PlayDataLoader:DoPlayLoad()
Verse.PlayDataLoader:LoadAllPlayData(Boolean)
Verse.Root:<Start>m__84E()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__84C()

I don't know about bug report at all, but this sentenses appeared as a red character
HalfdeadKiller  [developer] Jul 17, 2017 @ 7:38pm 
Do you have the large population storyteller mod installed? I have patches that try to apply XML patches to those storytellers for compatibility. If the mod isn't installed/loaded, the patch operation will fail and throw an error. I assume that's what this error is.

Edit: If this patch operation failed error is too annoying, I can separate the patches into separate mods. You'll just have to subscribe to another mod for the patch, instead of the mod having native support for other mods.
Last edited by HalfdeadKiller; Jul 17, 2017 @ 7:42pm
Omega13 Jul 29, 2017 @ 10:18pm 
I am using the double population storytellers and I get this error every time I start the game, too.
HalfdeadKiller  [developer] Jul 29, 2017 @ 10:19pm 
Hmmm. Able to post a mod load order?
Omega13 Jul 29, 2017 @ 10:24pm 
Well before I do that, I noticed I'm using this version: http://steamcommunity.com/sharedfiles/filedetails/?id=932183573 rather than the one you linked in your mod description. Is there significant enough difference that I should switch to the other double population mod?
HalfdeadKiller  [developer] Jul 29, 2017 @ 10:26pm 
Yes and no. The XML patches are pathed to the one I linked. Not the storytellers for that one. It might be easy enough to add support to that one as well, if you'd like. However this will throw that Patch Operation Failed error for anyone not using that mod. I may make these optional mod patches that you subscribe to.
Omega13 Jul 29, 2017 @ 10:28pm 
Well I for one don't mind an optional patch to make things go more smoothly but at the same time I may try switching to that other storyteller since I don't want to cause problems for everyone else. Thank you for your quick replies!
HalfdeadKiller  [developer] Jul 29, 2017 @ 10:31pm 
For Example. The xpath for the Double Population storytellers I linked is this.
<xpath>/StorytellerDefs/StorytellerDef[defName = "Cassandra-DoublePop"]/comps/li["StorytellerCompProperties_CategoryMTB"]/allowedTargetTypes</xpath>

For the one you linked, it would be:
<xpath>/StorytellerDefs/StorytellerDef[defName = "Phoebe-Pop2x"]/comps/li["StorytellerCompProperties_CategoryMTB"]/allowedTargetTypes</xpath>
HalfdeadKiller  [developer] Jul 29, 2017 @ 10:31pm 
The storytellers are defined in a different way, so the patch operation doesn't find what it is looking for, and fails.
HalfdeadKiller  [developer] Jul 29, 2017 @ 10:35pm 
The only problem with making separate mods just for XML patches, is that it will clutter your subscribed mods list, along with your load order. It will, however, never throw the patch operation failed log, unless something breaks horribly.

If I add support for every mod. Every mod someone doesn't have will throw a patch operation failed error. Now, this isn't necessarily a bad thing, but it could make troubleshooting difficult in the future. Or perhaps cause annoyance, because if I'm not the only one that does patch operations like this, you could have multiple mods failing a check for compatibility, and then spamming the log with their failed operation patches.
Omega13 Jul 29, 2017 @ 10:42pm 
I just switched to the mod you recommended. It really was no trouble, and the difference is so slight that my mod order apparently didn't even notice that I deleted the old one and downloaded a brand new one. No more errors.
Last edited by Omega13; Jul 29, 2017 @ 10:42pm
HalfdeadKiller  [developer] Jul 29, 2017 @ 10:43pm 
Glad we resolved this one! I must head to sleep. Work beckons me, unfortunately. Report any other issues or suggestions or what not! Preferrably in the proper sub-directory.
< >
Showing 1-12 of 12 comments
Per page: 1530 50