Ubuntu IntelliJ Freezing and Cannot click when opening project
已回答
Edition: Community
Version: 2022.3.3
OS: Ubuntu 18.04.6 LTS
Other information: I am running the OS inside of a VMware Workstation 17 Player virtual machine. IntelliJ was installed using JetBrains Toolbox
The Problem
When I try and open a project, it will stay loading forever as shown in the image below.

Also when I cancel the loading window will go away, but I am unable to click anything in the Welcome to IntelliJ IDEA menu including closing the application. This requires me to run the kill on the process id.
请先登录再写评论。
Could you please try the latest 2023.2 version here https://www.jetbrains.com/idea/download/other.html to see if you have this issue in this version?
If you still have this issue, could you please refer to the jstack section here https://intellij-support.jetbrains.com/hc/en-us/articles/206544899 , and capture 2-3 thread dumps of the IDEA process when you see this issue, and share it? So we could see what IDEA is stuck on there. Thanks a lot.
Here are the contents of my 3 dumps from when the loading bar appears.
dump1.txt
dump2.txt
dump3.txt
Please report a bug at https://youtrack.jetbrains.com/newIssue?project=IDEA and use jstack from JetBrains Runtime to get the thread dumps or provide the automatic thread dumps per https://intellij-support.jetbrains.com/hc/en-us/articles/206544899 that will include coroutine information.
You can also check https://www.jetbrains.com/idea/nextversion/ and see if the issue is fixed there.