hey,
so I can't run my deepbot at all. It started crashing on startup after one of the latest patches and after checking forums I figured that I needed to run the updater manually, only that crashed as well. so I checked the crash log and which pointed to a system.core error. I tried updating .net framework per the suggested fix for this and still the same issue.
I've now backed up my files, and removed and clean installed deepbot, this finally got deepbot to launch! however, as soon as I try hitting connect, it crashes again. below is the crash report:
01 Oct 11:17:16,531 - 0.8.0.6: Crashed Could not load file or assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
01 Oct 11:17:16,567 - 0.8.0.6: Crashed at DeepBot.Main.#P4b()
at DeepBot.Main.#IO(Object #R8, EventArgs #S8)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at PulseButton.PulseButton.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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)
trying to run any updates manually or through the main interface leads to this crash report:
I'm at a loss as to what to do as I can't get deepbot running at all atm