Bannerlord has encountered a problem and will close itself.
This is a community Crash Report. Please save it and use it for reporting the error. Do not provide screenshots, provide the report!
Most likely this error was caused by a custom installed module.

If you were in the middle of something, the progress might be lost.

Launcher: steam (07.69.51.22)


+ Exception

Exception information
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: TaleWorlds.CampaignSystem
CallStack:
  1. at Hero TaleWorlds.CampaignSystem.HeroCreator.DeliverOffSpring_Patch1(Hero mother, Hero father, bool isOffspringFemale, CultureObject culture)
  2. at void TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.CheckOffspringsToDeliver(Pregnancy pregnancy)
  3. at void TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.DailyTickHero_Patch1(PregnancyCampaignBehavior this, Hero hero)
  4. at void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T t)
  5. at void TaleWorlds.CampaignSystem.CampaignEvents.DailyTickHero(Hero hero)
  6. at void TaleWorlds.CampaignSystem.CampaignEventDispatcher.DailyTickHero(Hero hero)
  7. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager+PeriodicTicker.PeriodicTickSome(double timeUnitsElapsed)
  8. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.PeriodicDailyTick()
  9. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.TickPeriodicEvents()
  10. at void TaleWorlds.CampaignSystem.Campaign.Tick()
  11. at void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt)
  12. at void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt)
  13. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  14. at void TaleWorlds.Core.Game.OnTick(float dt)
  15. at void TaleWorlds.Core.GameManagerBase.OnTick(float dt)
  16. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, float dt)

+ Enhanced Stacktrace

  • Frame: Hero TaleWorlds.CampaignSystem.HeroCreator.DeliverOffSpring_Patch1(Hero mother, Hero father, bool isOffspringFemale, CultureObject culture) (IL Offset: -1)
    • Module: SueMoreSpouses
      Method: static System.Void SueMoreSpouses.Patch.ChildrenFastGrowth.HeroCreatorDeliverOffSpringPath::Postfix(TaleWorlds.CampaignSystem.Hero& __result, TaleWorlds.CampaignSystem.Hero mother, TaleWorlds.CampaignSystem.Hero father, System.Boolean isOffspringFemale, TaleWorlds.CampaignSystem.CultureObject culture)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static TaleWorlds.CampaignSystem.Hero TaleWorlds.CampaignSystem.HeroCreator.DeliverOffSpring_Patch1(TaleWorlds.CampaignSystem.Hero mother, TaleWorlds.CampaignSystem.Hero father, System.Boolean isOffspringFemale, TaleWorlds.CampaignSystem.CultureObject culture)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static TaleWorlds.CampaignSystem.Hero TaleWorlds.CampaignSystem.HeroCreator::DeliverOffSpring(TaleWorlds.CampaignSystem.Hero mother, TaleWorlds.CampaignSystem.Hero father, System.Boolean isOffspringFemale, TaleWorlds.CampaignSystem.CultureObject culture)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.CheckOffspringsToDeliver(Pregnancy pregnancy) (IL Offset: 132)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior::CheckOffspringsToDeliver(TaleWorlds.CampaignSystem.CampaignBehaviors.Pregnancy pregnancy)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.DailyTickHero_Patch1(PregnancyCampaignBehavior this, Hero hero) (IL Offset: -1)
    • Module: SueMoreSpouses
      Method: static System.Void SueMoreSpouses.Patch.ExSpousesPregnancy.DailyTickHeroPath::Postfix(TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior __instance, TaleWorlds.CampaignSystem.Hero hero)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.DailyTickHero_Patch1(TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior this, TaleWorlds.CampaignSystem.Hero hero)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior::DailyTickHero(TaleWorlds.CampaignSystem.Hero hero)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list, T t) (IL Offset: 22)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.MbEvent`1::InvokeList(TaleWorlds.CampaignSystem.EventHandlerRec`1 list, TaleWorlds.CampaignSystem.T t)
      HarmonyIssue: True
  • Frame: void TaleWorlds.CampaignSystem.CampaignEvents.DailyTickHero(Hero hero) (IL Offset: 0)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEvents::DailyTickHero(TaleWorlds.CampaignSystem.Hero hero)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignEventDispatcher.DailyTickHero(Hero hero) (IL Offset: 11)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.CampaignEventDispatcher::DailyTickHero(TaleWorlds.CampaignSystem.Hero hero)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager+PeriodicTicker.PeriodicTickSome(double timeUnitsElapsed) (IL Offset: 139)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.PeriodicTicker`1::PeriodicTickSome(System.Double timeUnitsElapsed)
      HarmonyIssue: True
  • Frame: void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.PeriodicDailyTick() (IL Offset: 55)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager::PeriodicDailyTick()
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.TickPeriodicEvents() (IL Offset: 6)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager::TickPeriodicEvents()
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.Campaign.Tick() (IL Offset: 132)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.Campaign::Tick()
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt) (IL Offset: 140)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnMapModeTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt) (IL Offset: 77)
    • Module: UNKNOWN
      Method: virtual System.Void TaleWorlds.CampaignSystem.GameState.MapState::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameStateManager.OnTick(float dt) (IL Offset: 47)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameStateManager::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.Game.OnTick(float dt) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.Game::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.Core.GameManagerBase.OnTick(float dt) (IL Offset: 0)
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.Core.GameManagerBase::OnTick(System.Single dt)
      HarmonyIssue: False
  • Frame: void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, float dt) (IL Offset: -1)
    • Module: Bannerlord.ButterLib
      Method: static System.Void Bannerlord.ButterLib.ExceptionHandler.BEWPatch::Finalizer(System.Exception __exception)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: static System.Void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(TaleWorlds.MountAndBlade.Module this, System.Single dt)
      HarmonyIssue: False
    • Module: UNKNOWN
      Method: System.Void TaleWorlds.MountAndBlade.Module::OnApplicationTick(System.Single dt)
      HarmonyIssue: False

+ Involved Modules

  • SueMoreSpouses
    • Method: static System.Void SueMoreSpouses.Patch.ChildrenFastGrowth.HeroCreatorDeliverOffSpringPath::Postfix(TaleWorlds.CampaignSystem.Hero& __result, TaleWorlds.CampaignSystem.Hero mother, TaleWorlds.CampaignSystem.Hero father, System.Boolean isOffspringFemale, TaleWorlds.CampaignSystem.CultureObject culture)
      Frame: Hero TaleWorlds.CampaignSystem.HeroCreator.DeliverOffSpring_Patch1(Hero mother, Hero father, bool isOffspringFemale, CultureObject culture) (IL Offset: -1)
      HarmonyIssue: False
    • Method: static System.Void SueMoreSpouses.Patch.ExSpousesPregnancy.DailyTickHeroPath::Postfix(TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior __instance, TaleWorlds.CampaignSystem.Hero hero)
      Frame: void TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.DailyTickHero_Patch1(PregnancyCampaignBehavior this, Hero hero) (IL Offset: -1)
      HarmonyIssue: False

+ Installed Modules

  • + Harmony (Bannerlord.Harmony, v2.2.2.140)
  • + ButterLib (Bannerlord.ButterLib, v2.6.1.0)
  • + UIExtenderEx (Bannerlord.UIExtenderEx, v2.4.0.0)
  • + Mod Configuration Menu v5 (Bannerlord.MBOptionScreen, v5.4.5.0)
  • + Native (Native, v1.0.2.0)
  • + SandBox Core (SandBoxCore, v1.0.2.0)
  • + Birth and Death Options (BirthAndDeath, v1.0.2.0)
  • + CustomBattle (CustomBattle, v1.0.2.0)
  • + Sandbox (Sandbox, v1.0.2.0)
  • + StoryMode (StoryMode, v1.0.2.0)
  • + Improved Japanese Localization (ImprovedJapaneseLocalization, v1.0.0.0)
  • + NewSkin (NewSkin, e1.7.0.0)
  • + Better Female Body Natural (BetterFemaleBodyNatural, v1.0.1.0)
  • + Suteki Women Mod (SutekiWomenMod, v1.4.0.0)
  • + Women in Calradia (WomeninCalradia, v3.3.0.0)
  • + SueMoreSpouses (SueMoreSpouses, v1.9.0.0)
  • + Hot Butter (hotbutter, v2.0.1.0)
  • + Achievement Unblocker (AchievementUnblocker, v1.0.1.0)

+ Assemblies

+ Harmony Patches

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleLoad
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleLoadPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnSubModuleUnloaded
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnSubModuleUnloadedPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnApplicationTick
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnApplicationTickPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeInitialModuleScreenSetAsRoot
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnBeforeInitialModuleScreenSetAsRootPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameStartPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.InitializeGameStarter
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.InitializeGameStarterPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.DoLoading
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.DoLoadingPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameLoaded
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameLoadedPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnCampaignStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnCampaignStartPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.BeginGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.BeginGameStartPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameEnd
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameEndPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnGameInitializationFinished
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnGameInitializationFinishedPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnBeforeMissionBehaviorInitialize
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnBeforeMissionBehaviourInitializePostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnMissionBehaviorInitialize
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnMissionBehaviourInitializePostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnMultiplayerGameStart
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnMultiplayerGameStartPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnNewGameCreated
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnNewGameCreatedPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.RegisterSubModuleObjects
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.RegisterSubModuleObjectsPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.AfterRegisterSubModuleObjects
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.AfterRegisterSubModuleObjectsPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnAfterGameInitializationFinished
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnAfterGameInitializationFinishedPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnConfigChanged
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnConfigChangedPostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.OnInitialState
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.OnInitialStatePostfix;

  • TaleWorlds.MountAndBlade.MBSubModuleBase.AfterAsyncTickTick
    • Postfixes
      • Owner: Bannerlord.ButterLib.SubModuleWrappers2; Namespace: Bannerlord.ButterLib.SubModuleWrappers2.Patches.MBSubModuleBasePatch.AfterAsyncTickTickPostfix;

  • TaleWorlds.MountAndBlade.Module.FinalizeSubModules
    • Postfixes
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.FinalizeSubModulesPostfix;

  • TaleWorlds.MountAndBlade.Module.SetInitialModuleScreenAsRootScreen
    • Postfixes
      • Owner: MCM.UI.Adapter.MCMv5; Namespace: MCM.UI.Adapter.MCMv5.SubModule.OnAfterSetInitialModuleScreenAsRootScreen;
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.ModulePatch.Transpiler;

  • TaleWorlds.MountAndBlade.MBGameManager.OnGameStart
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler;

  • TaleWorlds.MountAndBlade.MBGameManager.OnGameEnd
    • Transpilers
      • Owner: Bannerlord.ButterLib.MBSubModuleBaseEx; Namespace: Bannerlord.ButterLib.Implementation.MBSubModuleBaseExtended.Patches.MBGameManagerPatch.Transpiler;

  • TaleWorlds.CampaignSystem.CampaignBehaviorBase..ctor
    • Postfixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.BehaviourNamePatch.CampaignBehaviorBaseCtorPostfix;

  • TaleWorlds.SaveSystem.TypeExtensions.IsContainer
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.TypeExtensionsPatch.IsContainerPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddBasicTypeDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddBasicTypeDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddClassDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddClassDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddContainerDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddContainerDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddEnumDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddEnumDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddGenericClassDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericClassDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddGenericStructDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddGenericStructDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddInterfaceDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddInterfaceDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddRootClassDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddRootClassDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.AddStructDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.AddStructDefinitionPrefix;

  • TaleWorlds.SaveSystem.Definition.DefinitionContext.ConstructContainerDefinition
    • Prefixes
      • Owner: Bannerlord.ButterLib.SaveSystem; Namespace: Bannerlord.ButterLib.Implementation.SaveSystem.Patches.DefinitionContextPatch.ConstructContainerDefinitionPrefix;

  • TaleWorlds.Engine.GauntletUI.UIConfig.set_DoNotUseGeneratedPrefabs
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.UIConfigPatch.Prefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetPrefab.LoadFrom
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.Patches.WidgetPrefabPatch.WidgetPrefab_LoadFrom_Transpiler;

  • TaleWorlds.GauntletUI.BrushFactory.get_Brushes
    • Postfixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.GetBrushesPostfix;

  • TaleWorlds.GauntletUI.BrushFactory.GetBrush
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.GetBrushPrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.ConstantDefinition.GetValue
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.SetWidgetAttributeFromString
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.UIContext.GetBrush
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetExtensions.ConvertObject
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.BrushFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetCustomType
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.GetCustomTypePrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.CreateBuiltinWidget
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.CreateBuiltinWidgetPrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.GetWidgetTypes
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.GetWidgetTypesPostfix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.IsCustomType
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.IsCustomTypePrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetFactory.OnUnload
    • Prefixes
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.OnUnloadPrefix;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.CreateWidgets
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.PrefabSystem.WidgetTemplate.OnRelease
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;

  • TaleWorlds.GauntletUI.Data.GauntletMovie.LoadMovie
    • Transpilers
      • Owner: bannerlord.uiextender.ex; Namespace: Bannerlord.UIExtenderEx.ResourceManager.WidgetFactoryManager.BlankTranspiler;

  • SandBox.SandBoxSubModule.OnSubModuleLoad
    • Postfixes
      • Owner: Bannerlord.UIExtenderEx.UIPatch; Namespace: Bannerlord.UIExtenderEx.UIPatchSubModule.SandBoxSubModuleOnSubModuleLoadPostfix;

  • TaleWorlds.Library.ViewModel.ExecuteCommand
    • Prefixes
      • Owner: bannerlord.mcm.ui.viewmodelpatch; Namespace: MCM.UI.Patches.ViewModelPatch.ExecuteCommandPatch;

  • TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen.OnInitialize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.OptionsGauntletScreenPatch.OnInitializePostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.GauntletOptionsScreen.OnFinalize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.OptionsGauntletScreenPatch.OnFinalizePostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler..ctor
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch.OnInitializePostfix;

  • TaleWorlds.MountAndBlade.GauntletUI.Mission.MissionGauntletOptionsUIHandler.OnMissionScreenFinalize
    • Postfixes
      • Owner: bannerlord.mcm.ui.optionsgauntletscreenpatch; Namespace: MCM.UI.Patches.MissionGauntletOptionsUIHandlerPatch.OnFinalizePostfix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.SetSelectedCategory
    • Prefixes
      • Owner: bannerlord.mcm.ui.optionsswitchpatch; Namespace: MCM.UI.Patches.OptionsVMPatch.SetSelectedCategoryPatch;

  • SandBox.ViewModelCollection.SPScoreboardVM.Initialize
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.BattleSimulationInitializePath.Prefix;

  • SandBox.ViewModelCollection.SPScoreboardVM.OnExitBattle
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.BattleSimulationOnExitBattlePath.Postfix;

  • SandBox.ViewModelCollection.SPScoreboardVM.TroopNumberChanged
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.BattleSimulationTroopNumberChangedPath.Postfix;

  • SandBox.CampaignBehaviors.ClanMemberRolesCampaignBehavior.AddClanMembersAsAccompanyingCharacter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ClanMemberRolesCampaignBehavior_AddClanMembersAsAccompanyingCharacter_Path.Prefix;

  • TaleWorlds.ScreenSystem.ScreenBase.AddLayer
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ClanScreenLayerPatch.Postfix;
      • Owner: sue.mod.mb2.SueLordFromFamily; Namespace: SueLordFromFamily.Paths.KindomScreenLayerPatch.Postfix; Index: 1;

  • TaleWorlds.ScreenSystem.ScreenBase.RemoveLayer
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ClanScreenLayerPatch.Prefix;
      • Owner: sue.mod.mb2.SueLordFromFamily; Namespace: SueLordFromFamily.Paths.KindomScreenLayerPatch.Prefix; Index: 1;

  • TaleWorlds.CampaignSystem.Hero.ResetEquipments
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.HeroResetEquipmentsPath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.ContainsCharacter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocationContainsCharacterrPath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.GetLocationCharacter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocationGetLocationCharacterPath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanPlayerEnter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonCanPlayerEnterPath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanPlayerSee
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonCanPlayerSeePath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.DeserializeDelegate
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonDeserializeDelegatePath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanAIEnter
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonCanAIEnterPath.Prefix;

  • TaleWorlds.CampaignSystem.Settlements.Locations.Location.CanAIExit
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.LocationCrashBugFix.LocatonCanAIExitPath.Prefix;

  • TaleWorlds.CampaignSystem.HeroCreator.DeliverOffSpring
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ChildrenFastGrowth.HeroCreatorDeliverOffSpringPath.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.DailyTickHero
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ExSpousesPregnancy.DailyTickHeroPath.Postfix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.CheckAreNearby
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ExSpousesPregnancy.CheckAreNearbyPath.Prefix;

  • TaleWorlds.CampaignSystem.GameComponents.DefaultPregnancyModel.GetDailyChanceOfPregnancyForHero
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ExSpousesPregnancy.GetDailyChanceOfPregnancyForHero.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior.ChildConceived
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ExSpousesPregnancy.ChildConceivedPath.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.AgingCampaignBehavior.DailyTickHero
    • Prefixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ChildrenFastGrowth.AgingCampaignBehaviorPatch+AgingCampaignBehaviorDailyTickPatch.Prefix;

  • TaleWorlds.CampaignSystem.CharacterDevelopment.HeroDeveloper.DeriveSkillsFromTraits
    • Postfixes
      • Owner: sue.mod.mb2.SueMoreSpouses; Namespace: SueMoreSpouses.Patch.ChildrenFastGrowth.AgingCampaignBehaviorPatch+OnHeroComesOfAgePatch.Postfix;

  • TaleWorlds.CampaignSystem.NameGenerator.GenerateClanName
    • Prefixes
      • Owner: sue.mod.mb2.SueLordFromFamily; Namespace: SueLordFromFamily.Paths.CalradiaExpandedKingdomsFixPath.Prefix;

  • TaleWorlds.CampaignSystem.CampaignEvents.OnGameLoaded
    • Postfixes
      • Owner: sue.mod.mb2.SueMBService; Namespace: SueMBService.Paths.CampaignEventsPath.Postfix;

  • StoryMode.StoryModeEvents.get_Instance
    • Prefixes
      • Owner: com.bloc.armagandecisionhandler; Namespace: AchievementUnblocker.ArmaganDesignDecisionHandler+Patch_StoryModeEvents_Instance_Getter.Prefix;

  • StoryMode.GameComponents.CampaignBehaviors.AchievementsCampaignBehavior.SetStatInternal
    • Prefixes
      • Owner: com.bloc.armagandecisionhandler; Namespace: AchievementUnblocker.ArmaganDesignDecisionHandler+Patch_AchievementsCampaignBehavior_SetStatInternal.Prefix;

  • StoryMode.GameComponents.CampaignBehaviors.AchievementsCampaignBehavior.CheckAchievementSystemActivity
    • Prefixes
      • Owner: com.bloc.armagandecisionhandler; Namespace: AchievementUnblocker.ArmaganDesignDecisionHandler+Patch_AchievementsCampaignBehavior_CheckAchievementSystemActivity.Prefix;

  • StoryMode.GameComponents.CampaignBehaviors.AchievementsCampaignBehavior.DeactivateAchievements
    • Prefixes
      • Owner: com.bloc.armagandecisionhandler; Namespace: AchievementUnblocker.ArmaganDesignDecisionHandler+Patch_AchievementsCampaignBehavior_DeactivateAchievements.Prefix;

  • TaleWorlds.MountAndBlade.ViewModelCollection.InitialMenu.InitialMenuVM.RefreshMenuOptions
    • Postfixes
      • Owner: bannerlord.mcm.mainmenuscreeninjection_v4; Namespace: MCM.UI.Functionality.DefaultGameMenuScreenHandler.RefreshMenuOptionsPostfix; Priority: 300;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM..ctor
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Constructor_Transpiler;

  • TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.OnFinalize
    • Transpilers
      • Owner: bannerlord.uiextender.ex.viewmodels.MCM.UI; Namespace: Bannerlord.UIExtenderEx.Patches.ViewModelWithMixinPatch.ViewModel_Finalize_Transpiler;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.PregnancyCampaignBehavior+Pregnancy..ctor
    • Prefixes
      • Owner: com.bloc.hotbutter; Namespace: Erraynhotcoffee.Viagra+MesirMacunu.Prefix;

  • TaleWorlds.CampaignSystem.CampaignBehaviors.CommentBehaviors.CommentChildbirthBehavior.OnGivenBirthEvent
    • Prefixes
      • Owner: com.bloc.hotbutter; Namespace: Erraynhotcoffee.Viagra+Omercip.Prefix;

+ Log Files

  • default20221208
      • [2022-12-08T14:43:31.4901475+09:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2022-12-08T14:43:21.5353544+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2022-12-08T14:43:21.5343158+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2022-12-08T14:43:21.5053918+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2022-12-08T14:43:21.5043941+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2022-12-08T14:43:21.5043941+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.4.5.0, Culture=neutral, PublicKeyToken=null
      • [2022-12-08T14:43:21.5033970+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2022-12-08T14:43:21.5004040+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer.
      • [2022-12-08T14:43:21.5004040+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer.
      • [2022-12-08T14:43:21.5004040+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer.
      • [2022-12-08T14:43:21.5004040+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer.
      • [2022-12-08T14:43:21.5004040+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer.
      • [2022-12-08T14:43:21.5004040+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer.
      • [2022-12-08T14:43:21.5004040+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer.
      • [2022-12-08T14:43:21.5004040+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer.
      • [2022-12-08T14:43:21.4081366+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Property: Could not find property for type 'System.Boolean' and name 'SelectedIndex'
      • [2022-12-08T14:43:21.4081366+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2022-12-08T14:43:21.2500418+09:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2022-12-08T14:43:21.1439123+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2022-12-08T14:43:21.1439123+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2022-12-08T14:43:21.0531483+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2022-12-08T14:43:21.0521513+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2022-12-08T14:43:21.0521513+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2022-12-08T14:43:21.0521513+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChanger:OnBooleanUpdated'
      • [2022-12-08T14:43:21.0511539+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.TypeByName: Could not find type named 'TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChanger'
      • [2022-12-08T14:43:21.0511539+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2022-12-08T14:43:21.0461669+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Bannerlord.ButterLib.Implementation.HotKeys.HotKeySubSystem' and name 'GetGameKeyCategoriesListPostfix' and parameters ''
      • [2022-12-08T14:43:10.2310265+09:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2022-12-08T14:43:10.2270367+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2022-12-08T14:43:10.2050650+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2022-12-08T14:43:10.2020774+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2022-12-08T14:43:10.1990592+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2022-12-08T14:43:10.1970643+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2022-12-08T14:43:10.1330650+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2022-12-08T14:43:10.0740388+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2022-12-08T13:18:14.4116183+09:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2022-12-08T13:18:02.3697797+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2022-12-08T13:18:02.3697797+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2022-12-08T13:18:02.3418545+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2022-12-08T13:18:02.3418545+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2022-12-08T13:18:02.3418545+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.4.5.0, Culture=neutral, PublicKeyToken=null
      • [2022-12-08T13:18:02.3418545+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2022-12-08T13:18:02.3388616+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer.
      • [2022-12-08T13:18:02.3388616+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer.
      • [2022-12-08T13:18:02.3388616+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer.
      • [2022-12-08T13:18:02.3388616+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer.
      • [2022-12-08T13:18:02.3388616+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer.
      • [2022-12-08T13:18:02.3388616+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer.
      • [2022-12-08T13:18:02.3388616+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer.
      • [2022-12-08T13:18:02.3388616+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer.
      • [2022-12-08T13:18:02.2426109+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Property: Could not find property for type 'System.Boolean' and name 'SelectedIndex'
      • [2022-12-08T13:18:02.2416135+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2022-12-08T13:18:02.0840352+09:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2022-12-08T13:18:01.9783192+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2022-12-08T13:18:01.9783192+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2022-12-08T13:18:01.8855660+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2022-12-08T13:18:01.8855660+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2022-12-08T13:18:01.8855660+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2022-12-08T13:18:01.8845691+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChanger:OnBooleanUpdated'
      • [2022-12-08T13:18:01.8845691+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.TypeByName: Could not find type named 'TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChanger'
      • [2022-12-08T13:18:01.8845691+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2022-12-08T13:18:01.8795822+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Bannerlord.ButterLib.Implementation.HotKeys.HotKeySubSystem' and name 'GetGameKeyCategoriesListPostfix' and parameters ''
      • [2022-12-08T13:17:39.6577570+09:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2022-12-08T13:17:39.6547642+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2022-12-08T13:17:39.6348180+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2022-12-08T13:17:39.6318261+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2022-12-08T13:17:39.5570262+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2022-12-08T13:17:39.4844478+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2022-12-08T13:17:39.3463877+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2022-12-08T13:17:39.2865436+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2022-12-08T08:45:37.3537722+09:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2022-12-08T08:39:56.8126404+09:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2022-12-08T08:25:33.3565270+09:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2022-12-08T08:25:23.6466925+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2022-12-08T08:25:23.6466925+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2022-12-08T08:25:23.6167721+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2022-12-08T08:25:23.6167721+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2022-12-08T08:25:23.6167721+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.4.5.0, Culture=neutral, PublicKeyToken=null
      • [2022-12-08T08:25:23.6167721+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2022-12-08T08:25:23.6136684+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer.
      • [2022-12-08T08:25:23.6136684+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer.
      • [2022-12-08T08:25:23.6136684+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer.
      • [2022-12-08T08:25:23.6136684+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer.
      • [2022-12-08T08:25:23.6136684+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer.
      • [2022-12-08T08:25:23.6136684+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer.
      • [2022-12-08T08:25:23.6136684+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer.
      • [2022-12-08T08:25:23.6136684+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer.
      • [2022-12-08T08:25:23.5179239+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Property: Could not find property for type 'System.Boolean' and name 'SelectedIndex'
      • [2022-12-08T08:25:23.5179239+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2022-12-08T08:25:23.3533643+09:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2022-12-08T08:25:23.2471403+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2022-12-08T08:25:23.2461433+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2022-12-08T08:25:23.1548788+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2022-12-08T08:25:23.1548788+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2022-12-08T08:25:23.1548788+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2022-12-08T08:25:23.1548788+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChanger:OnBooleanUpdated'
      • [2022-12-08T08:25:23.1548788+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.TypeByName: Could not find type named 'TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChanger'
      • [2022-12-08T08:25:23.1548788+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2022-12-08T08:25:23.1498932+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Bannerlord.ButterLib.Implementation.HotKeys.HotKeySubSystem' and name 'GetGameKeyCategoriesListPostfix' and parameters ''
      • [2022-12-08T08:25:11.3994422+09:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2022-12-08T08:25:11.3964507+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2022-12-08T08:25:11.3720070+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2022-12-08T08:25:11.3690146+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2022-12-08T08:25:11.3650349+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2022-12-08T08:25:11.3631638+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2022-12-08T08:25:11.2961318+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2022-12-08T08:25:11.2361567+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...
      • [2022-12-08T06:55:08.1683263+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Property: Could not find property for type 'System.String' and name 'IsSelected'
      • [2022-12-08T06:55:08.1683263+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2022-12-08T06:55:08.1533663+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Property: Could not find property for type 'System.String' and name 'IsSelected'
      • [2022-12-08T06:55:08.1533663+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2022-12-08T06:54:51.8511465+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Property: Could not find property for type 'System.String' and name 'IsSelected'
      • [2022-12-08T06:54:51.8511465+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2022-12-08T06:54:51.8261880+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Property: Could not find property for type 'System.Boolean' and name 'SelectedIndex'
      • [2022-12-08T06:54:51.8261880+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2022-12-08T06:54:51.8261880+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Property: Could not find property for type 'System.Boolean' and name 'SelectedIndex'
      • [2022-12-08T06:54:51.8261880+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2022-12-08T05:21:08.3755877+09:00] [Bannerlord.ButterLib.ButterLibSubModule] [INF]: Created GameScope
      • [2022-12-08T05:20:50.7557451+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Enabled
      • [2022-12-08T05:20:50.7557451+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2022-12-08T05:20:50.7243232+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register Types
      • [2022-12-08T05:20:50.7243232+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2022-12-08T05:20:50.7243232+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: MCM.UI - Register: MCMv5.UI, Version=5.4.5.0, Culture=neutral, PublicKeyToken=null
      • [2022-12-08T05:20:50.7243232+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]:
      • [2022-12-08T05:20:50.7213294+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.PerCampaignSettingsContainer.
      • [2022-12-08T05:20:50.7213294+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Campaign container MCM.Implementation.PerCampaign.FluentPerCampaignSettingsContainer.
      • [2022-12-08T05:20:50.7213294+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.PerSaveSettingsContainer.
      • [2022-12-08T05:20:50.7213294+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found PerSave container MCM.Implementation.PerSave.FluentPerSaveSettingsContainer.
      • [2022-12-08T05:20:50.7213294+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.UI.ButterLib.ButterLibSettingsContainer.
      • [2022-12-08T05:20:50.7213294+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.GlobalSettingsContainer.
      • [2022-12-08T05:20:50.7213294+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.ExternalGlobalSettingsContainer.
      • [2022-12-08T05:20:50.7213294+09:00] [MCM.Implementation.DefaultSettingsProvider] [INF]: Found Global container MCM.Implementation.Global.FluentGlobalSettingsContainer.
      • [2022-12-08T05:20:50.6220847+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Property: Could not find property for type 'System.Boolean' and name 'SelectedIndex'
      • [2022-12-08T05:20:50.6220847+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2022-12-08T05:20:50.4416052+09:00] [Bannerlord.ButterLib.Implementation.ObjectSystem.Patches.CampaignBehaviorManagerPatch] [ERR]: OnGameLoadedTargetMI is null
      • [2022-12-08T05:20:50.3368850+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: AccessTools2.Method: Could not find method for type 'TaleWorlds.CampaignSystem.CampaignBehaviors.CampaignBehaviorManager' and name 'OnGameLoaded' and parameters ''
      • [2022-12-08T05:20:50.3368850+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]:
      • [2022-12-08T05:20:50.2291740+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Enabled
      • [2022-12-08T05:20:50.2291740+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [INF]: Bannerlord.UIExtenderEx.UIPatch - Register Types
      • [2022-12-08T05:20:50.2291740+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2022-12-08T05:20:50.2291740+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find type or property for 'TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChanger:OnBooleanUpdated'
      • [2022-12-08T05:20:50.2281756+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.TypeByName: Could not find type named 'TaleWorlds.MountAndBlade.GauntletUI.Widgets.BoolBrushChanger'
      • [2022-12-08T05:20:50.2281756+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: HarmonyExtensions.TryPatch: 'original' or all methods are null
      • [2022-12-08T05:20:50.2122183+09:00] [System.Diagnostics.Logger.LoggerTraceListener] [ERR]: AccessTools2.Method: Could not find method for type 'Bannerlord.ButterLib.Implementation.HotKeys.HotKeySubSystem' and name 'GetGameKeyCategoriesListPostfix' and parameters ''
      • [2022-12-08T05:20:38.9326624+09:00] [Bannerlord.ButterLib.Implementation.SubModule] [INF]: Wrapping DebugManager of type TaleWorlds.MountAndBlade.MBDebugManager with DebugManagerWrapper
      • [2022-12-08T05:20:38.9286733+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Finished loading implementations
      • [2022-12-08T05:20:38.9077291+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Implementation Bannerlord.ButterLib.Implementation.1.0.2.dll for game v1.0.2.0 is loaded
      • [2022-12-08T05:20:38.9047385+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found matching implementation. Loading it
      • [2022-12-08T05:20:38.8279427+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.2.dll
      • [2022-12-08T05:20:38.7531435+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.1.dll
      • [2022-12-08T05:20:38.6127883+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Found implementation Bannerlord.ButterLib.Implementation.1.0.0.dll
      • [2022-12-08T05:20:38.5283418+09:00] [Bannerlord.ButterLib.ImplementationLoaderSubModule] [INF]: Loading implementations...