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

Wrong WDDM2 detection #57

Closed
totalgaara opened this issue Jun 27, 2021 · 4 comments
Closed

Wrong WDDM2 detection #57

totalgaara opened this issue Jun 27, 2021 · 4 comments

Comments

@totalgaara
Copy link

WDDM2 is not detected on my R9 290, but DXDIAG say that i've WDDM 2.7
wddm

@famo000
Copy link

famo000 commented Jun 27, 2021

Hello, WDDM 2 is not detect correctly on my computer because there is a special char in the string after WDDM (Driver Model: WDDM 2.7). A char 160 or $A0
So i mofified the code like this : Case StringInStr($sDXFile, "DDIVersion:12") And StringInStr($sDXFile, "DriverModel:WDDM" & chr(160) & "2") .
After, the detection is OK.
I am on a french Windows.
TPM is red to, i think it's not activate in UEFI.
Thanks for the tool

rcmaehl added a commit that referenced this issue Jun 27, 2021
Improve WDDM detection. Thanks @famo000
@rcmaehl
Copy link
Owner

rcmaehl commented Jun 27, 2021

Please try the latest action build
https://github.com/rcmaehl/WhyNotWin11/suites/3096312388/artifacts/70750372

@mkody
Copy link

mkody commented Jun 27, 2021

Had the same issue and that build works for me!

@rcmaehl
Copy link
Owner

rcmaehl commented Jun 27, 2021

Marking as resolved in 2.2.3

@rcmaehl rcmaehl closed this as completed Jun 27, 2021
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