-
Notifications
You must be signed in to change notification settings - Fork 1
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
The process cannot access the file because it is being used by another process #1
Comments
Is that windows 11? I have some hacky powershell script in the code that disables/enables the controller in device manager to free it from other processes. Might not work in 11 anymore Try this:
|
Heya, yea this is on windows 11. I tried those steps as outlined and no luck unfortunately :( - I will see if I can test it out on a windows 10 machine if I have any spares around. |
I have been having a play about with this a bit more, i removed the reference to powershell entirely and I am still getting that exact error message. I got the same error on a win10 vm. |
Usually the controller gets locked by common programs like your Web Browser or Steam/Epic/Discord but if it produces the same error on a clean win10 vm then I have no clue how to solve the issue. You can try out alternatives instead: |
Would love to provide more information, this is unfortunately the only thing I receive when I try to run the app. Happy to help get you get to the bottom of this though. This error happens when I run the exe as admin or standard user.
The text was updated successfully, but these errors were encountered: