nefarius / ViGEmBus

Windows kernel-mode driver emulating well-known USB game controllers.
https://docs.nefarius.at/projects/ViGEm/
BSD 3-Clause "New" or "Revised" License
3.08k stars 285 forks source link

Assertion failed: Could not find 'git' via 'C:\Windows\System32\where.exe' #73

Closed EdwardElric64 closed 3 years ago

EdwardElric64 commented 3 years ago

Whenever I attempt to compile the driver powershell spits out the error "Assertion failed: Could not find 'git' via 'C:\Windows\System32\where.exe'" I installed everything asked of me in the pre requisite tab and restarded my PC to no avail. Why am I getting this error?

nefarius commented 3 years ago

How do you compile it? The PowerShell scripts are meant to run on CI so I have no idea if they even work locally.

EdwardElric64 commented 3 years ago

In powershell I use the command that is on the page, ".\build.ps1 -configuration release"

nefarius commented 3 years ago

Works a treat over here, mate. Make sure your build environment has all the dependencies. Or build within Visual Studio.

image