Nothing works after 2021.1 update
Answered
so I clicked update. Nothings works now. How do I rollback? I can'r even open a cpp file in the IDE. I can't open settings of the IDE. IDE does not crash. Clion GUI seems be functioning, I can click buttons and stuff but nothing shows up.
Please sign in to leave a comment.
OKAY. Something shows up when trying to open the settings. An error "Failed to save settings. Please Restart Clion". I restarted the clion. It's still the same.
Hello!
You can always find previous CLion versions here - https://www.jetbrains.com/clion/download/other.html.
>I can'r even open a cpp file in the IDE
Do you have the DockDockBuild plugin installed?
how do I rollback without loosing my IDE settings and product key?
You can simply install the previous version. Your settings will be loaded automatically.
I rolled back to 2020.3. Now IDE does not start. "IDE has not been initialized yet" I'm in linux after running "clion.sh"
I rebooted my machine. Now it starts correctly. Thanks for the assist.
Under normal circumstances the "IDE has not been initialized yet" message means this: you have already started one IDE instance and now trying to start another.
When you see it again, please check with
ps -x | grep javawhether it's actually the case.That was scary. I thought I lost all settings.
Thank you for the tip for trouble shooting.