BUGCODE_MBBADAPTER_DRIVER
Bug check code: 0x000001dd (477)
As HRESULT:- S: 0 (Success)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x01dd (477)
- Sev: 0 (STATUS_SEVERITY_SUCCESS)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x01dd (477)
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 |
Description
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.
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)
Article text from the Windows driver documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.