-
Notifications
You must be signed in to change notification settings - Fork 9
Description
2017.08.13 10:05
System.OutOfMemoryException: Zgłoszono wyjątek typu 'System.OutOfMemoryException'.
w System.Threading.Thread.StartInternal(IPrincipal principal, StackCrawlMark& stackMark)
w System.Threading.Thread.Start(StackCrawlMark& stackMark)
w System.Threading.Thread.Start()
w D2Bot.Program.SendCopyData(IntPtr hWnd, String msg, IntPtr id, Int32 delay, Int32 retry)
w D2Bot.Main.HandleMessage(IntPtr hWnd, String message)
w D2Bot.Main.b__52_0()
It happens when you loose internet connection for some time.
Popup with information about exception and d2bot shutdown appears constantly even after clicking ok.
Stopping all running bots, clicking ok on popup then start again bots allow you to continue.
Otherwise popup appears again even after clicking OK.
In old versions clicking ok was causing d2bot crash/shutdown.