mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1077] [Bug] api-ms-win-core-winrt-l1-1-0.dll on Win 7 #813
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#813
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 @wvxwxvw on GitHub (Feb 12, 2022).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1077
Originally assigned to: @NickeManarin on GitHub.
ScreenToGif.exe - System error
The program cannot be started because there is no api-ms-win-core-winrt-l1-1-0.dll . Try reinstalling the program.
@NickeManarin commented on GitHub (Feb 12, 2022):
Can you still run the light variant?
The one that doesn't come with .NET 6 runtime.
@NickeManarin commented on GitHub (Feb 12, 2022):
Also, can you check the event log for the stack trace?
@wvxwxvw commented on GitHub (Feb 12, 2022):
I remove net 6.
I put in the folder api-ms-win-core-winrt-l1-1-0.dll and the program started working.
https://ru.dll-files.com/download/95cfee0b406bd20c57333653af3a45fc/api-ms-win-core-winrt-l1-1-0.dll.html?c=MUpldm51MGFieFYzVE5BQTljQnBrQT09
There are no errors, only due to the absence of .net, after I tried to launch the light version for some reason.

@NickeManarin commented on GitHub (Feb 12, 2022):
https://github.com/dotnet/core/issues/6976
@NickeManarin commented on GitHub (Feb 12, 2022):
Minimum target is set to Windows 7 on each assembly's properties.
So the export as single file, not depending on .NET 6 should have worked, unless there's other missing .NET 6 requirements.
Light variant still requires .NET 6 Desktop Runtime.
@wvxwxvw commented on GitHub (Feb 12, 2022):
Yes, I understand. My launch of the light version is irrelevant. You need to integrate this dll. That's it.
And by the way, when installing the previous version, with pre-installation .net 6, the program started without this dll.