Closed Hanqnero closed 1 month ago
@Hanqnero, is this a new install or after upgrading? What operating system are you using?
Sorry for not providing any details in the first place. It is a fresh install of Arch Linux (via archinstall)
If necessary can provide other details.
@Hanqnero, this is almost the exact same setup I work with every day. I think this may be something specific to your machine, but would you be able to share the content of $HOME/.var/app/com.jetbrains.IntelliJ-IDEA-Ultimate/cache/JetBrains/IntelliJIdea$VERSION/log/idea.log
?
It should give you a hint of what could really be the problem.
Did a fresh install of the IntelliJ-IDEA flatpak, still crashes after opened for several seconds. Here is .
You mentioned that the application crashes but I would expect to see an error somewhere in the logs.
The first error you posted can be solved by removing the file $HOME/.var/app/com.jetbrains.IntelliJ-IDEA-Ultimate/config/JetBrains/IntelliJIdea$VERSION/.lock
.
Hi, I encountered an error today while using IntelliJ on Fedora. I hadn't experienced any issues during the first two days of usage. The error occurred when I entered TTY mode on Fedora, although I'm uncertain about its connection to TTY mode. Regardless, the error recurs approximately every 2 or 3 hours. To resolve it, I delete the .lock file and restart IntelliJ.
You mentioned that the application crashes but I would expect to see an error somewhere in the logs.
The first error you posted can be solved by removing the file
$HOME/.var/app/com.jetbrains.IntelliJ-IDEA-Ultimate/config/JetBrains/IntelliJIdea$VERSION/.lock
.
I have tried removing the .lock
file, IDEA starts, asks for permission to send usage statistics, then opens project selection window and crashes on it. If for some reason provided idea.log is not complete. here is new idea.log with the case described in this message created just after reproducing the issue.
I think you may have a problem with a plugin, the location for the same, or the license.
Can you try these (backup first if you think you are going to need anything):
$ flatpak uninstall --delete-data com.jetbrains.IntelliJ-IDEA-Ultimate
$ rm -fr /home/hq/.var/app/com.jetbrains.IntelliJ-IDEA-Ultimate/ — shouldn't be there anyway
$ rm -fr /home/hq/.java/
At this point you should have a clean slate to install again; then run: flatpak install flathub com.jetbrains.IntelliJ-IDEA-Ultimate
Always Crashes after being open for several seconds
after crash refuses to launch before running
rm
on .lock file mentioned below.