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
Error message example from the log:
Failed to find any textures at Storage/IngotStack2x2 while constructing Multi(initPath=Storage/IngotStack2x2, color=RGBA(0.824, 0.922, 1.000, 0.600), colorTwo=RGBA(1.000, 1.000, 1.000, 1.000))
(...)
+ you might have forgotten to put 1.6 in supported versions in the About.xml file.
Have a good day and take care :D
I do have 2 issues though:
Probably being dumb, but how do I make straw? I tried drying hay, but it's not being used for recipes that need straw.
And 2, my leader had twins, and it's constantly popping up a notification that 1st one, then the other is the heir and it's ping-ponging between them. Is there a way to turn off that notice? I'm well aware of the 'easy' fix, but they both inherited some good traits.
The HediffComp_LindwurmAcid component causes recurring ArgumentOutOfRangeException errors when damaging apparel. The acid corrosion effect attempts to access invalid apparel indices during CompPostTick() processing, particularly when:
Corrosion damages multiple clothing items simultaneously
Apparel is removed or destroyed mid-corrosion
Ticks reach ticksSinceCreation=105
Error Trace:
MedievalOverhaul.HediffComp_LindwurmAcid.CompPostTick() → pawn.apparel.WornApparel[index] fails with:
System.ArgumentOutOfRangeException: Index out of collection range
Core Issue:
Missing bounds checking when accessing WornApparel collection during corrosion damage calculation.
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Pawn.Tick_Patch1 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.TickManager.DoSingleTick_Patch3 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Game.UpdatePlay_Patch2 (Verse.Game)
Verse.Root_Play:Update ()