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 284 forks source link

What is the mistake? #27

Closed Arongames closed 4 years ago

Arongames commented 4 years ago

Assertion failed: Could not find 'git' via 'C:\Windows\System32\where.exe'. at Nuke.Common.ControlFlow.Fail(String text) at Nuke.Common.ControlFlow.NotNull[T](T obj, String text) at Nuke.Common.Tooling.ToolPathResolver.GetPathExecutable(String pathExecutable) at Nuke.Common.Tools.Git.GitTasks.GitCurrentBranch(String workingDirectory) at System.Lazy1.ViaFactory(LazyThreadSafetyMode mode) at System.Lazy1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) at System.Lazy1.CreateValue() at Nuke.Common.Git.GitRepositoryAttribute..ctor() at System.RuntimeTypeHandle.CreateCaInstance(RuntimeType type, IRuntimeMethodInfo ctor) at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes) at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeFieldInfo field, RuntimeType caType) at System.Attribute.GetCustomAttributes(MemberInfo element, Type type, Boolean inherit) at System.Reflection.CustomAttributeExtensions.GetCustomAttributes[T](MemberInfo element) at Nuke.Common.Execution.BuildExtensions.<>c.<GetInjectionMembers>b__4_0(MemberInfo x) at System.Linq.Enumerable.WhereArrayIterator1.ToList() at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at Nuke.Common.Execution.BuildExtensions.GetInjectionMembers(NukeBuild build) at Nuke.Common.Execution.InjectionService.InjectValues(NukeBuild build) at Nuke.Common.Execution.BuildExecutor.Execute[T](Expression1 defaultTargetExpression)

Repeating warnings and errors: Assertion failed: Could not find 'git' via 'C:\Windows\System32\where.exe'.

nefarius commented 4 years ago

Wow. This has to be the laziest issue I've come across in a long time. I'm lost for words, honestly.

Arongames commented 4 years ago

I am stupid little bitсh, pls help)))

nefarius commented 4 years ago

Come on, mate, don't do this to us. So I assume you try to build and it fails you? How? Why? Just build within the Visual Studio GUI then?

Arongames commented 4 years ago

I can’t understand why, when running the PowerShell script, it gives this error

Evengard commented 4 years ago

It's written in english: "I didn't found GIT". Install GIT, man.