Hello All,
We have a Encryption/Decryption Upper class Filter Driver which works well
for Windows 2000 and Windows XP.
But Sometimes in Windows 2000 during shutdown it causes
DRIVER_POWER_STATE_FAILURE Bugcheck. This happens only in “some” windows
2000
systems.
In the same system some times during Shutdown the screen goes blank with a
blinking cursor at the top.
All these problems occur only in Windows 2000 and NOT on Windows XP.
Is there a specific reason for the same?
I know its a power tranisition problem But how to proceed after that.
When posting questions about bugchecks, it usually helps to post the output
of !analyze -v from WinDBG.
What’s the first parameter to the bugcheck? The DDK documentation lists five
variations of this bugcheck and is pretty explicit about the cause of each
one.
“Shalini” wrote in message news:xxxxx@ntdev… > Hello All, > We have a Encryption/Decryption Upper class Filter Driver which works well > for Windows 2000 and Windows XP. > But Sometimes in Windows 2000 during shutdown it causes > DRIVER_POWER_STATE_FAILURE Bugcheck. This happens only in “some” windows > 2000 > systems. > In the same system some times during Shutdown the screen goes blank with a > blinking cursor at the top. > All these problems occur only in Windows 2000 and NOT on Windows XP. > Is there a specific reason for the same? > I know its a power tranisition problem But how to proceed after that. > > Thanks Very much. > Regards > Shal. > > >