-
Notifications
You must be signed in to change notification settings - Fork 280
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
I tested the driver on Windows 10 version 1709, 1803, 1903, 1909 all have this problem #4
Comments
According to this: https://docs.microsoft.com/en-us/windows-hardware/drivers/wdf/building-a-wdf-driver-for-multiple-versions-of-windows it should run on any version 1803+. Are you running it in a virtual machine or otherwise may not have a display adapter? Do you have a GPU? |
Hello I have tested on real computers, virtual machines also tested, graphics card is Intel and NVIDIA, both have this problem |
And no monitor is being displayed in the settings?
…On Wed, Aug 11, 2021 at 9:56 PM jennaric ***@***.***> wrote:
Hello I have tested on real computers, virtual machines also tested,
graphics card is Intel and NVIDIA, both have this problem
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAERAHK35WQTH6HONXTU5N3T4NH7XANCNFSM5B75BTFA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Yes, only the display adapter, but no monitor, so I debug step by step and find that the function returns an error |
I found
https://social.msdn.microsoft.com/Forums/windowshardware/en-US/7d488406-3d56-4fa5-a2ef-fc5921f922d2/wdffdoqueryforinterface-return-error-code-0xc00000bb-which-is-statusnotsupported-hid-miniport
, does this help at all?
…On Wed, Aug 11, 2021 at 9:58 PM jennaric ***@***.***> wrote:
Yes, only the display adapter, but no monitor, so I debug step by step and
find that the function returns an error
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAERAHMHG6D2QDAHXQU5UJ3T4NIIBANCNFSM5B75BTFA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
I'm not using WdfFdoQueryForInterface |
Just use the code from your repository and it will appear,and no code has been changed |
Here's the code I'm using in my project -- this works for all versions of Windows 10 that you mentioned, so maybe you can compare with your code and see what's different?
|
Note that I'm defining a CAdapterPtr type so that I can store a pointer to my (wrapper) class in the WDF object:
...you may not want/need to do this. Hope that helps. |
Hello, thank you very much for your answer. I have compared them and they are basically the same,It's almost the same |
Windows 10 2004 before, need Testing Mode or signed by Microsoft. |
hello,How did you solve the problem? |
i found the iddcxadapterinitasync function returned error code 0xC00000BB STATUS_ NOT_ Supported,
I test the your code directly github.com/roshkins/IddSampleDriver
I don't know why return 0xC00000BB ,Could you give me some help, please? Thank you very much
The text was updated successfully, but these errors were encountered: