up vote 0 down vote favorite
share [g+] share [fb]

I have a ThinkPad T400 with Windows Vista Ultimate.

When I try to go to Standby, I often get a DRIVER_POWER_STATE_FAILURE stop code.

At first, WinDbg flagged it as the Citrix Deterministic Network enhancer. After downloading the latest version from Citrix, WinDbg flags the latest memory dump as VMNetSrv.sys.

However, I already have the latest service pack of Virtual PC 2007.

Does anyone have any suggestions?

link|improve this question

feedback

2 Answers

Ideas for resolving sleep problems:

  1. Look in your BIOS for the suspend ACPI options and try to switch modes among "S1 and S3", "S3" etc.
  2. Turn off Hybrid sleep, see explanation here (for vista, but is the same)
  3. The hibernation file is sometimes disabled by disk cleaning, to restore do in cmd run as administrator "powercfg -h on".

Note: Any of the above manipulation that doesn't help should be undone.

In Windows 7 you can use the following command to troubleshoot sleep problems and return a detailed report:

powercfg -ENERGY

image

link|improve this answer
Unfortunately, I've tried all of those measures and I'm using Windows Vista. Perhaps this would be a good reason to use W7... – Zian Choy Feb 2 '10 at 16:14
feedback

try googleing nirsoft bluescreenview , its supposed to pull all the information you could ever want into once place for each blue screen, might shed some more light on the matter.

sorry i cant be more helpful

link|improve this answer
It doesn't provide any info that WinDbg doesn't already give. – Zian Choy Sep 27 '09 at 11:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.