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

Vanguard support for Virtual Machines #50

Open
codetit4n opened this issue Nov 11, 2021 · 6 comments
Open

Vanguard support for Virtual Machines #50

codetit4n opened this issue Nov 11, 2021 · 6 comments

Comments

@codetit4n
Copy link

Valorant can be downloaded and installed on apple silicon devices using some Virtual Machines, but it can't run because of vanguard. Please make vanguard work on Virtual Machines.

@DigitalHammer
Copy link

Vanguard is a kernel driver. Kernel drivers cannot be run on virtual machines because they're on the same tier as the local OS. That's a big part of what makes it valuable as an anti-cheat solution.

@codetit4n
Copy link
Author

Vanguard is a kernel driver. Kernel drivers cannot be run on virtual machines because they're on the same tier as the local OS. That's a big part of what makes it valuable as an anti-cheat solution.

So if i am able to run windows using Bootcamp this problem will be solved?

@DigitalHammer
Copy link

Vanguard is a kernel driver. Kernel drivers cannot be run on virtual machines because they're on the same tier as the local OS. That's a big part of what makes it valuable as an anti-cheat solution.

So if i am able to run windows using Bootcamp this problem will be solved?

I have not done that personally but from what I understand, yes, I believe you can. I found the article below about someone who has claimed to have done it:
https://www.sportskeeda.com/esports/valorant-playing-game-mac-os-using-boot-camp

@swoopae
Copy link

swoopae commented Jan 19, 2022

please fix this

@Alerymin
Copy link

Some people like me tried to use a QEMU KVM with GPU Passthrough (passing the host GPU to the VM) and it doesn't work too. KVM is a Type 1 Hypervisor (VirtualBox is type 2), how can it break ?

@JoniG59
Copy link

JoniG59 commented Feb 23, 2024

Some people like me tried to use a QEMU KVM with GPU Passthrough (passing the host GPU to the VM) and it doesn't work too. KVM is a Type 1 Hypervisor (VirtualBox is type 2), how can it break ?

Because they still can detect vms and ban them but there is a approach of bypassing it:

https://github.com/zhaodice/qemu-anti-detection

If some users manage to fix the vanguard issues of this project it will work with kvm

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

5 participants