1.4.2 Can anyone help me with this error i keep getting error report in thread?

Users who are viewing this thread

trio1989

Recruit
- Reasons
Source: TaleWorlds.CampaignSystem
Object reference not set to an instance of an object.

- Inner exception
Source: No module
No inner exception was thrown

- Callstacks

Protip: Use a debugger like dnSpy or Visual studio to trace the source of error, by stepping the program line by line.

Inner exception callstack: No inner exception was thrown
Outer exception callstack: at TaleWorlds.CampaignSystem.MobileParty.FillPartyStacks(PartyTemplateObject pt, PartyTypeEnum partyType, Int32 troopNumberLimit)
at Helpers.MobilePartyHelper.SpawnLordPartyInternal(Hero hero, Vec2 position, Single spawnRadius, Settlement spawnSettlement)
at TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.HeroSpawnCampaignBehavior.SpawnLord(Hero hero, Boolean spawnAsParty)
at TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.HeroSpawnCampaignBehavior.SpawnHeroes(Boolean initialSpawning)
at TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.HeroSpawnCampaignBehavior.DailyTick()
at TaleWorlds.CampaignSystem.MbEvent.InvokeList(EventHandlerRec list)
at TaleWorlds.CampaignSystem.CampaignEvents.DailyTick()
at TaleWorlds.CampaignSystem.CampaignEventDispatcher.DailyTick()
at TaleWorlds.CampaignSystem.Campaign.DailyTick(MBCampaignEvent campaignEvent, Object[] delegateParams)
at TaleWorlds.CampaignSystem.MBCampaignEvent.RunHandlers(Object[] delegateParams)
at TaleWorlds.CampaignSystem.MBCampaignEvent.CheckUpdate(Single curTime)
at TaleWorlds.CampaignSystem.CampaignEvents.SignalPeriodicEvents()
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?6068587::OnApplicationTick_Patch2>(Module this, Single dt)
 
Most likely you are using a mod that spawns lords/parties/bandits.
Usually something like this happens on customspawns mod (calradia at war) and/or with scum&villany mod.
Go to mod creators for help, i don't think this is vanilla issue
 
Back
Top Bottom