IDEA 2019.2 doesn't open old projects

Answered

Hi,

I've just updated IntelliJ IDEA to version 2019.2 and after restart IDEA wasn't able to open any of my projects I've been working before.
During restart IDEA asked me to import configurations and I've selected the old from version 2019.1. But after start it showed me just Welcome screen with the list of all my projects, but when I've tried to open any of those projects Welcome screen blinked for a moment and then returned back, no project was opened. No error message was shown.

I've tried to remove my projects from the list and re-open them, but this didn't solved the problem. I have to go to each project directory and to remove .idea folder. After that I was able to open my projects again.

I have a lots of projects and to have to do this procedure for all of them is mildly saying very annoying.

5
29 comments

Eduard,

Do you have the HaskForce plugin installed? If yes, the issue is caused by this plugin. Here is related YouTrack item: 

https://youtrack.jetbrains.com/issue/IDEA-219106

0

I had the same problem

1

@Newcih2017

 

Have you tried to open a project with plugins removed? 

Also, try to add -Dide.mac.file.chooser.native=false in Help | Edit Custom VM Options and restart IntelliJ IDEA. Does it make any difference?

What is your OS? 

2
Avatar
Permanently deleted user

I have the same problem, in MacOs, after closing PhpStorm the project list gets empty

0

I'm facing the same issue. Today I installed Toolbox App and updated all my IDEs (phpstorm, webstorm, pycharm and golang) to my latest version 2019.2. Now I can't open any of my old projects. I uninstalled phpstorm from toolbox, deleted phpstorm preferences, cache, application support and log files, manually installed the 2019.2 version with no plugins installed and open button is not doing anything. btw I'm on mac.

1
Avatar
Permanently deleted user

@Konstantin Annikov

Yes, I had HaskForce plugin installed, but on restart IDEA was asking to disable it and I did it. I wasn't able to open projects after this final restart with HaskForce disabled.

0

@Felipep86, @Mircea Ciuchea, @Eduard Luhtonen

Please try to add -Dide.mac.file.chooser.native=false in Help | Edit Custom VM Options and restart IntelliJ IDEA. Does it make any difference?

Do you run macOS 10.15 beta 5?

1
Avatar
Permanently deleted user

@Konstantin Annikov with this option IntelliJ IDEA offered to convert old project and after conversion opened old project. Thank you.

I'm using MacOS 10.14

0

@Eduard Luhtonen

Please track https://youtrack.jetbrains.com/issue/IDEA-219856 for updates. 

If it is possible, please attach a sample project which cannot be opened inside the YouTrack item. 

0
Avatar
Permanently deleted user

@Konstantin Annikov 
I added that setting to PHP Storm and after closing the IDE the list of current projects is still empty.

My Mac OS Version is 10.14.5, a dev buddy that works with me has the same problem

0

Felipep86, your issue looks different. The original thread is describing the problem with the macOS file chooser not opening projects. While you have a problem with the recent projects list? Please report a separate bug at https://youtrack.jetbrains.com/issues/IDEA with the logs (https://intellij-support.jetbrains.com/hc/articles/207241085) and the screenshots attached to clarify the problem. Thank you.

0
Avatar
Permanently deleted user

-Dide.mac.file.chooser.native=false  works for me;  

I'm using MacOS 10.15 beta 5

2
Avatar
Permanently deleted user

I had the same problem.  Workarounds mentioned here did not work for me, however I was able to open the project after updating the Kotlin plugin.

9
Avatar
Permanently deleted user

I had the same problem on Mac. After upgrading all plugins the problem is resolved.

2
Avatar
Permanently deleted user

I upgraded to Catalina and now Webstorm doesn't work me! When I open existing projects from the list I get this error message:

I tried to use "-Dide.mac.file.chooser.native=false", but see no difference. And when I try to open any folder from /Documents Webstorm doesn't show any files, it's empty...

 

Also, I disabled all plugins, restarted and it didn't help.

0

@Dementorvinegar

Unfortunately, there are some major compatibility issues with macOS 10.15. They will be addressed in 2019.2.4 version.

For now, make sure that WebStorm can access all of its folders (macOS or other software is not blocking it) including the ones mentioned in https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs

I'm sorry for the inconvenience.

1
Avatar
Permanently deleted user

Konstantin, thanks for a quick response! Do you know how soon 2019.2.4 will be released?

0

There is no release date for now. You can try to see if the error is fixed in 2019.3 EAP version of Webstorm: 

https://www.jetbrains.com/webstorm/nextversion/

1
Avatar
Permanently deleted user

Konstantin, in 2019.3 EAP the issue is fixed! Thanks a lot for the link!

0
Avatar
Permanently deleted user

Updating plugins and restring IDEA worked for me. I am using mac 10.14.4.

1
Avatar
Permanently deleted user

I had the same issue upgrading from 2019.1 to 2019.2. My fix was to update all the recommended plugins by clicking the green bubble on the welcome window. After restarting this issue stopped. I am also MacOS

1

I've just updated to the latest version 2019.3 and the project list has been cleared (op system win10). I tried to update the plugins too but didn't help. Is there a way to import it somehow to get back?

I found the reference for my previous projects list (and groups) in the .IntelliJIdea2019.3\config\options\recentProjects.xml  so it seems it has been migrated from the previous version, but it seems idea ignores this.

 

UPDATE: I think the problem is that the recentProjects.xml   file has been renamed to recentProjectDirectories.xml
A workaround is to just replace the <option name="groups"> to the former one solves the problem.

0

Same with IdeaC 2020.1 and FindBugs plugin. Somehow it doesn't realize it's incompatible.

1

Mark Jeronimus

Thank you. We have marked the plugin as incompatible. 

However please note that it is a different case. No need to continue the thread about the macOS file chooser not opening projects.

0

Hello, I am experiencing this issue -- I am running MacOS 10.13.6. Previously, I could delete each project's .idea folder (which is a large pain), but now I have no idea folders left to delete and I still can't open IntelliJ (2019.2). It stops at the open window (the bar goes all the way to the end).  Please help, I am trying to finish my school project, thank you. 

I tried adding -Dide.mac.file.chooser.native=false to idea.vmoptions as it has been suggested somewhere, but that did not help. I only had one plugin (java tutor) and disabled it already.

 

0

Thank you for the quick response, I have reported the issue. I appreciate the help, as I really would like to be able to open IntelliJ again. Thanks!

0

I got the same problem since 11.3 Big Sur :( Can't open project which was opening before the update of this night. 

0

Please raise a new issue at https://youtrack.jetbrains.com/issues/IDEA and attach the IDE logs and a screenshot/screencast showing the problem.

See https://intellij-support.jetbrains.com/hc/en-us/articles/207241085 .

Thanks.

0

Please sign in to leave a comment.