Site icon EfmSoft

What does HRESULT 0x801F0011 (ERROR_FLT_INSTANCE_ALTITUDE_COLLISION) mean?

 
Previous Next
ERROR_FLT_DO_NOT_DETACH ERROR_FLT_INSTANCE_NAME_COLLISION

ERROR_FLT_INSTANCE_ALTITUDE_COLLISION

Two instances cannot share one position in a volume stack

ERROR_FLT_INSTANCE_ALTITUDE_COLLISION means that an instance is already attached at the requested altitude on the target volume. In Filter Manager, altitude is a decimal string that determines an instance's relative position in the minifilter stack. A higher altitude is farther from the base filesystem, and only one instance can occupy a given altitude on the same volume.

This is not the same as a driver load-order problem or an instance-name conflict. It specifically identifies a stack-position collision. The collision can arise from an explicit debug attachment, a duplicate instance definition, or a stale assumption about what is already attached to the volume.

What to check

References


Looking for a different code? Search another status or error code.

Exit mobile version