pingzing / trippit

An experimental Windows 10 Helsinki DigiTransit client
MIT License
1 stars 1 forks source link

Fix its Exception in System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess #42

Open pingzing opened 7 years ago

pingzing commented 7 years ago

Version: 1.0.2.0 | DigiTransit10

Stacktrace

System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
System.IO.WindowsRuntimeStorageExtensions.d__3;MoveNext;;
System.IO.WindowsRuntimeStorageExtensions.d__3;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
MetroLog.FileTarget.d__8;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
MetroLog.Targets.FileTargetBase.d__28;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
MetroLog.Targets.FileTargetBase.d__26;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
MetroLog.Targets.Target.d__5;MoveNext;;

Reason

A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)))

Link to HockeyApp

pingzing commented 7 years ago

This is just MetroLog being noisy. Nothing we can do about it.

todo: make hockeyapp ignore these