rkhmelyuk / multirun

IntellijIDEA plugin to group and run multiple Run Configurations in a single click
http://plugins.jetbrains.com/plugin/7248
Apache License 2.0
94 stars 27 forks source link

Version 0.9 crashes IJ 13.1.4 on OS X #26

Closed navels closed 10 years ago

navels commented 10 years ago

I'm on OS X with Intellij 13.1.4. Just updated the plugin today to 0.9 and get this error:

Plugin 'com.khmelyuk.multirun failed to initialize and will be disabled. Please restart Intellij IDEA.

at which point my UI is frozen and I have to find and kill the intellij process on the command line.

rkhmelyuk commented 10 years ago

Version for 13 was build using wrong SDK. Fixed. New version is 0.9.2

Thanks for reporting.