边缘世界 RimWorld

边缘世界 RimWorld

Researchable Stat Upgrades Rewritten
 此主题已被置顶,因此可能具有重要性
kd8lvt  [开发者] 2021 年 9 月 11 日 下午 1: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!
最后由 kd8lvt 编辑于; 2021 年 9 月 11 日 下午 1:53
< >
正在显示第 1 - 15 条,共 52 条留言
Erythion 2021 年 9 月 10 日 上午 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  [开发者] 2021 年 9 月 11 日 上午 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  [开发者] 2021 年 9 月 11 日 下午 12:09 
Should be fixed!
最后由 kd8lvt 编辑于; 2021 年 9 月 11 日 下午 1:55
Erythion 2021 年 9 月 15 日 上午 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  [开发者] 2021 年 9 月 16 日 下午 2: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  [开发者] 2021 年 9 月 17 日 上午 7:28 
Should be fixed - let me know if it still occurs, as I couldn't replicate the bug personally :)
Princess Autobalance 2021 年 9 月 17 日 上午 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 2021 年 9 月 17 日 上午 11:52 
now pastebinned: https://pastebin.com/CSnse463

and these errors occur on bootup of the game.
最后由 Princess Autobalance 编辑于; 2021 年 9 月 17 日 上午 11:53
Princess Autobalance 2021 年 9 月 17 日 下午 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  [开发者] 2021 年 9 月 17 日 下午 12:52 
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 2021 年 9 月 17 日 下午 1:16 
引用自 kd8lvt
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  [开发者] 2021 年 9 月 17 日 下午 1:21 
引用自 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  [开发者] 2021 年 9 月 17 日 下午 1:25 
引用自 kd8lvt

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 2021 年 10 月 11 日 下午 3: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%.
最后由 Comrade Youth 编辑于; 2021 年 10 月 11 日 下午 3:13
kd8lvt  [开发者] 2021 年 10 月 13 日 上午 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.
最后由 kd8lvt 编辑于; 2021 年 10 月 13 日 上午 10:01
< >
正在显示第 1 - 15 条,共 52 条留言
每页显示数: 1530 50