每次玩到游戏中期就会莫名其妙地卡退,但是点了继续游戏又可以玩一段时间,经过相同的游戏内时间(比如说如果一直暂停就一直不会崩溃)后就又弹窗。看得懂英文也看不懂代码是什么意思,是模型的问题还是什么修改数值mod的问题?
- Callstacks




Protip: Use a debugger like dnSpy or Visual studio to trace the source of error, by stepping the program line by line. You can restart with dnSpy attached.
Inner exception callstack:No inner exception was thrownOuter exception callstack: at TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTrainingModel.GetEffectiveDailyExperience(MobileParty mobileParty, TroopRosterElement troop) at TaleWorlds.CampaignSystem.CampaignBehaviors.MobilePartyTrainingBehavior.OnDailyTickParty(MobileParty mobileParty) at TaleWorlds.CampaignSystem.MbEvent`1.InvokeList(EventHandlerRec`1 list, T t) at TaleWorlds.CampaignSystem.CampaignEvents.DailyTickParty(MobileParty mobileParty) at TaleWorlds.CampaignSystem.CampaignEventDispatcher.DailyTickParty(MobileParty mobileParty) at TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.PeriodicTicker`1.PeriodicTickSome(Double timeUnitsElapsed) at TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.PeriodicDailyTick() at TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.TickPeriodicEvents() at TaleWorlds.CampaignSystem.Campaign.Tick() at TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(Single dt) at TaleWorlds.CampaignSystem.GameState.MapState.OnTick(Single dt) at TaleWorlds.Core.GameStateManager.OnTick(Single dt) at TaleWorlds.Core.Game.OnTick(Single dt) at TaleWorlds.Core.GameManagerBase.OnTick_Patch9(GameManagerBase this, Single dt) at TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, Single dt)
- Callstacks





Protip: Use a debugger like dnSpy or Visual studio to trace the source of error, by stepping the program line by line. You can restart with dnSpy attached.
Inner exception callstack:No inner exception was thrownOuter exception callstack: at TaleWorlds.CampaignSystem.GameComponents.DefaultPartyTrainingModel.GetEffectiveDailyExperience(MobileParty mobileParty, TroopRosterElement troop) at TaleWorlds.CampaignSystem.CampaignBehaviors.MobilePartyTrainingBehavior.OnDailyTickParty(MobileParty mobileParty) at TaleWorlds.CampaignSystem.MbEvent`1.InvokeList(EventHandlerRec`1 list, T t) at TaleWorlds.CampaignSystem.CampaignEvents.DailyTickParty(MobileParty mobileParty) at TaleWorlds.CampaignSystem.CampaignEventDispatcher.DailyTickParty(MobileParty mobileParty) at TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.PeriodicTicker`1.PeriodicTickSome(Double timeUnitsElapsed) at TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.PeriodicDailyTick() at TaleWorlds.CampaignSystem.CampaignPeriodicEventManager.TickPeriodicEvents() at TaleWorlds.CampaignSystem.Campaign.Tick() at TaleWorlds.CampaignSystem.GameState.MapState.OnMapModeTick(Single dt) at TaleWorlds.CampaignSystem.GameState.MapState.OnTick(Single dt) at TaleWorlds.Core.GameStateManager.OnTick(Single dt) at TaleWorlds.Core.Game.OnTick(Single dt) at TaleWorlds.Core.GameManagerBase.OnTick_Patch9(GameManagerBase this, Single dt) at TaleWorlds.MountAndBlade.Module.OnApplicationTick_Patch1(Module this, Single dt)