schoos76 / MizuMod

RimWorld MOD
The Unlicense
2 stars 3 forks source link

Translation message bug #29

Closed schoos76 closed 6 years ago

schoos76 commented 6 years ago

Exception translating '{PAWN_labelShort} has gotten food poisoning from: {FOOD_labelShort}. Cause: {2}.': System.FormatException: Input string was not in a correct format. at System.String.ParseFormatSpecifier (System.String str, System.Int32& ptr, System.Int32& n, System.Int32& width, System.Boolean& left_align, System.String& format) [0x00000] in :0 at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in :0 at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in :0 at System.String.Format (System.String format, System.Object[] args) [0x00000] in :0 at Verse.Translator.Translate (System.String key, System.Object[] args) [0x00000] in :0 Verse.Log:Error(String, Boolean) Verse.Log:ErrorOnce(String, Int32, Boolean) Verse.Translator:Translate(String, Object[]) MizuMod.<>c__DisplayClass13_0:b__0() Verse.AI.JobDriver:TryActuallyStartNextToil() Verse.AI.JobDriver:ReadyForNextToil() Verse.AI.JobDriver:Notify_PatherArrived() Verse.AI.Pawn_PathFollower:PatherArrived() Verse.AI.Pawn_PathFollower:TryEnterNextPathCell() Verse.AI.Pawn_PathFollower:PatherTick() Verse.Pawn:Tick() Verse.TickList:Tick() Verse.TickManager:DoSingleTick() Verse.TickManager:TickManagerUpdate() Verse.Game:UpdatePlay() Verse.Root_Play:Update()