Driver Power State Failure (Windows 64_bit)

Anonymous
2014-01-10T05:40:35+00:00

For the past 3 weeks now I have been getting the DPSF error every time I start my computer and use it for around 10 or 15 minutes, after the computer has restarted it is suddenly fine. I get no errors for the session and it won't happen until I restart my computer. I have attached the minidumps that pertain to my issue.

Minidumps

https://skydrive.live.com/redir?resid=97B96974B5000DD3!299&authkey=!ACsrFQ8muDV-kFI&ithint=folder%2c.dmp

Windows for home | Windows 11 | Sleep and Power on, off

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes

21 answers

Sort by: Most helpful
  1. Anonymous
    2014-01-15T23:54:22+00:00

    Strange, it was listed and loaded in the DMP you linked. Since you're still crashing, please enable Driver Verifier.

    Driver Verifier:

    What is Driver Verifier?

    Driver Verifier is included in Windows 8, 7, Windows Server 2008 R2, Windows Vista, Windows Server 2008, Windows 2000, Windows XP, and Windows Server 2003 to promote stability and reliability; you can use this tool to troubleshoot driver issues. Windows kernel-mode components can cause system corruption or system failures as a result of an improperly written driver, such as an earlier version of a Windows Driver Model (WDM) driver.

    Essentially, if there's a 3rd party driver believed to be at issue, enabling Driver Verifier will help flush out the rogue driver if it detects a violation.

    Before enabling Driver Verifier, it is recommended to create a System Restore Point:

    Vista - START | type rstrui - create a restore point

    Windows 7 - START | type create | select "Create a Restore Point"

    Windows 8 - http://www.eightforums.com/tutorials/4690-restore-point-create-windows-8-a.html

    How to enable Driver Verifier:

    Start > type "verifier" without the quotes > Select the following options -

    1. Select - "Create custom settings (for code developers)"
    2. Select - "Select individual settings from a full list"
    3. Check the following boxes -
    • Special Pool
    • Pool Tracking
    • Force IRQL Checking
    • Deadlock Detection
    • Security Checks (Windows 7 & 8)
    • DDI compliance checking (Windows 8)
    • Miscellaneous Checks
    1. Select  - "Select driver names from a list"
    2. Click on the "Provider" tab. This will sort all of the drivers by the provider.
    3. Check EVERY box that is [B]NOT[/B] provided by Microsoft / Microsoft Corporation.
    4. Click on Finish.
    5. Restart.

    Important information regarding Driver Verifier:

    • If Driver Verifier finds a violation, the system will BSOD.
    • After enabling Driver Verifier and restarting the system, depending on the culprit, if for example the driver is on start-up, you may not be able to get back into normal Windows because Driver Verifier will flag it, and as stated above, that will cause / force a BSOD.

    If this happens, do not panic, do the following:

    • Boot into Safe Mode by repeatedly tapping the F8 key during boot-up.
    • Once in Safe Mode - Start > Search > type "cmd" without the quotes.
    • To turn off Driver Verifier, type in cmd "verifier /reset" without the quotes.

    ・    Restart and boot into normal Windows.

    If your OS became corrupt or you cannot boot into Windows after disabling verifier via Safe Mode:

    • Boot into Safe Mode by repeatedly tapping the F8 key during boot-up.
    • Once in Safe Mode - Start > type "system restore" without the quotes.
    • Choose the restore point you created earlier.

    How long should I keep Driver Verifier enabled for?

    It varies, many experts and analysts have different recommendations. Personally, I recommend keeping it enabled for at least 24 hours. If you don't BSOD by then, disable Driver Verifier.

    My system BSOD'd, where can I find the crash dumps?

    They will be located in %systemroot%\Minidump

    Any other questions can most likely be answered by this article:

    http://support.microsoft.com/kb/244617

    Regards,

    Patrick

    0 comments No comments
  2. Anonymous
    2014-01-15T23:44:45+00:00

    I was looking for fltsrv.sys however could not find it.

    0 comments No comments
  3. Anonymous
    2014-01-15T23:09:19+00:00

    Correct, the driver is still listed and loaded. Let's manually remove it:

    Navigate to C:\Windows\System32\Drivers and find and rename fltsrv.sys to fltsrv.old.

    Restart.

    Regards,

    Patrick

    0 comments No comments
  4. Anonymous
    2014-01-15T22:51:51+00:00

    I uninstalled but still received the error additional minidump attached.

    https://skydrive.live.com/redir?resid=97B96974B5000DD3!299&authkey=!ACsrFQ8muDV-kFI&ithint=folder%2c.dmp

    I read something about the drivers still being even after an uninstall if that is any help.

    Thank You for your response.

    0 comments No comments
  5. Anonymous
    2014-01-10T05:51:44+00:00

    Hi,

    The attached DMP file is of the DRIVER_POWER_STATE_FAILURE (9f) bug check.

    *This bug check indicates that the driver is in an inconsistent or invalid power state.*By default, the fault of the crash is labeled as atapi.sys which is the ATAPI IDE Miniport Driver (not the true cause and is being driven to fault by something else). If we go ahead and run an !irp on the 4th parameter of the bug check (blocked IRP address), we get the following:

    [ 16, 2]   0 e1 fffffa800778eb10 00000000 fffff8024a198410-fffffa8009cac760 Success Error Cancel pending          Unable to load image \SystemRoot\system32\DRIVERS*fltsrv.sys, Win32 error 0n2*** WARNING: Unable to verify timestamp for fltsrv.sys*** ERROR: Module load completed but symbols could not be loaded for fltsrv.sys*

    ^^ fltsrv.sys is a the Acronis Storage Filter Management Driver. Acronis has been known to cause issues, especially if performing regular backups, so I would go ahead and definitely uninstall it for troubleshooting purposes.

    Regards,

    Patrick

    0 comments No comments