UCEERR_RENDERTHREADFAILURE (0x88980406)

Issue #6608 invalid
Michael Bertin created an issue

UCEERR_RENDERTHREADFAILURE (0x88980406)

App: Big Box
Version: 12.6
Type: System.Runtime.InteropServices.COMException
Site: Void CompleteRender()
Source: PresentationCore

at System.Windows.Media.MediaContext.CompleteRender()
at System.Windows.Interop.HwndTarget.OnResize()
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:

3:03:30 AM Exception

Comments (2)

  1. Christian

    This is a error thrown by Direct X when your video card doesn’t let it do what it needs to do. Typically is caused by out of date video drivers, corrupted system data, or an app injecting data directly into your video card buffer in a way that corrupts it (overlay applications have a tendency to do this some times). Unfortunately there isn’t much we can do about it on our end. I’d check your drivers and update if required. If that doesn’t help open up command prompt as admin and run the following command “sfc /scannow" (without quotes) and let that run, then restart your computer and see if that helps.

  2. Log in to comment