-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I am trying to run Farplane under Linux using Wine, this is the output (FFX on Linux with Proton works fine):
Unhandled Exception:
System.Runtime.InteropServices.COMException (0x88980406)
at MS.Internal.HRESULT.Check (System.Int32 hr) [0x00016] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.Composition.DUCE+Channel.SyncFlush () [0x00023] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.MediaContext.CompleteRender () [0x0011b] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Interop.HwndTarget.OnResize () [0x000e4] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Interop.HwndTarget.HandleMessage (MS.Internal.Interop.WindowMessage msg, System.IntPtr wparam, System.IntPtr lparam) [0x00388] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x00022] in <c4350aacca2440de8153814ab6a87651>:0
at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x0003a] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl (System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, System.Object args, System.Int32 numArgs) [0x000fc] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in <c22ee09d6c614664963b3b2e608be2ad>:0
at (wrapper native-to-managed) MS.Win32.HwndSubclass.SubclassWndProc(intptr,int,intptr,intptr)
at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.CallWindowProc(intptr,intptr,int,intptr,intptr)
at MS.Win32.HwndSubclass.DefWndProcWrapper (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00001] in <c22ee09d6c614664963b3b2e608be2ad>:0
at (wrapper native-to-managed) MS.Win32.HwndSubclass.DefWndProcWrapper(intptr,int,intptr,intptr)
at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.CallWindowProc(intptr,intptr,int,intptr,intptr)
at MS.Win32.HwndSubclass.CallOldWindowProc (System.IntPtr oldWndProc, System.IntPtr hwnd, MS.Internal.Interop.WindowMessage msg, System.IntPtr wParam, System.IntPtr lParam) [0x00001] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x001b2] in <c22ee09d6c614664963b3b2e608be2ad>:0
at (wrapper native-to-managed) MS.Win32.HwndSubclass.SubclassWndProc(intptr,int,intptr,intptr)
at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.SetWindowPos(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef,int,int,int,int,int)
at System.Windows.Window.SetupInitialState (System.Double requestedTop, System.Double requestedLeft, System.Double requestedWidth, System.Double requestedHeight) [0x00377] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Window.CreateSourceWindow (System.Boolean duringShow) [0x00186] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Window.CreateSourceWindowDuringShow () [0x00001] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Window.SafeCreateWindowDuringShow () [0x0000c] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Window.ShowHelper (System.Object booleanBox) [0x00057] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Window.Show () [0x00025] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at MahApps.Metro.Behaviours.GlowWindowBehavior.Show () [0x00008] in <ee31ba950c4d429a911de79739a50cf7>:0
at MahApps.Metro.Behaviours.GlowWindowBehavior.AssociatedObjectOnLoaded (System.Object sender, System.Windows.RoutedEventArgs routedEventArgs) [0x000b4] in <ee31ba950c4d429a911de79739a50cf7>:0
at System.Windows.RoutedEventHandlerInfo.InvokeHandler (System.Object target, System.Windows.RoutedEventArgs routedEventArgs) [0x0002a] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.RouteItem.InvokeHandler (System.Windows.RoutedEventArgs routedEventArgs) [0x00001] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.EventRoute.InvokeHandlersImpl (System.Object source, System.Windows.RoutedEventArgs args, System.Boolean reRaised) [0x00137] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.EventRoute.InvokeHandlers (System.Object source, System.Windows.RoutedEventArgs args) [0x00001] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.UIElement.RaiseEventImpl (System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args) [0x00060] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.UIElement.RaiseEvent (System.Windows.RoutedEventArgs e) [0x0001c] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.FrameworkElement.OnLoaded (System.Windows.RoutedEventArgs args) [0x00001] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at MS.Internal.FrameworkObject.OnLoaded (System.Windows.RoutedEventArgs args) [0x0000c] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.BroadcastEventHelper.BroadcastEvent (System.Windows.DependencyObject root, System.Windows.RoutedEvent routedEvent) [0x00051] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.BroadcastEventHelper.BroadcastLoadedSynchronously (System.Windows.DependencyObject rootDO, System.Boolean isLoaded) [0x0000a] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent (System.Object root) [0x00028] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at MS.Internal.LoadedOrUnloadedOperation.DoWork () [0x0000f] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks () [0x00042] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks () [0x00075] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.MediaContext.RenderMessageHandlerCore (System.Object resizedCompositionTarget) [0x00074] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.MediaContext.RenderMessageHandler (System.Object resizedCompositionTarget) [0x00033] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.MediaContext.Resize (System.Windows.Media.ICompositionTarget resizedCompositionTarget) [0x0003b] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Interop.HwndTarget.OnResize () [0x0009d] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Interop.HwndTarget.HandleMessage (MS.Internal.Interop.WindowMessage msg, System.IntPtr wparam, System.IntPtr lparam) [0x00388] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x00022] in <c4350aacca2440de8153814ab6a87651>:0
at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x0003a] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl (System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, System.Object args, System.Int32 numArgs) [0x000fc] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in <c22ee09d6c614664963b3b2e608be2ad>:0
at (wrapper native-to-managed) MS.Win32.HwndSubclass.SubclassWndProc(intptr,int,intptr,intptr)
at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.ShowWindow(System.Runtime.InteropServices.HandleRef,int)
at System.Windows.Window.ShowHelper (System.Object booleanBox) [0x00135] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.DispatcherOperation.InvokeImpl () [0x00099] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext (System.Object state) [0x00008] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <28f10606ac7b40a6950aa2ea44856484>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <28f10606ac7b40a6950aa2ea44856484>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <28f10606ac7b40a6950aa2ea44856484>:0
at MS.Internal.CulturePreservingExecutionContext.Run (MS.Internal.CulturePreservingExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00029] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.DispatcherOperation.Invoke () [0x00016] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.ProcessQueue () [0x00114] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.WndProcHook (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x00061] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x0003a] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl (System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, System.Object args, System.Int32 numArgs) [0x000fc] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in <c22ee09d6c614664963b3b2e608be2ad>:0
at (wrapper native-to-managed) MS.Win32.HwndSubclass.SubclassWndProc(intptr,int,intptr,intptr)
at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG&)
at System.Windows.Threading.Dispatcher.TranslateAndDispatchMessage (System.Windows.Interop.MSG& msg) [0x0001a] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.PushFrameImpl (System.Windows.Threading.DispatcherFrame frame) [0x0004c] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.PushFrame (System.Windows.Threading.DispatcherFrame frame) [0x00077] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.Run () [0x00006] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Application.RunDispatcher (System.Object ignore) [0x00023] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Application.RunInternal (System.Windows.Window window) [0x0010d] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Application.Run (System.Windows.Window window) [0x00008] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Application.Run () [0x00009] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at Farplane.App.Main () [0x0000b] in <5828093b42044837bbc568e56e0ddad5>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.Runtime.InteropServices.COMException (0x88980406)
at MS.Internal.HRESULT.Check (System.Int32 hr) [0x00016] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.Composition.DUCE+Channel.SyncFlush () [0x00023] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.MediaContext.CompleteRender () [0x0011b] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Interop.HwndTarget.OnResize () [0x000e4] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Interop.HwndTarget.HandleMessage (MS.Internal.Interop.WindowMessage msg, System.IntPtr wparam, System.IntPtr lparam) [0x00388] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x00022] in <c4350aacca2440de8153814ab6a87651>:0
at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x0003a] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl (System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, System.Object args, System.Int32 numArgs) [0x000fc] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in <c22ee09d6c614664963b3b2e608be2ad>:0
at (wrapper native-to-managed) MS.Win32.HwndSubclass.SubclassWndProc(intptr,int,intptr,intptr)
at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.CallWindowProc(intptr,intptr,int,intptr,intptr)
at MS.Win32.HwndSubclass.DefWndProcWrapper (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00001] in <c22ee09d6c614664963b3b2e608be2ad>:0
at (wrapper native-to-managed) MS.Win32.HwndSubclass.DefWndProcWrapper(intptr,int,intptr,intptr)
at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.CallWindowProc(intptr,intptr,int,intptr,intptr)
at MS.Win32.HwndSubclass.CallOldWindowProc (System.IntPtr oldWndProc, System.IntPtr hwnd, MS.Internal.Interop.WindowMessage msg, System.IntPtr wParam, System.IntPtr lParam) [0x00001] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x001b2] in <c22ee09d6c614664963b3b2e608be2ad>:0
at (wrapper native-to-managed) MS.Win32.HwndSubclass.SubclassWndProc(intptr,int,intptr,intptr)
at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.SetWindowPos(System.Runtime.InteropServices.HandleRef,System.Runtime.InteropServices.HandleRef,int,int,int,int,int)
at System.Windows.Window.SetupInitialState (System.Double requestedTop, System.Double requestedLeft, System.Double requestedWidth, System.Double requestedHeight) [0x00377] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Window.CreateSourceWindow (System.Boolean duringShow) [0x00186] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Window.CreateSourceWindowDuringShow () [0x00001] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Window.SafeCreateWindowDuringShow () [0x0000c] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Window.ShowHelper (System.Object booleanBox) [0x00057] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Window.Show () [0x00025] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at MahApps.Metro.Behaviours.GlowWindowBehavior.Show () [0x00008] in <ee31ba950c4d429a911de79739a50cf7>:0
at MahApps.Metro.Behaviours.GlowWindowBehavior.AssociatedObjectOnLoaded (System.Object sender, System.Windows.RoutedEventArgs routedEventArgs) [0x000b4] in <ee31ba950c4d429a911de79739a50cf7>:0
at System.Windows.RoutedEventHandlerInfo.InvokeHandler (System.Object target, System.Windows.RoutedEventArgs routedEventArgs) [0x0002a] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.RouteItem.InvokeHandler (System.Windows.RoutedEventArgs routedEventArgs) [0x00001] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.EventRoute.InvokeHandlersImpl (System.Object source, System.Windows.RoutedEventArgs args, System.Boolean reRaised) [0x00137] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.EventRoute.InvokeHandlers (System.Object source, System.Windows.RoutedEventArgs args) [0x00001] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.UIElement.RaiseEventImpl (System.Windows.DependencyObject sender, System.Windows.RoutedEventArgs args) [0x00060] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.UIElement.RaiseEvent (System.Windows.RoutedEventArgs e) [0x0001c] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.FrameworkElement.OnLoaded (System.Windows.RoutedEventArgs args) [0x00001] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at MS.Internal.FrameworkObject.OnLoaded (System.Windows.RoutedEventArgs args) [0x0000c] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.BroadcastEventHelper.BroadcastEvent (System.Windows.DependencyObject root, System.Windows.RoutedEvent routedEvent) [0x00051] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.BroadcastEventHelper.BroadcastLoadedSynchronously (System.Windows.DependencyObject rootDO, System.Boolean isLoaded) [0x0000a] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent (System.Object root) [0x00028] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at MS.Internal.LoadedOrUnloadedOperation.DoWork () [0x0000f] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks () [0x00042] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks () [0x00075] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.MediaContext.RenderMessageHandlerCore (System.Object resizedCompositionTarget) [0x00074] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.MediaContext.RenderMessageHandler (System.Object resizedCompositionTarget) [0x00033] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Media.MediaContext.Resize (System.Windows.Media.ICompositionTarget resizedCompositionTarget) [0x0003b] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Interop.HwndTarget.OnResize () [0x0009d] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Interop.HwndTarget.HandleMessage (MS.Internal.Interop.WindowMessage msg, System.IntPtr wparam, System.IntPtr lparam) [0x00388] in <c4350aacca2440de8153814ab6a87651>:0
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x00022] in <c4350aacca2440de8153814ab6a87651>:0
at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x0003a] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl (System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, System.Object args, System.Int32 numArgs) [0x000fc] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in <c22ee09d6c614664963b3b2e608be2ad>:0
at (wrapper native-to-managed) MS.Win32.HwndSubclass.SubclassWndProc(intptr,int,intptr,intptr)
at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.ShowWindow(System.Runtime.InteropServices.HandleRef,int)
at System.Windows.Window.ShowHelper (System.Object booleanBox) [0x00135] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.DispatcherOperation.InvokeImpl () [0x00099] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext (System.Object state) [0x00008] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <28f10606ac7b40a6950aa2ea44856484>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <28f10606ac7b40a6950aa2ea44856484>:0
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <28f10606ac7b40a6950aa2ea44856484>:0
at MS.Internal.CulturePreservingExecutionContext.Run (MS.Internal.CulturePreservingExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00029] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.DispatcherOperation.Invoke () [0x00016] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.ProcessQueue () [0x00114] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.WndProcHook (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x00061] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x0003a] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl (System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, System.Object args, System.Int32 numArgs) [0x000fc] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in <c22ee09d6c614664963b3b2e608be2ad>:0
at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in <c22ee09d6c614664963b3b2e608be2ad>:0
at (wrapper native-to-managed) MS.Win32.HwndSubclass.SubclassWndProc(intptr,int,intptr,intptr)
at (wrapper managed-to-native) MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG&)
at System.Windows.Threading.Dispatcher.TranslateAndDispatchMessage (System.Windows.Interop.MSG& msg) [0x0001a] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.PushFrameImpl (System.Windows.Threading.DispatcherFrame frame) [0x0004c] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.PushFrame (System.Windows.Threading.DispatcherFrame frame) [0x00077] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Threading.Dispatcher.Run () [0x00006] in <c22ee09d6c614664963b3b2e608be2ad>:0
at System.Windows.Application.RunDispatcher (System.Object ignore) [0x00023] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Application.RunInternal (System.Windows.Window window) [0x0010d] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Application.Run (System.Windows.Window window) [0x00008] in <da39c405b0e344a5b85a6eb0b11201d0>:0
at System.Windows.Application.Run () [0x00009] in <da39c405b0e344a5b85a6eb0b11201d0>:0
Metadata
Metadata
Assignees
Labels
No labels