mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 07:05:54 +03:00
[GH-ISSUE #1027] Unable to update to 2.35 from 2.34.1 inside app - error code 2711 #778
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#778
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @darkred on GitHub (Dec 24, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1027
Originally assigned to: @NickeManarin on GitHub.
Using ScreenToGit 2.34.1 in windows 11 Pro x64 fully updated.
I got the notification inside app for the new 2.35 version, so I clicked it, then clicked Install, confirmed the UAC prompt, but unfortunately I got the following error:
and the final page was:
I repeated the installation multiple times, but the installer/update never completes.
Do I have to manually install .NET 6 for the installer to work? (if yes, using what executable?)
Shouldn't the installer install it as a prequisite for me?
@NickeManarin commented on GitHub (Dec 24, 2021):
The issue at play here is that one feature was removed from the installer (SharpDx) and from the feature set.
If you update manually by downloading the and running the installer from outside the app, it should work normally.
I'll release v2.35.1 shortly to fix that issue.
Thanks for the quick feedback!
@NickeManarin commented on GitHub (Dec 24, 2021):
And yes, the installer will download .NET 6 and install for you.
@darkred commented on GitHub (Dec 24, 2021):
Thank you for the quick response.


So, I just tried updating to 2.35.1 version (from 2.34.1) inside the app, but it's still the exact same error:
I also include the log if it helps:
log:
Isn't possible the update procedure inside the app to download and install .NET 6.0 automatically?
Do I have to run the installer manually?
@NickeManarin commented on GitHub (Dec 24, 2021):
Ohh, that's weird.
I tested in here and it worked.
Thanks, I'll need more time to analyze properly.
If you try to open an app made with .NET 6 (without having .NET 6), a warning message from the OS appears, stating that you need to download .NET 6.
@NickeManarin commented on GitHub (Dec 24, 2021):
Fixed.
If still doesn't work, erase v2.35.2 from this folder:
%temp%\ScreenToGif\Updates
@darkred commented on GitHub (Dec 24, 2021):
Erasing v2.35.2 from
%temp%\ScreenToGif\Updatesfixes the issue.Thank you, and Merry Christmas !
@NickeManarin commented on GitHub (Dec 24, 2021):
Thank you, for you too!
The initial file of v2.35.2 was not working, then I replaced it 1 min afterwards.
It should work for other users.