Cannot start PyCharm: Cannot find a VM options file

Hello,
I was using PyCharm 2022.2 but today it stopped working, I tried removing and installing new 2022.3 version and now I get this error:

Error from terminal:

Segmentation fault (core dumped)
OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled because the java.system.class.loader property is specified (value = "com.intellij.util.lang.PathClassLoader"). To use archived non-system classes, this property must be not be set
Error occurred during initialization of VM
java.lang.Error: com.intellij.util.lang.PathClassLoader
    at java.lang.ClassLoader.initSystemClassLoader(java.base@11.0.18/ClassLoader.java:1990)
    at java.lang.System.initPhase3(java.base@11.0.18/System.java:2074)
Caused by: java.lang.ClassNotFoundException: com.intellij.util.lang.PathClassLoader
    at jdk.internal.loader.BuiltinClassLoader.loadClass(java.base@11.0.18/BuiltinClassLoader.java:581)
    at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(java.base@11.0.18/ClassLoaders.java:178)
    at java.lang.ClassLoader.loadClass(java.base@11.0.18/ClassLoader.java:522)
    at java.lang.Class.forName0(java.base@11.0.18/Native Method)
    at java.lang.Class.forName(java.base@11.0.18/Class.java:398)
    at java.lang.ClassLoader.initSystemClassLoader(java.base@11.0.18/ClassLoader.java:1976)
    at java.lang.System.initPhase3(java.base@11.0.18/System.java:2074)

 

I'm using Ubuntu 20.04.5.
Does any of you know something about this? Thanks.

0

Hello, 

We found a second thread regarding your problem on YouTrack.  Let's focus our discussion there to keep case integrity.

0

请先登录再写评论。