Version: 2019.2 crashes in OS X Mojave (10.14.6)
Answered
I upgraded RubyMine to 2019.2 and I have been unable to get the IDE to load (it simply crashes). I have gone back to version 2019.1.
Please sign in to leave a comment.
Hello,
could you please specify whether there's any crash report or idea.log (https://www.jetbrains.com/help/ruby/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html)
Don't see any updates to idea.log. The icon on the dock flickers for a second and it crashes at that point. No issues in 2019.1 and I have gone back to it.
Could you please try starting RubyMine from the terminal and check the output?
Sure. Do you know the directory where it installs it on OS X?
It depends on the way you've installed it, in case directly from dmg then to Applications, if using the Toolbox, then you can check the path in its settings (Tools install location)
It turned out to be an invalid
setting. It was set to be lower than the
value by default.
I've gone past that now but am running into a few other issues. `CoffeeScript` comments not being recognized for syntax highlighting is the first of those I've run into.
Then it's a known problem already fixed: https://youtrack.jetbrains.com/issue/IDEA-219388
As for CoffeeScript, is it similar to https://youtrack.jetbrains.com/issue/WEB-40447 ?