- 好友
- 0
- 在线时间
- 8 小时
- 最后登录
- 2022-1-8
平民
- UID
- 1784889
- 第纳尔
- 110
- 精华
- 0
- 互助
- 0
- 荣誉
- 0
- 贡献
- 0
- 魅力
- 0
- 注册时间
- 2014-1-20
鲜花( 0) 鸡蛋( 0)
|
发表于 2020-10-7 01:21:14
|
显示全部楼层
- 具体原因
源自: mscorlib
Exception has been thrown by the target of an invocation.
- 内部错误
源自: TaleWorlds.MountAndBlade.GauntletUI
Object reference not set to an instance of an object.
- 调用堆栈
Protip: 使用调试工具类似 dnSpy or Visual studio 来追踪错误的源头, 一步一步排查程序 要有耐心.
内部错误堆栈:
at TaleWorlds.MountAndBlade.GauntletUI.MissionGauntletOptionsUIHandler.OnEscapeMenuToggled(Boolean isOpened)
at MCM.UI.UIExtenderEx.OptionsVMMixin.OriginalExecuteCloseOptions_Patch0(OptionsVM instance)
at MCM.UI.UIExtenderEx.OptionsVMMixin.ExecuteCloseOptions()
at MCM.UI.UIExtenderEx.OptionsVMMixin.ExecuteCloseOptionsPostfix(OptionsVM __instance)
at TaleWorlds.MountAndBlade.ViewModelCollection.GameOptions.OptionsVM.OnDone()
at MCM.UI.UIExtenderEx.OptionsVMMixin.b__26_0()
at MCM.UI.GUI.ViewModels.ModOptionsVM.ExecuteDoneInternal(Boolean popScreen, Action onClose)
at MCM.UI.UIExtenderEx.OptionsVMMixin.ExecuteDone()
外部错误堆栈:
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at TaleWorlds.Library.Common.InvokeWithLog(MethodInfo methodInfo, Object obj, Object[] args)
at Bannerlord.UIExtenderEx.Patches.ViewModelPatch.ExecuteCommand(ViewModel viewModel, String commandName, Object[] parameters)
at TaleWorlds.Library.ViewModel.ExecuteCommand_Patch1(ViewModel this, String commandName, Object[] parameters)
at TaleWorlds.GauntletUI.Data.GauntletView.OnCommand(String command, Object[] args)
at TaleWorlds.GauntletUI.Widget.EventFired(String eventName, Object[] args)
at TaleWorlds.GauntletUI.ButtonWidget.HandleClick()
at TaleWorlds.GauntletUI.ButtonWidget.OnMouseReleased()
at TaleWorlds.GauntletUI.EventManager.MouseUp()
at TaleWorlds.GauntletUI.UIContext.UpdateInput(InputType handleInputs)
at TaleWorlds.Engine.Screens.ScreenManager.Update()
at TaleWorlds.Engine.Screens.ScreenManager.Tick_Patch1(Single dt)
战斗中按ESC打开菜单,然后点完成或取消一定崩溃,删除bin、ProgramData验证游戏完整性都没用 |
|