Check these KB's Stop error when you resume a computer that is running Windows 7 or Windows Server 2008 R2 from sleep or from hibernation: "STOP: 0x000000D1" http://support.microsoft.com/k... Stop error on a Windows Server 2008 R2-based or Windows 7-based computer when the operating system uses a virtual storport miniport driver to save a dump file or a hibernation file: "0x000000D1" http://support.microsoft.com/k...
-------------------------------------------------- Think Video drivers mainly though it can be others. See the driver section in my generic bluescreen troubleshooting methods below. BIOS, low level chipset drivers and antivirus/antispyway/security programs can also cause this. Check the troubleshooter and when you get to the driver and memory testing sections refer to the generic methods in next message and then return to the troubleshooter if needed.
Cause A driver tried to access an address that is pageable (or that is completely invalid) while the IRQL was too high. This bug check is usually caused by drivers that have used improper addresses. If the first parameter has the same value as the fourth parameter, and the third parameter indicates an execute operation, this bug check was likely caused by a driver that was trying to execute code when the code itself was paged out. Possible causes for the page fault include the following: The function was marked as pageable and was running at an elevated IRQL (which includes obtaining a lock). The function call was made to a function in another driver, and that driver was unloaded. The function was called by using a function pointer that was an invalid pointer. BCCode: d1 0x000000d1 <-- read this link http://www.faultwire.com/solut... *1210.html?order=votes