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

win10 21h2 bsod #25

Open
samcbc opened this issue Oct 21, 2022 · 8 comments
Open

win10 21h2 bsod #25

samcbc opened this issue Oct 21, 2022 · 8 comments

Comments

@samcbc
Copy link

samcbc commented Oct 21, 2022

cpu Intel(R) Xeon(R) CPU E3-1230 v3 @ 3.30GHz 3.30 GHz
system win10 19044.2006 21H2

https://pastebin.com/dBU3JABH

@zaidzentan
Copy link

Check if VT-x and EPT is Enabled.
I hope it solves your problem.

@samcbc
Copy link
Author

samcbc commented Oct 21, 2022

VT-d is Enabled.

@Air14
Copy link
Owner

Air14 commented Oct 22, 2022

Could you send me a crash dump?

@samcbc
Copy link
Author

samcbc commented Oct 23, 2022

how to give you file?

@samcbc
Copy link
Author

samcbc commented Oct 23, 2022

FAILURE_BUCKET_ID: 0x124_0_GenuineIntel_PROCESSOR__UNKNOWN_IMAGE_GenuineIntel.sys

Could it be that my CPU model is too old?

@Air14
Copy link
Owner

Air14 commented Oct 23, 2022

You can upload it via https://anonfiles.com/

@Sqlava
Copy link

Sqlava commented Jan 30, 2023

I am also getting a BSOD on 21H2. It only occurs when trying to sc start the hyperhide driver. Windows reports the error 'ATTEMPTED_WRITE_TO_READONLY_MEMORY' and specifies that the hyperhide driver failed.

I got the same crash message three times and I tried using both the scripts to execute the service commands as well as typing them out myself in an admin command prompt.

Here are the dumps I copied from the Windows\Minidump directory:
https://anonfiles.com/XeUfa4V8yb/013023-68765-01_dmp
https://anonfiles.com/WaUba1Vdy0/013023-61718-01_dmp
https://anonfiles.com/U8j7b5V3y4/013023-65125-01_dmp

Edit:
I compiled the project myself with visual studio community 2019. I just built each project with x64 and release specified. Didn't change anything. Visual studio didn't report any errors.

Edit 2:
I think I've discovered the root of my issue. I have an AMD processor and airhv only supports intel. It doesn't even compile for me. I assume that means that HyperHide will also only work with intel processors. It is weird that airhv is the driver that runs considering this. Is it safe to assume this is why I get a BSOD?

@Air14
Copy link
Owner

Air14 commented Jan 31, 2023

Since airhv does not support amd processors, and HyperHide is based on it, this must be the reason why BSOD appears

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

4 participants