LiveKernelEvent 141 and 117 map to VIDEO_TDR (Timeout Detection and Recovery) issues, where the GPU or its driver stops responding in time. 1A8 and 1B8 are also GPU / display pipeline related live dumps. Given that:
- The issue only occurs with the RTX 2080 Ti (not with the Radeon 6870), and
- It happens under light/moderate, not heavy, load, this points to a stability problem with the 2080 Ti or its driver stack rather than Windows core components.
Use the following focused steps to isolate and mitigate:
- Validate GPU driver and graphics stack
- Since DDU and multiple driver versions were already tried, focus on the guidance for VIDEO_TDR failures:
- If a driver is identified in the bug check message or dump, disable it or check with the manufacturer for an updated version.
- Ensure all graphics-related software (DirectX/OpenGL) and the affected games (e.g., Minecraft, mods, Java runtime) are fully patched.
- Confirm that the 2080 Ti is fully compatible with the current Windows 11 build and motherboard BIOS. If the card is older, ensure the motherboard BIOS and chipset drivers are up to date so PCIe power management and link training are stable.
- Test in Safe Mode / minimal driver environment
- Use Safe Mode to help isolate third‑party software:
- Go to Settings → Update and Security → Recovery → Advanced startup → Restart now.
- Choose Troubleshoot → Advanced Options → Startup Settings → Restart.
- Select option 4, 5, or 6 for Safe Mode.
- In Safe Mode, run a light 3D load (if possible) or at least leave the system idle with the 2080 Ti installed. If LiveKernelEvent 141/117 does not occur there, a third‑party overlay, capture tool, or tuning utility in normal mode is likely contributing.
- Check for hardware stability and overheating
- VIDEO_TDR issues can be triggered by marginal hardware even if stress tests pass. From the TDR guidance:
- Run the hardware diagnostics supplied by the system or GPU manufacturer.
- Run Windows Memory Diagnostics (Control Panel search → “Diagnose your computer’s memory problems”) and review results in Event Viewer under System → MemoryDiagnostics-Results.
- Given the used 2080 Ti and the fact that a different GPU works, consider:
- Inspecting and, if needed, replacing GPU thermal paste and cleaning the cooler (as in the LiveKernelEvent 1b8 case where dried thermal paste and overheating caused watchdog timeouts).
- Monitoring GPU hotspot and VRAM temperatures specifically during the low/moderate-load scenarios that trigger crashes.
- Power and board seating checks
- Even though PSU voltage looks stable in HWiNFO, perform physical checks:
- Reseat the 2080 Ti in the PCIe slot.
- Reseat or swap PCIe power cables (still using two separate cables as already done).
- Power off, unplug, and discharge static electricity by holding the power button for ~30 seconds before reseating components (this helped resolve LiveKernelEvent 1b8 in a similar case).
- Analyze dumps for TDR specifics
- For VIDEO_TDR-related codes (0x116, 0x117, 0x141, 0x1B8, 0x1A8):
- Use the bug check references to interpret dumps and confirm the responsible module (typically the display driver, e.g., nvlddmkm.sys).
- If the same GPU driver module is consistently implicated, treat the card or its driver as the root cause.
- Decide on next steps if issues persist
- If:
- Another GPU works fine in the same system,
- Multiple clean driver versions behave the same,
- Hardware diagnostics and thermal remediation do not change behavior, then the 2080 Ti is likely failing intermittently at the hardware level (often more visible at certain power states or clocks used under light/moderate load).
- In that case, options are:
- Underclock/undervolt the 2080 Ti via vendor tools to reduce stress and TDR frequency.
- If still unstable, plan for repair or replacement when feasible, as Windows and driver-level mitigations will be limited.
References:
- Bug Check 0x116: VIDEO_TDR_FAILURE
- Bug Check 0x117: VIDEO_TDR_TIMEOUT_DETECTED
- Bug Check 0x141: VIDEO_ENGINE_TIMEOUT_DETECTED
- Bug Check 0x1A8: VIDEO_DXGKRNL_BLACK_SCREEN_LIVEDUMP
- Troubleshooting Windows unexpected restarts and stop code errors
- Bug checks (stop code errors)
- Recurring "LiveKernelEvent 1b8" hardware error (Watchdog Timeout) - Microsoft Q&A
- My Windows 11 PC Hard Freezes for about 30 seconds to a minute when I play certain games. - Microsoft Q&A
- Kernel_Security_Error BSOD. Driver Verifier causing bootloop. - Microsoft Q&A
- BSODs caused by ntkrnlmp.exe - Microsoft Q&A