Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Error "No RDI storage path configuration specified"

    This is a flat out bug caused by a change we made to prevent configuration windows being shunted behind the IDE when opened under Rider. We tested every part of this change .. except the Grid Node config tool, because we hadn't expected it to be affected by the code change. The code fails because …

  2. Error "No RDI storage path configuration specified"

    Thanks for sharing this issue. The description looks to be wrong (we'll need to fix that). RDI storage must be specified before it can be used on a node. To work around the issue with the config tool, it's possible to specify the RDI storage details directly in the registry. Go to Computer…

  3. less verbose testing summary line?

    Hi, thanks for posting. Could you describe your ideal summary message in detail, and place this into a [url=https://ncrunch.uservoice.com]feature request on uservoice[/url]? This will allow us to track the request and prioritise it.

  4. Self-closing project tag causes build failure

    Thanks for sharing this. Yes, we do some text parsing that doesn't handle this use case. I'll see what we can do about this problem. For now, I recommend avoiding using self closing project tags in your project files.

  5. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    [quote=Gamefaster;17042]Just found that the machine that is managed by my organisation is now blocking that version of ncrunch which caused the "No process is associated with this object" issue [/quote] Thanks! I was thinking it would be something like that. There isn't much difference between…

  6. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    [quote=Gamefaster;17040]Damn it I just posted a bug fix on the GA release... Let me update and do it agqain[/quote] If you can, when updating, could you try the [url=https://www.ncrunch.net/documentation/troubleshooting_installation-and-setup-problems]removal and reinstallation fix[/url], making …

  7. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    [quote=Gamefaster;17038]Sorry did you want a bug reported with the updated version you gave me or the ga version that is on the site?[/quote] The updated version. The version I've posted above contains a fix for the Azure functions issue you reported. This was essentially being caused by a ne…

  8. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    Sorry to hear that. Could you submit an NCrunch bug report after you've had this happen to you? I'm hopeful the log will contain the reason for the process suddenly disappearing. Then windows event viewer may also have some information here. According to this error, the worker process simply dis…

  9. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    Would you be interested in trying the build below to see if this solves the issue for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.20.0.2.msi]NCrunch_Console_4.20.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.20.0.2.zip]NCrunch_…

  10. ncrunch for azure functions using net8

    Hi, This looks to be the same issue: [url=https://forum.ncrunch.net/yaf_postsm17033_version-1-17-0-of-Microsoft-Azure-Functions-Worker-Sdk-makes-ncrunch-look-for--net6.aspx#post17033]https://forum.ncrunch.net/yaf_postsm17033_version-1-17-0-of-Microsoft-Azure-Functions-Worker-Sdk-makes-ncrunch-loo…

  11. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    Hi, thanks for sharing this issue. Does this project build without the error in Visual Studio? Is this something you can reproduce with a sample project you can share with me?

  12. Unable to download msi installer due to certificate verification failed

    My apologies. Something went wrong with the link the last time we deployed the system. I've rolled out a fix. Would you mind trying it again?

  13. project.assets.json not found - and the solution doesn't override BaseIntermediateOutputPath

    Hi, thanks for posting. This particular solution seems to use an interesting override somewhere that forces the projects to share a common output directory based on the name of the project file. We don't have a way to directly handle this override in NCrunch, so the override will need to be modi…

  14. CilTypeHashException in C# project when there is C++ project in deps

    It looks like this exception was actually coming from the PDB of the C++ binary. It seems that the instrumentor is trying to load this PDB, then falling over because it doesn't contain the same data that would be expected for a .NET assembly. There's a couple of options here. You can either com…

  15. CilTypeHashException in C# project when there is C++ project in deps

    Hi Marian, Thanks for sharing this issue. This seems to be related to the structure of the PDB file. Could you submit your sample through the [url=https://www.ncrunch.net/support/contact]contact form[/url]? I'll take a look at this and see what I can do about getting it fixed. As a potentia…

  16. Latest .NET SDK release breaks NCrunch builds - NCrunch ignores global.json

    [quote=erikgassler;17016]Yes, it took some time finding it, I must have scrolled past it a dozen times but changing the Build Sdk setting to 8.0.100 for each project fixed the NCrunch builds.[/quote] This is a very new setting, and I guess we got it in there just in time :) The search box in t…

  17. Latest .NET SDK release breaks NCrunch builds - NCrunch ignores global.json

    Hi, thanks for sharing this issue. Can you confirm whether changing the [url=https://www.ncrunch.net/documentation/reference_project-configuration_build-sdk]Build Sdk[/url] setting to 8.0.100 fixes this issue for you?

  18. Cannot download over http

    Hi, Thanks for flagging this up. I've submitted an update to the website that will be going out with all the V5 changes in a couple of weeks. This should solve the problem. Meanwhile, here are the direct download links for the latest version: [url=https://s3.amazonaws.com/downloads.ncrunch.…

  19. Grid node can't build with RuntimeIdentifier specified

    Ok, I have some theories about this issue. My first theory is that the grid node is missing a package that exists on the client machine. NCrunch generally transfers packages over from the client to the node, but the installation paths and manner of certain system-level packages can be quite vari…

  20. Grid node can't build with RuntimeIdentifier specified

    Thanks for sharing this issue. Just looking at the log - can you confirm whether this issue happens only when you use distributed processing? (i.e. is everything fine if you don't connect to your nodes?)