Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
Created November 19, 2017 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HugsLibRecordKeeper/c291fb2d39a8305b542f09b925fb93d3 to your computer and use it in GitHub Desktop.
Save HugsLibRecordKeeper/c291fb2d39a8305b542f09b925fb93d3 to your computer and use it in GitHub Desktop.
Rimworld output log published using HugsLib
Log uploaded on Sunday, November 19, 2017, 3:55:06 PM
Loaded mods:
Core: (no assemblies)
HugsLib[4.0.1]: 0Harmony(1.0.9.1), HugsLib(0.18.0.0)
The Birds and the Bees: 0Harmony(1.0.9.1), Fluffy_BirdsAndBees(18.1.0.10), _harmonycheck(1.0.0.0)
Active Harmony patches:
<MakeNewToils>c__Iterator0.<>m__4: PRE: Fluffy_BirdsAndBees.JobDriver_Lovin_MakeNewToils_FinishAction.Prefix
DebugWindowsOpener.DrawButtons: TRANS: HugsLib.Patches.DebugWindowsOpener_Patch.DrawAdditionalButtons
DefGenerator.GenerateImpliedDefs_PreResolve: post: Fluffy_BirdsAndBees.GenerateImpliedDefs_PreResolve.Postfix
Dialog_Options.DoWindowContents: TRANS: HugsLib.Patches.Dialog_Options_Patch.ReplaceModOptionsButton
EditWindow_Log.DoMessagesListing: PRE: HugsLib.Patches.EditWindow_Log_Patch.ExtraLogWindowButtons
Game.DeinitAndRemoveMap: post: HugsLib.Patches.Game_DeinitAndRemoveMap_Patch.MapRemovalHook
Game.FillComponents: PRE: HugsLib.Patches.Game_FillComponents_Patch.GameInitializationHook
Game.FinalizeInit: post: HugsLib.Patches.Game_FinalizeInit_Patch.WorldLoadedHook
HediffGiver.TryApply: PRE: Fluffy_BirdsAndBees.HediffGiver_TryApply.Prefix
JobGiver_DoLovin.TryGiveJob: PRE: Fluffy_BirdsAndBees.JobGiver_DoLovin_TryGiveJob.Prefix post: Fluffy_BirdsAndBees.JobGiver_DoLovin_TryGiveJob.Postfix
JobGiver_Mate.TryGiveJob: PRE: Fluffy_BirdsAndBees.JobGiver_Mate_TryGiveJob.Prefix
LanguageDatabase.SelectLanguage: PRE: HugsLib.Patches.LanguageDatabase_Patch.ForceRestartAfterLangChange
Map.ConstructComponents: post: HugsLib.Patches.Map_ConstructComponents_Patch.MapComponentsInitHook
Map.FinalizeInit: post: HugsLib.Patches.Map_FinalizeInit_Patch.MapLoadedHook
MapComponentUtility.MapGenerated: post: HugsLib.Patches.MapComponentUtility_MapGenerated_Patch.MapGeneratedHook
ModsConfig.RestartFromChangedMods: PRE: HugsLib.Patches.ModsConfig_RestartFromChangedMods_Patch.QuickRestartInDevMode
PawnUtility.FertileMateTarget: PRE: Fluffy_BirdsAndBees.PawnUtility_FertileMateTarget.Prefix
PawnUtility.Mated: PRE: Fluffy_BirdsAndBees.PawnUtility_Mated.Prefix
PlayDataLoader.DoPlayLoad: post: HugsLib.Patches.PlayDataLoader_Patch.InitModsHook
Root.Update: post: HugsLib.Patches.Root_Patch.UpdateHook
Root_Play.SetupForQuickTestPlay: TRANS: HugsLib.Patches.RootPlay_TestPlay_Patch.InjectCustomQuickstartSettings
UIRoot.UIRootOnGUI: post: HugsLib.Patches.UIRoot_Patch.OnGUIHook
Harmony versions present: UnlimitedHugs.HugsLib:1.0.9.1, Fluffy.BirdsAndBees:1.0.9.1
Platform information: (hidden, hold Shift while publishing to include)
Log file contents:
Initialize engine version: 5.6.3p1 (9c92e827232b)
GfxDevice: [Renderer information redacted]
Begin MonoManager ReloadAssembly
Loading [Rimworld_dir]\RimWorldWin_Data\Managed\UnityEngine.dll into Unity Child Domain
Loading [Rimworld_dir]\RimWorldWin_Data\Managed\Assembly-CSharp-firstpass.dll into Unity Child Domain
Loading [Rimworld_dir]\RimWorldWin_Data\Managed\Assembly-CSharp.dll into Unity Child Domain
Loading [Rimworld_dir]\RimWorldWin_Data\Managed\UnityEngine.UI.dll into Unity Child Domain
Loading [Rimworld_dir]\RimWorldWin_Data\Managed\UnityEngine.Networking.dll into Unity Child Domain
Loading [Rimworld_dir]\RimWorldWin_Data\Managed\NAudio.dll into Unity Child Domain
Loading [Rimworld_dir]\RimWorldWin_Data\Managed\NVorbis.dll into Unity Child Domain
Loading [Rimworld_dir]\RimWorldWin_Data\Managed\TextMeshPro-1.0.55.56.0b11.dll into Unity Child Domain
WARNING: Shader Unsupported: 'Hidden/VR/BlitCopyFromTexArray' - Pass '' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/VR/BlitCopyFromTexArray' - Setting to default shader.
desktop: 1920x1080 60Hz; virtual: 3200x1080 at -1280,0
Command line arguments: -savedatafolder=[Rimworld_dir]\SaveData
RimWorld 0.18.1722 rev1198
Save data folder overridden to [Rimworld_dir]\SaveData
D:\Games\Steam\steamapps\workshop\content\294100\751049133\Defs\RecipeDefs/Custom_Recipes.xml: root element named RecipeDefs; should be named Defs
Exception in custom XML loader for Verse.SkillRequirement. Node is:
<li><skill>Crafting</skill><minLevel>7</minLevel></li>
Exception is:
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.
at System.Int32.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00000] in <filename unknown>:0
at System.Int32.Parse (System.String s, IFormatProvider provider) [0x00000] in <filename unknown>:0
at Verse.ParseHelper.FromString (System.String str, System.Type itemType) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at Verse.ParseHelper.FromString (System.String str, System.Type itemType) [0x00000] in <filename unknown>:0
at Verse.SkillRequirement.LoadDataFromXmlCustom (System.Xml.XmlNode xmlRoot) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
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
--- End of inner exception stack trace ---
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
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
at Verse.DirectXmlToObject.ObjectFromXml[SkillRequirement] (System.Xml.XmlNode xmlRoot, Boolean doPostLoad) [0x00000] in <filename unknown>:0
Exception while executing PostLoad on null: System.NullReferenceException: Object reference not set to an instance of an object
at Verse.DirectXmlToObject.TryDoPostLoad (System.Object obj) [0x00000] in <filename unknown>:0
Could not resolve cross-reference: No Verse.SoundDef named EPOEAssembling found to give to Verse.RecipeDef CreateBionicReproductiveOrgans (using undefined sound instead)
Could not resolve cross-reference: No Verse.ThingDef named UnfinishedProsthesis found to give to Verse.RecipeDef CreateBionicReproductiveOrgans
Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
Could not resolve cross-reference to Verse.ThingDef named TableBionics
Cannot call ItemFromXmlFile with resolveCrossRefs=true while loading is already in progress.
Could not resolve cross-reference: No Verse.ThingDef named UnfinishedProsthesis found to give to Verse.RecipeDef CreateBionicReproductiveOrgans
Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
Could not resolve cross-reference to Verse.ThingDef named TableBionics
Cannot call ItemFromXmlFile with resolveCrossRefs=true while loading is already in progress.
Could not resolve cross-reference: No Verse.ThingDef named UnfinishedProsthesis found to give to Verse.RecipeDef CreateBionicReproductiveOrgans
Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
Could not resolve cross-reference to Verse.ThingDef named TableBionics
Cannot call ItemFromXmlFile with resolveCrossRefs=true while loading is already in progress.
Could not resolve cross-reference: No Verse.ThingDef named UnfinishedProsthesis found to give to Verse.RecipeDef CreateBionicReproductiveOrgans
Could not resolve cross-reference: No RimWorld.SkillDef named li found to give to Verse.SkillRequirement null-skill-requirement
Could not resolve cross-reference to Verse.ThingDef named TableBionics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment