crash problem

Users who are viewing this thread

HNMLUND

Recruit
When i get to a certain date / point the game always crashes and I get this report:

---------------------------
Mount and Blade Bannerlord has crashed
---------------------------
Mount and Blade Bannerlord has encountered an error and needs to close. See the error information below.

ArgumentNullException:

Value cannot be null.

Parameter name: key



Stack trace:

at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)

at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)

at TaleWorlds.Core.PropertyOwner`1.SetPropertyValue(T attribute, Int32 value)

at TaleWorlds.CampaignSystem.HeroDeveloper.AddFocus(SkillObject skill, Int32 changeAmount, Boolean checkUnspentFocusPoints)

at TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.Towns.CharacterDevelopmentCampaignBehaivor.DistributeUnspentFocusPoints(Hero hero)

at TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.Towns.CharacterDevelopmentCampaignBehaivor.DevelopCharacterStats(Hero hero)

at TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.Towns.CharacterDevelopmentCampaignBehaivor.DailyTickHero(Hero hero)

at TaleWorlds.CampaignSystem.MbEvent`1.InvokeList(EventHandlerRec`1 list, T t)

at TaleWorlds.CampaignSystem.CampaignEvents.DailyTickHero(Hero hero)

at TaleWorlds.CampaignSystem.CampaignEventDispatcher.DailyTickHero(Hero hero)

at TaleWorlds.CampaignSystem.PeriodicTicker`1.PeriodicTickSome(Single timeUnitsElaped)

at TaleWorlds.CampaignSystem.Campaign.Tick(Single dt)

at TaleWorlds.CampaignSystem.Campaign.RealTick(Single realDt)

at TaleWorlds.CampaignSystem.MapState.OnMapModeTick(Single dt)

at TaleWorlds.Core.GameStateManager.OnTick(Single dt)

at TaleWorlds.Core.Game.OnTick(Single dt)

at TaleWorlds.Core.GameManagerBase.OnTick(Single dt)

at DMD<DMD<OnApplicationTick_Patch1>?41877413::OnApplicationTick_Patch1>(Module this, Single dt)


---------------------------
OK
---------------------------

Does anyone know how to avoid / fix the problem?
 
at TaleWorlds.Core.PropertyOwner`1.SetPropertyValue(T attribute, Int32 value)

This is expecting an integer value but receiving either null or empty. Hence the exception crash... Not sure which value it is... @Support can you help
 
Back
Top Bottom