-
Notifications
You must be signed in to change notification settings - Fork 20
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
Crash on Windows 10 with 2070 Super #23
Comments
Hello! Thanks for your bug report. This is indeed most probably related to #12 and the missing NvAPI functions. Error 104 is literally |
The card has 3 fans, it's this one: https://www.gigabyte.com/de/Graphics-Card/GV-N207SGAMING-OC-8GC#kf I think you can only control all 3 at the same time, but I don't know how I would check that. All overclocking tools on Windows at least give me only one fan value to change and only show one rpm counter. I can check a couple different driver versions, I don't know which driver versions are even worth checking though. |
This is with 431.36, same result I think. 419 is too old to install. I'll try some 42X versions, I guess it will be the same.
|
Apparently the 431.36 is the first driver supporting the card, so I guess this never worked for my card |
Same result with the 440.97 driver |
Yes, obviously there is a problem with the |
Sure, I can test some binaries. I'm currently trying to use NvAPI myself... |
OK so I think I made some progress. Could you please paste me the output of the attached program? |
Looks like you made some progress :)
|
That's nice! I think I understand what's wrong. RTX cards do not seem to support the old API at all. I was hoping they would at least support it in a degraded manner instead of crashing. But anyway it's fairly straightforward to support the new functions. I'm wondering if older cards support the new API because that would simplify things a lot; just swap the old calls for the new ones. Otherwise there is going to be a need for two different code paths and that's going to take a little longer to support (and most importantly test: that's the bottleneck). Anyway I'll have a new nvfancontrol binary for testing soon. I'm going to close this as it's the same issue as #12 so please follow that one for any further updates. |
I get this Error when trying to use nvfancontrol. I tried the release version and also compiled it myself. Same result.
From the other bug report it looks like nvfancontrol just does not work on RTX cards because NvAPI does not work with RTX cards yet?
The text was updated successfully, but these errors were encountered: