Quote from: crusader2010 on November 29, 2018, 02:09:45 PM
Hello. Getting the following error whenever a certain pawn tries to craft anything (he's also a Druid class, from "A Rimworld of Magic" mod, but not sure it has anything to do with this).
Instead of getting a message like "Rennie has created a prosthetic hand" i get something along the lines of "{WORKER_labelShort} has created a {CRAFTED_labelShort}.", plus the error below.
Any ideas on how to fix it?Code Select
Exception translating '{WORKER_labelShort} has created a {CRAFTED_labelShort}.': 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 <filename unknown>:0
at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
at System.String.Format (System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
at Verse.Translator.Translate (System.String key, System.Object[] args) [0x00000] in <filename unknown>:0
Verse.Log:Error(String, Boolean)
Verse.Log:ErrorOnce(String, Int32, Boolean)
Verse.Translator:Translate(String, Object[])
static_quality_plus._QualityUtility:_SendCraftNotification(Thing, Pawn)
RimWorld.Frame:CompleteConstruction(Pawn)
RimWorld.<MakeNewToils>c__AnonStorey1:<>m__1()
Verse.AI.JobDriver:DriverTick_Patch1(Object)
Verse.AI.Pawn_JobTracker:JobTrackerTick()
Verse.Pawn:Tick_Patch1(Object)
Verse.TickList:Tick_Patch2(Object)
Verse.TickManager:DoSingleTick()
Verse.TickManager:TickManagerUpdate()
Verse.Game:UpdatePlay()
Verse.Root_Play:Update()
I have the exact same problem but with Masterwork/Legendary quality items only. And I don't have Rim of Magic mod.