| Debugging Tools for Windows |
The DRIVER_UNMAPPING_INVALID_VIEW bug check has a value of 0x000000D7. This indicates a driver is trying to unmap an address that was not mapped.
The following parameters are displayed on the blue screen.
| Parameter | Description |
|---|---|
| 1 | Virtual address to unmap |
| 2 | 1: The view is being unmapped 2: The view is being committed |
| 3 | 0 |
| 4 | 0 |
The driver that caused the error can be determined from the stack trace.