Error al inici PhpStorm en Linux

Me aparece el siguiente error al querer inciar el IDE, ya reinstale y aun nada.

java.lang.NullPointerException
   at com.intellij.ide.ui.laf.LafManagerImpl.initInEdt(LafManagerImpl.kt:189)
   at com.intellij.ide.ui.laf.LafManagerImpl.access$initInEdt(LafManagerImpl.kt:94)
   at com.intellij.ide.ui.laf.LafManagerImpl$applyInitState$2.invokeSuspend(LafManagerImpl.kt:183)
   at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
   at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
   at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
   at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:792)
   at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:739)
   at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:733)
   at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
   at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:761)
   at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:321)
   at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
   at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
   at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
   at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
   at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
   at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)

0

How exactly did you install PhpStorm? (snap, unpacking archive, Toolbox)

At the quick glance, it looks pretty similar to this report:
https://youtrack.jetbrains.com/issue/RUST-12272/Crash-NullPointerException-during-startup

So it might be one of the plugins (Material Theme UI?).
Would it be possible to move the plugins directory contents somewhere (do not delete it yet) and check if it helps?
https://www.jetbrains.com/help/phpstorm/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#plugins-directory

 

1

Hola!!!!, justo acabo de encontrar la solucion y es fue que borre la carpeta de los plugins y lo que comentaste fue lo hice de igual forma fuese ayudado, gracias!!

Hello!!!!, I just found the solution and it is that I deleted the plugins folder and what you mentioned was what I did and it helped, thank you!!

1

Fantastic, thank you for the update!

0

请先登录再写评论。