Crash PC & black screen

Issue #6420 resolved
Ryan Hamill created an issue

UCEERR_RENDERTHREADFAILURE (0x88980406)

App: LaunchBox
Version: 12.1
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:

23:57:58 Exception

Launchbox keeps crashing PC to crash then resorts to black screen, after a few minutes screen returns to normal but Launchbox produces above error. I was entering emulator name at the time.

Comments (2)

  1. Christian

    This error is basically telling you DirectX encountered an error trying to make a draw call. Usually caused by outdated drivers. Can also be called if something corrupts your video card buffer, or some how interferes with the DirectX call. I would make sure you have the most up-to-date video card drivers, and then restart your computer. Typically resolves the issue for those that have reported it.

  2. Christian

    Let us know if the steps provided don't resolve this issue for you and I will re-open the ticket. For now marking resolved.

  3. Log in to comment