Cannot install MuseHub on Windows 11 X64

• Apr 7, 2025 - 11:37

I cannot install musehub - it keeps saying there is no dotnet 8 app core installed. buet there is. see screenshots. I even installed the SDK but it simply does not start up. What can I do?


Comments

Are you sure you have downloaded the latest version of the MuseHub? My filename is Muse_hub.exe and I notice Muse.exe in your dialog.
Also, when I examine my exe there seems to be a reference to w i n d o w s d e s k t o p - r u n t i m e - 8 . 0 . 8 - w i n - x 6 4 . e x e however in your screenshot it reference 8.0.0.

It should also be able to generate a more extended log file using the -v or --verbose option. Maybe that helps to investigate.

Another thought, perhaps MuseHub needs dotnet core available for the system (i.e. installed as administrator) and your version is installed as user and therefore only available for your user. Not sure if that is possible for dotnet.

In reply to by Henk De Groot

It is Muse.exe here, Version 2.1.0.1576

and:

PS C:\Users\Jojo\Desktop> dotnet --list-runtimes
Microsoft.NETCore.App 6.0.36 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.14 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 6.0.36 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.14 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
PS C:\Users\Jojo\Desktop>

And works...

In reply to by Jojo-Schmitz

My muse.exe version is 2.1.0.1567. I used the installer link popping up on the musehub homepage. Reinstalled may times. Always without success...

PS C:\Users\kaile> dotnet --list-runtimes
Microsoft.AspNetCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.14 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.28 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.8 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.14 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 8.0.8 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.14 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Do you still have an unanswered question? Please log in first to post your question.