Windows error 0x000000D1, 209

Detailed Error Information

INVALID_SIGNAL_NUMBER[1]

MessageThe signal being posted is not correct.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800700D1.

DRIVER_IRQL_NOT_LESS_OR_EQUAL[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0xD1: DRIVER_IRQL_NOT_LESS_OR_EQUAL.

HRESULT analysis[3]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[3][1]
DescriptionThe default facility code.[3][1]
Error Code209 (0x00d1)

Questions

3votes
1answer

Alladin eToken failure with importing RSA key

I am using SafeNet's (Alladin) eToken with PKCS11 interface to C#. I need to import a RSA key created without the eToken into the eToken. The creation of the RSA key is done through: RSACryptoServiceProvider RSA = new RSACryptoServiceProvider(); RSAParameters publicKey = RSA.ExportParameters(false); RSAParameters privateKey = RSA.ExportParameters(true); eTokenHelper.WritePrivateKeyToToken(session, privateKey, "private"); [...] read more
c#
rsa
pkcs#11
e-token
2votes
2answers

Intermittent Windows Server 2008 BSOD and restart

Our EC2 Instance (Windows Server 2008) crashed multiple times for the past 3 months (last time was today at 1:05 EST). Upon reviewing MEMORY.DMP file we noticed that possible cause of the crashes is rhelnet.sys (RedHat PV NIC Driver). Server's Event Viewer has the following records right after the crash: [...] read more
windows-server-2008
amazon-ec2
bsod
2votes
2answers

Windows 7 Bluescreen: IRQ_NOT_LESS_OR_EQUAL | athrxusb.sys

I'd left my system on last night, and found the bluescreen in the morning. This has been happening occasionally, over the past few days. Details: ================================================== Dump File : 022710-18236-01.dmp Crash Time : 2/27/2010 8:46:44 AM Bug Check String : DRIVER_IRQL_NOT_LESS_OR_EQUAL Bug Check Code : 0x000000d1 Parameter 1 : 00000000`00001001 [...] read more
windows-7
bsod
1vote
2answers

Where can I find out what a given stop error means?

I have a windows 2003 server which restarted suddenlty. The reason given is: System Failure: Stop error Reason Code: 0x805000f Bug ID: :-( Bugcheck String: 0x000000d1 (0x00000000, 0xd0000002, 0x00000000, 0xf35e8140) Comment: 0x000000d1 (0x00000000, 0xd0000002, 0x00000000, 0xf35e8140) Where can I find out what that means? read more
windows-server-2003
stoperror
1vote
1answer

windows kdmf driver virtio calling virtqueue_add_buf causes system fatal error

I have a driver for Windows VM that allows user space apps to communicate via IOCTL. I need to expose a structure to the host (using virtio) and I have tried using virtqueue_add_buf after initializing the virt device in the EvtDevicePrepareHardware using VirtIODeviceInitialize function. I am getting a fatal error [...] read more
windbg
drivers
kmdf
1vote
2answers

windows xp sp3 bsod - what do numbers in parenthesis mean?

I'm getting a BSOD on my Windows XP SP3 image (running on Workstation 8) all of a sudden. Here is the message: stop: 0x000000D1 (0x00000008, 0x00000002, 0x00000000, 0x8616A7c5) I've tried to debug the D1 error - what do the other values represent? I'm hoping they can point me to a [...] read more
windows-xp
vmware
bsod
1vote
2answers

incorrect members order in a C# structure

I have a TCP Client,which puts a packet in a structure using System.Runtime.InteropServices; [StructLayoutAttribute(LayoutKind.Sequential)] public struct tPacket_5000_E { public Int16 size; public Int16 opcode; public byte securityCount; public byte securityCRC; public byte flag; [MarshalAsAttribute(UnmanagedType.ByValArray, SizeConst = 8, ArraySubType = UnmanagedType.I1)] public byte[] blowfish; public UInt32 seedCount; public UInt32 seedCRC; [MarshalAsAttribute(UnmanagedType.ByValArray, [...] read more
c#
struct
memory-layout
1vote
1answer

Windows 10 1803 with USB Bluetooth Dongle = Bluescreen

Using any USB 2.0 Bluetooth dongle under Windows 10 1803 results in a Bluescreen of Death (BSoD) when turning off Bluetooth or pairing (rarer). This BSoD was replicated on 8 different systems with 6 different dongles. Systems running Windows 10 1703 or 1709, Windows 7 or Windows 8.1 are not [...] read more
windows-10
usb
bsod
bluetooth
windows-10-v1803
1vote
3answers

storport.sys BSOD headaches

I keep getting intermittent BSODs with storport.sys. I got the following from bluescreen viewer: 081712-31917-01.dmp 8/17/2012 9:09:03 AM DRIVER_IRQL_NOT_LESS_OR_EQUAL 0x000000d1 00000000`00000000 00000000`00000002 00000000`00000000 fffff880`011710d2 storport.sys storport.sys+10d2 x64 ntoskrnl.exe+7f1c0 C:\Windows\Minidump\081712-31917-01.dmp 8 15 7601 305,957 And (only showing those with "Address in stack" attribute): ntoskrnl.exe ntoskrnl.exe+7e769 fffff800`06a4c000 fffff800`07034000 0x005e8000 0x4fa390f3 5/4/2012 4:18:59 [...] read more
windows-7
windows
bsod
1vote
3answers

windows10 crashed with error code 0x000000d1

I have problem with windows 10. There is some information about my crash. 1. The error code is 0x000000d1 2. I have update nvdia's newest drive. 3. The computer has told me it caused by NETIO.SYS. Crash dump: https://onedrive.live.com/redir?resid=DAED235CC8E19991!832&authkey=!AAbcN5ylhURHPWY&ithint=file%2cdmp read more
bsod
windows-10
1vote
0answers

Repeated BSOD After Windows Reinstall

I run FSX in Windows 7 64 bit environment. I needed to reinstall windows and after the reinstall I get multiple BSOD events. Specs: Geforce GTX 660 8 gig RAM, Core I5 overclocked to 4.0 ghz. -------------------------------------------------------------------------------- Looked at DMP Files and see no recurring pattern: > Dump Headers 090713-7051-01.dmp [...] read more
windows-7
64-bit
bsod
1vote
1answer

Multiple BSOD Windows 7

I'm using Windows 7 and I've gotten multiple BSOD errors when browsing with chrome or watching videos. I've updated my integrated graphics card driver but it didn't solve the problem. I've run Memtest86+(12 passes) - everything was OK, I've also tested the HDDs - no problem, too. I've disabled GPU [...] read more
windows-7
google-chrome
memory
bsod
0votes
1answer

Server 2008R2 System Crashes when a non-local user logs in

I have a Server2008R2 box that is rebooting at "Applying Registry Settings" whenever an active-directory user logs in. If I remote in as myself it crashes, if I log in from the console as myself it crashes, but I can log in remotely and locally as the local admin account. [...] read more
windows-server-2008
active-directory
bsod
0votes
1answer

BSOD on Hyper-V after creating Virtual Network on Intel NIC

I have a home server with a Gigabyte P55M-UD2 motherboard, 16GB of DDR3 RAM, a i5 760 proc and 2 off-board Intel(R) Pro/100+ Management Adapter NICs. I installed a Windows 2008R2 Enterprise on my machine, and I've enabled Hyper-V role. Whenever I create a new Virtual Network on one of [...] read more
hyper-v
windows-server-2008-r2
nic
bsod
0votes
2answers

Bugcheck error D1

I have a Dell PowerEdge R210 II Server, which is running Windows Server 2012 R2 SP1, and it is randomly rebooting with this error : Bugcheck 0x000000D1 (0x000000000000000C, 0x0000000000000002, 0x0000000000000000, 0xfffff80001b04a16). I tried to look up this error code and debug the dump file, although i am not familiar with [...] read more
windows-server-2012-r2
bsod
0votes
0answers

White border on maximized .hta file

I am making a fake BSOD from a .hta file. it is perfect except for the fact that there is a white border along the program. Im not sure what to do at this point, i cant find anything on the topic. Can anyone fix this? Here is the code: [...] read more
hta
0votes
1answer

Strange stack trace in Windows Phone 8

Hi I have a Windows phone app which is getting a number of crashes reported by the dev center. I recently did an upgrade which included some minor changes and the moving of some common code from a Silverlight class library to a Windows phone class library (so that I [...] read more
windows-phone-8
crash-dumps
0votes
1answer

Reading a GUID Property from COM object with C++Builder

I have a 3rd party COM object that I'm working with. Mostly fine, but I'm stuck on reading a GUID property from the object. The relevant part of the auto-generated component wrappers/headers looks like this: // *********************************************************************// // DispIntf: IFoo // Flags: (4416) Dual OleAutomation Dispatchable // GUID: {5DE5DAAF-5419-4B2B-9771-58EAEE780799} // [...] read more
com
c++builder
0votes
4answers

Random BSOD with infamous DRIVER_IRQL_NOT_LESS_OR_EQUAL and unknown dll

I was working on my computer for a few hours (Only had Remote Desktop and Firefox up, no heavy resource usage) when it randomly BSOD'd with DRIVER_IRQL_NOT_LESS_OR_EQUAL and a dll I've never heard of called xuicfs.sys . I took down the information, restarted, and tried to do some research. 10 [...] read more
windows-xp
drivers
bsod
0votes
1answer

Could this bluescreen of death from my audio driver be caused by my keyboard filter driver?

After installing a custom keyboard filter driver (kbfiltr.sys), a slightly modified version of kbfiltr (Windows-driver-samples), and waking my system from standby the next morning, I was greeted by this BSOD: Bug Check String DRIVER_IRQL_NOT_LESS_OR_EQUAL Bug Check Code 0x000000d1 Parameter 1 00000000`00000000 Parameter 2 00000000`00000002 Parameter 3 00000000`00000000 Parameter 4 fffff801`7675cd91 [...] read more
windows
drivers
bsod
0votes
1answer

Windows 7 64bit crash during gameplay. Caused by drivers ntoskrnl.exe and hal.dll

I'm having trouble with a computer that I built a little less than a year ago (Christmas 2012). I have just recently been getting the blue screen of death while playing Banner's new expansion called Chivalry: Deadliest Warrior. The BSOD only occurs while playing the game and it has happened [...] read more
windows-7
drivers
bsod
-1votes
2answers

How to pinpoint the cause of a system crash?

I'm running Windows 7 SP1 64-bit. My system has been running great lately, but it crashed all of a sudden. I checked the system event logs and found this: > The computer has rebooted from a bugcheck. The bugcheck was: 0x000000d1 > (0x00001000000102fd, 0x0000000000000002, 0x0000000000000000, > 0xfffff88010143afd). A dump was [...] read more
windows-7
crash
bsod

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0