Exception information Type: System.Reflection.TargetInvocationException Message: Exception has been thrown by the target of an invocation. Source: mscorlib CallStack: 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 TaleWorlds.Library.ViewModel.ExecuteCommand_Patch1(ViewModel this, String commandName, Object[] parameters) at TaleWorlds.GauntletUI.Data.GauntletView.OnCommand(String command, Object[] args) at TaleWorlds.GauntletUI.BaseTypes.Widget.EventFired(String eventName, Object[] args) at TaleWorlds.GauntletUI.BaseTypes.ButtonWidget.HandleClick() at TaleWorlds.Ga...