Hi, I'm Henry! I try to translate and happy to help you with this.
The LiveKernelEvent 141 error typically signals an issue with your graphics driver or hardware, often related to the GPU (graphics processing unit).
1. Update Your Graphics Card Driver
If you are using an NVIDIA, AMD, or Intel GPU, make sure your drivers are up to date:
Open Device Manager (Win + X → Device Manager).
Expand Display Adapters.
Right-click your graphics card, then select Update driver.
Choose Search automatically for drivers.
- Alternatively, visit the manufacturer’s website (NVIDIA, AMD, or Intel) to manually download the latest driver.
2. Perform a Hardware Stress Test
Use tools like MemTest86+ or Prime95 to stress-test your graphics card, RAM, and CPU.
This will help identify underlying hardware issues affecting system stability.
3. Verify System Power Stability
Ensure your power supply is functioning correctly and supplying adequate power to all components.
An unstable or insufficient power supply can lead to crashes, especially during intensive gaming or GPU-heavy tasks.
4. Disable Overclocking (If Enabled)
If your CPU or GPU is overclocked, try reverting to default settings.
Unstable overclocking can cause crashes, especially during heavy workloads.
5. Check for Overheating
Monitor GPU temperatures using HWMonitor or MSI Afterburner.
- If the GPU is overheating:
- Clean dust from fans and heatsinks. Improve cooling by adjusting fan speed settings.
6. Verify Operating System Integrity
- Scan for and repair corrupt system files that may be causing the issue: Run the following commands in Command Prompt (Admin), one at a time:
dism.exe /online /cleanup-image /scanhealth
dism.exe /online /cleanup-image /restorehealth
dism.exe /online /cleanup-image /startcomponentcleanup
sfc /scannow # System File Check
chkdsk /R /F /X # Check disk integrity
Let me know if any of these solutions work for you.