mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #1060] [Bug] App won't start although required framework is installed #798
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#798
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 @jesuscc1993 on GitHub (Jan 22, 2022).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1060
Originally assigned to: @NickeManarin on GitHub.
Describe the bug
App fails to start, complaining about a missing .NET install that is actually present.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App should start up when the required frameworks are installed.
Screenshots

Desktop (please complete the following information):
@NickeManarin commented on GitHub (Jan 23, 2022):
Download .NET 6 Desktop Runtime.
Or download the installer version of the app.
@jesuscc1993 commented on GitHub (Jan 24, 2022):
Running the installer fixed the issue, but I don't understand why.
Does it require exactly version 6.0 of the .NET runtime? Was that why 6.0.1 wasn't working?
@NickeManarin commented on GitHub (Jan 25, 2022):
It requires the Desktop Runtime, not just the Runtime, for now.
@jesuscc1993 commented on GitHub (Jan 25, 2022):
I see, I didn't know those were two different things. Thanks for the clarification and apologies for the confusion.