RimWorld

RimWorld

Researchable Stat Upgrades Rewritten
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
kd8lvt  [udvikler] 11. sep. 2021 kl. 13:51
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!
Sidst redigeret af kd8lvt; 11. sep. 2021 kl. 13:53
< >
Viser 1-15 af 52 kommentarer
Erythion 10. sep. 2021 kl. 6:21 
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  [udvikler] 11. sep. 2021 kl. 11:45 
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  [udvikler] 11. sep. 2021 kl. 12:09 
Should be fixed!
Sidst redigeret af kd8lvt; 11. sep. 2021 kl. 13:55
Erythion 15. sep. 2021 kl. 11:17 
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  [udvikler] 16. sep. 2021 kl. 14:44 
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  [udvikler] 17. sep. 2021 kl. 7:28 
Should be fixed - let me know if it still occurs, as I couldn't replicate the bug personally :)
Princess Autobalance 17. sep. 2021 kl. 11:50 
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.
Princess Autobalance 17. sep. 2021 kl. 11:52 
now pastebinned: https://pastebin.com/CSnse463

and these errors occur on bootup of the game.
Sidst redigeret af Princess Autobalance; 17. sep. 2021 kl. 11:53
Princess Autobalance 17. sep. 2021 kl. 12:17 
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  [udvikler] 17. sep. 2021 kl. 12:52 
Oprindeligt skrevet af 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.
Princess Autobalance 17. sep. 2021 kl. 13:16 
Oprindeligt skrevet af kd8lvt:
Oprindeligt skrevet af 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  [udvikler] 17. sep. 2021 kl. 13:21 
Oprindeligt skrevet af Princess Autobalance:
Oprindeligt skrevet af 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  [udvikler] 17. sep. 2021 kl. 13:25 
Oprindeligt skrevet af kd8lvt:
Oprindeligt skrevet af 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.
Comrade Youth 11. okt. 2021 kl. 15:11 
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%.
Sidst redigeret af Comrade Youth; 11. okt. 2021 kl. 15:13
kd8lvt  [udvikler] 13. okt. 2021 kl. 10:01 
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.
Sidst redigeret af kd8lvt; 13. okt. 2021 kl. 10:01
< >
Viser 1-15 af 52 kommentarer
Per side: 1530 50