Bug Check 0x1DD: BUGCODE_MBBADAPTER_DRIVER
The BUGCODE_MBBADAPTER_DRIVER bug check has a value of 0x000001DD. This indicates that the operating system encountered an error caused by a networking driver managed by MBBCx. MBBCx provides mobile broadband (MBB) media-specific functionality in the form of a KMDF-based MBB client driver for MBB devices. For more information, see Introduction to the Mobile Broadband (MBB) WDF class extension (MBBCx).
Important
This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.
BUGCODE_MBBADAPTER_DRIVER Parameters
Parameter | Description |
---|---|
1 |
One of the following failure codes 0 - FailureCode_CorruptedPrivateGlobals 1 - FailureCode_IrqlIsNotPassive 2 - FailureCode_IrqlNotLessOrEqualDispatch 3 - FailureCode_InvalidStructTypeSize 4 - FailureCode_InvalidPowerCapabilities 5 - FailureCode_InvalidWakeReason 6 - FailureCode_DisarmNotInProgress 7 - FailureCode_WdfObjectCreateFailed |
2 |
Reserved |
3 |
Reserved |
4 |
Reserved |
Resolution
The !analyze debug extension displays information about the bugcheck and can be helpful in determining the root cause.
Parameter 1 describes the type of violation. Look at the call stack to determine the misbehaving driver.
See also
Introduction to the Mobile Broadband (MBB) WDF class extension (MBBCx)