Hi Neeraj N,
Thank you for providing the dump details. They confirm a DRIVER_POWER_STATE_FAILURE (0x9F) with parameter 0x3, which means a device blocked a power request for too long. However, ntoskrnl.exe is the Windows kernel and is not enough to identify the faulty driver. It's recommended to analyze this type of dump with WinDbg using !analyze -v and the blocked IRP address.
Since the crash occurs only in Lenovo Vantage Balanced mode, I recommend:
- Install the latest BIOS, AMD chipset, power-management and graphics drivers from Lenovo Support for the LOQ 15ARP9.
- Clean-install the NVIDIA driver or test the previous Lenovo-recommended version if the issue began after an update.
- In Control Panel > Power Options > Change plan settings > Change advanced power settings, set PCI Express > Link State Power Management to Off, if that option is available.
- Restart and test ETS2 again in Balanced mode.
If the crash continues, open the dump in WinDbg and run:
!analyze -v
!irp ffffc181`3a8268b0
Please share the resulting MODULE_NAME, IMAGE_NAME, FAILURE_BUCKET_ID, and !irp output so the blocked driver can be identified more accurately. Please let me know how it goes.
If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.