Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I download the exe from the readme, the installation is successful, but when I compile and install from the source code, the installation fails, and the error is reported:Loading p4vfsflt Driver load FAILED #20

Open
gaojun-lin opened this issue May 24, 2023 · 1 comment

Comments

@gaojun-lin
Copy link

When I download the exe from the readme, the installation is successful, but when I compile and install from the source code, the installation fails, and the error is reported:Loading p4vfsflt Driver load FAILED

@jessk-msft
Copy link
Collaborator

Make sure to build either Debug or Release configuration, which will use the corresponding signed release driver binaries instead of the local built binaries. If you are intending to develop and test changes to the (kernel mode) test-signed driver, then Debug-Dev and Release-Dev configurations are used. Steps must be taken to provision a machine for loading test-signed driver binaries. If not, then you'll encounter driver load errors as you describe.

There are some scripts which we use for provisioning VM's for kernel mode driver deployment and testing for P4VFS. P4VFS.Driver/Scripts. There's a lot more to it though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants