Advertisement
Guest User

EVEmon linux error

a guest
Jun 7th, 2017
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.56 KB | None | 0 0
  1. EVEMon Version: 3.0.3.4658
  2. .NET Runtime Version: 4.0.30319.17929
  3. Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
  4. Executable Path: Z:\home\***\EVEMon\EVEMon.exe
  5.  
  6. System.AggregateException: One or more errors occurred. ---> System.MethodAccessException: Attempt by method 'EVEMon.Common.Service.EveIDToName.UpdateOnOneSecondTickAsync()' to access method 'System.Threading.Tasks.Task.get_CompletedTask()' failed.
  7. at EVEMon.Common.Service.EveIDToName.UpdateOnOneSecondTickAsync() in EVEMon.Common\Service\EveIDToName.cs:line 231
  8. at EVEMon.Common.Service.EveIDToName.<EveMonClient_TimerTick>d__9.MoveNext() in EVEMon.Common\Service\EveIDToName.cs:line 0
  9. --- End of stack trace from previous location where exception was thrown ---
  10. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state)
  11. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  12. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  13. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  14. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  15. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  16. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  17. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  18. at System.Windows.Threading.DispatcherOperation.Invoke()
  19. at System.Windows.Threading.Dispatcher.ProcessQueue()
  20. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  21. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  22. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  23. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  24. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  25. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  26. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  27. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  28. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  29. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  30. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  31. at System.Windows.Forms.Application.Run(Form mainForm)
  32. at EVEMon.Program.<StartupAsync>d__4.MoveNext() in EVEMon\Program.cs:line 89
  33. --- End of inner exception stack trace ---
  34. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  35. at EVEMon.Program.Main() in EVEMon\Program.cs:line 34
  36. ---> (Inner Exception #0) System.MethodAccessException: Attempt by method 'EVEMon.Common.Service.EveIDToName.UpdateOnOneSecondTickAsync()' to access method 'System.Threading.Tasks.Task.get_CompletedTask()' failed.
  37. at EVEMon.Common.Service.EveIDToName.UpdateOnOneSecondTickAsync() in EVEMon.Common\Service\EveIDToName.cs:line 231
  38. at EVEMon.Common.Service.EveIDToName.<EveMonClient_TimerTick>d__9.MoveNext() in EVEMon.Common\Service\EveIDToName.cs:line 0
  39. --- End of stack trace from previous location where exception was thrown ---
  40. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state)
  41. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  42. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  43. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  44. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  45. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  46. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  47. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  48. at System.Windows.Threading.DispatcherOperation.Invoke()
  49. at System.Windows.Threading.Dispatcher.ProcessQueue()
  50. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  51. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  52. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  53. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  54. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  55. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  56. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  57. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  58. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  59. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  60. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  61. at System.Windows.Forms.Application.Run(Form mainForm)
  62. at EVEMon.Program.<StartupAsync>d__4.MoveNext() in EVEMon\Program.cs:line 89<---
  63.  
  64.  
  65. System.MethodAccessException: Attempt by method 'EVEMon.Common.Service.EveIDToName.UpdateOnOneSecondTickAsync()' to access method 'System.Threading.Tasks.Task.get_CompletedTask()' failed.
  66. at EVEMon.Common.Service.EveIDToName.UpdateOnOneSecondTickAsync() in EVEMon.Common\Service\EveIDToName.cs:line 231
  67. at EVEMon.Common.Service.EveIDToName.<EveMonClient_TimerTick>d__9.MoveNext() in EVEMon.Common\Service\EveIDToName.cs:line 0
  68. --- End of stack trace from previous location where exception was thrown ---
  69. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__0(Object state)
  70. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  71. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  72. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  73. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  74. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  75. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  76. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  77. at System.Windows.Threading.DispatcherOperation.Invoke()
  78. at System.Windows.Threading.Dispatcher.ProcessQueue()
  79. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  80. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  81. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  82. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  83. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  84. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  85. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  86. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  87. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  88. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  89. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  90. at System.Windows.Forms.Application.Run(Form mainForm)
  91. at EVEMon.Program.<StartupAsync>d__4.MoveNext() in EVEMon\Program.cs:line 89
  92.  
  93.  
  94. Datafile report:
  95. eve-blueprints-en-US.xml.gzip (201KiB - 219eb76e35e9c1df32d2b7f21268582c)
  96. eve-certificates-en-US.xml.gzip (45KiB - 540000f7c111354769a54fa31e57d411)
  97. eve-geography-en-US.xml.gzip (531KiB - c9f5f87b8d330a9807d8a29211547791)
  98. eve-items-en-US.xml.gzip (1980KiB - 4d7be11780cc5865d858cbbf5d3ed2c5)
  99. eve-masteries-en-US.xml.gzip (21KiB - 3668b50996fc40a0c0853fec427b5712)
  100. eve-properties-en-US.xml.gzip (57KiB - 1e561036689c116fd39755ed30c20bda)
  101. eve-reprocessing-en-US.xml.gzip (102KiB - 7ef72dae81f0dd200ef8f31c90fcb762)
  102. eve-skills-en-US.xml.gzip (23KiB - 5c6f3a9ea32a6f135b12f82ac6d8d2ce)
  103.  
  104.  
  105. Diagnostic Log:
  106. 0d 0h 00m 00s > Starting up
  107. 0d 0h 00m 00s > EveMonClient.Initialize - begin
  108. 0d 0h 00m 00s > EveMonClient.Initialize - done
  109. 0d 0h 00m 00s > Settings.Import - begin
  110. 0d 0h 00m 00s > EveMonClient.OnSchedulerChanged
  111. 0d 0h 00m 00s > Settings.Import - done
  112. 0d 0h 00m 00s > EveMonClient.OnSettingsChanged
  113. 0d 0h 00m 00s > Main loop - start
  114. 0d 0h 00m 02s > MainWindow.OnLoad
  115. 0d 0h 00m 02s > TimeCheck.ScheduleCheck - in 00:00:01
  116. 0d 0h 00m 02s > UpdateManager.ScheduleCheck - in 00:00:10
  117. 0d 0h 00m 02s > Main window - loaded
  118. 0d 0h 00m 02s > Datafiles.Load - begin
  119. 0d 0h 00m 03s > TimeCheck.BeginCheckAsync
  120. 0d 0h 00m 03s > EveMonClient.Shutdown
  121. 0d 0h 00m 03s > Closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement