OpportunityLiu / E-Viewer

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

Fix (Exception in Windows.UI.Xaml.Controls.ContentDialog..ctor #34

Closed OpportunityLiu closed 7 years ago

OpportunityLiu commented 7 years ago

Version: 2016.9.21.0 | ExViewer

Stacktrace

Windows.UI.Xaml.Controls.ContentDialog.;ctor;;
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

应用程序调用一个已为另一线程整理的接口。 (Exception from HRESULT: 0x8001010E (RPC_E_WRONG_THREAD))

Link to HockeyApp