Resolved 1.4.2 Can anyone help me with this campaign 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)
 
Hello, @trio1989 can you please describe to us how the problem occurs or what triggers it? Is there a way to reproduce it? If you know or remember what were you doing during the problem occurred please let me know so i can update the devs about the issue and we can start the fixing process.
 
Hello, @trio1989 can you please describe to us how the problem occurs or what triggers it? Is there a way to reproduce it? If you know or remember what were you doing during the problem occurred please let me know so i can update the devs about the issue and we can start the fixing process.
i have encountered the exact same crash. is there a solution to this? it is in a campaign with a custom culture and troop_tree.
Exception information
Type: System.NullReferenceException
Message: Object reference not set to an instance of an object.
Source: TaleWorlds.CampaignSystem
CallStack:
at TaleWorlds.CampaignSystem.MobileParty.FillPartyStacks(PartyTemplateObject pt, PartyTypeEnum partyType, Int32 troopNumberLimit)
at Helpers.MobilePartyHelper.SpawnLordPartyAux(Hero hero, Vec2 position, Single spawnRadius, Settlement spawnSettlement)
at TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.HeroSpawnCampaignBehavior.SpawnLordParty(Hero hero)
at TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.HeroSpawnCampaignBehavior.ConsiderSpawningLordParties(Clan clan)
at TaleWorlds.CampaignSystem.SandBox.CampaignBehaviors.HeroSpawnCampaignBehavior.OnClanDailyTick(Clan clan)
at TaleWorlds.CampaignSystem.MbEvent`1.InvokeList(EventHandlerRec`1 list, T t)
at TaleWorlds.CampaignSystem.CampaignEvents.DailyTickClan(Clan clan)
at TaleWorlds.CampaignSystem.CampaignEventDispatcher.DailyTickClan(Clan clan)
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 TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, Single dt)
 
As the asked information was not provided within 2 weeks, this thread is marked as solved. If the issue still continues, please update this thread.
 
Back
Top Bottom