First report:
Got that when creating a new project.
I selected the "select folder/location", rightclicked a folder, typed a dir name, OK. And then BAM:
[ 478748] ERROR - ntellij.vfs.VirtualFileManager - Assertion failed: Write access to VFS is allowed inside write-action only
java.lang.Throwable
at com.intellij.diagnostic.d.a(Unknown Source)
at com.intellij.vfs.VirtualFileManager.c(Unknown Source)
at com.intellij.vfs.VirtualFileSystem.b(Unknown Source)
at com.intellij.vfs.local.LocalFileSystem.b(Unknown Source)
at com.intellij.vfs.local.w.b(Unknown Source)
at com.intellij.a.j.b(Unknown Source)
at com.intellij.a.q.actionPerformed(Unknown Source)
at com.intellij.jd.actions.j.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
at java.awt.Dialog.show(Dialog.java:380)
at com.intellij.ui.dv.show(Unknown Source)
at com.intellij.ide.desktop.impl.cx.a(Unknown Source)
at com.intellij.ide.desktop.impl.o.a(Unknown Source)
at com.intellij.ui.z.L(Unknown Source)
at com.intellij.a.p.a(Unknown Source)
at com.intellij.a.p.a(Unknown Source)
at com.intellij.ide.util.cf.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
at java.awt.Component.processMouseEvent(Component.java:3715)
at java.awt.Component.processEvent(Component.java:3544)
at java.awt.Container.processEvent(Container.java:1164)
at java.awt.Component.dispatchEventImpl(Component.java:2593)
at java.awt.Container.dispatchEventImpl(Container.java:1213)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
at java.awt.Container.dispatchEventImpl(Container.java:1200)
at java.awt.Window.dispatchEventImpl(Window.java:926)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
at java.awt.Dialog.show(Dialog.java:380)
at com.intellij.ui.dv.show(Unknown Source)
at com.intellij.ide.desktop.impl.cx.a(Unknown Source)
at com.intellij.ide.desktop.impl.o.a(Unknown Source)
at com.intellij.ui.z.L(Unknown Source)
at com.intellij.ide.impl.s.a(Unknown Source)
at com.intellij.ide.actions.NewProjectAction.actionPerformed(Unknown Source)
at com.intellij.jd.actions.j.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
