Advertisement
Guest User

evemon startup crash

a guest
Jun 17th, 2016
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. EVEMon Version: 3.0.2.4644
  2. .NET Runtime Version: 4.0.30319.42000
  3. Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
  4. Executable Path: "C:\Users\Joel\Documents\EVE\EVEMon\EVEMon.exe"
  5.  
  6. System.AggregateException: One or more errors occurred. ---> System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
  7. Parameter name: length
  8. at System.String.Substring(Int32 startIndex, Int32 length)
  9. at EVEMon.Common.Scheduling.RecurringScheduleEntry..ctor(SerializableRecurringScheduleEntry serial) in EVEMon.Common\Scheduling\RecurringScheduleEntry.cs:line 31
  10. at EVEMon.Common.Scheduling.Scheduler.Import(SchedulerSettings serial) in EVEMon.Common\Scheduling\Scheduler.cs:line 98
  11. at EVEMon.Common.Settings.Import() in EVEMon.Common\Settings.cs:line 206
  12. at EVEMon.Common.Settings.Initialize() in EVEMon.Common\Settings.cs:line 418
  13. at EVEMon.Program.<StartupAsync>d__4.MoveNext() in EVEMon\Program.cs:line 81
  14. --- End of inner exception stack trace ---
  15. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  16. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  17. at EVEMon.Program.Main() in EVEMon\Program.cs:line 35
  18. ---> (Inner Exception #0) System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
  19. Parameter name: length
  20. at System.String.Substring(Int32 startIndex, Int32 length)
  21. at EVEMon.Common.Scheduling.RecurringScheduleEntry..ctor(SerializableRecurringScheduleEntry serial) in EVEMon.Common\Scheduling\RecurringScheduleEntry.cs:line 31
  22. at EVEMon.Common.Scheduling.Scheduler.Import(SchedulerSettings serial) in EVEMon.Common\Scheduling\Scheduler.cs:line 98
  23. at EVEMon.Common.Settings.Import() in EVEMon.Common\Settings.cs:line 206
  24. at EVEMon.Common.Settings.Initialize() in EVEMon.Common\Settings.cs:line 418
  25. at EVEMon.Program.<StartupAsync>d__4.MoveNext() in EVEMon\Program.cs:line 81<---
  26.  
  27.  
  28. System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
  29. Parameter name: length
  30. at System.String.Substring(Int32 startIndex, Int32 length)
  31. at EVEMon.Common.Scheduling.RecurringScheduleEntry..ctor(SerializableRecurringScheduleEntry serial) in EVEMon.Common\Scheduling\RecurringScheduleEntry.cs:line 31
  32. at EVEMon.Common.Scheduling.Scheduler.Import(SchedulerSettings serial) in EVEMon.Common\Scheduling\Scheduler.cs:line 98
  33. at EVEMon.Common.Settings.Import() in EVEMon.Common\Settings.cs:line 206
  34. at EVEMon.Common.Settings.Initialize() in EVEMon.Common\Settings.cs:line 418
  35. at EVEMon.Program.<StartupAsync>d__4.MoveNext() in EVEMon\Program.cs:line 81
  36.  
  37.  
  38. Datafile report:
  39. eve-blueprints-en-US.xml.gzip (193KiB - 8d9de77fb1705dd1e739ba10c583eb03)
  40. eve-certificates-en-US.xml.gzip (44KiB - e30974b3980b6bd80f21b71ffa1d0ebd)
  41. eve-geography-en-US.xml.gzip (531KiB - c60dd6b987340ff7d848f7eedc5a39c4)
  42. eve-items-en-US.xml.gzip (1761KiB - b534807e3fbd97ff8955a024fd8bc93b)
  43. eve-masteries-en-US.xml.gzip (20KiB - 7b07e6d5609b7277c3cbf4e486430240)
  44. eve-properties-en-US.xml.gzip (53KiB - 6c5771edd993e540d77679daf91e2c35)
  45. eve-reprocessing-en-US.xml.gzip (97KiB - 0274d4572164cf2ecdebc36b887886fd)
  46. eve-skills-en-US.xml.gzip (23KiB - 72e19887522d7cf27e077406618e3872)
  47.  
  48.  
  49. Diagnostic Log:
  50. 0d 0h 00m 00s > Starting up
  51. 0d 0h 00m 00s > EveMonClient.Initialize - begin
  52. 0d 0h 00m 00s > Program.StartupAsync - done
  53. 0d 0h 00m 00s > Settings.TryDeserializeFromFile - begin
  54. 0d 0h 00m 02s > Settings.TryDeserializeFromFile - done
  55. 0d 0h 00m 02s > Settings.Import - begin
  56. 0d 0h 00m 02s > Settings.Import - done
  57. 0d 0h 00m 02s > EveMonClient.OnSettingsChanged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement