"null" error during startup
Hi,
When I start IntelliJ I get this dialog:
The Scala support works fine after this, but next time I start IntelliJ, the Scala plugin is disabled. I have to re-enable it and restart, and then the cycle repeats.
This is with IntelliJ 12 Ultimate and plugin 0.7.41 (the previous couple of nightlies did the same thing).
Is there something broken in my installation?
请先登录再写评论。
Can you attach log file, probably we will see some exception? (http://devnet.jetbrains.net/docs/DOC-181)
Also you can try next our build with IDEA 12.0.1, which will be uploaded soon.
Best regards,
Alexander Podkhalyuzin.
Yep, the log had a stack trace:
Please remove Play 2.0 plugin from disk. (http://devnet.jetbrains.net/docs/DOC-181) Then, when you open IDEA you can install it again.
This is stacktrace from version verifier. It must complain that Play 2.0 plugin is incompatible with Scala plugin. But due to some bug, which I'll fix soon, it throws NPE.
Best regards,
Alexander Podkhalyuzin.
It was Mac OS specific. It's fixed in Scala plugin starting from version 0.7.59.
Best regards,
Alexander Podkhalyuzin.
Thanks for the help, it's working for me now.