Bug Check 0x10C: FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION
The FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION bug check has a value of 0x0000010C. This indicates that a violation was detected in the File system Run-time library (FsRtl) Extra Create Parameter (ECP) package.
Important Info If You Have Received a STOP Code
If you received a blue screen error, or stop code, the computer has shut down abruptly to protect itself from data loss. A hardware device, its driver, or related software might have caused this error. If your copy of Windows came with your computer, call the manufacturer of your computer. If you purchased Windows separately from your computer, Microsoft provides support. To find contact info for Microsoft or your computer manufacturer, Contact Support.
If you have experience with computers and want to try to recover from this error, follow the steps provided in the Microsoft article Resolving STOP (Blue Screen) Errors in Windows.
These actions might prevent an error like this from happening again:
- Download and install updates and device drivers for your computer from Windows Update.
- Scan your computer for computer viruses.
- Check your hard disk for errors.
FSRTL_EXTRA_CREATE_PARAMETER_VIOLATION Parameters
The following parameters are displayed on the blue screen.
| Parameter | Description |
|---|---|
|
1 |
The type of violation. (See the following table later on this page for more details). |
|
2 |
0 |
|
3 |
The address of the ECP. |
|
4 |
The starting address of the ECP list. |
The value of Parameter 1 indicates the type of violation.
| Parameter 1 | Type of Violation |
|---|---|
|
0x1 |
The ECP signature is invalid, due to either a bad pointer or memory corruption. |
|
0x2 |
The ECP has undefined flags set. |
|
0x3 |
The ECP was not allocated by the FsRtl. |
|
0x4 |
The ECP has flags set that are illegal for a parameter passed by a create caller. |
|
0x5 |
The ECP is corrupted; its size is smaller than the header size. |
|
0x6 |
The ECP that is being freed has non-empty list pointers; it might still be part of an ECP list. |
|
0x11 |
The ECP list signature is invalid, due to either a bad pointer or memory corruption. |
|
0x12 |
The ECP list has undefined flags set. |
|
0x13 |
The ECP list was not allocated by the FsRtl. |
|
0x14 |
The ECP list has flags set that are illegal for a parameter list passed by a create caller. |
|
0x15 |
The ECP list passed by the create caller is empty. |
Send comments about this topic to Microsoft
Build date: 4/9/2013
