RimWorld

RimWorld

Researchable Stat Upgrades Rewritten
 This topic has been pinned, so it's probably important
kd8lvt  [developer] 11 Sep, 2021 @ 1:51pm
Bug Reports
This is the place for bug reports!
If you have a bug to report, please follow the below rules!

1: Get a HugsLib log!
I can't do anything if I don't have a log to work off of. If you can't get a HugsLib log, the Player.log also works, just not as well.

2: Put your log on Pastebin[www.pastebin.com] or Github Gists[gist.github.com]
Putting your log directly in the Steam comments is incredibly hard for me to look through, and also is just ugly.

3. Tell me how to reproduce the error!
Having a log is all well and good, but I can't test the bug if I can't reproduce the bug. This includes telling me what mods may be conflicting, and what is "going wrong" not just "it's not working".

Thanks for your bug reports!
Last edited by kd8lvt; 11 Sep, 2021 @ 1:53pm
< >
Showing 1-15 of 52 comments
Erythion 10 Sep, 2021 @ 6:21am 
Bug with Numbers
Visual Exception log: https://cdn.discordapp.com/attachments/658542496296730628/885877137591140402/visualexception.txt
Player.log:
https://cdn.discordapp.com/attachments/658542496296730628/885877282512724028/Player.log

Error when bringing up Numbers, it refuses to show up. Mod added mid-save.
kd8lvt  [developer] 11 Sep, 2021 @ 11:45am 
Ahh, I think I know what is happening. Numbers is trying to get Humanlike stats without specifying a pawn. I'll get that fixed.
kd8lvt  [developer] 11 Sep, 2021 @ 12:09pm 
Should be fixed!
Last edited by kd8lvt; 11 Sep, 2021 @ 1:55pm
Erythion 15 Sep, 2021 @ 11:17am 
Occasional bug when force-ordering pawns with Achtung that removes GUI and only lets you move the camera, requiring a restart for restoring normal gameplay.
RimHUD error: https://pastebin.com/3bLFwnKt
Player.log: https://cdn.discordapp.com/attachments/658542496296730628/887763742341861416/Player.log
kd8lvt  [developer] 16 Sep, 2021 @ 2:44pm 
You'd think I'm new to programming or something... That should be a real easy bug to fix, I'll work on that when I get the chance :)
kd8lvt  [developer] 17 Sep, 2021 @ 7:28am 
Should be fixed - let me know if it still occurs, as I couldn't replicate the bug personally :)
Your latest update completely borked the whole game. On startup I receive multiple amounts of these errors:

XML error: <apply><Operation Class="PatchOperationReplace"><xpath>/Defs/ResearchProjectDef[defName="MedicalII"]/baseCost</xpath><value><baseCost>{medic2_research_cost}</baseCost></value></Operation></apply> doesn't correspond to any field in type PatchOperation. Context: <Operation Class="XmlExtensions.UseSetting"><modId>SSResearchableStatUpgrades</modId><key>medic2_research_cost</key><defaultValue>1</defaultValue><apply><Operation Class="PatchOperationReplace"><xpath>/Defs/ResearchProjectDef[defName="MedicalII"]/baseCost</xpath><value><baseCost>{medic2_research_cost}</baseCost></value></Operation></apply></Operation>
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.DirectXmlToObject:ObjectFromXml<Verse.PatchOperation>

It looks like every single line in your patchoperationreplace is spitting out an error in my game during bootup, resulting in at least 100 separate errors.

Furthermore it looks like all your XMLs failed to patch on bootup:

[1.3 SS Researchable Stat Upgrades (Reupload)] Patch operation Verse.PatchOperation failed
file: C:\Program Files (x86)\Steam\steamapps\workshop\content\294100\2597460077\1.3\Patches\Patches_Building_Animals.xml

[1.3 SS Researchable Stat Upgrades (Reupload)] Patch operation Verse.PatchOperation failed
file: C:\Program Files (x86)\Steam\steamapps\workshop\content\294100\2597460077\1.3\Patches\Patches_Combat.xml

additional 6 patches all failed, making the game unplayable until fixed.
now pastebinned: https://pastebin.com/CSnse463

and these errors occur on bootup of the game.
Last edited by Princess Autobalance; 17 Sep, 2021 @ 11:53am
downloaded and installed xml extensions, which I guess became a new requirement overnight.

While that did clear up the errors above, new errors occurred instead.

https://pastebin.com/vGE35uXP

I posted 2 here, but it's the same error over 50 times for the same "inputstring" errors for every single stat boost this mod provides.
kd8lvt  [developer] 17 Sep, 2021 @ 12:52pm 
Originally posted by Princess Autobalance:
downloaded and installed xml extensions, which I guess became a new requirement overnight.

While that did clear up the errors above, new errors occurred instead.

https://pastebin.com/vGE35uXP

I posted 2 here, but it's the same error over 50 times for the same "inputstring" errors for every single stat boost this mod provides.

I know this is probably a really dumb question, but is XMLExtensions loaded before this mod? Other than that, it works fine on my machine. I'll do a quick update to try and fix it, but it's no guarantee.
Originally posted by kd8lvt:
Originally posted by Princess Autobalance:
downloaded and installed xml extensions, which I guess became a new requirement overnight.

While that did clear up the errors above, new errors occurred instead.

https://pastebin.com/vGE35uXP

I posted 2 here, but it's the same error over 50 times for the same "inputstring" errors for every single stat boost this mod provides.

I know this is probably a really dumb question, but is XMLExtensions loaded before this mod? Other than that, it works fine on my machine. I'll do a quick update to try and fix it, but it's no guarantee.

Yes, XMLExtensions is loaded near the top, just after "Ideology", and before this mod. I use Rimpy, so rimpy would yell at me if it wasn't loaded before this one XD
kd8lvt  [developer] 17 Sep, 2021 @ 1:21pm 
Originally posted by Princess Autobalance:
Originally posted by kd8lvt:

I know this is probably a really dumb question, but is XMLExtensions loaded before this mod? Other than that, it works fine on my machine. I'll do a quick update to try and fix it, but it's no guarantee.

Yes, XMLExtensions is loaded near the top, just after "Ideology", and before this mod. I use Rimpy, so rimpy would yell at me if it wasn't loaded before this one XD
I figured, was part of the debug process though :) I figured out the issue, I wasn't using XmlExtensions properly. Posting an update in a few minutes that should fix it.
kd8lvt  [developer] 17 Sep, 2021 @ 1:25pm 
Originally posted by kd8lvt:
Originally posted by Princess Autobalance:

Yes, XMLExtensions is loaded near the top, just after "Ideology", and before this mod. I use Rimpy, so rimpy would yell at me if it wasn't loaded before this one XD
I figured, was part of the debug process though :) I figured out the issue, I wasn't using XmlExtensions properly. Posting an update in a few minutes that should fix it.
Should be fixed. If the error still occurs, try resetting the Mod Config through More Mod Settings in the Options menu.
CMDR Youth 11 Oct, 2021 @ 3:11pm 
In Medical 1, once researched, you'd expect to see the Factor from Research on a Pawn for Medical Tend Speed be 105%, but it is instead 150%, and the tend speed is increased by this extra 50%.
EDIT: Make that both Medical Tend Speed, and Medical Operation Speed. The Factor should be 105% for both, but is 150%.
Last edited by CMDR Youth; 11 Oct, 2021 @ 3:13pm
kd8lvt  [developer] 13 Oct, 2021 @ 10:01am 
Whoops! Should be fixed after resetting the config file, or when it is first created. You may have to resubscribe to get steam to update the mod, people have had issues with that in the past.
Last edited by kd8lvt; 13 Oct, 2021 @ 10:01am
< >
Showing 1-15 of 52 comments
Per page: 1530 50