General Feedback

Rider 2025.3.1 and ncrunch 5.20.0.2 endless loading projects

Started by NICC-ICT on 5,163 views

This is what i found but i don't think it's specific to the above versions.

When you keep getting loading projects in rider when you enable ncrunch then look if you have .net core 8.0 installed.

I only had .net core 10 installed and that gives an error but not that you can see. Because it was a brandnew nstallation. Had me stumped for a few days.

There is however an error in the event viewer.

Description: A .NET application failed.
Application: nCrunch.Rider.EngineHost.exe
Path: C:\Users\baeschri001\AppData\Local\NCrunch\Engine\engine_712f9e2a-e58f-4da3-b5c4-f1ac6752d249\nCrunch.Rider.EngineHost.exe
Message: You must install or update .NET to run this application.

App: C:\Users\baeschri001\AppData\Local\NCrunch\Engine\engine_712f9e2a-e58f-4da3-b5c4-f1ac6752d249\nCrunch.Rider.EngineHost.exe
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '8.0.0' (x64)
.NET location: C:\Program Files\dotnet\

The following frameworks were found:
10.0.2 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]

The following frameworks for other architectures were found:
x86
10.0.2 at [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App]

Learn more:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=8.0.0&arch=x64&rid=win-x64&os=win10



Hoping this will help someone in the future.
Thanks for flagging this. .NET 8.0 is a required dependency of NCrunch under Rider. It's supposed to blow up in a visible way when not installed .. rather than loop itself into doom. I'll see if I can improve this.
I installed it via the plugins in rider from the marketplace if that helps.
NICC-ICT wrote:I installed it via the plugins in rider from the marketplace if that helps.


This is good to know, but the engine will likely fail here regardless of how it's installed. There should be a big bad error here that is impossible to ignore and tells you that it's needed. I offer my apologies for the trouble this has caused you. Thanks for bringing it to my attention.

Post a reply

Log in to reply.