Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...
Ok, I think I've made some progress on this issue. I've managed to reproduce some DPI scaling related issues around the scrollbar, and although I still can't get it to eat the whole window and crash the IDE, I think there's a good chance that it's all coming from there. The scrollbar is the sing…
12 Oct 2025 03:33 UTC
-
Rider freezes UI very often when combined with NCrunch
[quote=TimVisma;18387] My colleagues are running also with Rider. As far as I know they don't have any other crazy configurations, but I'll meet again next week to discuss this. By the way, it is often more annoying when I have multiple solutions open to work on.[/quote] Thanks. I'm continui…
10 Oct 2025 12:17 UTC
-
NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...
Can you confirm if you have the DPI scaling set differently between your screens? Also, can you try turning off the 'Optimize rendering for screens with different pixel densities' setting in your Visual Studio settings? (Tools->Options->Environment->General)
10 Oct 2025 00:32 UTC
-
NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...
[quote=arkiaconsulting;18382]You're probably right. And I must mention that I'm not using VS onto the main laptop display, but on a separate wide screen.[/quote] Before I get you this build, could you check your 'Text output font' setting in your NCrunch configuration and let me know what it's se…
08 Oct 2025 23:17 UTC
-
NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...
Thanks for these details. I'm going to try and get you a diagnostic build to assess some of the data related to the UI. I think that the platform isn't exposing correct sizing details on your system. I'll let you know as soon as I have it available.
08 Oct 2025 09:48 UTC
-
NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...
[quote=arkiaconsulting;18378]No freeze until this morning. But we lost the trace output. Relaunching VS make it appear again, but it becomes quickly empty.[/quote] Ok, I was kind of expecting something like this, as the only way I could see that routine crashing the IDE is if some critical input …
08 Oct 2025 04:03 UTC
-
NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...
I've implemented a number of changes to the way the tests window text output updates itself in response to WM_RESIZE messages. I'm hopeful that this will solve the immediate crash issue, though I'm less confident it will solve everything. I still can't reproduce the issue you're encountering, and …
07 Oct 2025 02:43 UTC
-
Tests never run: Pending, Prioritized, Impacted
Hi, thanks for sharing this issue and taking the time to give NCrunch a try. There are some configuration settings that can do this. Check the following: - In the Distributed Processing Window, make sure the local processor is enabled - Make sure the 'Max number of processing threads' is set…
02 Oct 2025 23:05 UTC
-
NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...
Thanks for sending through the trace. This confirms that my timer fix wasn't sufficient to resolve the problem. I'll try implementing another fix and will aim to get you a new build early next week. Sorry for the trouble.
02 Oct 2025 22:59 UTC
-
NCrunch has encountered an internal error: System.Exception: System.IO.PathTooLongException
Sorry to hear that. In this case, the only option remaining is to try and find a way to reduce the length of the path. It looks like the main culprit is a temporary file being used by the build system under your 'obj' directory. Changing the intermediate output path for the project might allow …
02 Oct 2025 12:11 UTC
-
NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...
Thanks. To further progress with this, I really need the stack trace at the time of crash. Currently, I'm still unable to reproduce this problem. I think it's specific to something on your system.
02 Oct 2025 10:50 UTC
-
Rider: NCrunch is stealing Keystrokes... again
Thanks. Please let me know if you find a way to reproduce it.
01 Oct 2025 23:22 UTC
-
NCrunch has encountered an internal error: System.Exception: System.IO.PathTooLongException
Hi, thanks for sharing this. Unfortunately long path support is not reliable through the platform as a whole, so we have no way to fully support it under NCrunch. I recommend moving your workspace closer to the disk root. Try changing your workspace base path (currently 'C:\_NCrunchWorkspaces…
01 Oct 2025 23:21 UTC
-
NCrunch 2026 Client About v5.18.0.2 Wrong Typo/Update
Hi, thanks for the heads up on this. I'll see that it gets fixed in the next build.
01 Oct 2025 12:18 UTC
-
Rider: NCrunch is stealing Keystrokes... again
Thanks for sharing this issue. Is this something you can reproduce on demand? Do you experience it also with other tool windows? Is there any correlation with the attachment state of the tool window? (i.e. does it only happen when it's detached from the IDE?)
01 Oct 2025 11:30 UTC
-
Rider: You must install or update .NET to run this application.
Thanks for these extra details. Right now my theory is that the NCrunch process is inheriting an environment variable that is redirecting the .NET build tools to use an SDK from the JB path shown in the error. I don't see any evidence of this in the environment variables you've posted, but it's po…
30 Sep 2025 22:25 UTC
-
Rider: You must install or update .NET to run this application.
Can you confirm which version of .NET you are testing against with this project? The paths specified in the error are interesting. It looks like it's trying to use a version of the runtime that's installed under Rider. I wonder if there is an environment variable in place that is redirecting do…
30 Sep 2025 11:23 UTC
-
Rider: You must install or update .NET to run this application.
Thanks for sharing this. The NCrunch engine is bound to .NET 8. It's basically a .NET 8 console application. When do you receive this error? Is there something you need to do to suppress it?
30 Sep 2025 08:46 UTC
-
Rider freezes UI very often when combined with NCrunch
[quote=TimVisma;18349] I have test it with log verbosity with summary, but unfortunately no difference. [/quote] Thanks for confirming this. [quote=TimVisma;18349] Is it possible that NCrunch sometimes has issues with GitHub Copilot? (Other colleagues have this combination as well, but no p…
29 Sep 2025 09:14 UTC
-
Rider freezes UI very often when combined with NCrunch
Thanks for these extra details. I was wondering if I was the only one seeing this issue and that perhaps it was specific to my environment. I now know that is not the case. There's a few things I've discovered about this problem in my efforts so far to resolve it: - It's intermittent, and seem…
26 Sep 2025 21:32 UTC