When trying to Resize/Minimize/Maximize our application on some Virtual Machines (not every), it gives the following exception:
Exception Info: System.Runtime.InteropServices.COMException
at System.Windows.Media.Composition.DUCE+Channel.SyncFlush()
at System.Windows.Media.MediaContext.CompleteRender()
at System.Windows.Interop.HwndTarget.OnResize()
at System.Windows.Interop.HwndTarget.HandleMessage(MS.Internal.Interop.WindowMessage, IntPtr, IntPtr)
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
Faulting application name: APIBridge.exe, version: 2.2.407.2, time stamp: 0x5dd0f71e
Faulting module name: KERNELBASE.dll, version: 10.0.17763.737, time stamp: 0xe7ce540a
Exception code: 0xe0434352
Fault offset: 0x0011fd62
Faulting process id: 0x1218
Faulting application start time: 0x01d5a0e67498fddb
Faulting application path: C:\IMPULSE APIBridge STOCK ALGO (1)\APIBridge.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: 996904a0-0877-4368-923e-fc04bfd63cfc
Faulting package full name:
Faulting package-relative application ID:
Faulting application name: APIBridge.exe, version: 2.2.407.2, time stamp: 0x5dd0f71e
Faulting module name: KERNELBASE.dll, version: 10.0.17763.737, time stamp: 0xe7ce540a
Exception code: 0xc000041d
Fault offset: 0x0011fd62
Faulting process id: 0x1218
Faulting application start time: 0x01d5a0e67498fddb
Faulting application path: C:\IMPULSE APIBridge STOCK ALGO (1)\APIBridge.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: adb0b5f7-606c-41a7-afd1-0b0d000de444
What should I look into my code which may be causing this issue? I have tried looking into the existing posts but could not find any resolution.
User contributions licensed under CC BY-SA 3.0