The BSOD (Blue Screen of Death) with the stop code SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (0x7E) that you encountered, specifically related to dxgmms2.sys, typically indicates an issue with the graphics driver or the graphics subsystem of your system. This file, dxgmms2.sys, is part of the DirectX graphics kernel and is responsible for handling graphics operations in Windows.
Here are some potential causes and troubleshooting steps you can take:
- Graphics Driver Issues: Ensure that your graphics drivers are up to date. You can visit the NVIDIA website to download the latest drivers for your RTX 3050.
- Faulty Hardware: Sometimes, hardware issues can trigger BSODs. Ensure that your RAM and GPU are properly seated and functioning. Running hardware diagnostics may help identify any underlying issues.
- Windows Updates: Make sure your Windows 11 is fully updated, as updates can include important fixes for stability and performance.
- Corrupted System Files: Running the System File Checker (SFC) tool can help repair corrupted system files. You can do this by running
sfc /scannow in the Command Prompt as an administrator.
- Event Viewer: Check the Event Viewer for any critical errors that occurred around the time of the BSOD. This can provide more insight into what might have caused the issue.
Since your laptop worked fine after a restart, it might have been a temporary glitch. However, if the issue persists, consider following the steps above to troubleshoot further.
References: