我正在使用Apple M1 Pro上的MacOS Monterey上的Rider在Macos Macos上使用Rider进行.NET 6项目。
将骑手从2021.3.4更新为Jetbrains Toolbox的2022.1之后,使用Exit Code 137启动该项目在本地失败。
尝试调试,我会收到以下错误/超时:
发生一个或多个错误。 (开始调试过程,但没有
CoreClr运行时被认为已加载在00:00:16的时间限制内。)
我已经卸载并重新安装了.NET 6与Homebrew。那无济于事。解决该问题的唯一方法是使用JetBrains工具箱将骑手降级到以前的版本。
有人知道这个问题吗? 根据此问题,我不想坚持永远使用2021的骑手版本;-)
解决方案
似乎是骑手中的实际错误,应使用2022.1.1修复,根据此问题:
解决方案第2部分
请注意,您还必须重新安装Azure Toolkit并删除并删除文件夹.azuretoolsforintellij直接在您的用户目录下方。
I am working on a .NET 6 project using Rider as IDE on macOS Monterey on an Apple M1 Pro.
After updating Rider from 2021.3.4 to 2022.1 with the JetBrains Toolbox, launching the project locally fails with exit code 137.
Trying to debug, I get the following error/timeout:
One or more errors occurred. (Started a process for debugging, but no
CoreCLR runtime was seen to be loaded within the 00:00:16 time limit.)
I already uninstalled and reinstalled .NET 6 with Homebrew. That did not help. The only way to fix the problem was to downgrade Rider to the previous version with the JetBrains Toolbox.
Does anybody know that problem? I don't want to stick with 2021's versions of Rider forever ;-)
Solution
Seems to be an actual bug in Rider that should be fixed with 2022.1.1, according to this Issue: https://youtrack.jetbrains.com/issue/RIDER-76273/Cannot-debug-azure-functions-due-to-0x80131C3C-error
Solution Part 2
Please note also that you have to re-install Azure Toolkit and delete the folder .AzureToolsForIntelliJ directly under your user's directory.
发布评论