Hello, I'm A&K, here to help.
The information you provided shows that the Nvidia graphics driver caused the crash.
This may be caused by a graphics card failure or driver corruption, it is recommended to uninstall the graphics driver first, and then perform a system repair, open PowerShell as an administrator and enter the following command:sfc /scannow Dism /Online /Cleanup-Image /ScanHealth Dism /Online /Cleanup-Image /CheckHealth Dism /Online /Cleanup-image /RestoreHealthThen download the latest version of the driver from the device manufacturer's official website and reinstall it.
Thanks for the suggestions A&K. I followed your instructions by uninstalling the graphics driver, performing a system repair, and downloading the latest driver version. This was completed on 2022/3/19 at 8:20 pm. Since that time, I have had four (4) crashes, for which I have listed affected drivers below. It appears that the graphics driver has not appeared as a problem, but now there are two.
The driver "rt640x64.sys" appears to be related to the Realtek PCIe GBE Family Controller. Looking at the Realtek website, it appears there is an updated driver. Maybe a solution? Any ideas for the ACPI.sys?
Shared memory dump files on OneDrive:
Affected drivers found using WinDbg to open minidump files:
2022/3/20 8:04 pm: Image name ACPI.sys
2022/3/21 7:32 pm: Image name rt640x64.sys
2022/3/22 4:51 pm: Image name ACPI.sys
2022/3/23 8:46 pm: Image name rt640x64.sys
System Repair results (2022/3/19)
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
PS C:\Windows\system32> sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
PS C:\Windows\system32> Dism /Online /Cleanup-Image /ScanHealth
Deployment Image Servicing and Management tool
Version: 10.0.19041.844
Image Version: 10.0.19044.1586
[==========================100.0%==========================] No component store corruption detected.
The operation completed successfully.
PS C:\Windows\system32> Dism /Online /Cleanup-Image /CheckHealth
Deployment Image Servicing and Management tool
Version: 10.0.19041.844
Image Version: 10.0.19044.1586
No component store corruption detected.
The operation completed successfully.
PS C:\Windows\system32> Dism /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version 10.0.19041.844
Image Version: 10.0.19044.1586
[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.
PS C:\Windows\system32>