PyCharm can't open files
I installed PyCharm 2019.1.1, then I updated it to 2019.2.4. After the update, I'm no longer able open files in PyCharm. I double click file, select File->Open; no luck.
I suspected it might be related to files being empty. So I added some characters to the files that I wanted open. Again no luck.
Might be related to the plugins (I don't have ideavim), so I disabled all the plugins. Still can' open files.
Any suggestions?
Thanks,
Murat
Following is the start of the log after I try to open a file
2019-11-14 17:12:25,292 [ 19781] ERROR - llij.ide.plugins.PluginManager - 'kotlinx.coroutines.CompletableJob kotlinx.coroutines.SupervisorKt.SupervisorJob$default(kotlinx.coroutines.Job, int, java.lang.Object)'
java.lang.NoSuchMethodError: 'kotlinx.coroutines.CompletableJob kotlinx.coroutines.SupervisorKt.SupervisorJob$default(kotlinx.coroutines.Job, int, java.lang.Object)'
and trace goes on.
请先登录再写评论。
Hello Murat,
Have you tried to re-install PyCharm completely?
Please also upload your logs folder zipped from Help | Compress Logs and Show in… to the FTP
https://uploads.services.jetbrains.com/ and let me know the file name.
I tried reinstalling twice. Please note that I updated from 2019.1.1 (which deployed from DC) each time, not a virgin installation of 2019.2.
Uploaded log: pycharm-logs-20191120-092237.zip
Thanks
Thank you for the uploaded the information.
Please try a clean installation of the IDE (make sure you removed previous version's config information as described in https://www.jetbrains.com/help/pycharm/uninstall.html#standalone) , at the moment I see Pycharm importing the settings and it might be a cause:
2019-11-14 17:12:06,204 [ 693] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=1941
2019-11-14 17:12:06,257 [ 746] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\PyCharm Community Edition 2019.1.1\bin\fsnotifier64.exe
If it does not help, please create a screencast that presents the issue and upload a fresh log bundle. Let me know the names of the files.
i tried more than once: install 2019.1.1, then update IDE. Each time I cleaned config and system dirs. I specifically select "do not import settings". It didn't work.
I cleaned every bit of pycharm installation and I did a virgin installation of 2019.2.5. It works fine.
Update is clearly broken.