Bug Check 0x135: REGISTRY_FILTER_DRIVER_EXCEPTION

The REGISTRY_FILTER_DRIVER_EXCEPTION bug check has a value of 0x00000135. This bugcheck is caused by an unhandled exception in a registry filtering driver.

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.

REGISTRY_FILTER_DRIVER_EXCEPTION Parameters

Parameter Description
1 Exception Code
2 Address of the context record for the exception that caused the bugcheck
3 The driver's callback routine address
4 Reserved

Cause

This bugcheck indicates that a registry filtering driver didn't handle an exception inside its notification routine.

Resolution

The !analyze debug extension displays information about the bug check and can be helpful in determining the root cause. Identify the offending driver by using the 3rd parameter.