Incompatible with latest Windows 11 #26

Closed
opened 2022-11-04 10:08:54 +01:00 by ingrid-z · 5 comments
ingrid-z commented 2022-11-04 10:08:54 +01:00 (Migrated from github.com)

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

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 2022-11-04 17:00:02 +01:00 (Migrated from github.com)

I can reproduce this. Will fix this asap.

I can reproduce this. Will fix this asap.
fyr77 commented 2022-11-04 17:06:25 +01:00 (Migrated from github.com)

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

fixed in f86025f63d1d73521837e6cb58c0a78397dd0205. Please download the new version 2.14 and try if that fixes the issue for you.
fyr77 commented 2022-11-04 17:08:20 +01:00 (Migrated from github.com)

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

Nvm. Found more strange API behaviour... Will work on this now.
fyr77 commented 2022-11-04 17:19:46 +01:00 (Migrated from github.com)

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.

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.
ingrid-z commented 2022-11-04 19:40:30 +01:00 (Migrated from github.com)

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

It's working now, thanks for your time and effort. 💯
This repository is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: fyr77/EnvyUpdate#26
No description provided.