Author Topic: Deepbot crashes on startup - crashed sound api  (Read 1591 times)

0 Members and 2 Guests are viewing this topic.

Ziverge

  • Youngling
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Ziverge
Deepbot crashes on startup - crashed sound api
« on: July 24, 2015, 02:28:27 AM »
i have been away for awhile due to an injury on deployment all that taken care of and next month i start my 2 year live-stream challenge  but when i load up DeepBot it crashes, below is the error log. i also did a search on the forums and most i found mentioned converting so i downloaded the program mentioned for converting i did not see PCM so just reconverted them to .wave and it still crashes, even tried to remove them all together and still crashes. any help would be great.

Thank you for your time.

Code: [Select]
17 Apr 14:59:06,664 - 0.4.1.0: Crashed Sound API only supports playing PCM wave files.
17 Apr 14:59:06,768 - 0.4.1.0: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.Main.PlayNewFollowerSound()
   at DeepBot.Main.btnFollowerPlay_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs 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.Label.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)
17 Apr 14:59:09,299 - 0.4.1.0: Crashed Sound API only supports playing PCM wave files.
17 Apr 14:59:09,299 - 0.4.1.0: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.Main.PlayNewFollowerSound()
   at DeepBot.Main.btnFollowerPlay_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs 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.Label.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)
17 Apr 14:59:24,004 - 0.4.1.0: Crashed Sound API only supports playing PCM wave files.
17 Apr 14:59:24,005 - 0.4.1.0: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.Main.PlayNewFollowerSound()
   at DeepBot.Main.btnFollowerPlay_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs 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.Label.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)
17 Apr 18:58:43,967 - 0.4.1.0: Error saving Music text files for ID : TFtAdOv4ibU. The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at DeepBot.Music.panelMusic.playVideo(String id)
18 Apr 05:18:31,159 - 0.4.1.0: Error saving Music text files for ID : TFtAdOv4ibU. The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at DeepBot.Music.panelMusic.playVideo(String id)
18 Apr 09:54:42,354 - 0.4.1.0: Error saving Music text files for ID : TFtAdOv4ibU. The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at DeepBot.Music.panelMusic.playVideo(String id)
18 Apr 16:24:17,330 - 0.4.1.0: Crashed Sound API only supports playing PCM wave files.
18 Apr 16:24:17,594 - 0.4.1.0: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.Main.PlayNewFollowerSound()
   at DeepBot.Main.btnFollowerPlay_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs 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.Label.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)
19 Apr 00:05:58,084 - 0.4.1.0: Crashed Sound API only supports playing PCM wave files.
19 Apr 00:05:58,130 - 0.4.1.0: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.OnScreenNotificationManager.PlayNewSound(String sound)
   at DeepBot.OnScreenNotificationManager.EnqueueFollowNotification(String followername)
   at DeepBot.Main.getFollows_FetchedFollowers(Object arg1, GetFollowEventArgs arg2)
   at DeepBot.TwitchAPI.TwitchGetFollows.OnFetchedFollowers(GetFollowEventArgs e)
   at DeepBot.TwitchAPI.TwitchGetFollows.getFollowers_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
19 Apr 00:06:02,220 - 0.4.1.0: Error saving Music text files for ID : TFtAdOv4ibU. The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at DeepBot.Music.panelMusic.playVideo(String id)
19 Apr 00:06:17,374 - 0.4.1.0: Crashed Sound API only supports playing PCM wave files.
19 Apr 00:06:17,374 - 0.4.1.0: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.OnScreenNotificationManager.PlayNewSound(String sound)
   at DeepBot.OnScreenNotificationManager.EnqueueFollowNotification(String followername)
   at DeepBot.Main.getFollows_FetchedFollowers(Object arg1, GetFollowEventArgs arg2)
   at DeepBot.TwitchAPI.TwitchGetFollows.OnFetchedFollowers(GetFollowEventArgs e)
   at DeepBot.TwitchAPI.TwitchGetFollows.getFollowers_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
19 Apr 04:04:16,799 - 0.4.1.0: Error - Unable to upload stream info: Unable to connect to the remote server
   at System.Net.WebClient.UploadValues(Uri address, String method, NameValueCollection data)
   at System.Net.WebClient.UploadValues(String address, NameValueCollection data)
   at DeepBot.DeepBotAPI.DeepBotStreamInfo.<>c__DisplayClass1.<streamInfo>b__0(Object param0)
20 Apr 21:37:10,811 - 0.4.1.0: Crashed Sound API only supports playing PCM wave files.
20 Apr 21:37:10,896 - 0.4.1.0: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.OnScreenNotificationManager.PlayNewSound(String sound)
   at DeepBot.OnScreenNotificationManager.EnqueueFollowNotification(String followername)
   at DeepBot.Main.getFollows_FetchedFollowers(Object arg1, GetFollowEventArgs arg2)
   at DeepBot.TwitchAPI.TwitchGetFollows.OnFetchedFollowers(GetFollowEventArgs e)
   at DeepBot.TwitchAPI.TwitchGetFollows.getFollowers_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
   at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
20 Apr 21:40:50,404 - 0.4.1.0: Crashed Sound API only supports playing PCM wave files.
20 Apr 21:40:50,445 - 0.4.1.0: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.Main.PlayNewFollowerSound()
   at DeepBot.Main.btnFollowerPlay_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs 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.Label.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)
20 Apr 21:40:53,975 - 0.4.1.0: Crashed Sound API only supports playing PCM wave files.
20 Apr 21:40:53,975 - 0.4.1.0: Crashed    at System.Media.SoundPlayer.ValidateSoundFile(String fileName)
   at System.Media.SoundPlayer.LoadAndPlay(Int32 flags)
   at System.Media.SoundPlayer.Play()
   at DeepBot.Main.PlayNewFollowerSound()
   at DeepBot.Main.btnFollowerPlay_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs 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.Label.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)
22 Apr 07:14:04,525 - 0.4.1.0: Error saving Music text files for ID : TFtAdOv4ibU. The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at DeepBot.Music.panelMusic.playVideo(String id)
23 Apr 18:26:04,683 - 0.4.1.0: Error saving Music text files for ID : TFtAdOv4ibU. The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at DeepBot.Music.panelMusic.playVideo(String id)
28 Apr 18:38:31,825 - 0.4.1.0: Error saving Music text files for ID : TFtAdOv4ibU. The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at DeepBot.Music.panelMusic.playVideo(String id)
03 May 19:03:31,873 - 0.4.1.0: Error saving Music text files for ID : TFtAdOv4ibU. The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at DeepBot.Music.panelMusic.playVideo(String id)
12 May 05:35:51,479 - 0.4.2.0: Error - Unable to upload stream info: Unable to connect to the remote server
   at System.Net.WebClient.UploadValues(Uri address, String method, NameValueCollection data)
   at System.Net.WebClient.UploadValues(String address, NameValueCollection data)
   at DeepBot.DeepBotAPI.DeepBotStreamInfo.<>c__DisplayClass1.<streamInfo>b__0(Object param0)
25 May 10:46:43,351 - 0.4.2.0: Crashed Invalid length for a Base-64 char array or string.
25 May 10:46:43,561 - 0.4.2.0: 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()
06 Jul 14:12:07,796 - 0.4.4.1: Error - Unable to upload stream info: Unable to connect to the remote server
   at System.Net.WebClient.UploadValues(Uri address, String method, NameValueCollection data)
   at System.Net.WebClient.UploadValues(String address, NameValueCollection data)
   at DeepBot.DeepBotAPI.DeepBotStreamInfo.<>c__DisplayClass1.<streamInfo>b__0(Object param0)
23 Jul 13:59:33,012 - 0.4.1.0: Crashed The ObjectManager found an invalid number of fixups. This usually indicates a problem in the Formatter.
23 Jul 13:59:33,078 - 0.4.1.0: Crashed    at System.Runtime.Serialization.ObjectManager.DoFixups()
   at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at ChannelMessages.ChanMsg.LoadUserConfig()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
23 Jul 14:00:14,568 - 0.4.1.0: Crashed The ObjectManager found an invalid number of fixups. This usually indicates a problem in the Formatter.
23 Jul 14:00:14,574 - 0.4.1.0: Crashed    at System.Runtime.Serialization.ObjectManager.DoFixups()
   at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at ChannelMessages.ChanMsg.LoadUserConfig()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
23 Jul 14:02:01,961 - 0.4.1.0: Crashed The ObjectManager found an invalid number of fixups. This usually indicates a problem in the Formatter.
23 Jul 14:02:01,968 - 0.4.1.0: Crashed    at System.Runtime.Serialization.ObjectManager.DoFixups()
   at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at ChannelMessages.ChanMsg.LoadUserConfig()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
23 Jul 14:08:19,992 - 0.4.1.0: Crashed The ObjectManager found an invalid number of fixups. This usually indicates a problem in the Formatter.
23 Jul 14:08:20,000 - 0.4.1.0: Crashed    at System.Runtime.Serialization.ObjectManager.DoFixups()
   at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at ChannelMessages.ChanMsg.LoadUserConfig()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
23 Jul 14:15:02,432 - 0.4.1.0: Crashed The ObjectManager found an invalid number of fixups. This usually indicates a problem in the Formatter.
23 Jul 14:15:02,439 - 0.4.1.0: Crashed    at System.Runtime.Serialization.ObjectManager.DoFixups()
   at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at ChannelMessages.ChanMsg.LoadUserConfig()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
23 Jul 14:15:31,331 - 0.4.1.0: Crashed The ObjectManager found an invalid number of fixups. This usually indicates a problem in the Formatter.
23 Jul 14:15:31,338 - 0.4.1.0: Crashed    at System.Runtime.Serialization.ObjectManager.DoFixups()
   at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at ChannelMessages.ChanMsg.LoadUserConfig()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
23 Jul 14:22:06,614 - 0.4.1.0: Crashed The ObjectManager found an invalid number of fixups. This usually indicates a problem in the Formatter.
23 Jul 14:22:06,621 - 0.4.1.0: Crashed    at System.Runtime.Serialization.ObjectManager.DoFixups()
   at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at ChannelMessages.ChanMsg.LoadUserConfig()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
23 Jul 14:23:06,190 - 0.4.1.0: Crashed The ObjectManager found an invalid number of fixups. This usually indicates a problem in the Formatter.
23 Jul 14:23:06,197 - 0.4.1.0: Crashed    at System.Runtime.Serialization.ObjectManager.DoFixups()
   at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
   at ChannelMessages.ChanMsg.LoadUserConfig()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
« Last Edit: July 24, 2015, 02:33:34 AM by Ziverge »

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Deepbot crashes on startup - crashed sound api
« Reply #1 on: July 24, 2015, 03:15:47 AM »
You are using a very outdated version.  Try running the update.exe file in your DeepBot directory.  If that doesn't work, I would recommend reinstalling.

Ziverge

  • Youngling
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Ziverge
Re: Deepbot crashes on startup - crashed sound api
« Reply #2 on: July 24, 2015, 03:41:51 AM »
the update.exe does not seem to work and i did reinstall, i tried to find the email / msg with the download so i could just re-download it as well but was unable to find anything and my messages inbox was empty

ok i uninstalled again and deleted the folder this time and reinstalled, now i get the following error report
i have never had any issues with deepbot not sure why my luck has not been going well trying to get everything set back up =/


Code: [Select]
23 Jul 15:44:19,752 - 0.4.1.0: Crashed Execution of authentication request returned unexpected result: 404
23 Jul 15:44:19,760 - 0.4.1.0: Crashed    at Google.GData.Client.Utilities.getAuthException(TokenCollection tokens, HttpWebResponse response)
   at Google.GData.Client.Utilities.QueryClientLoginToken(GDataCredentials gc, String serviceName, String applicationName, Boolean fUseKeepAlive, IWebProxy proxyServer, Uri clientLoginHandler)
   at Google.GData.Client.GDataGAuthRequest.QueryAuthToken(GDataCredentials gc)
   at Google.GData.Client.GDataGAuthRequest.EnsureCredentials()
   at Google.GData.Client.GDataRequest.EnsureWebRequest()
   at Google.GData.Client.GDataGAuthRequest.EnsureWebRequest()
   at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.Query(Uri queryUri, DateTime ifModifiedSince, String etag, Int64& contentLength)
   at Google.GData.Client.Service.Query(FeedQuery feedQuery)
   at GDataDB.DatabaseClient.GetDatabase(String name)
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
23 Jul 15:45:05,986 - 0.4.1.0: Crashed Execution of authentication request returned unexpected result: 404
23 Jul 15:45:05,993 - 0.4.1.0: Crashed    at Google.GData.Client.Utilities.getAuthException(TokenCollection tokens, HttpWebResponse response)
   at Google.GData.Client.Utilities.QueryClientLoginToken(GDataCredentials gc, String serviceName, String applicationName, Boolean fUseKeepAlive, IWebProxy proxyServer, Uri clientLoginHandler)
   at Google.GData.Client.GDataGAuthRequest.QueryAuthToken(GDataCredentials gc)
   at Google.GData.Client.GDataGAuthRequest.EnsureCredentials()
   at Google.GData.Client.GDataRequest.EnsureWebRequest()
   at Google.GData.Client.GDataGAuthRequest.EnsureWebRequest()
   at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.Query(Uri queryUri, DateTime ifModifiedSince, String etag, Int64& contentLength)
   at Google.GData.Client.Service.Query(FeedQuery feedQuery)
   at GDataDB.DatabaseClient.GetDatabase(String name)
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
23 Jul 15:46:05,563 - 0.4.1.0: Crashed Execution of authentication request returned unexpected result: 404
23 Jul 15:46:05,569 - 0.4.1.0: Crashed    at Google.GData.Client.Utilities.getAuthException(TokenCollection tokens, HttpWebResponse response)
   at Google.GData.Client.Utilities.QueryClientLoginToken(GDataCredentials gc, String serviceName, String applicationName, Boolean fUseKeepAlive, IWebProxy proxyServer, Uri clientLoginHandler)
   at Google.GData.Client.GDataGAuthRequest.QueryAuthToken(GDataCredentials gc)
   at Google.GData.Client.GDataGAuthRequest.EnsureCredentials()
   at Google.GData.Client.GDataRequest.EnsureWebRequest()
   at Google.GData.Client.GDataGAuthRequest.EnsureWebRequest()
   at Google.GData.Client.GDataRequest.Execute()
   at Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter)
   at Google.GData.Client.GDataGAuthRequest.Execute()
   at Google.GData.Client.Service.Query(Uri queryUri, DateTime ifModifiedSince, String etag, Int64& contentLength)
   at Google.GData.Client.Service.Query(FeedQuery feedQuery)
   at GDataDB.DatabaseClient.GetDatabase(String name)
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()
« Last Edit: July 24, 2015, 03:48:01 AM by Ziverge »

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Deepbot crashes on startup - crashed sound api
« Reply #3 on: July 24, 2015, 03:58:54 AM »
You are using an outdated version of DeepBot that is no longer supported.  That is why it crashes on launch.  I have pm'd you the download link to reinstall DeepBot with.  In the future, always keep DeepBot up to date to avoid issues like this.