jonomango / hv

Lightweight Intel VT-x Hypervisor.
MIT License
387 stars 78 forks source link

BSOD on 21H1 #5

Closed OmhaRobin1 closed 2 years ago

OmhaRobin1 commented 2 years ago

Hey, when manual mapping the hypervisor i bluescreen with code CLOCK_WATCHDOG_TIMEOUT upon calling vm_launch.

Only modifications ive made are launching the hypervisor from a system thread, system specs + info are below

Windows version: 21H1 Pro (OS Build 19043.1889) Processor: Intel i9-10850k Virtualization: Enabled Hyper-V: Disabled

jonomango commented 2 years ago

Hi, can you test the hypervisor as-is without modifying the repo? Loading the driver normally without manual mapping would also help a lot (just use Windows Test Mode). If the hypervisor still causes a BSOD, please send the crash dump. Otherwise, the issue is probably due to manual mapping, or how you're launching it from your system thread.

OmhaRobin1 commented 2 years ago

Hey, yeah i tested it unmodified aswell and it was the exact same issue, ill upload a crash dump shortly. works fine in a vm but not outside one

jonomango commented 2 years ago

Closed due to inactivity.