Process finished with exit code -1073741511 (0xC00

2019-09-16 10:04发布

问题:

When I run any python code, such as

print("test")

I get this output

Process finished with exit code -1073741511 (0xC0000139)

I have found a related question, as well as a bug in the PyCharm (PY-10155 and linked PY-12900). This bug is from 2014, so I am unsure how things have changed.

I have used CCleaner to clean up PC as well as using Windows problem searcher (Felsökning in Swedish), but nothing has changed. PyCharm and Windows 8 are up-to-date.

Online there have been mentions of a couple of ways to fix the problem, which included reinstalling Windows OS. I cannot find anything that will solve the problem and would prefer not to take such a drastic step. It only occurs when I run PyCharm and Python. I have not tried with other programming languages.

It started off related to my previous question here.