Need Help Running Game in VM – Willing to Pay for a Solution

lapaja4555

New Member
Feb 6, 2024
1
0
1
Hello
First of all, I want to tell you about my purpose.

First of all, there is a game I want to play and it is closed to virtualization.

My system is set up like this
My Pc-Windows>VmWare>Proxmox

First, I tried to install this, but I got a VM Error, so the game understands that I am running in a VM.

https://github.com/zhaodice/proxmox-ve-anti-detection

I am sharing my config file. Is there a solution?

Additionally: I am ready to pay the fee to the user who offers a solution to run the game in a VM.




Code:
agent: 1
boot: order=ide0;ide2;net0
cores: 6
cpu: x86-64-v2-AES
ide0: local-lvm:vm-100-disk-0,size=200G
ide2: local:iso/Windows.iso,media=cdrom,size=4697792K
machine: pc-i440fx-8.1
memory: 16264
meta: creation-qemu=8.1.2,ctime=1708177935
name: Win
net0: e1000=BC:24:11:4F:29:75,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
scsihw: virtio-scsi-single
smbios1: uuid=04da5db3-99b8-4dbf-9ca2-190cc6586a48
sockets: 1
vmgenid: 85f2555c-897e-4bd6-8b54-b038625a69ce
 
Just to get this clear, you have a Windows VM running in a ProxMox environment that is running in a VMWare environment running on a Windows PC?
 
There may be multiple problems without knowing which game.
The repository mentions that you should patch the kernel against RDTSC checking for some games
About your VM config, follow again the repository and you will find that you need specific args
The args that the repo owner uses are:
args: -cpu host,+kvm_pv_unhalt,+kvm_pv_eoi,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv_reset,hv_vpindex,hv_runtime,hv_relaxed,kvm=off,hv_vendor_id=intel,vmware-cpuid-freq=false,enforce=false,host-phys-bits=true,hypervisor=off -smbios type=0,version=UX305UA.201 -smbios type=1,manufacturer=ASUS,product=UX305UA,version=2021.1 -smbios type=2,manufacturer=Intel,version=2021.5,product='Intel i9-12900K' -smbios type=3,manufacturer=XBZJ -smbios type=17,manufacturer=KINGSTON,loc_pfx=DDR5,speed=4800,serial=114514,part=FF63 -smbios type=4,manufacturer=Intel,max-speed=4800,current-speed=4800

I'm not sure about all the hv_* features, but I'm 100% sure you need kvm=off and hypervisor=off, else you get these problems you are mentioning.
edit: Forgot mentioning that you should use a q35 machine, not 1440x
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!