-
-
Notifications
You must be signed in to change notification settings - Fork 319
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
Problem with GPU metrics on Windows 24H2 #914
Comments
After putting a few debuggers in the code, I realize that getNvidiaSmi() is in error
|
With even more searching, I see that I think that since Windows 24H2 there are files in FileRepository, which wasn't the case before and which now poses a problem. |
Something like this should solve the problem by simply checking whether the element we're testing is actually a directory.
I don't know if it's up to me to make a pull request or how to format it to propose this change to fix this problem on Windows 24H2. |
Describe the bug
Since the Windows 24H2 update, almost no GPU metrics (usage, temperature, power, etc.) come up. However, on another PC running Windows 23H2, the metrics come back correctly.
To Reproduce
Steps to reproduce the behavior:
systeminformation.graphics()
.Current Output
GPU metrics (usage, temperature, power, etc.) are not available.
Expected behavior
GPU metrics (usage, temperature, power, etc.) should be available, as they are on a Windows 23H2 PC.
Environment (please complete the following information):
To get all needed environment information, please run the following command:
Additional context
This problem appeared after the Windows 24H2 update. On another PC running Windows 23H2, GPU metrics are correctly displayed.
The text was updated successfully, but these errors were encountered: