fyr77 / EnvyUpdate

Small update checker application for NVIDIA GeForce GPUs
MIT License
137 stars 7 forks source link

EnvyUpdate doesn't understand Nvidia Hotfix drivers. #15

Closed Primeey closed 3 years ago

Primeey commented 3 years ago

Whenever you have the latest Hotfix driver installed (451.85 currently) EnvyUpdate still tells you your driver is out of date and prompts you to download a older version (451.67 currently).

fyr77 commented 3 years ago

Oh, interesting... Can you tell me which GPU you're using?

fyr77 commented 3 years ago

I don't quite know where I should get info about hotfix drivers from. Visiting the website and trying to download drivers still gives me 451.67... Is there a page that shows me the newest hotfix driver version?

fyr77 commented 3 years ago

For now I will fix this by comparing driver versions as a number. So using a newer driver than the website states will not alert.

fyr77 commented 3 years ago

Workaround implemented in commit fff0d76b83fdbc247433031c537a797f1a53539e and it will be implemented in the next versioned release.

fyr77 commented 3 years ago

I couldn't find a way of detecting the most recent hotfix version. EnvyUpdate therefore will only alert when new "stable" drivers are released. It will not alert because of a "new" driver version when using a newer driver than detected online.