Author Topic: Deep bot crash at launch.  (Read 1791 times)

0 Members and 1 Guest are viewing this topic.

Baalin911

  • Youngling
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
  • Twitch Name: pantslessgamers
Deep bot crash at launch.
« on: May 27, 2014, 09:10:22 AM »
Hey Experts.  Recently tried to update to the latest version of Deepbot (I don't update frequently.... I am not a smart man).  But after the installation was complete every time I launch the program it crashes.  Below is the errorlog posted when launching.

26 May 21:04:18,181 - 0.4.3.2: Crashed    at DeepBot.Music.panelMusic..ctor()
   at DeepBot.Main.InitializeComponent()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()

Another error log (I'm not sure if relevant) from yesterday.


25 May 14:13:18,814 - 0.4.0.1: Crashed Invalid length for a Base-64 char array or string.
25 May 14:13:18,988 - 0.4.0.1: Crashed    at System.Convert.FromBase64_Decode(Char* startInputPtr, Int32 inputLength, Byte* startDestPtr, Int32 destLength)
   at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
   at System.Convert.FromBase64String(String s)
   at DeepBot.AdminParser.DecodeFrom64(String encodedData)
   at DeepBot.AdminParser.parseAdminChat(Main mainForm, String name, String msg)
   at DeepBot.Main.recvMessageQueue()
   at DeepBot.Main.EnqueueChanMessage(String chan, String name, String message, Boolean parse, Boolean red)
   at DeepBot.Main.<>c__DisplayClass17.<InvokeRecievedChanMessage>b__16()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

Any help would be appreciated.  Thanks a bushel and a peck more for the program!

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Deep bot crash at launch.
« Reply #1 on: May 27, 2014, 07:27:16 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 )<br /><br />Alternatively, reinstalling DeepBot will automatically install this as well.

Sent from my SM-N9005 using Tapatalk


Baalin911

  • Youngling
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
  • Twitch Name: pantslessgamers
Re: Deep bot crash at launch.
« Reply #2 on: May 28, 2014, 01:03:08 AM »
perfect, it's back up and running.  Thanks mate!