inorton / EDMCHits

System safety reports for EDMC
34 stars 6 forks source link

EDMCOverlay exception: There are no context policies. #12

Closed seldonlabs closed 6 years ago

seldonlabs commented 6 years ago

I had HITS working for a day but now I have this exception with EDMCOverlay.exe:

2018-01-06T23:22:23 OverlayRenderer: Loading fonts..
2018-01-06T23:22:23 OverlayJsonServer: JSON server thread startup
2018-01-06T23:22:23 EDMCOverlay: unhandled exception!!: Name:EDMCOverlay.exe
There are no context policies.
 System.UnhandledExceptionEventArgs
2018-01-06T23:22:23 EDMCOverlay:    at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
   at System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited)
   at System.Diagnostics.Process.get_HasExited()
   at EDMCOverlay.OverlayRenderer.StartUpdate()
   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.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
seldonlabs commented 6 years ago

The exception is thrown here: https://i.imgur.com/497BcWg.jpg

seldonlabs commented 6 years ago

Fixed after a reboot so maybe this exception is aleatory.

inorton commented 6 years ago

Very odd. It looks like one of those exceptions I just can't catch