Rishabh Semwal
Rishabh Semwal

Reputation: 348

Can't open my PyCharm app in Windows 10 PC?

PyCharm app is not running on my PC for 6 months. I tried uninstalling and reinstalling many times. I also updated it many times. I clear all the broken registries and tried troubleshooting, I tried changing the older compatible version of windows but still, I can't open it. It is the only app on my PC which is not running. Whenever I try to open it, nothing happens. It does not show a single error box or a word. Also, I cant open all the related files in it. Here it shows when I try to run it from CMD.

C:\Users\Rishabh Semwal>pycharm
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and 
will likely be removed in a future release.
Error occurred during initialization of VM
java.lang.IllegalArgumentException: Null charset name
    at java.nio.charset.Charset.lookup(java.base/Charset.java:455)
    at java.nio.charset.Charset.defaultCharset(java.base/Charset.java:608)
    at java.lang.StringCoding.decode(java.base/StringCoding.java:316)
    at java.lang.String.<init>(java.base/String.java:592)
    at java.lang.String.<init>(java.base/String.java:614)
    at java.lang.System.initProperties(java.base/Native Method)
    at java.lang.System.initPhase1(java.base/System.java:1948)

Upvotes: 1

Views: 627

Answers (1)

DearDeer
DearDeer

Reputation: 193

Go to: Control Panel -> Clock and Region -> "Change date, time or number formats" (under Region) -> go to Administrative tab -> click on "Change system locale..." (under "Langauge for non-Unicode programs") -> un-tick "Beta: Use Unicode UTF-8 for worldwide language support" -> click "OK" -> click "Apply".-

Once this is saved, restart your computer. This should resolve your issue.

Upvotes: 1

Related Questions