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
XML error: Duplicate XML node name recipes in this XML block: <ThingDef ParentName="BenchBase"><defName>DrugLab</defName><label>drug lab</label><description>A work bench equipped with containers, heaters, and measurement devices for producing various drugs.</description><thingClass>Building_WorkTable</thingClass><graphicData><texPath>Things/Building/Production/TableDrugLab</texPath><graphicClass>Graphic_Multi</graphicClass><shaderType>CutoutComplex</shaderType><drawSize>(3.5,1.5)</drawSize><damageData><cornerTL>Damage/Corner</cornerTL><cornerTR>Damage/Corner</cornerTR><cornerBL>Damage/Corner</cornerBL><cornerBR>Damage/Corner</cornerBR></damageData></graphicData><castEdgeShadows>true</castEdgeShadows><staticSunShadowHeight>0.20</staticSunShadowHeight><costStuffCount>50</costStuffCount><stuffCategories><li>Metallic</li><li>Woody</li></stuffCategories><costList><Steel>75</Steel><ComponentIndustrial>6</ComponentIndustrial></costList><altitudeLayer>Building</altitudeLayer><fillPercent>0.5</fillPercent><useHitPoints>True</useHitPoints><statBases><WorkToBuild>3500</WorkToBuild><MaxHitPoints>120</MaxHitPoints><Flammability>1.0</Flammability></statBases><size>(3,1)</size><designationCategory>Production</designationCategory><passability>PassThroughOnly</passability><pathCost>50</pathCost><hasInteractionCell>True</hasInteractionCell><interactionCellOffset>(0,0,-1)</interactionCellOffset><surfaceType>Item</surfaceType><constructionSkillPrerequisite>4</constructionSkillPrerequisite><inspectorTabs><li>ITab_Bills</li></inspectorTabs><building><spawnedConceptLearnOpportunity>BillsTab</spawnedConceptLearnOpportunity></building><comps><li Class="CompProperties_AffectedByFacilities"><linkableFacilities><li>ToolCabinet</li><li>VFE_DrugCabinet</li></linkableFacilities></li><li Class="VanillaFurnitureExpanded.CompProperties_RandomBuildingGraphic"><randomGraphics><li>Things/Building/Production/TableDrugLab</li><li>Things/Building/Production/TableDrugLabs/VFE_TableDrugLabAlternate</li><li>Things/Building/Production/TableDrugLabs/VFE_TableDrugLabBigJar</li><li>Things/Building/Production/TableDrugLabs/VFE_TableDrugLabDouble</li></randomGraphics></li></comps><placeWorkers><li>PlaceWorker_ShowFacilitiesConnections</li><li>PlaceWorker_PreventInteractionSpotOverlap</li></placeWorkers><researchPrerequisites><li>DrugProduction</li></researchPrerequisites><recipes><li>USH_Make_MedicineUltratech_Bulk</li></recipes><recipes><li>USH_Synthesise_Luciferium</li><li>USH_Synthesise_Luciferium_Bulk</li><li>USH_Synthesise_Lifter</li><li>USH_Synthesise_Lifter_Bulk</li><li>USH_Synthesise_RedFlicker</li><li>USH_Synthesise_RedFlicker_Bulk</li><li>USH_Synthesise_ScarletSmellingSalts</li><li>USH_Synthesise_ScarletSmellingSalts_Bulk</li><li>USH_Synthesise_LastWish</li><li>USH_Synthesise_LastWish_Bulk</li><li>USH_Synthesise_ScarletEye</li><li>USH_Synthesise_ScarletEye_Bulk</li><li>USH_Synthesise_MechaSuppressors</li></recipes></ThingDef>
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch1 (string)
Verse.XmlInheritance:CheckForDuplicateNodes (System.Xml.XmlNode,System.Xml.XmlNode)
Verse.XmlInheritance:ResolveXmlNodeFor (Verse.XmlInheritance/XmlInheritanceNode)
Verse.XmlInheritance:ResolveXmlNodesRecursively (Verse.XmlInheritance/XmlInheritanceNode)
Verse.XmlInheritance:ResolveXmlNodesRecursively (Verse.XmlInheritance/XmlInheritanceNode)
Verse.XmlInheritance:ResolveXmlNodesRecursively (Verse.XmlInheritance/XmlInheritanceNode)
Verse.XmlInheritance:ResolveXmlNodes ()
Verse.XmlInheritance:Resolve ()
Verse.LoadedModManager:ParseAndProcessXML (System.Xml.XmlDocument,System.Collections.Generic.Dictionary`2<System.Xml.XmlNode, Verse.LoadableXmlAsset>)
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()
Seems like a duplicity bug with VE. Its the only bug that shows when I add furnishing in my modlist
You have two Recipe lists, you have mods that add recipes like so, they do it wrong. check with them! :)
<recipes>
<li>USH_Make_MedicineUltratech_Bulk</li>
</recipes>
<recipes>
<li>USH_Synthesise_Luciferium</li>
<li>USH_Synthesise_Luciferium_Bulk</li>
<li>USH_Synthesise_Lifter</li>
<li>USH_Synthesise_Lifter_Bulk</li>
<li>USH_Synthesise_RedFlicker</li>
<li>USH_Synthesise_RedFlicker_Bulk</li>
<li>USH_Synthesise_ScarletSmellingSalts</li><li>USH_Synthesise_ScarletSmellingSalts_Bulk</li>
<li>USH_Synthesise_LastWish</li>
<li>USH_Synthesise_LastWish_Bulk</li>
<li>USH_Synthesise_ScarletEye</li>
<li>USH_Synthesise_ScarletEye_Bulk</li>
<li>USH_Synthesise_MechaSuppressors</li>
</recipes>
https://imgur.com/a/JUAyIrp
BTW in Malsjo furniture it doesnt have a contents tab to show what is stored. Here is a screenshot to show (I know its a different problem but its something new I checked)
https://imgur.com/a/JUAyIrp
Here is the debug problem:
Root level exception in OnGUI(): System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00010] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
at (wrapper dynamic-method) LWM.DeepStorage.Open_DS_Tab_On_Select.LWM.DeepStorage.Open_DS_Tab_On_Select.Postfix_Patch0(RimWorld.Selector)
at (wrapper dynamic-method) RimWorld.Selector.RimWorld.Selector.Select_Patch1(RimWorld.Selector,object,bool,bool)
at (wrapper dynamic-method) RimWorld.Selector.RimWorld.Selector.SelectUnderMouse_Patch2(RimWorld.Selector)
at (wrapper dynamic-method) RimWorld.Selector.RimWorld.Selector.HandleMapClicks_Patch1(RimWorld.Selector)
at RimWorld.Selector.SelectorOnGUI () [0x00000] in <edd783c914df484aa4e04093991f266d>:0
at RimWorld.MapInterface.HandleLowPriorityInput () [0x0000f] in <edd783c914df484aa4e04093991f266d>:0
at (wrapper dynamic-method) RimWorld.UIRoot_Play.RimWorld.UIRoot_Play.UIRootOnGUI_Patch1(RimWorld.UIRoot_Play)
at (wrapper dynamic-method) Verse.Root.Verse.Root.OnGUI_Patch1(Verse.Root)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch1 (string)
(wrapper dynamic-method) Verse.Root:Verse.Root.OnGUI_Patch1 (Verse.Root)
Thanks for all the replys and the mods too!
Regarding the second error, you got deep storage installed right?
Yes.