Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken: intellij-idea-community-bin #6731

Open
mortim opened this issue Dec 7, 2024 · 3 comments
Open

Broken: intellij-idea-community-bin #6731

mortim opened this issue Dec 7, 2024 · 3 comments
Assignees
Labels
Broken Package is broken

Comments

@mortim
Copy link

mortim commented Dec 7, 2024

Package name

intellij-idea-community-bin

Version

2024.2.3-1

Pacstall version

5.5.0 Rust

Relevant log output

I have no problem installing the package, but when I run IntelliJ IDEA I got this error:

**Start Failed**

Internal error

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:57)
	at com.intellij.idea.Main.main(Main.kt:49)

-----
JRE: 21.0.4+13-b509.17 amd64 (JetBrains s.r.o.)
/usr/share/intellij-idea-community/jbr

Patch for package

No response

@mortim mortim added the Broken Package is broken label Dec 7, 2024
@jimed-rand
Copy link
Contributor

jimed-rand commented Dec 8, 2024

I guess it's something important for the program is missing. Try to re-install it (uninstall first, then install it again). If still have same problems, check your openJDK versions and make sure it's latest or if still same as above after check the openJDK, you can ask it on IDEA Community Forum instead here.

@jimed-rand
Copy link
Contributor

Anyway, according to what I see from the error and I also trying install, there are important file product-info.json was missing during packaging. So, I'll fix the pacscripts about include that important JSON scripts. Without that, any JetBrains IDE which installed via Pacstall will not running without product-info.json.

@mortim
Copy link
Author

mortim commented Dec 22, 2024

Anyway, according to what I see from the error and I also trying install, there are important file product-info.json was missing during packaging. So, I'll fix the pacscripts about include that important JSON scripts. Without that, any JetBrains IDE which installed via Pacstall will not running without product-info.json.

Thx !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Broken Package is broken
Projects
None yet
Development

No branches or pull requests

4 participants