Create New Project doesn't work with 96.1020
I keep getting this exception. Using the Welcome screen link or the File->New Project menu item.
Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(64,60),absolute(64,60),button=1,modifiers=Button1,clickCount=1] on frame0
java.lang.NullPointerException
at java.io.File.<init>(File.java:222)
at com.intellij.ide.util.projectWizard.JavaModuleBuilder.getContentEntryPath(JavaModuleBuilder.java:58)
at com.intellij.ide.util.newProjectWizard.SupportForFrameworksStep.a(SupportForFrameworksStep.java:52)
at com.intellij.ide.util.newProjectWizard.SupportForFrameworksStep.access$000(SupportForFrameworksStep.java:31)
at com.intellij.ide.util.newProjectWizard.SupportForFrameworksStep$1.compute(SupportForFrameworksStep.java:39)
at com.intellij.ide.util.newProjectWizard.SupportForFrameworksStep$1.compute(SupportForFrameworksStep.java:37)
at com.intellij.ide.util.newProjectWizard.FrameworkSupportNode.getLibraryCompositionSettings(FrameworkSupportNode.java:127)
at com.intellij.ide.util.newProjectWizard.FrameworkSupportNode.getLibraryCompositionOptionsPanel(FrameworkSupportNode.java:80)
at com.intellij.ide.util.newProjectWizard.AddSupportForFrameworksPanel.a(AddSupportForFrameworksPanel.java:200)
Should I file an issue?
请先登录再写评论。
Hi.
Does not happen for me. Does the exception appear immediately on attempt to open the wizard, or after some actions in the wizard? What actions?
Thanks,
Alexander.
Nothing appears, except for the exception in the notification area.
What plugins are enaled? It's actually 2 questions:
1. Have you 3rd party plugins installed?
2. Could you attach your disabled_plugins.txt from IDEA config (user.home/.IntelliJIdea10/config by default).
Alexander.
BTW similar bug was recently fixed in the Android support for the next EAP: http://youtrack.jetbrains.net/issue/IDEA-58277.
Anyway your issue may be different, so the information is welcome.
Alexander.
I experience the same issue.
http://youtrack.jetbrains.net/issue/IDEA-58427
Strangely when I _enable_ the SQL Support plugins and the Database support plugins the exception does not occur. With all plugins disabled the exception also does not occur.
Bas
Thank you!