Pycharm 2021.1 not launching on Ubuntu 20.04
Answered
as soon as I run `pycharm-community' it pops up and the GUI disappears
2021-06-17 21:32:16,637 [ 199] WARN - llij.ide.plugins.PluginManager - Resource bundle redefinition for plugin 'com.jetbrains.pycharm.community.customization'. Old value: messages.ActionsBundle, new value: messages.PyBundle
2021-06-17 21:32:17,348 [ 910] WARN - nSystem.impl.ActionManagerImpl - keymap "Visual Studio" not found [Plugin: com.intellij]
2021-06-17 21:32:17,350 [ 912] WARN - nSystem.impl.ActionManagerImpl - keymap "Eclipse" not found [Plugin: com.intellij]
2021-06-17 21:32:17,350 [ 912] WARN - nSystem.impl.ActionManagerImpl - keymap "NetBeans 6.5" not found [Plugin: com.intellij]
2021-06-17 21:32:17,350 [ 912] WARN - nSystem.impl.ActionManagerImpl - keymap "Visual Studio" not found [Plugin: com.intellij]
2021-06-17 21:32:17,377 [ 939] WARN - nSystem.impl.ActionManagerImpl - keymap "Eclipse" not found [Plugin: org.jetbrains.plugins.github]
2021-06-17 21:32:17,384 [ 946] WARN - nSystem.impl.ActionManagerImpl - keymap "Eclipse" not found [Plugin: PythonCore]
2021-06-17 21:32:17,384 [ 946] WARN - nSystem.impl.ActionManagerImpl - keymap "NetBeans 6.5" not found [Plugin: PythonCore]
2021-06-17 21:47:57,225 [ 940787] WARN - com.intellij.util.xmlb.Binding - no accessors for com.intellij.openapi.updateSettings.impl.pluginsAdvertisement.PluginAdvertiserExtensionsStateService$State
2021-06-17 21:47:57,226 [ 940788] WARN - com.intellij.util.xmlb.Binding - no accessors for com.intellij.openapi.updateSettings.impl.pluginsAdvertisement.PluginAdvertiserExtensionsStateService$State
Please sign in to leave a comment.
Hello,
Please try starting the IDE from the command line as described here https://intellij-support.jetbrains.com/hc/en-us/articles/360011901879-How-to-start-IDE-from-the-command-line and provide me with the output.
I dont see a idea.sh within bin folder
also i tried to reinstall it, did
Got this:
Looks like https://youtrack.jetbrains.com/issue/IDEA-265122.
Please try https://www.jetbrains.com/pycharm/nextversion/ .
I am having the same issue on Kubuntu 20.04 and PyCharm Community. Freeze on flash screen, and there is no active PyCharm window icon in my system tray. I have attempted removing it and installing the EAP version but the problem persists. When launching from console, I also get a "No implementation of `com.intellij.welcomeFrameProvider` extension point".
zouave,
Does it help to start the IDE with default settings? Delete the existing config folder
https://www.jetbrains.com/help/pycharm/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#config-directory and launch the IDE?
That did the trick! Thank you very much