#Experiencing occasional blue screens

1 messages · Page 1 of 1 (latest)

carmine flax
#

I've been experiencing blue screens occasionally with my build for months maybe once a day, usually soon after the first boot of the day.

Looking at a crash dump through WinDbg I get the attached analysis output.

What stands out to me is

DRIVER_POWER_STATE_FAILURE (9f)
A driver has failed to complete a power IRP within a specific time.
...
SYMBOL_NAME:  HDAudBus!HdaController::PowerDown+105

CPU Brand Name: AMD Ryzen 7 7800X3D 8-Core Processor
Motherboard Model: GIGABYTE B650 GAMING X AX
Video Chipset: AMD Radeon RX 7900 XTX (24.5.1 drivers)

I've completely uninstalled AMD drivers and reinstalled previously without curing the problem persistently.

carmine flax
#

bump

lunar lance
#

@carmine flax Please provide the actual dump file

#

I need to check if it's the integrated audio, GPU audio, or some other audio

#

Go to C:\Windows\Minidump and check if you have any minidump files. If you do, go back to the Windows folder and copy the Minidump folder itself to the Downloads folder (You can use the desktop if you don't have OneDrive syncing files). Zip the copied folder and attach it to a post. Please follow the instructions to the letter as Windows doesn't like you messing with files in this location.

carmine flax
lunar lance
#

@carmine flax You only had one dump file?

#

Just making sure that it's the same issue each time. If it changes it would change the conclusion of the analysis.

carmine flax
#

I did a cleanup yesterday, can dig them out of the recycle bin probably

lunar lance
#

@carmine flax It's the AMD audio device this one points to. AMD re-uses audio hardware for a long time so you often don't get a good idea of which one it actually is.

#

This one is registered as "Navi 31 HDMI/DP Audio"

#

Navi was the codename for 5000 series GPUs from AMD

#

I believe the iGPU uses audio registered as the old HD 6000 and 7000 series from 2011 so I think this is the dedicated GPU.

carmine flax
lunar lance
#

If you want to debug these yourself as well:

#

Then click the devnode:

#

Then you enter the vendor ID (VEN) and device ID (DEV) on devicehunt with PCIe selected.

#

So 1002 and AB30 in this case

#

Here one of them is a different one:

#

That looks like the integrated GPU, "RV635 HDMI Audio [Radeon HD 3650/3730/3750]"

#

@carmine flax If you open Task Manager and click on Performance, is the iGPU listed?

carmine flax
#

GPU 0 is the integrated graphics it seems

lunar lance
#

Any monitor connected to the motherboard port?

carmine flax
#

nope

lunar lance
#

Ok, so we can try disabling the iGPU in the BIOS if necessary.

carmine flax
#

As a related maybe unrelated issue... When I boot I usually get 1 or 2 AMD driver timeouts before the system stabilises and then everything is all good

lunar lance
#

In half of these, it just lists the ATI audio driver. In some, it's WDF like in the one you had in the paste.

#

WDF is a bit annoying. It's the Window Driver Framework.

#

The way it works is that if you are making a driver, you can use WDF to do most of the boring backend work.

#

Less work to code.

#

Then the driver is just run through WDF.

#

The problem is if it crashes, we just see WDF in the list. We have no idea what drive it hosted.

#

Are you using any audio software or audio gear that isn't very mainstream?

lunar lance
#

If you can't think of any uncommon software that might be interfering here, use DDU from Safe Mode to remove the current driver. Then download and install the latest driver from AMD's website: https://rtech.support/docs/factoids/ddu.html

carmine flax
lunar lance
#

Run DDU and do a reinstall.

#

And when I said "AMD's website", I meant for the 7900XTX

carmine flax
#

So DDU from safe mode? Or is fine in a normal boot?

lunar lance
#

That's why we use safe mode. No GPU driver loaded