ZakKemble / AVRDUDESS

A GUI for AVRDUDE
https://blog.zakkemble.net/avrdudess-a-gui-for-avrdude/
GNU General Public License v3.0
551 stars 126 forks source link

Strange Error when I try to open AVRDUDESS #75

Open ParasyteGS opened 1 year ago

ParasyteGS commented 1 year ago

image

ZakKemble commented 5 months ago

Hi, does this still happen with v2.15? https://github.com/ZakKemble/AVRDUDESS/releases/tag/v2.15

wwwGPS commented 4 months ago

Hi ZAK. I had no problems running AVRDUDESS any version other than 2.16. An error appears when launching AVRDUDESS 2.16. Runs on Win7. Сan you help? ERROR

ZakKemble commented 4 months ago

Hey @wwwGPS, I noticed this error just after releasing v2.16 and fixed in this commit https://github.com/ZakKemble/AVRDUDESS/commit/9cf18b5c98471aae96a7c26ef50fd5fe438e537b

I will be releasing v2.17 in the next few days with the fix.

It's caused by having an old version of .NET Framework. v2.0 or v3.5, I think. v4.0 or newer works fine.

wwwGPS commented 4 months ago

Thank you! 2.17 works. But there are error "ERROR: Update check failed: The requested security protocol is not supported." in portable version. This is serious problem?

ZakKemble commented 4 months ago

It's not a problem, it just can't tell you about newer versions when I release them. You can fix the error by updating .NET Framework - https://dotnet.microsoft.com/en-us/download/dotnet-framework/net481

wwwGPS commented 4 months ago

OK!