Author Topic: BSOD DRIVER_POWER_STATE_FAILURE aswSnx.sys  (Read 923 times)

0 Members and 1 Guest are viewing this topic.

Offline antoniofr

  • Newbie
  • *
  • Posts: 2
BSOD DRIVER_POWER_STATE_FAILURE aswSnx.sys
« on: December 08, 2022, 11:02:36 AM »
Hello!

I am having problems with M-Audio Fast Track Pro ASIO driver in Windows 10. I use Avast free and I am having error DRIVER_POWER_STATE_FAILURE on shutdown or rebooting. Error does not occur everytime, only sometimes, but always on rebooting or shutting down. Screens turn off but computer remains on, and after some minutes, it reboots or shut down with the error and a dump file is generated. If you analyze dump file, the error is:

Code: [Select]
DRIVER_POWER_STATE_FAILURE (9F)
*** WARNING: Unable to verify timestamp for MAudioFastTrackPro.sys

You can download dump file here: https://drive.google.com/file/d/1xW6mqa21tOq37DDH17JmLCPjno_dMHIt/view?usp=share_link

M-Audio Fast Track Pro is my USB sound interface. The driver I am using now is the same I used for many years, last version of driver, released in 2016 (http://cdn.avid.com/AudioDrivers/Win/Fast_Track_Pro_Drivers/Install_M-Audio_Fast_Track_Pro_6.1.11.zip).

If you analyze device stack in dump file, you will find in top aswsnx.sys, part of Avast antivirus:

Code: [Select]
0: kd> !devstack ffffc9080f74bba0
  !DevObj           !DrvObj            !DevExt           ObjectName
  ffffc9080f8e0b30 Unable to load image \SystemRoot\system32\drivers\aswSnx.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for aswSnx.sys
 \FileSystem\aswSnx ffffc9080f8e0c80  InfoMask field not found for _OBJECT_HEADER at ffffc9080f8e0b00

  ffffc90810dc9e00  \Driver\ksthunk    ffffc90810dc9f50  InfoMask field not found for _OBJECT_HEADER at ffffc90810dc9dd0

  ffffc908114612d0  \Driver\MAUSBFASTTRACKPROffffc90811461440  InfoMask field not found for _OBJECT_HEADER at ffffc908114612a0

> ffffc9080f74bba0  \Driver\USBHUB3    ffffc908123daca0  Cannot read info offset from nt!ObpInfoMaskToOffset

!DevNode ffffc90810a5ca20 :
  DeviceInst is "USB\VID_0763&PID_2012\6&1f3785f2&0&2"
  ServiceName is "MAUSBFASTTRACKPRO"

Can you help me, please?

Offline Spec8472

  • Avast team
  • Sr. Member
  • *
  • Posts: 297
Re: BSOD DRIVER_POWER_STATE_FAILURE aswSnx.sys
« Reply #1 on: December 09, 2022, 07:17:50 PM »
Hello antoniofr,

it is true that aswSnx is attached to the device. but for IRP_MJ_POWER request, it is only passthrough filter. Also from IRP stack, it is visible that \Driver\MAUSBFASTTRACKPRO is holding completion of this IRP.

Offline antoniofr

  • Newbie
  • *
  • Posts: 2
Re: BSOD DRIVER_POWER_STATE_FAILURE aswSnx.sys
« Reply #2 on: December 09, 2022, 11:56:07 PM »
I uninstalled Avast and I got same BSOD, so Avast is not involved...