System.Runtime.InteropServices.COMException (0x88980406)

Questions about Wine on Linux
Locked
HSLiam
Newbie
Newbie
Posts: 4
Joined: Wed Aug 09, 2023 1:57 am

System.Runtime.InteropServices.COMException (0x88980406)

Post by HSLiam »

I was trying to run a WPF project with wine on a Linux system, but when I clicked on the image to flip, I got this error. By the way this project works fine on windows.
wine version:8.13
Mono version:8.0.0

Code: Select all

Unhandled Exception:
System.Runtime.InteropServices.COMException (0x88980406)
  at MS.Internal.HRESULT.Check (System.Int32 hr) [0x00016] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Media.Composition.DUCE+Channel.SyncFlush () [0x00023] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndTarget.UpdateWindowSettings (System.Boolean enableRenderTarget, System.Nullable`1[T] channelSet) [0x002d5] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndTarget.UpdateWindowSettings (System.Boolean enableRenderTarget) [0x00001] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndTarget.UpdateWindowPos (System.IntPtr lParam) [0x00258] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndTarget.OnWindowPosChanging (System.IntPtr lParam) [0x00008] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndTarget.HandleMessage (MS.Internal.Interop.WindowMessage msg, System.IntPtr wparam, System.IntPtr lparam) [0x003ef] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndSource.HwndTargetFilterMessage (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x00022] in <338c89c02bef4c969a00f29050683bad>:0 
  at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x0003a] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00042] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <45f75a19b38c4545b1e5acf471ecc270>: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 <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in <45f75a19b38c4545b1e5acf471ecc270>: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.Interop.HwndSource.Resize (System.Windows.Size newSize) [0x00054] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndSource.OnLayoutUpdated (System.Object obj, System.EventArgs args) [0x000a6] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.ContextLayoutManager.fireLayoutUpdateEvent () [0x00066] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.ContextLayoutManager.UpdateLayout () [0x00408] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.UIElement.UpdateLayout () [0x0000c] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndSource.SetLayoutSize () [0x0031e] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndSource.set_RootVisualInternal (System.Windows.Media.Visual value) [0x00156] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndSource.set_RootVisual (System.Windows.Media.Visual value) [0x00009] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Controls.Primitives.Popup+PopupSecurityHelper.SetWindowRootVisual (System.Windows.Media.Visual v) [0x0000c] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.Primitives.Popup.SetRootVisualToPopupRoot () [0x00043] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.Primitives.Popup.CreateWindow (System.Boolean asyncCall) [0x0011d] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.Primitives.Popup.OnIsOpenChanged (System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e) [0x0007e] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at (wrapper delegate-invoke) <Module>.invoke_void_DependencyObject_DependencyPropertyChangedEventArgs(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)
  at System.Windows.DependencyObject.OnPropertyChanged (System.Windows.DependencyPropertyChangedEventArgs e) [0x00079] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.FrameworkElement.OnPropertyChanged (System.Windows.DependencyPropertyChangedEventArgs e) [0x00010] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.DependencyObject.NotifyPropertyChange (System.Windows.DependencyPropertyChangedEventArgs args) [0x00001] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.UpdateEffectiveValue (System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, System.Windows.EffectiveValueEntry& newEntry, System.Boolean coerceWithDeferredReference, System.Boolean coerceWithCurrentValue, System.Windows.OperationType operationType) [0x004fb] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.SetValueCommon (System.Windows.DependencyProperty dp, System.Object value, System.Windows.PropertyMetadata metadata, System.Boolean coerceWithDeferredReference, System.Boolean coerceWithCurrentValue, System.Windows.OperationType operationType, System.Boolean isInternal) [0x00339] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.SetValue (System.Windows.DependencyProperty dp, System.Object value) [0x00010] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Data.BindingOperations.SetBinding (System.Windows.DependencyObject target, System.Windows.DependencyProperty dp, System.Windows.Data.BindingBase binding) [0x00043] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.FrameworkElement.SetBinding (System.Windows.DependencyProperty dp, System.Windows.Data.BindingBase binding) [0x00001] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.Primitives.Popup.CreateRootPopupInternal (System.Windows.Controls.Primitives.Popup popup, System.Windows.UIElement child, System.Boolean bindTreatMousePlacementAsBottomProperty) [0x001f7] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.ToolTip.HookupParentPopup () [0x00098] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.ToolTip.OnIsOpenChanged (System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e) [0x00027] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at (wrapper delegate-invoke) <Module>.invoke_void_DependencyObject_DependencyPropertyChangedEventArgs(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)
  at System.Windows.DependencyObject.OnPropertyChanged (System.Windows.DependencyPropertyChangedEventArgs e) [0x00079] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.FrameworkElement.OnPropertyChanged (System.Windows.DependencyPropertyChangedEventArgs e) [0x00010] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.DependencyObject.NotifyPropertyChange (System.Windows.DependencyPropertyChangedEventArgs args) [0x00001] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.UpdateEffectiveValue (System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, System.Windows.EffectiveValueEntry& newEntry, System.Boolean coerceWithDeferredReference, System.Boolean coerceWithCurrentValue, System.Windows.OperationType operationType) [0x004fb] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.SetValueCommon (System.Windows.DependencyProperty dp, System.Object value, System.Windows.PropertyMetadata metadata, System.Boolean coerceWithDeferredReference, System.Boolean coerceWithCurrentValue, System.Windows.OperationType operationType, System.Boolean isInternal) [0x00339] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.SetValue (System.Windows.DependencyProperty dp, System.Object value) [0x00010] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.SetValue (System.Windows.DependencyProperty dp, System.Boolean value) [0x00009] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Controls.ToolTip.set_IsOpen (System.Boolean value) [0x00001] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.PopupControlService.RaiseToolTipOpeningEvent (System.Boolean fromKeyboard) [0x0019e] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.PopupControlService+<>c__DisplayClass8_0.<InspectElementForToolTip>b__0 (System.Object s, System.EventArgs e) [0x00001] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Threading.DispatcherTimer.FireTick (System.Object unused) [0x00016] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.DispatcherOperation.InvokeImpl () [0x00099] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext (System.Object state) [0x00008] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper (System.Object obj) [0x0001d] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <69ebfd1fc56040acade074e61bd61307>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <69ebfd1fc56040acade074e61bd61307>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <69ebfd1fc56040acade074e61bd61307>:0 
  at MS.Internal.CulturePreservingExecutionContext.Run (MS.Internal.CulturePreservingExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00047] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.DispatcherOperation.Invoke () [0x00016] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.ProcessQueue () [0x00114] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.WndProcHook (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x00061] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x0003a] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <45f75a19b38c4545b1e5acf471ecc270>: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 <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in <45f75a19b38c4545b1e5acf471ecc270>: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 <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.PushFrameImpl (System.Windows.Threading.DispatcherFrame frame) [0x0004c] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.PushFrame (System.Windows.Threading.DispatcherFrame frame) [0x00077] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.Run () [0x00006] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Application.RunDispatcher (System.Object ignore) [0x00023] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Application.RunInternal (System.Windows.Window window) [0x0010d] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Application.Run (System.Windows.Window window) [0x00008] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Application.Run () [0x00009] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at WPFApp.App.Main () [0x0000e] in <542fe1390bcf46c289a10ce8ea5c8c07>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.Runtime.InteropServices.COMException (0x88980406)
  at MS.Internal.HRESULT.Check (System.Int32 hr) [0x00016] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Media.Composition.DUCE+Channel.SyncFlush () [0x00023] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndTarget.UpdateWindowSettings (System.Boolean enableRenderTarget, System.Nullable`1[T] channelSet) [0x002d5] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndTarget.UpdateWindowSettings (System.Boolean enableRenderTarget) [0x00001] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndTarget.UpdateWindowPos (System.IntPtr lParam) [0x00258] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndTarget.OnWindowPosChanging (System.IntPtr lParam) [0x00008] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndTarget.HandleMessage (MS.Internal.Interop.WindowMessage msg, System.IntPtr wparam, System.IntPtr lparam) [0x003ef] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndSource.HwndTargetFilterMessage (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x00022] in <338c89c02bef4c969a00f29050683bad>:0 
  at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x0003a] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00042] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <45f75a19b38c4545b1e5acf471ecc270>: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 <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in <45f75a19b38c4545b1e5acf471ecc270>: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.Interop.HwndSource.Resize (System.Windows.Size newSize) [0x00054] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndSource.OnLayoutUpdated (System.Object obj, System.EventArgs args) [0x000a6] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.ContextLayoutManager.fireLayoutUpdateEvent () [0x00066] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.ContextLayoutManager.UpdateLayout () [0x00408] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.UIElement.UpdateLayout () [0x0000c] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndSource.SetLayoutSize () [0x0031e] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndSource.set_RootVisualInternal (System.Windows.Media.Visual value) [0x00156] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Interop.HwndSource.set_RootVisual (System.Windows.Media.Visual value) [0x00009] in <338c89c02bef4c969a00f29050683bad>:0 
  at System.Windows.Controls.Primitives.Popup+PopupSecurityHelper.SetWindowRootVisual (System.Windows.Media.Visual v) [0x0000c] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.Primitives.Popup.SetRootVisualToPopupRoot () [0x00043] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.Primitives.Popup.CreateWindow (System.Boolean asyncCall) [0x0011d] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.Primitives.Popup.OnIsOpenChanged (System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e) [0x0007e] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at (wrapper delegate-invoke) <Module>.invoke_void_DependencyObject_DependencyPropertyChangedEventArgs(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)
  at System.Windows.DependencyObject.OnPropertyChanged (System.Windows.DependencyPropertyChangedEventArgs e) [0x00079] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.FrameworkElement.OnPropertyChanged (System.Windows.DependencyPropertyChangedEventArgs e) [0x00010] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.DependencyObject.NotifyPropertyChange (System.Windows.DependencyPropertyChangedEventArgs args) [0x00001] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.UpdateEffectiveValue (System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, System.Windows.EffectiveValueEntry& newEntry, System.Boolean coerceWithDeferredReference, System.Boolean coerceWithCurrentValue, System.Windows.OperationType operationType) [0x004fb] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.SetValueCommon (System.Windows.DependencyProperty dp, System.Object value, System.Windows.PropertyMetadata metadata, System.Boolean coerceWithDeferredReference, System.Boolean coerceWithCurrentValue, System.Windows.OperationType operationType, System.Boolean isInternal) [0x00339] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.SetValue (System.Windows.DependencyProperty dp, System.Object value) [0x00010] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Data.BindingOperations.SetBinding (System.Windows.DependencyObject target, System.Windows.DependencyProperty dp, System.Windows.Data.BindingBase binding) [0x00043] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.FrameworkElement.SetBinding (System.Windows.DependencyProperty dp, System.Windows.Data.BindingBase binding) [0x00001] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.Primitives.Popup.CreateRootPopupInternal (System.Windows.Controls.Primitives.Popup popup, System.Windows.UIElement child, System.Boolean bindTreatMousePlacementAsBottomProperty) [0x001f7] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.ToolTip.HookupParentPopup () [0x00098] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.ToolTip.OnIsOpenChanged (System.Windows.DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e) [0x00027] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at (wrapper delegate-invoke) <Module>.invoke_void_DependencyObject_DependencyPropertyChangedEventArgs(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)
  at System.Windows.DependencyObject.OnPropertyChanged (System.Windows.DependencyPropertyChangedEventArgs e) [0x00079] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.FrameworkElement.OnPropertyChanged (System.Windows.DependencyPropertyChangedEventArgs e) [0x00010] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.DependencyObject.NotifyPropertyChange (System.Windows.DependencyPropertyChangedEventArgs args) [0x00001] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.UpdateEffectiveValue (System.Windows.EntryIndex entryIndex, System.Windows.DependencyProperty dp, System.Windows.PropertyMetadata metadata, System.Windows.EffectiveValueEntry oldEntry, System.Windows.EffectiveValueEntry& newEntry, System.Boolean coerceWithDeferredReference, System.Boolean coerceWithCurrentValue, System.Windows.OperationType operationType) [0x004fb] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.SetValueCommon (System.Windows.DependencyProperty dp, System.Object value, System.Windows.PropertyMetadata metadata, System.Boolean coerceWithDeferredReference, System.Boolean coerceWithCurrentValue, System.Windows.OperationType operationType, System.Boolean isInternal) [0x00339] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.SetValue (System.Windows.DependencyProperty dp, System.Object value) [0x00010] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.DependencyObject.SetValue (System.Windows.DependencyProperty dp, System.Boolean value) [0x00009] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Controls.ToolTip.set_IsOpen (System.Boolean value) [0x00001] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.PopupControlService.RaiseToolTipOpeningEvent (System.Boolean fromKeyboard) [0x0019e] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Controls.PopupControlService+<>c__DisplayClass8_0.<InspectElementForToolTip>b__0 (System.Object s, System.EventArgs e) [0x00001] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Threading.DispatcherTimer.FireTick (System.Object unused) [0x00016] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.DispatcherOperation.InvokeImpl () [0x00099] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext (System.Object state) [0x00008] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper (System.Object obj) [0x0001d] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <69ebfd1fc56040acade074e61bd61307>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <69ebfd1fc56040acade074e61bd61307>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <69ebfd1fc56040acade074e61bd61307>:0 
  at MS.Internal.CulturePreservingExecutionContext.Run (MS.Internal.CulturePreservingExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x00047] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.DispatcherOperation.Invoke () [0x00016] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.ProcessQueue () [0x00114] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.WndProcHook (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x00061] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at MS.Win32.HwndWrapper.WndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam, System.Boolean& handled) [0x0003a] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at MS.Win32.HwndSubclass.DispatcherCallbackOperation (System.Object o) [0x00042] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.ExceptionWrapper.InternalRealCall (System.Delegate callback, System.Object args, System.Int32 numArgs) [0x000c6] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.ExceptionWrapper.TryCatchWhen (System.Object source, System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00004] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.WrappedInvoke (System.Delegate callback, System.Object args, System.Int32 numArgs, System.Delegate catchHandler) [0x00001] in <45f75a19b38c4545b1e5acf471ecc270>: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 <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.Invoke (System.Windows.Threading.DispatcherPriority priority, System.Delegate method, System.Object arg) [0x00011] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at MS.Win32.HwndSubclass.SubclassWndProc (System.IntPtr hwnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam) [0x00154] in <45f75a19b38c4545b1e5acf471ecc270>: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 <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.PushFrameImpl (System.Windows.Threading.DispatcherFrame frame) [0x0004c] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.PushFrame (System.Windows.Threading.DispatcherFrame frame) [0x00077] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Threading.Dispatcher.Run () [0x00006] in <45f75a19b38c4545b1e5acf471ecc270>:0 
  at System.Windows.Application.RunDispatcher (System.Object ignore) [0x00023] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Application.RunInternal (System.Windows.Window window) [0x0010d] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
  at System.Windows.Application.Run (System.Windows.Window window) [0x00008] in <faa99c925ccd4a009f5d27827e0b2e1e>:0 
qwertymnb
Level 5
Level 5
Posts: 272
Joined: Sun Jan 17, 2016 4:36 pm

Re: System.Runtime.InteropServices.COMException (0x88980406)

Post by qwertymnb »

Hi, Not 100% sure but might be bug https://bugs.winehq.org/show_bug.cgi?id=45871

Does 'winetricks d3dcompiler_47' change anything?
HSLiam
Newbie
Newbie
Posts: 4
Joined: Wed Aug 09, 2023 1:57 am

Re: System.Runtime.InteropServices.COMException (0x88980406)

Post by HSLiam »

qwertymnb wrote: Tue Aug 15, 2023 1:01 pm Hi, Not 100% sure but might be bug https://bugs.winehq.org/show_bug.cgi?id=45871

Does 'winetricks d3dcompiler_47' change anything?
'Winetricks d3dcompiler_47' doesn't work in my situation.
I have also tried disable Hardware rendering.
I will check out the link.
Thanks.
Locked