Author Topic: Deepbot stopped working after I updated  (Read 2615 times)

0 Members and 1 Guest are viewing this topic.

Charisma

  • Youngling
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
  • Twitch Name: OpenRaid
Deepbot stopped working after I updated
« on: April 13, 2014, 05:40:43 PM »
I just updated my bot tonight (4/13) and now it doesn't load up:

Code: [Select]
13 Apr 03:29:42,255 - 0.4.1.0: Crashed Could not load file or assembly 'CefSharp.dll' or one of its dependencies. The specified module could not be found.
13 Apr 03:29:42,287 - 0.4.1.0: Crashed    at DeepBot.Music.panelMusic..ctor()
   at DeepBot.Main.InitializeComponent()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
13 Apr 03:29:57,871 - 0.4.1.0: Crashed Could not load file or assembly 'CefSharp.dll' or one of its dependencies. The specified module could not be found.
13 Apr 03:29:57,887 - 0.4.1.0: Crashed    at DeepBot.Music.panelMusic..ctor()
   at DeepBot.Main.InitializeComponent()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
13 Apr 03:30:06,662 - 0.4.1.0: Crashed Could not load file or assembly 'CefSharp.dll' or one of its dependencies. The specified module could not be found.
13 Apr 03:30:06,678 - 0.4.1.0: Crashed    at DeepBot.Music.panelMusic..ctor()
   at DeepBot.Main.InitializeComponent()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
13 Apr 03:30:26,724 - 0.4.1.0: Crashed Could not load file or assembly 'CefSharp.dll' or one of its dependencies. The specified module could not be found.
13 Apr 03:30:26,740 - 0.4.1.0: Crashed    at DeepBot.Music.panelMusic..ctor()
   at DeepBot.Main.InitializeComponent()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
13 Apr 03:32:53,109 - 0.4.1.0: Crashed Could not load file or assembly 'CefSharp.dll' or one of its dependencies. The specified module could not be found.
13 Apr 03:32:53,169 - 0.4.1.0: Crashed    at DeepBot.Music.panelMusic..ctor()
   at DeepBot.Main.InitializeComponent()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
13 Apr 03:35:30,576 - 0.4.1.0: Crashed Could not load file or assembly 'CefSharp.dll' or one of its dependencies. The specified module could not be found.
13 Apr 03:35:30,586 - 0.4.1.0: Crashed    at DeepBot.Music.panelMusic..ctor()
   at DeepBot.Main.InitializeComponent()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()


ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Deepbot stopped working after I updated
« Reply #1 on: April 13, 2014, 06:50:27 PM »
You most likely are missing a Microsoft module - You will need to install VC++ 2012 Redistribuable (x86) from Microsoft ( http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/vcredist_x86.exe )

It is detailed in the change log.