报错信息 1
Win32Exception: 当前程序已使用了 Window 管理器对象的系统允许的所有句柄。
--NativeErrorCode: 1158
StackTrace:
在 MS.Win32.SafeNativeMethods.SetTimer(HandleRef hWnd, Int32 nIDEvent, Int32 uElapse)
在 System.Windows.Threading.Dispatcher.SetWin32Timer(Int32 dueTimeInTicks)
在 System.Windows.Threading.Dispatcher.UpdateWin32TimerFromDispatcherThread(Object unused)
在 System.Windows.Threading.Dispatcher.AddTimer(DispatcherTimer timer)
在 System.Windows.Threading.DispatcherTimer.Restart()
在 System.Windows.Threading.DispatcherTimer.Start()
在 System.Windows.Threading.DispatcherTimer.set_IsEnabled(Boolean value)
在 System.Windows.Input.InputManager.InvalidateInputDevices()
在 System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
在 System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
在 System.Windows.Interop.HwndTarget.OnResize()
在 System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
版本:1.42.24
2024-12-24 10:41
Microsoft Windows NT 10.0.22631.0
版本:1.43.29
2024-12-20 22:47
Microsoft Windows NT 10.0.26100.0
版本:1.43.47
2024-12-15 11:26
Microsoft Windows NT 10.0.26100.0
版本:1.42.24
2024-12-14 10:10
Microsoft Windows NT 10.0.26100.0
版本:1.40.11
2024-12-13 10:09
Microsoft Windows NT 10.0.19045.0
版本:1.43.29
2024-12-13 00:15
Microsoft Windows NT 10.0.19045.0
版本:1.42.15
2024-12-12 10:05
Microsoft Windows NT 10.0.19043.0
版本:1.42.24
2024-12-11 17:05
Microsoft Windows NT 10.0.19045.0
版本:1.42.24
2024-12-11 04:07
Microsoft Windows NT 10.0.26100.0
版本:1.43.29
2024-12-10 21:04
Microsoft Windows NT 10.0.19045.0
版本:1.43.29
2024-12-09 21:09
Microsoft Windows NT 10.0.22631.0
版本:1.42.15
2024-12-09 11:36
Microsoft Windows NT 10.0.19045.0
版本:1.43.29
2024-12-08 00:48
Microsoft Windows NT 10.0.19045.0
版本:1.43.29
2024-12-03 20:26
Microsoft Windows NT 10.0.19045.0
版本:1.43.29
2024-12-03 15:38
Microsoft Windows NT 10.0.22631.0
版本:1.43.29
2024-12-03 15:28
Microsoft Windows NT 10.0.19045.0
版本:1.43.0
2024-12-02 20:43
Microsoft Windows NT 10.0.19045.0
版本:1.40.11
2024-12-01 14:54
Microsoft Windows NT 10.0.22631.0
版本:1.43.47
2024-11-30 13:34
Microsoft Windows NT 10.0.19045.0
版本:1.43.29
2024-11-27 10:22
Microsoft Windows NT 10.0.19045.0
版本:1.43.11
2024-11-25 20:33
Microsoft Windows NT 10.0.19045.0
版本:1.43.33
2024-11-25 20:18
Microsoft Windows NT 10.0.19045.0
版本:1.43.21
2024-11-24 17:58
Microsoft Windows NT 10.0.18362.0
版本:1.39.43
2024-11-24 14:26
Microsoft Windows NT 10.0.19045.0
报错信息 2
Win32Exception: 当前程序已使用了 Window 管理器对象的系统允许的所有句柄。
--NativeErrorCode: 1158
StackTrace:
在 MS.Win32.SafeNativeMethods.SetTimer(HandleRef hWnd, Int32 nIDEvent, Int32 uElapse)
在 System.Windows.Threading.Dispatcher.SetWin32Timer(Int32 dueTimeInTicks)
在 System.Windows.Threading.Dispatcher.UpdateWin32TimerFromDispatcherThread(Object unused)
在 System.Windows.Threading.Dispatcher.AddTimer(DispatcherTimer timer)
在 System.Windows.Threading.DispatcherTimer.Restart()
在 System.Windows.Threading.DispatcherTimer.Start()
在 System.Windows.Threading.DispatcherTimer.set_IsEnabled(Boolean value)
在 System.Windows.Input.InputManager.InvalidateInputDevices()
在 System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
在 System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
在 System.Windows.Interop.HwndTarget.OnResize()
在 System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
在 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
在 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
在 MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
在 MS.Win32.HwndSubclass.DefWndProcWrapper(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
在 MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
在 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
版本:1.43.29
2024-12-23 16:10
Microsoft Windows NT 10.0.26100.0
报错信息 3
Win32Exception
在 MS.Win32.SafeNativeMethods.SetTimer(HandleRef hWnd, Int32 nIDEvent, Int32 uElapse)
在 System.Windows.Threading.Dispatcher.SetWin32Timer(Int32 dueTimeInTicks)
在 System.Windows.Threading.Dispatcher.UpdateWin32TimerFromDispatcherThread(Object unused)
在 System.Windows.Threading.Dispatcher.AddTimer(DispatcherTimer timer)
在 System.Windows.Threading.DispatcherTimer.Restart()
在 System.Windows.Threading.DispatcherTimer.Start()
在 System.Windows.Threading.DispatcherTimer.set_IsEnabled(Boolean value)
在 System.Windows.Input.InputManager.InvalidateInputDevices()
在 System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
在 System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
在 System.Windows.Interop.HwndTarget.OnResize()
在 System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
版本:1.28.4
2024-12-12 10:59
Microsoft Windows NT 10.0.19045.0
报错信息 4
Win32Exception: 当前程序已使用了 Window 管理器对象的系统允许的所有句柄。
--NativeErrorCode: 1158
StackTrace:
在 MS.Win32.SafeNativeMethods.SetTimer(HandleRef hWnd, Int32 nIDEvent, Int32 uElapse)
在 System.Windows.Threading.Dispatcher.SetWin32Timer(Int32 dueTimeInTicks)
在 System.Windows.Threading.Dispatcher.UpdateWin32TimerFromDispatcherThread(Object unused)
在 System.Windows.Threading.Dispatcher.PromoteTimers(Int32 currentTimeInTicks)
在 System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
版本:1.39.43
2024-12-08 12:03
Microsoft Windows NT 10.0.26100.0
报错信息 5
Win32Exception: 当前程序已使用了 Window 管理器对象的系统允许的所有句柄。
--NativeErrorCode: 1158
StackTrace:
在 MS.Win32.SafeNativeMethods.SetTimer(HandleRef hWnd, Int32 nIDEvent, Int32 uElapse)
在 System.Windows.Threading.Dispatcher.SetWin32Timer(Int32 dueTimeInTicks)
在 System.Windows.Threading.Dispatcher.UpdateWin32TimerFromDispatcherThread(Object unused)
在 System.Windows.Threading.Dispatcher.AddTimer(DispatcherTimer timer)
在 System.Windows.Threading.DispatcherTimer.Restart()
在 System.Windows.Threading.DispatcherTimer.Start()
在 System.Windows.Controls.PopupControlService.OnPostProcessInput(Object sender, ProcessInputEventArgs e)
在 System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
在 System.Windows.Input.InputManager.ProcessStagingArea()
在 System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
在 System.Windows.Input.MouseDevice.Synchronize()
在 System.Windows.Input.MouseDevice.PostProcessInput(Object sender, ProcessInputEventArgs e)
在 System.Windows.Input.InputManager.RaiseProcessInputEventHandlers(ProcessInputEventHandler postProcessInput, ProcessInputEventArgs processInputEventArgs)
在 System.Windows.Input.InputManager.ProcessStagingArea()
在 System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
在 System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
在 System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
在 System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
版本:1.43.29
2024-12-07 14:13
Microsoft Windows NT 10.0.19045.0