Windows 7 Driver Power State Failure crash

AlexM

Active Member
Hello, the last couple times I've sent my laptop to hibernate I have had driver power state failure BSODs. I usually have some programs like Chrome and Spotify open. I rarely shut down so I'm unsure if the problem is specifically related to hibernation.

I have attached minidumps and updated my profile info with hardware specs.

Any ideas? Thanks for help!
 

Attachments

  • 052012-20451-01.dmp
    1 MB · Views: 229
  • 052112-18720-01.dmp
    460.5 KB · Views: 183
Hello Alex and welcome to the forum.
Both your dump files are the same:
Code:
BugCheck 1000009F, {4, 258, fffffa8004003040, fffff80004903510}
Unable to load image [COLOR=#ff0000][U][B]VBoxNetFlt.sys[/B][/U][/COLOR], Win32 error 0n2
*** WARNING: Unable to verify timestamp for [COLOR=#ff0000][U][B]VBoxNetFlt.sys[/B][/U][/COLOR]
*** ERROR: Module load completed but symbols could not be loaded for [COLOR=#ff0000][U][B]VBoxNetFlt.sys[/B][/U][/COLOR]
[COLOR=#ff0000][U][B]Probably caused by : VBoxNetFlt.sys ( VBoxNetFlt+ac01 )[/B][/U][/COLOR]
DRIVER_POWER_STATE_FAILURE (9f)
A driver is causing an inconsistent power state.
Arguments:
Arg1: 0000000000000004, The power transition timed out waiting to synchronize with the Pnp
    subsystem.
Arg2: 0000000000000258, Timeout in seconds.
Arg3: fffffa8004003040, The thread currently holding on to the Pnp lock.
Arg4: fffff80004903510
DRVPOWERSTATE_SUBCODE:  4
FAULTING_THREAD:  fffffa8004003040
CUSTOMER_CRASH_COUNT:  1
DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
BUGCHECK_STR:  0x9F
PROCESS_NAME:  System
CURRENT_IRQL:  2
LAST_CONTROL_TRANSFER:  from fffff8000328ec12 to fffff8000329c08a
STACK_TEXT:  
fffff880`02fede00 fffff800`0328ec12 : fffffa80`04003040 fffffa80`04003040 00000000`00000000 00000000`00000000 : nt!KiSwapContext+0x7a
fffff880`02fedf40 fffff800`0329ef92 : 00000000`ffffffff fffffa80`04003148 00000000`000000b4 fffff880`009e6180 : nt!KiCommitThreadWait+0x1d2
fffff880`02fedfd0 fffff880`0457bc01 : fffffa80`058e0bd8 fffff880`04577d9e 00000000`00000000 00000000`000000b4 : nt!KeDelayExecutionThread+0x186
fffff880`02fee040 fffffa80`058e0bd8 : fffff880`04577d9e 00000000`00000000 00000000`000000b4 fffff880`02fee070 : [COLOR=#ff0000][U][B]VBoxNetFlt[/B][/U][/COLOR]+0xac01
fffff880`02fee048 fffff880`04577d9e : 00000000`00000000 00000000`000000b4 fffff880`02fee070 fffff880`04577d9a : 0xfffffa80`058e0bd8
fffff880`02fee050 00000000`00000000 : 00000000`000000b4 fffff880`02fee070 fffff880`04577d9a 00000000`00000000 : [COLOR=#ff0000][U][B]VBoxNetFlt[/B][/U][/COLOR]+0x6d9e
STACK_COMMAND:  .thread 0xfffffa8004003040 ; kb
FOLLOWUP_IP: 
[COLOR=#ff0000][U][B]VBoxNetFlt[/B][/U][/COLOR]+ac01
fffff880`0457bc01 ??              ???
SYMBOL_STACK_INDEX:  3
SYMBOL_NAME:   [COLOR=#ff0000][B] VBoxNetFlt[/B][/COLOR]  +ac01
FOLLOWUP_NAME:  MachineOwner
  MODULE_NAME: [COLOR=#ff0000][U][B]VBoxNetFlt[/B][/U][/COLOR]
IMAGE_NAME:  [COLOR=#ff0000][U][B]VBoxNetFlt.sys[/B][/U][/COLOR]
DEBUG_FLR_IMAGE_TIMESTAMP:  4eef3187
FAILURE_BUCKET_ID:  X64_0x9F_[COLOR=#ff0000][B]VBoxNetFlt[/B][/COLOR]+ac01
BUCKET_ID:  X64_0x9F_[COLOR=#ff0000][B]VBoxNetFlt[/B][/COLOR]+ac01
I would test by uninstalling Virtual Box, check the C:\Windows\System32\Drivers folder to make sure that the uninstall removed the offending driver and test for a while and see if Blue Screens persist without it being present. If so attach new ones here in your thread.
Regards
Randy
 
Back
Top