-
Notifications
You must be signed in to change notification settings - Fork 99
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
Game loads slowly when using hv #23
Comments
@thewolfram Sorry for the late reply! |
Its ok, I'm replying from another account because unable to access mine, anyway some guy posted that it is for sure happening because game is spamming EDIT: here is the link to his post https://www.unknowncheats.me/forum/3497830-post11.html |
It's actually almost impossible to mitigate this with intel CPUs, since |
I think it would be a good solution to devirtualize CPUs while game is loading and virtualize them back when its finished. Could there be any problems? |
That's really not a bad idea at all, but you'll essentially have a very easy-to-detect driver loaded before the hypervisor can get started. If you can manage to stay undetected in that short period of time, then it's a great solution, but... at that point you would need to already have an undetected driver, so you might as well just use that and ditch the hypervisor completely 😄. |
I've got another idea which is get the return address in our |
That could work, but it would have to be specific to the game/anticheat. A |
So, I'm currently trying to do what I said, I will log calls inside of |
What do you mean by return address? You can check guest rip in the vmcs to see who called cpuid, but finding the return address would be difficult without unwinding the frame. |
I mean just get the address of someone who called EDIT: yes it is |
sorry to bump this old post but i’m also running into the issues of it running slow i was curious if you had a link to the VMware paper you were referring to? |
I too am interested in this paper |
hey there, I use hv while playing eft and I noticed that the loot loading stage takes a very long time about 5 minutes, but when I play without hv it loads in 1 minute max. I found on unknowncheats that people also had this problem when they were playing on virtual machines, someone suggested that game spams
cpuid
while loot is loading, but I'm not sure if thats the true reasonhttps://www.unknowncheats.me/forum/escape-from-tarkov/490919-stuck-loading-loot-qemu-kvm.html
https://www.unknowncheats.me/forum/escape-from-tarkov/568814-loading-loot-slow-kvm.html
EDIT: also some guy said to use
invtsc
, this might be related tooThe text was updated successfully, but these errors were encountered: