Здравствуйте! неожиданно перестала запускаться IDE с ошибкой:
java.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
насколько понял нужно создать файл idea.properties в директории /bin. но что в нем и как? и почему раньше не требовался?