UCEERR_RENDERTHREADFAILURE

Issue #6560 new
Wagner Paiva created an issue

I was running MAME... and when I left pressing ESC... it crashed on a dark screen... and it didn't go back to OS Windows 11

UCEERR_RENDERTHREADFAILURE (0x88980406)

App: LaunchBox
Version: 12.5
Type: System.Runtime.InteropServices.COMException
Site: Void SyncFlush()
Source: PresentationCore

at System.Windows.Media.Composition.DUCE.Channel.SyncFlush()
at System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean enableRenderTarget, Nullable`1 channelSet)
at System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr lParam)
at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Recent Log:

11:17:59 Exception

Comments (2)

  1. Christian

    Typically we see this error when a video driver is out of date or you have something running on your system that injects into your video card buffer (to display an overlay typically). I would recommend updating the graphics driver if out of date, updating Windows updates (if you have any available), and then run command prompt as administrator and run the command “sfc /scannnow" (without quotes) and let it run. After doing that restart your computer.

  2. Log in to comment