A developer that is working on a UDFS driver is having a weird issue

When there’s no debugger attached to a Windows 10/11 VM, the driver doesn’t load. Attaching the debugger (WinDbg) gets it to load and mount the UDF drive. The source code that he has modified can be found at https://github.com/assorted/reactos/tree/udf/drivers/filesystems/udfs.

Is it because of the assertion mentioned in https://community.osr.com/discussion/273735/mysterious-windows-10-driver-verifier-assertion?

I fixed it. I just needed to add a test certificate to the driver along with enabling Test Mode. Now it loads properly on real hardware.

1 Like