I have some problems with a bluescreen on a Windows XP SP3.
The Bugcheck code is 0x000000A0 and the first parameter 0x00000101 states that there is a
Unhandled exception occured while processing a system power event
I tried to find out what's the problem but I'm not really good in using windbg yet. I've uploaded the minidump for you to have a look at it: http://www.file-upload.net/download-4692991/Mini082012-01.zip.html
How do I fix this error?
Edit: after executing !analyze -v
windbg shows me this line: DEFAULT_BUCKET_ID: DRIVER_FAULT
. What is a "DEFAULT_BUCKET_ID"? Is a driver causing this error?
This kind of error point out highly "power supply" problem. If you provide more details related to when the problem occurs(which program running what are you doing etc) this can speed up diagnosis process.
But if this problem occurs when your PC attempt to hibernate or sleep, then your problem is because the size of the hibernation file (hiberfil.sys) size is not large or big enough to save and store current contents loading in the system RAM or memory.
You can easily fix this;
1-Open a command prompt window with elevated administrator privileges. 2-Type the following command and press ENTER:
powercfg /hibernate /size 100
I hope it helps...
User contributions licensed under CC BY-SA 3.0