Am I the only one have SERIOUS issues with IDEA in OS X Yosemite?
IDEA Freezes during launch. For the last day, I'm totally f%*cked:
IDEA 14 UE release - won't launch
IDEA 14.1 EAP - won't launch since last update
IDEA 15 EAP - no PHP support
Please let me know what to post that might help get to the bottom of this. It's been going on off-and-on for weeks.
Please sign in to leave a comment.
Please try this build http://download.jetbrains.com/idea/ideaIU-141.1531.2-custom-jdk-bundled.dmg .
What error does it display if you try to run it from the Terminal?
Try to move/rename IDE folders so that it starts with the defaults: https://intellij-support.jetbrains.com/entries/23358108 .
If it just exists, provide errors from the terminal, if it hangs, attach idea.log (https://intellij-support.jetbrains.com/entries/23352446) and thread dumps via jstack (https://intellij-support.jetbrains.com/entries/23348667).
I have been using that custom-jdk build. From Terminal, it doesn't look like there is an error showing (output below).
Moving the IDE folders and starting with defaults worked. I suspect some plugin, so I'm re-installing the plugins I use gradually so hopefully I can nail down the culprit.
Thanks!
-------------------------------------------------------------------
GMS: address=pynchon-36243, cluster=MyCluster, physical address=127.0.0.1:61795
-------------------------------------------------------------------
[ 18806] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: GitLabIntegration) or icon jar:file:/Users/lents/Library/Application%20Support/IntelliJIdea14/gitlab-integration-plugin/lib/gitlab-integration-plugin.jar!/com/neon/intellij/plugins/gitlab/icons/gitlab.jpg
[ 18825] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Get Gist) or icon jar:file:/Users/lents/Applications/IntelliJ%20IDEA%2014%20EAP.app/Contents/plugins/github/lib/github.jar!/org/jetbrains/plugins/github/github_icon.png
[ 18854] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: TaskBrowser) or icon jar:file:/Users/lents/Applications/IntelliJ%20IDEA%2014%20EAP.app/Contents/lib/icons.jar!/general/moreTabs.png
And that's where it hangs indefinitely until I force quit.
We may have a winner: IDEA froze on startup after installing "wide-task-browser" plugin. I removed the plugin jar from
After removal of that plugin, IDEA restarted again.... I'll try to report this to plugin author.