PyCharm not showing window on Windoes10

Answered

I'm trying to use PyCharm and it keeps defaulting to opening an old project and not showing up on screen. It shows as active in the system tray, I see a process running in Task Manager, but I can't get the window to actually show up. I've tried doing the Win+Arrow keys to try and move the program window around that way as I occasionally have programs launch off screen and doing that will get them to move into view, that doesn' work. I have tried completely uninstalling and installing a fresh version and that doesn't change anything either. I found this link https://intellij-support.jetbrains.com/hc/en-us/community/posts/360009693279-PyCharm-not-opening-on-Windows-10?input_string=PyCharm%20not%20showing%20window%20on%20Windoes10 and ran the BAT file and get the following error:

The system cannot find the file specified.
2021-12-28 09:27:39,007 [ 1022] WARN - nSystem.impl.ActionManagerImpl - keymap "Visual Studio" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\PyCharm Community Edition 2021.3\lib\pycharm.jar, version=213.5744.248, package=com.intellij.feedback, isBundled=true)
2021-12-28 09:27:39,009 [ 1024] WARN - nSystem.impl.ActionManagerImpl - keymap "Eclipse" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\PyCharm Community Edition 2021.3\lib\pycharm.jar, version=213.5744.248, package=com.intellij.feedback, isBundled=true)
2021-12-28 09:27:39,009 [ 1024] WARN - nSystem.impl.ActionManagerImpl - keymap "NetBeans 6.5" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\PyCharm Community Edition 2021.3\lib\pycharm.jar, version=213.5744.248, package=com.intellij.feedback, isBundled=true)
2021-12-28 09:27:39,009 [ 1024] WARN - nSystem.impl.ActionManagerImpl - keymap "Visual Studio" not found PluginDescriptor(name=IDEA CORE, id=com.intellij, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\PyCharm Community Edition 2021.3\lib\pycharm.jar, version=213.5744.248, package=com.intellij.feedback, isBundled=true)
2021-12-28 09:27:39,024 [ 1039] WARN - nSystem.impl.ActionManagerImpl - keymap "Eclipse" not found PluginDescriptor(name=Python Community Edition, id=PythonCore, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\PyCharm Community Edition 2021.3\plugins\python-ce, version=213.5744.248, package=null, isBundled=true)
2021-12-28 09:27:39,024 [ 1039] WARN - nSystem.impl.ActionManagerImpl - keymap "NetBeans 6.5" not found PluginDescriptor(name=Python Community Edition, id=PythonCore, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\PyCharm Community Edition 2021.3\plugins\python-ce, version=213.5744.248, package=null, isBundled=true)
2021-12-28 09:27:39,033 [ 1048] WARN - nSystem.impl.ActionManagerImpl - keymap "Eclipse" not found PluginDescriptor(name=GitHub, id=org.jetbrains.plugins.github, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\PyCharm Community Edition 2021.3\plugins\github, version=213.5744.248, package=org.jetbrains.plugins.github, isBundled=true)
2021-12-28 09:27:39,040 [ 1055] WARN - nSystem.impl.ActionManagerImpl - keymap "Eclipse" not found PluginDescriptor(name=Space, id=com.jetbrains.space, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\PyCharm Community Edition 2021.3\plugins\space, version=213.5744.248, package=com.intellij.space, isBundled=true)
Info | RdCoroutineScope | 35:JobScheduler FJ pool 17/31 | RdCoroutineHost overridden
2021-12-28 09:27:39,595 [ 1610] WARN - l.NotificationGroupManagerImpl - Notification group CodeWithMe is already registered (group=com.intellij.notification.NotificationGroup@6bc58402). Plugin descriptor: PluginDescriptor(name=Code With Me, id=com.jetbrains.codeWithMe, descriptorPath=plugin.xml, path=C:\Program Files\JetBrains\PyCharm Community Edition 2021.3\plugins\cwm-plugin, version=213.5744.248, package=null, isBundled=true)

 

What should I do? Another link recommended installing visual studio from the Microsoft site, no change. 

0
4 comments

Could you share the whole output after running the pycharm.bat file?

1

That is evertyhing that shows up in the terminal window when I run the pycharm.bat file as administrator

0

I solved it. Held Shift + Right Click the PC icon in the tray and select "move" then use arrow keys to pull it over. https://support.ti.davidson.edu/hc/en-us/articles/115016089728-Move-an-Application-Window-From-Off-screen-Back-to-Your-Main-Desktop-Windows 

6

Thanks mxracer888, I had the same issue and this was very helpful!

0

Please sign in to leave a comment.