DRIVER_USED_EXCESSIVE_PTES

Code: 0xd8 (216)

As HRESULT:As NTSTATUS:

Parameters

ParameterDescription
1Pointer to the name of the driver that caused the error (Unicode string), or zero
2Number of PTEs used by the driver that caused the error (if Parameter 1 is nonzero)
3Total free system PTEs
4Total system PTEs

Description

The DRIVER_USED_EXCESSIVE_PTES bug check has a value of 0x000000D8. This indicates that there are no more system page table entries (PTE) remaining.

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.

Cause

This is usually caused by a driver not cleaning up its memory use properly. Parameter 1 shows the driver which has consumed the most PTEs. The call stack will reveal which driver actually caused the bug check.

Resolution

Both drivers may need to be fixed. The total number of system PTEs may also need to be increased.

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.

Associated Modules

ModuleCodeFound inDescription
ESENT.dll0xd88.11011%1 (%2) %3A database location change was detected from '%4' to '%5'.
EventCreate.exe0xd878.11011%1
KernelBase.dll0xd87This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
KernelBase.dll0xd88.1This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
dsreg.dll0xd811Token binding AIK was successfully created. Key type: %1 IDP domain: %2 Tenant-based ID: %3 User SID: %4
kernel32.dll0xd88.11011This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
kernel32.dll0xd87This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
webservices.dll0xd878.11011There was an error sending the HTTP reply.
wuaueng.dll0xd81011Commit Successful: Windows successfully committed the following update: %1
wuauengcore.dll0xd811Commit Successful: Windows successfully committed the following update: %1
10 entries