Author Topic: Bot crashes upon startup  (Read 1847 times)

0 Members and 2 Guests are viewing this topic.

AmpfyBot

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: AmpfyLIVE
Bot crashes upon startup
« on: July 10, 2014, 09:58:44 AM »
I keep getting the error "Oops! I have crashed. Saving crash log to errorlog.txt. Please send this to expertsonline providing any additional information on the crash." If you have any insight to solve this problem I would appreciate it!!

Dante557

  • Advisor
  • Councilor
  • **
  • Posts: 555
  • Karma: +26/-0
  • Sometimes Helpful, Sometimes Not :D
    • View Profile
    • My Twitch Page
  • Twitch Name: Dante557
Re: Bot crashes upon startup
« Reply #1 on: July 10, 2014, 10:17:42 AM »
Can you post the error log? You can find this in your logs folder where you installed Deepbot

Thanks,
Dante557
If you need to get through to me you can try to contact me on Twitter @ http://www.twitter.com/dante556

AmpfyBot

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: AmpfyLIVE
Re: Bot crashes upon startup
« Reply #2 on: July 10, 2014, 03:55:29 PM »
here is the errorlog

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Bot crashes upon startup
« Reply #3 on: July 10, 2014, 11:38:29 PM »
It appears your usersconfig file is corrupted. Try to restore from backups which exist in the following folders:
30min interval backups: backups/0/
6hr interval backups: backups/1/
24hr interval backups: backups/2/

To restore a backup:
Close DeepBot
rename current usersconfig.bin to usersconfig_bak.bin (This is the backup of your current database)
Find the usersconfig.bin file with the appropriate timestamp that you want to restore from the backups\ folder and copy it
Paste the file in the main folder (where the original usersconfig.bin was)
Rename the backup file to usersconfig.bin (removing the timestamp)
Start DeepBot

Regards,
Experts

fatpally

  • Youngling
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
  • Twitch Name: fatpally
Re: Bot crashes upon startup
« Reply #4 on: July 24, 2014, 04:15:39 AM »
i get this error when it crashes

23 Jul 16:15:05,900 - 0.4.4.2: Crashed    at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
   at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)
   at DeepBot.BackupManager.LoadSnapshots()
   at DeepBot.BackupManager..ctor()
   at DeepBot.Main..ctor()
   at DeepBot.Program.Main()