I'm really sorry for the late reply. Due to the New Year period, our reply will be delayed. Please forgive me.
Let's go back to your Dmp file. From the WinDbg analysis results, the reason for the system crash is VIDEO_MEMORY_MANAGEMENT_INTERNAL (error code 0x10e), which is a video memory management internal error. The specific error is in the dxgmms2.sys (DirectX Graphics MMS - Memory Management Subsystem) driver. This is usually related to the graphics driver or graphics card.
The driver with the problem is: dxgmms2.sys: The problem is related to the DirectX Graphics MMS memory management subsystem.
The stack trace shows that the function VIDMM_PAGE_TABLE_BASE::GetCpuVisibleAddress indicates that an error occurred when getting the CPU visible address.
According to the above analysis, the cause of the problem may be a fault in the graphics driver, DirectX or the system kernel. I suggest you try the following methods to step by step troubleshoot the error, which may be helpful to you.
I noticed that you have tried to reinstall Windows, which can rule out most of the problems caused by software-level interference, so we can lock the problem to some hardware failure. Specifically, the following hardware may have problems.
- Graphics card and memory: Make sure the graphics card is installed correctly and in good contact, without hardware damage or overheating.
I suggest you use MemTest86 to check the memory: Make sure there is no problem with the memory bar and perform a long memory test.
At the same time, I suggest you use a third-party program to perform a long-term stability test on the NVIDIA GPU to see if the graphics card can pass the test. Yes, the problem may also be caused by a hardware failure of the NVIDIA GPU. I suggest you temporarily disable the external graphics card in the Task Manager, leaving only the integrated graphics card, and then test whether the blue screen problem still occurs.
Press Win + X keys, or right-click the Start menu and select Device Manager.
Find Display adapters in the Device Manager and click the arrow in front of it to expand it to view all graphics cards installed in the system.
Find your external graphics card .
Right-click the graphics card and select Disable device.
- Check the power supply: Make sure the power supply can provide enough power to support your graphics card, especially under high-load gaming conditions.
Best regards
Brian - Microsoft Community Support Specialist