Open melvyn2 opened 3 days ago
I'm seeing the same issue in Rider 2024.3
The same issue (for Rider) also seems to be reported in #358171, with a potential fix in #358178. The root cause is probably #355753.
When applying the patch in the linked PR to Clion (and updating to .NET 8), the issue seems to be fixed in Clion for me.
Seeing the same issue as well.
Describe the bug
When the ReSharper C++ engine is enabled in CLion, attempting to open or create a project will lead to the project window instantly closing. Removing
-Didea.suppressed.plugins.set.selector=radler
from.config/JetBrains/CLion2024.2/clion64.vmoptions
to disable the new engine restores functionality.Note that I encountered this during normal usage without any warning; the option was enabled automatically, at which point I couldn't open the settings page to even see if anything changed.
Steps To Reproduce
Steps to reproduce the behavior:
-Didea.suppressed.plugins.set.selector=radler
in Edit Custom VM Options.Expected behavior
The project opens correctly and utilizes the new C++ language engine.
Screenshots
N/A
Additional context
I suspect the cause might be some new binary we aren't patching to use the correct interpreter & dependencies.
This is NOT fixed by #357916.The IDE logs will show this error:
Metadata
Notify maintainers
@edwtjo @Mic92 @tymscar
Note for maintainers: Please tag this issue in your PR.
Add a :+1: reaction to issues you find important.