fyr77/EnvyUpdate

Incompatible with latest Windows 11

ingrid-z opened this issue · 5 comments

Unusual behavior:
launch EvnyUpdate.exe, it's indeed shows up in tray icon then auto-crash without any information.

Windows 11 Pro 22H2
OS Build 22621.755
Windows Feature Experience Pack 1000.22636.1000.0

fyr77 commented

I can reproduce this. Will fix this asap.

fyr77 commented

fixed in f86025f.
Please download the new version 2.14 and try if that fixes the issue for you.

fyr77 commented

Nvm. Found more strange API behaviour... Will work on this now.

fyr77 commented

Ok, here we go. 2.15 should fix it.

The problem here was not Windows 11, but Nvidia changing their API slightly. Instead of returning a full URL to the download page as they used to, they now return on of the following:

  • A full URL (rarely)
  • A URL relative to the weblink
  • A URL starting with // (Protocol-Agnostic)

If it returns anything else, an error message will now be displayed by EnvyUpdate.

It's working now, thanks for your time and effort. 💯