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

[Bug]: Attempting to install to a directory that requires Administrator Permissions permits the install, but the driver won't load #233

Open
IrwinKwan opened this issue Dec 28, 2024 · 1 comment
Assignees
Labels
bug Something isn't working planned This function is in planning or pending implementation.

Comments

@IrwinKwan
Copy link

Which OS?

Win11 Home

Which release?

23H2

Describe the bug

Installing to C:\Program Files doesn't allow the driver to load after installation (might be permissions related?)

Steps to reproduce

When installing, you can choose a directory for install (ex: C:\Program Files\VirtualDisplayDriver).

Doing so will permit the installation, but after installation, nothing will happen with the computer. The companion app will run, but say "No driver configured", and things don't work.

After searching and watching some videos (thanks for the installation guide), I observed that if I installed to a different location, then a signing dialog pops up and I had to approve that, and then the driver works as expected.

Expected behavior

I suspect that the issue is that I specified a directory that required Administrator permission, so it didn't permit the driver to start as a result. At minimum it would be good for the installer to check if permissions are available before installing, or maybe there's a way to make it work if you do install to C:\Program Files.

Log File (Beta Only)

No response

Contact Details

No response

@IrwinKwan IrwinKwan added the bug Something isn't working label Dec 28, 2024
@bud3699
Copy link
Member

bud3699 commented Dec 28, 2024

Its not with administrative permisions

Its due to locations with spaces or special characters, will fix in next update

@bud3699 bud3699 added the planned This function is in planning or pending implementation. label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working planned This function is in planning or pending implementation.
Projects
None yet
Development

No branches or pull requests

4 participants