ramensoftware / windhawk

The customization marketplace for Windows programs: https://windhawk.net/
https://windhawk.net
GNU General Public License v3.0
1.79k stars 56 forks source link

Windhawk conflict with VirtualBox #39

Closed ttodua closed 1 year ago

ttodua commented 1 year ago

when windhawk is running (i have "Middle click to close " mod running ( with "old explorer support" option checked), then it conflicts virtualbox and we can't boot up any Windows guest OS boxes:

b64.3058: Error -5637 in supR3HardNtChildPurify! (enmWhat=5)
b64.3058: supHardenedWinVerifyProcess failed with -5637: NtQueryVirtualMemory failed for 0000000000000000: 0xc000010a
b64.3058: supR3HardNtEnableThreadCreationEx:

After exiting WindHawk, virtualbox works well.

I know this might not be priority, but just giving note to you about this issue.

m417z commented 1 year ago

A duplicate of https://github.com/ramensoftware/windhawk/issues/25

From the issue above:

this failure is due to unsigned code injection being detected in the VM host process, so VirtualBox refuses to start the VM

The best solution is to exclude VirtualBox in the advanced settings of Windhawk. Let me know if you need help with that.

ttodua commented 1 year ago

Thanks, I will try that