Author Topic: Error When Trying to Load bot  (Read 1489 times)

0 Members and 1 Guest are viewing this topic.

Stompalittle

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: stompalittle
Error When Trying to Load bot
« on: April 09, 2014, 10:33:43 PM »
Hey guys Stomp here, I recently updated my bot and now its giving me

09 Apr 10:32:43,293 - 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.
09 Apr 10:32:43,298 - 0.4.1.0: Crashed    at DeepBot.Music.panelMusic..ctor()
   at DeepBot.Main.InitializeComponent()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()

Help please :)

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Error When Trying to Load bot
« Reply #1 on: April 09, 2014, 10:38:08 PM »
You most likely are missing the 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.

Stompalittle

  • Youngling
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
  • Twitch Name: stompalittle
Re: Error When Trying to Load bot
« Reply #2 on: April 09, 2014, 10:40:00 PM »
Downloaded and is now working!

Thank you very much.