Cannot connect to already running IDE instance. Exception: Process 2 is still running

已回答

Guys, apparently this problem is solved by deleting the lock file.

 https://stackoverflow.com/questions/77003028/error-while-opening-intellij-idea-due-to-an-already-running-process/77045915#77045915 

There it more or less tells us where to find it. 

If, like me, you use ZorinOS, I recommend activating the view hidden files and then searching for the pycharm folder. 

Otherwise use this address in the terminal: ~/.var/app/com.jetbrains.PyCharm-Community/config/JetBrains/PyCharmCE2023.2$ 

I hope you find it useful

0

Yes, deleting the lock file and killing the IDE process are the two solutions to the problem, which is already fixed for the latest versions of the IDE. See https://youtrack.jetbrains.com/issue/IDEA-330531

0

请先登录再写评论。