Guest User

Untitled

a guest
Jan 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.40 KB | None | 0 0
  1. Log uploaded on Tuesday, January 09, 2018, 9:12:02 AM
  2. Loaded mods:
  3. Core: (no assemblies)
  4. MoreSteelFromSlag - x150: (no assemblies)
  5. ArmourRepair: (no assemblies)
  6. Embrasures: (no assemblies)
  7. HugsLib[4.0.1]: 0Harmony(1.0.9.1), HugsLib(0.18.0.0)
  8. See Deep Ores: (no assemblies)
  9. Cheap Bulk Components: (no assemblies)
  10. Bionic Replacements Crafting : (no assemblies)
  11.  
  12. Active Harmony patches:
  13. DebugWindowsOpener.DrawButtons: TRANS: HugsLib.Patches.DebugWindowsOpener_Patch.DrawAdditionalButtons
  14. Dialog_Options.DoWindowContents: TRANS: HugsLib.Patches.Dialog_Options_Patch.ReplaceModOptionsButton
  15. EditWindow_Log.DoMessagesListing: PRE: HugsLib.Patches.EditWindow_Log_Patch.ExtraLogWindowButtons
  16. Game.DeinitAndRemoveMap: post: HugsLib.Patches.Game_DeinitAndRemoveMap_Patch.MapRemovalHook
  17. Game.FillComponents: PRE: HugsLib.Patches.Game_FillComponents_Patch.GameInitializationHook
  18. Game.FinalizeInit: post: HugsLib.Patches.Game_FinalizeInit_Patch.WorldLoadedHook
  19. LanguageDatabase.SelectLanguage: PRE: HugsLib.Patches.LanguageDatabase_Patch.ForceRestartAfterLangChange
  20. Map.ConstructComponents: post: HugsLib.Patches.Map_ConstructComponents_Patch.MapComponentsInitHook
  21. Map.FinalizeInit: post: HugsLib.Patches.Map_FinalizeInit_Patch.MapLoadedHook
  22. MapComponentUtility.MapGenerated: post: HugsLib.Patches.MapComponentUtility_MapGenerated_Patch.MapGeneratedHook
  23. ModsConfig.RestartFromChangedMods: PRE: HugsLib.Patches.ModsConfig_RestartFromChangedMods_Patch.QuickRestartInDevMode
  24. PlayDataLoader.DoPlayLoad: post: HugsLib.Patches.PlayDataLoader_Patch.InitModsHook
  25. Root.Update: post: HugsLib.Patches.Root_Patch.UpdateHook
  26. Root_Play.SetupForQuickTestPlay: TRANS: HugsLib.Patches.RootPlay_TestPlay_Patch.InjectCustomQuickstartSettings
  27. UIRoot.UIRootOnGUI: post: HugsLib.Patches.UIRoot_Patch.OnGUIHook
  28. Harmony versions present: UnlimitedHugs.HugsLib:1.0.9.1
  29.  
  30. Platform information: (hidden, hold Shift while publishing to include)
  31.  
  32. Log file contents:
  33. Initialize engine version: 5.6.3p1 (9c92e827232b)
  34. GfxDevice: [Renderer information redacted]
  35. Begin MonoManager ReloadAssembly
  36. Loading [Rimworld_dir]\RimWorldWin_Data\Managed\UnityEngine.dll into Unity Child Domain
  37. Loading [Rimworld_dir]\RimWorldWin_Data\Managed\Assembly-CSharp-firstpass.dll into Unity Child Domain
  38. Loading [Rimworld_dir]\RimWorldWin_Data\Managed\Assembly-CSharp.dll into Unity Child Domain
  39. Loading [Rimworld_dir]\RimWorldWin_Data\Managed\UnityEngine.UI.dll into Unity Child Domain
  40. Loading [Rimworld_dir]\RimWorldWin_Data\Managed\UnityEngine.Networking.dll into Unity Child Domain
  41. Loading [Rimworld_dir]\RimWorldWin_Data\Managed\NAudio.dll into Unity Child Domain
  42. Loading [Rimworld_dir]\RimWorldWin_Data\Managed\NVorbis.dll into Unity Child Domain
  43. Loading [Rimworld_dir]\RimWorldWin_Data\Managed\TextMeshPro-1.0.55.56.0b11.dll into Unity Child Domain
  44. WARNING: Shader Unsupported: 'Hidden/VR/BlitCopyFromTexArray' - Pass '' has no vertex shader
  45. WARNING: Shader Unsupported: 'Hidden/VR/BlitCopyFromTexArray' - Setting to default shader.
  46. desktop: 1920x1080 59Hz; virtual: 3280x1080 at -1360,0
  47. RimWorld 0.18.1722 rev1198
  48.  
  49. ReflectionTypeLoadException getting types in assembly DeepResourceTextMod: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
  50. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
  51. at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0
  52. at Verse.ModAssemblyHandler.AssemblyIsUsable (System.Reflection.Assembly asm) [0x00000] in <filename unknown>:0
  53.  
  54. Loader exceptions:
  55. => System.TypeLoadException: Could not load type 'HugsLib.ModBase' from assembly 'HugsLib, Version=0.17.0.0, Culture=neutral, PublicKeyToken=null'.
  56.  
  57.  
  58. F:\Steam\steamapps\workshop\content\294100\914550921\Defs\RecipeDefs/Recipes_Production.xml: root element named RecipeDefs; should be named Defs
  59.  
  60. F:\Steam\steamapps\workshop\content\294100\728310963\Defs\RecipeDefs/Recipes_Production.xml: root element named RecipeDefs; should be named Defs
  61.  
  62. Exception in custom XML loader for Verse.SkillRequirement. Node is:
  63. <li><skill>Crafting</skill><minLevel>10</minLevel></li>
  64.  
  65. Exception is:
  66. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Exception parsing System.Int32 from "" ---> System.ArgumentNullException: Argument cannot be null.
  67. at System.Int32.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00000] in <filename unknown>:0
  68. at System.Int32.Parse (System.String s, IFormatProvider provider) [0x00000] in <filename unknown>:0
  69. at Verse.ParseHelper.FromString (System.String str, System.Type itemType) [0x00000] in <filename unknown>:0
  70. --- End of inner exception stack trace ---
  71. at Verse.ParseHelper.FromString (System.String str, System.Type itemType) [0x00000] in <filename unknown>:0
  72. at Verse.SkillRequirement.LoadDataFromXmlCustom (System.Xml.XmlNode xmlRoot) [0x00000] in <filename unknown>:0
  73. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
  74. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  75. --- End of inner exception stack trace ---
  76. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  77. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  78. at Verse.DirectXmlToObject.ObjectFromXml[SkillRequirement] (System.Xml.XmlNode xmlRoot, Boolean doPostLoad) [0x00000] in <filename unknown>:0
  79.  
  80. Exception while executing PostLoad on null: System.NullReferenceException: Object reference not set to an instance of an object
  81. at Verse.DirectXmlToObject.TryDoPostLoad (System.Object obj) [0x00000] in <filename unknown>:0
  82.  
  83. Exception in custom XML loader for Verse.SkillRequirement. Node is:
  84. <li><skill>Crafting</skill><minLevel>10</minLevel></li>
  85.  
  86. Exception is:
  87. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Exception parsing System.Int32 from "" ---> System.ArgumentNullException: Argument cannot be null.
  88. at System.Int32.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00000] in <filename unknown>:0
  89. at System.Int32.Parse (System.String s, IFormatProvider provider) [0x00000] in <filename unknown>:0
  90. at Verse.ParseHelper.FromString (System.String str, System.Type itemType) [0x00000] in <filename unknown>:0
  91. --- End of inner exception stack trace ---
  92. at Verse.ParseHelper.FromString (System.String str, System.Type itemType) [0x00000] in <filename unknown>:0
  93. at Verse.SkillRequirement.LoadDataFromXmlCustom (System.Xml.XmlNode xmlRoot) [0x00000] in <filename unknown>:0
  94. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
  95. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  96. --- End of inner exception stack trace ---
  97. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  98. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  99. at Verse.DirectXmlToObject.ObjectFromXml[SkillRequirement] (System.Xml.XmlNode xmlRoot, Boolean doPostLoad) [0x00000] in <filename unknown>:0
  100.  
  101. Exception while executing PostLoad on null: System.NullReferenceException: Object reference not set to an instance of an object
  102. at Verse.DirectXmlToObject.TryDoPostLoad (System.Object obj) [0x00000] in <filename unknown>:0
  103.  
  104. Exception in custom XML loader for Verse.SkillRequirement. Node is:
  105. <li><skill>Crafting</skill><minLevel>10</minLevel></li>
  106.  
  107. Exception is:
  108. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Exception parsing System.Int32 from "" ---> System.ArgumentNullException: Argument cannot be null.
  109. at System.Int32.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00000] in <filename unknown>:0
  110. at System.Int32.Parse (System.String s, IFormatProvider provider) [0x00000] in <filename unknown>:0
  111. at Verse.ParseHelper.FromString (System.String str, System.Type itemType) [0x00000] in <filename unknown>:0
  112. --- End of inner exception stack trace ---
  113. at Verse.ParseHelper.FromString (System.String str, System.Type itemType) [0x00000] in <filename unknown>:0
  114. at Verse.SkillRequirement.LoadDataFromXmlCustom (System.Xml.XmlNode xmlRoot) [0x00000] in <filename unknown>:0
  115. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
  116. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  117. --- End of inner exception stack trace ---
  118. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  119. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  120. at Verse.DirectXmlToObject.ObjectFromXml[SkillRequirement] (System.Xml.XmlNode xmlRoot, Boolean doPostLoad) [0x00000] in <filename unknown>:0
  121.  
  122. Exception while executing PostLoad on null: System.NullReferenceException: Object reference not set to an instance of an object
  123. at Verse.DirectXmlToObject.TryDoPostLoad (System.Object obj) [0x00000] in <filename unknown>:0
  124.  
  125. F:\Steam\steamapps\workshop\content\294100\728302042\Defs\ThingDefs\Structure/Buildings_Structure.xml: root element named Buildings; should be named Defs
  126.  
  127. XML error: <ignoreNeedsPower>true</ignoreNeedsPower> doesn't correspond to any field in type BuildingProperties.
  128.  
  129. F:\Steam\steamapps\workshop\content\294100\854981257\Defs\RecipeDefs/Recipes_Production.xml: root element named RecipeDefs; should be named Defs
  130.  
  131. Exception in custom XML loader for Verse.SkillRequirement. Node is:
  132. <li><skill>Crafting</skill><minLevel>17</minLevel></li>
  133.  
  134. Exception is:
  135. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Exception parsing System.Int32 from "" ---> System.ArgumentNullException: Argument cannot be null.
  136. at System.Int32.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00000] in <filename unknown>:0
  137. at System.Int32.Parse (System.String s, IFormatProvider provider) [0x00000] in <filename unknown>:0
  138. at Verse.ParseHelper.FromString (System.String str, System.Type itemType) [0x00000] in <filename unknown>:0
  139. --- End of inner exception stack trace ---
  140. at Verse.ParseHelper.FromString (System.String str, System.Type itemType) [0x00000] in <filename unknown>:0
  141. at Verse.SkillRequirement.LoadDataFromXmlCustom (System.Xml.XmlNode xmlRoot) [0x00000] in <filename unknown>:0
  142. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
  143. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  144. --- End of inner exception stack trace ---
  145. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  146. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  147. at Verse.DirectXmlToObject.ObjectFromXml[SkillRequirement] (System.Xml.XmlNode xmlRoot, Boolean doPostLoad) [0x00000] in <filename unknown>:0
  148.  
  149. Exception while executing PostLoad on null: System.NullReferenceException: Object reference not set to an instance of an object
  150. at Verse.DirectXmlToObject.TryDoPostLoad (System.Object obj) [0x00000] in <filename unknown>:0
  151.  
  152. Exception in custom XML loader for Verse.SkillRequirement. Node is:
  153. <li><skill>Crafting</skill><minLevel>20</minLevel></li>
  154.  
  155. Exception is:
  156. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Exception parsing System.Int32 from "" ---> System.ArgumentNullException: Argument cannot be null.
  157. at System.Int32.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00000] in <filename unknown>:0
  158. at System.Int32.Parse (System.String s, IFormatProvider provider) [0x00000] in <filename unknown>:0
  159. at Verse.ParseHelper.FromString (System.String str, System.Type itemType) [0x00000] in <filename unknown>:0
  160. --- End of inner exception stack trace ---
  161. at Verse.ParseHelper.FromString (System.String str, System.Type itemType) [0x00000] in <filename unknown>:0
  162. at Verse.SkillRequirement.LoadDataFromXmlCustom (System.Xml.XmlNode xmlRoot) [0x00000] in <filename unknown>:0
  163. at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
  164. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  165. --- End of inner exception stack trace ---
  166. at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  167. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  168. at Verse.DirectXmlToObject.ObjectFromXml[SkillRequirement] (System.Xml.XmlNode xmlRoot, Boolean doPostLoad) [0x00000] in <filename unknown>:0
  169.  
  170. Exception while executing PostLoad on null: System.NullReferenceException: Object reference not set to an instance of an object
  171. at Verse.DirectXmlToObject.TryDoPostLoad (System.Object obj) [0x00000] in <filename unknown>:0
  172.  
  173. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  174.  
  175. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  176.  
  177. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  178.  
  179. Could not resolve cross-reference to Verse.ThingDef named Apparel_PersonalShield
  180.  
  181. Could not resolve cross-reference: No Verse.ThingDef named Apparel_PersonalShield found to give to Verse.ThingCountClass (1x null)
  182.  
  183. Could not resolve cross-reference to Verse.ThingDef named Apparel_PersonalShield
  184.  
  185. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  186.  
  187. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  188.  
  189. Cannot call ItemFromXmlFile with resolveCrossRefs=true while loading is already in progress.
  190.  
  191. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  192.  
  193. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  194.  
  195. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  196.  
  197. Could not resolve cross-reference to Verse.ThingDef named Apparel_PersonalShield
  198.  
  199. Could not resolve cross-reference: No Verse.ThingDef named Apparel_PersonalShield found to give to Verse.ThingCountClass (1x null)
  200.  
  201. Could not resolve cross-reference to Verse.ThingDef named Apparel_PersonalShield
  202.  
  203. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  204.  
  205. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  206.  
  207. Cannot call ItemFromXmlFile with resolveCrossRefs=true while loading is already in progress.
  208.  
  209. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  210.  
  211. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  212.  
  213. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  214.  
  215. Could not resolve cross-reference to Verse.ThingDef named Apparel_PersonalShield
  216.  
  217. Could not resolve cross-reference: No Verse.ThingDef named Apparel_PersonalShield found to give to Verse.ThingCountClass (1x null)
  218.  
  219. Could not resolve cross-reference to Verse.ThingDef named Apparel_PersonalShield
  220.  
  221. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  222.  
  223. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  224.  
  225. Cannot call ItemFromXmlFile with resolveCrossRefs=true while loading is already in progress.
  226.  
  227. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  228.  
  229. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  230.  
  231. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  232.  
  233. Could not resolve cross-reference to Verse.ThingDef named Apparel_PersonalShield
  234.  
  235. Could not resolve cross-reference: No Verse.ThingDef named Apparel_PersonalShield found to give to Verse.ThingCountClass (1x null)
  236.  
  237. Could not resolve cross-reference to Verse.ThingDef named Apparel_PersonalShield
  238.  
  239. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
  240.  
  241. Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
Add Comment
Please, Sign In to add comment