-
Notifications
You must be signed in to change notification settings - Fork 85
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
BSOD win10 2004/10.0.19041.1 #27
Labels
bug
Something isn't working
Comments
Hi, can you check to see if you get a BSOD with the latest commit? 86ca9f5 |
I am getting this with the newest commit:
|
I am honestly not sure what the cause of this issue could be. Try replacing um/main.cpp with only the following: int main() {
if (!hv::is_hv_running()) {
printf("HV not running.\n");
return 0;
}
} |
I'm not getting the bsod with just that code. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Get this bsod after about a minute of running the hv + um example.
The text was updated successfully, but these errors were encountered: