Unable to Launch Pycharm application windows 10 32 bit edition

Answered

I have successfully installed Pycharm community edition and the desktop shortcut is also created but whenever I am trying to launch it nothing is happening. I have already tried uninstall and installing multiple times, already deleted temp files and java temp files. but still no help

further, in my windows event log I found this:

Faulting application name: pycharm.exe, version: 2017.3.1.0, time stamp: 0x59446dee
Faulting module name: awt.dll, version: 8.0.1520.8, time stamp: 0x5a0adf86
Exception code: 0xc0000409
Fault offset: 0x000b9fe9
Faulting process id: 0x2d8
Faulting application start time: 0x01d37ccf0b034869
Faulting application path: C:\Program Files\JetBrains\PyCharm Community Edition 2017.3.1\bin\pycharm.exe
Faulting module path: C:\Program Files\JetBrains\PyCharm Community Edition 2017.3.1\jre32\bin\awt.dll
Report Id: fd8246fb-3f19-47b2-a2ef-b55953a66216
Faulting package full name:
Faulting package-relative application ID:

 

Can anybody please help thank you?

0
3 comments

Please try to start Pycharm under another JDK (Oracle JDK 1.8): https://intellij-support.jetbrains.com/hc/en-us/articles/206544879.

0
Avatar
Permanently deleted user

This is a known bug with 32 bit windows 10. I came across it  last week. The culprit is the JRE version that gets installed by default. I have tried few of the latest JRE versions including 152b1119.x and 152b1118. 

The JRE version which works for sure is 152b1024.10.  To install this you will have to remove the JRE that go installed by default. It can be found in either:

Program Files\Jetbrains\PyCharm Community Edition 2017.3.1\   (if installed by default)[Delete or remove JRE32 folder]

or

C:\Users\yourusername.PyCharmCE2017.3\config\jdks [Delete anything in jdks folder]

This will allow the PyCharm IDE to be launched. It will use Oracle's runtime Java 1.8 version. Then you can you can install the plugin to get the JDK from jetbrain website. Get the 152b1024.10 version (some of the versions higher than these haven't worked for me. You can either use Oracle's Java 1.8 runtime or update via Pycharm IDE to 152b1024.10 . 

http://youtrack.jetbrains.com/issue/JRE-590#comment=27-2573385
http://youtrack.jetbrains.com/issue/JRE-590#comment=27-2575017

 

 

0
Avatar
Permanently deleted user

after deleting JRE32 it's started working fine thank you Pybie you are awesome.

0

Please sign in to leave a comment.