OpportunityLiu / E-Viewer

An UWP Client for https://e-hentai.org.
GNU General Public License v3.0
724 stars 30 forks source link

Fix crash in System.StubHelpers.StubHelpers.GetCOMIPFromRCW_WinRT #35

Closed OpportunityLiu closed 7 years ago

OpportunityLiu commented 7 years ago

Version: 2016.9.21.0 | ExViewer

Stacktrace

System.StubHelpers.StubHelpers;GetCOMIPFromRCW_WinRT;;
Windows.Foundation.IAsyncOperation`1;put_Completed;;
System.WindowsRuntimeSystemExtensions;AsTask[TResult];;
System.WindowsRuntimeSystemExtensions;GetAwaiter[TResult];;
ExViewer.Views.SplashControl.d__17;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
System.Runtime.CompilerServices.TaskAwaiter;GetResult;;
ExViewer.Views.SplashControl.<b__16_0>d;MoveNext;;
System.Runtime.CompilerServices.TaskAwaiter;ThrowForNonSuccess;;
System.Runtime.CompilerServices.TaskAwaiter;HandleNonSuccessAndDebuggerNotification;;
System.Runtime.CompilerServices.TaskAwaiter;GetResult;;
ExViewer.Views.SplashControl.d__16;MoveNext;;
System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c;b__6_0;;
System.Threading.WinRTSynchronizationContext.Invoker;InvokeCore;;
Windows.ApplicationModel.Core.UnhandledError;Propagate;;
Microsoft.HockeyApp.Extensibility.Windows.UnhandledExceptionTelemetryModule;CoreApplication_UnhandledErrorDetected;;

Reason

Unable to cast object of type 'System.__ComObject' to type 'Windows.Foundation.IAsyncOperation`1[Windows.UI.Xaml.Controls.ContentDialogResult]'.

Link to HockeyApp