Invalid API response from NVIDIA #42

Closed
opened 2024-02-23 11:45:18 +01:00 by LOuroboros · 11 comments
LOuroboros commented 2024-02-23 11:45:18 +01:00 (Migrated from github.com)

The program doesn't work on my end. It opens a gray square and this error prompt shows up.

EnvyUpdate_20240223_074044458

I'm using the v3.3 downloaded 5 minutes ago from the Releases tab, Windows 11 v22H2 (Build 22621.2283) and my GPU is a GT 1030 manufactured by GIGABYTE.

Tbh, I don't have the intention of updating my drivers just yet since I already did it a few days ago, I just wanted to check if the program was working at all.

The program doesn't work on my end. It opens a gray square and this error prompt shows up. ![EnvyUpdate_20240223_074044458](https://github.com/fyr77/EnvyUpdate/assets/4485172/73322997-b648-4147-ae2f-ca65998ea824) I'm using the v3.3 downloaded 5 minutes ago from the Releases tab, Windows 11 v22H2 (Build 22621.2283) and my GPU is a GT 1030 manufactured by GIGABYTE. Tbh, I don't have the intention of updating my drivers just yet since I already did it a few days ago, I just wanted to check if the program was working at all.
fyr77 commented 2024-02-23 13:51:00 +01:00 (Migrated from github.com)

Weird, EnvyUpdate seems to detect your GPU as a GeForce GTX 295 - something seems to be wrong with my detection. Does it immediately show this when starting up?

Weird, EnvyUpdate seems to detect your GPU as a GeForce GTX 295 - something seems to be wrong with my detection. Does it immediately show this when starting up?
fyr77 commented 2024-02-23 13:52:45 +01:00 (Migrated from github.com)

If it is possible, enable logging to file in the options and attach it here. Otherwise, create a file called envyupdate.log next to the EnvyUpdate.exe file, this also enables logging.

If it is possible, enable logging to file in the options and attach it here. Otherwise, create a file called `envyupdate.log` next to the EnvyUpdate.exe file, this also enables logging.
LOuroboros commented 2024-02-23 20:26:27 +01:00 (Migrated from github.com)

Does it immediately show this when starting up?

Yup.

If it is possible, enable logging to file in the options and attach it here. Otherwise, create a file called envyupdate.log next to the EnvyUpdate.exe file, this also enables logging.

Here you go: envyupdate.log

> Does it immediately show this when starting up? Yup. > If it is possible, enable logging to file in the options and attach it here. Otherwise, create a file called `envyupdate.log` next to the EnvyUpdate.exe file, this also enables logging. Here you go: [envyupdate.log](https://github.com/fyr77/EnvyUpdate/files/14389320/envyupdate.log)
fyr77 commented 2024-02-23 20:39:16 +01:00 (Migrated from github.com)

I just released 3.4, which should fix your issue. Please try with that.

Thanks for reporting it, I am surprised no one noticed that until now.

I just released 3.4, which should fix your issue. Please try with that. Thanks for reporting it, I am surprised no one noticed that until now.
LOuroboros commented 2024-02-24 12:46:23 +01:00 (Migrated from github.com)

Well, there's certainly a difference between v3.3 and v3.4.

Now on v3.4 the program opens (still as a gray block), something seems to be happening in the background, and then the program just closes abruptly after a few seconds.

https://github.com/fyr77/EnvyUpdate/assets/4485172/6446c4c6-7491-47b1-94e1-cca44926bed9

Here's a log: envyupdate.log

Well, there's certainly a difference between v3.3 and v3.4. Now on v3.4 the program opens *(still as a gray block)*, something seems to be happening in the background, and then the program just closes abruptly after a few seconds. https://github.com/fyr77/EnvyUpdate/assets/4485172/6446c4c6-7491-47b1-94e1-cca44926bed9 Here's a log: [envyupdate.log](https://github.com/fyr77/EnvyUpdate/files/14392637/envyupdate.log)
fyr77 commented 2024-02-24 13:37:23 +01:00 (Migrated from github.com)

@LOuroboros Interesting, it seems to crash when attempting to show the notification... Could you try running this debug build? Extract all files in the zip please.
EnvyUpdate-Debug-3.4.zip

@LOuroboros Interesting, it seems to crash when attempting to show the notification... Could you try running this debug build? Extract all files in the zip please. [EnvyUpdate-Debug-3.4.zip](https://github.com/fyr77/EnvyUpdate/files/14392814/EnvyUpdate-Debug-3.4.zip)
fyr77 commented 2024-02-24 13:47:22 +01:00 (Migrated from github.com)

@LOuroboros I have added an exception handler around the notification code. Please try this build instead if possible.

@LOuroboros I have added an exception handler around the notification code. Please try [this build](https://github.com/fyr77/EnvyUpdate/files/14392836/EnvyUpdate-Debug.zip) instead if possible.
LOuroboros commented 2024-02-25 15:06:31 +01:00 (Migrated from github.com)

@LOuroboros I have added an exception handler around the notification code. Please try this build instead if possible.

I tried this version directly, and at a glance, it seems to work 🥳

https://github.com/fyr77/EnvyUpdate/assets/4485172/48758697-e813-4e3b-b725-8032798b1260

I doubt it's needed, but here's the log I generated preemptively when I ran the program just in case: envyupdate.log

> @LOuroboros I have added an exception handler around the notification code. Please try [this build](https://github.com/fyr77/EnvyUpdate/files/14392836/EnvyUpdate-Debug.zip) instead if possible. I tried this version directly, and at a glance, it seems to work 🥳 https://github.com/fyr77/EnvyUpdate/assets/4485172/48758697-e813-4e3b-b725-8032798b1260 I doubt it's needed, but here's the log I generated preemptively when I ran the program just in case: [envyupdate.log](https://github.com/fyr77/EnvyUpdate/files/14396610/envyupdate.log)
fyr77 commented 2024-02-25 15:08:32 +01:00 (Migrated from github.com)

Interesting, according to the Log "The notification platform is unavailable." - I did not know this was possible. Have you disable Windows notifications in some manner? @LOuroboros

I'll push this error handler in the next update in a few minutes.

Interesting, according to the Log "The notification platform is unavailable." - I did not know this was possible. Have you disable Windows notifications in some manner? @LOuroboros I'll push this error handler in the next update in a few minutes.
LOuroboros commented 2024-02-25 16:35:16 +01:00 (Migrated from github.com)

Have you disable Windows notifications in some manner?

Yes. I tend to disable components and features that I know I will not make use of at all 😅

> Have you disable Windows notifications in some manner? Yes. I tend to disable components and features that I know I will not make use of at all 😅
fyr77 commented 2024-02-25 17:10:00 +01:00 (Migrated from github.com)

That's fair. Thanks for the info and the bug report, I find it surprising that no one reported that so far since it must have been there for quite a while. Closing this issue :)

That's fair. Thanks for the info and the bug report, I find it surprising that no one reported that so far since it must have been there for quite a while. Closing this issue :)
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#42
No description provided.