I get 2 errors, when i open the editor:
****************************异常文本****************************
【出现时间】:10/12/2019 1:09:01 AM
【异常类型】:NullReferenceException
【异常信息】:Object reference not set to an instance of an object.
【堆栈调用】:
at BotChiefEditorb.?(Object A_0, EventArgs A_1)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
****************************************************************
and the second when i try to run an action in same window (in new windows, the actions wok ):
****************************异常文本****************************
【出现时间】:10/12/2019 1:09:27 AM
【异常类型】:NullReferenceException
【异常信息】:Object reference not set to an instance of an object.
【堆栈调用】:
at BotChiefEditorb.?(Object A_0, EventArgs A_1)
at DevComponents.DotNetBar.BaseItem.RaiseClick(eEventSource source)
at DevComponents.DotNetBar.BaseItem.InternalMouseUp(MouseEventArgs objArg)
at DevComponents.DotNetBar.PopupItem.InternalMouseUp(MouseEventArgs objArg)
at DevComponents.DotNetBar.ButtonItem.InternalMouseUp(MouseEventArgs objArg)
at DevComponents.DotNetBar.MenuPanel.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevComponents.DotNetBar.MenuPanel.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
****************************************************************
i have chrome v. 77...