Object reference not set to an instance of an object.

Users who are viewing this thread

moneymitch

Recruit
Hello, my game is constantly crashing with the message being:

Exception Information:
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Stacktrace:
  1. at int TaleWorlds.CampaignSystem.FactionManager.GetRelationBetweenClans(Clan clan1, Clan clan2)
  2. at float TaleWorlds.CampaignSystem.GameComponents.DefaultDiplomacyModel.GetScoreOfClanToLeaveKingdom(Clan clan, Kingdom kingdom)
  3. at int TaleWorlds.CampaignSystem.BarterSystem.Barterables.LeaveKingdomAsClanBarterable.GetUnitValueForFaction(IFaction faction)
  4. at void TaleWorlds.CampaignSystem.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.ConsiderClanLeaveKingdom(Clan clan)
  5. at void TaleWorlds.CampaignSystem.CampaignBehaviors.BarterBehaviors.DiplomaticBartersBehavior.DailyTickClan(Clan clan)
  6. at void TaleWorlds.CampaignSystem.MbEvent<T>.InvokeList(EventHandlerRec<T> list, T t)
  7. at void TaleWorlds.CampaignSystem.CampaignEvents.DailyTickClan(Clan clan)
  8. at void TaleWorlds.CampaignSystem.CampaignEventDispatcher.DailyTickClan(Clan clan)
  9. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager+PeriodicTicker<T>.PeriodicTickSome(double timeUnitsElapsed)
  10. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.PeriodicDailyTick()
  11. at void TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.TickPeriodicEvents()
  12. at void TaleWorlds.CampaignSystem.Campaign.Tick()
  13. at void TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(float dt)
  14. at void TaleWorlds.CampaignSystem.GameState.MapState.OnTick(float dt)
  15. at void TaleWorlds.Core.GameStateManager.OnTick(float dt)
  16. at void TaleWorlds.Core.Game.OnTick(float dt)
  17. at void TaleWorlds.Core.GameManagerBase.OnTick(float dt)
  18. at void TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch2(Module this, float dt)
the modules I am running are:

I haven't been having any problems previous to this and it is getting quite infuriating. Also there is nothing popping up in the involved modules section, here is a link to the crash report https ://report.butr.link/110BF3 .
 
Back
Top Bottom