IDEA 社区版滚挂

前两天滚一下,发现滚挂了,IDEA 社区版升级后打不开了

报了错

1
2
3
4
5
6
7
8
9
10
11
12
Internal error

ava.lang.RuntimeException: Could not find installation home path. Please make sure bin/idea.properties is present in the installation directory.
at com.intellij.openapi.application.PathManager.getHomePath(PathManager.java:112)
at com.intellij.openapi.application.PathManager.getBinDirectories(PathManager.java:145)
at com.intellij.openapi.application.PathManager.loadProperties(PathManager.java:684)
at com.intellij.idea.Main.mainImpl(Main.kt:55)
at com.intellij.idea.Main.main(Main.kt:47)

-----
JRE: 17.0.12+7 amd64 (Arch Linux)
/usr/lib/jvm/java-17-openjdk

不应该啊,于是搜了搜,原来是 IntelliJ 自己的锅,Arch 还是很稳的

官方修复了,并且打包在测试库,还没推送,如果紧急可以先手动装下他们修复后的包:intellij-idea-community-edition-4_2024.2.0.1-1-x86_64.pkg.tar.zst

参考链接: