Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
My setup is RimWorld 1.6, and I believe the Miho assembly is also for 1.6.
Exception ticking Miho_Miclic4161478: System.MissingMethodException: Method not found: Verse.TraverseParms Verse.TraverseParms.For(Verse.TraverseMode,Verse.Danger,bool,bool,bool)
at CompProximityFuseMiho.CompTick ()
This error suddenly appeared. In dnSpy (MonoTail.dll → CompProximityFuseMiho.CompTickRare), it calls:
TraverseParms.For(TraverseMode.NoPassClosedDoors, Danger.Deadly, false, false, false)
But in Assembly-CSharp.dll → TraverseParms.For, I can’t find a matching function. If this is just a rare edge case in my setup, that’s fine, but I wanted to report it in case it was overlooked. Sorry if I’m wrong.
The same error did not occur under the new colony. It may be caused by the accumulation of null reference errors in the save data due to repeated additions during gameplay.
Is there a way to make Player.log public without using Ctrl+F12?
https://gist.github.com/HugsLibRecordKeeper/13c33757f7642add40b05a95990205e6
After several experimental runs, it appears this issue may occur only with this specific save data.
Disabling mods that might be causing interference, such as MeleeAnimation and AvoidFriendlyFire, showed no change in the logs.
1.Navigate through your game settings to turn on the developer mode.
2.Try to reproduce the exception by doing exactly the same thing as the last time you triggered the softlock.
3.A console panel with scarry red log entries should appear. If you didn't install hugslib, proceed to click on the 'copy to clipboard' amidst the row of button. Then you can paste it into log uploading websites. Logpaste for example. Follow the instructions on the page and you should recieve a short link. Paste the link here and wait for modders to analyze and update should the concerned exception is technically solvable.
You may be encountering this because of mod conflicts or mods that has inherent problems. Or it could be a nasty ghostly runtime exception that is hard to reproduce and address. As for the conflicting situation you may as well try
disabling half of your modlist at a time and see if the problem presists. And by doing this eventually discovering the source of the conflict. Anyway stay hopeful. I hope this helps.
VPE is not being used.
Does anyone know a solution?
XML error: <chance>0.1</chance> doesn't correspond to any field in type Option. Context: <li><chance>0.1</chance><thingSetMaker Class="ThingSetMaker_StackCount"><fixedParams><filter><thingDefs><li>Miho_ExoticMatter</li></thingDefs></filter><countRange>1~2</countRange></fixedParams></thingSetMaker></li>
Exception ticking Miho_Miclic3793261 (at (210, 0, 218)): System.MissingMethodException: Method not found: Verse.TraverseParms Verse.TraverseParms.For(Verse.TraverseMode,Verse.Danger,bool,bool,bool)
at CompProximityFuseMiho.CompTick ()
at Verse.ThingWithComps.Tick ()
at Verse.Thing.DoTick ()
at Verse.TickList.Tick ()
Link to the full hugslib log: https://gist.github.com/HugsLibRecordKeeper/8618a833d50d387c8acfb83f00fe3251
It seems like the CompProximityFuseMiho.CompTick() method invoked a native method that no longer exists called Verse.TraverseParams.For(//arguments). This may due to the recent update of the game I presume. Thank you for creating such an awesome mod!
Feed them solar tea/helianto every 2 days or so
Error log:
Tried to get a material from a different thread.
UnityEngine.MaterialPool:MatFrom()
MCW_MihoPach.Comp_MCWMihoPachShield:.cctor()
How to reproduce:
1. Equip the shield on any pawn
2. Save game
3. Reload → crash
Request:
Please move texture loading to PostSpawnSetup method.
A temporary fix patch would be greatly appreciated!