-
-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImageGlass not starting with .Net 8.0 installed. #2084
Comments
@Big-Iron-Cheems Can you try installing the latest version .NET Desktop Runtime 8.0.12? |
Here's what I did:
The issue persists. dotnet --list-runtimes
Microsoft.NETCore.App 8.0.12 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 8.0.12 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App] |
Thanks @Big-Iron-Cheems. dotnet --info |
The other option you can try is to open the {
"runtimeOptions": {
"tfm": "net8.0",
+ "rollForward": "LatestMinor",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
} |
Should it be the issue of Can you try deleting the variable or point it to the correct location? Btw, I will create self-contained release in the next versions, it won't be any issues with the .NET runtime. |
Great catch on the I'll close the issue, thanks for your help. |
System information
To Reproduce
Steps to reproduce the behavior:
scoop bucket add extras; scoop install extras/imageglass
Actual behavior
The program still complains about the missing runtime.
Expected behavior
The program should run as intended, I have installed the dependencies as specified.
Screenshots / Video / Sample image file
Additional context
This wasn't an issue with the now unsupported ImageGlass 8.
Let me know if there's any info I can add to help.
The text was updated successfully, but these errors were encountered: