Pycharm error "Process finished with exit code -1073740791 (0xC0000409)"

7

I have a script testing on Pycharm, script working fine around 3-4 mins, then it says "Python stopped working" and the script is stop running. On the Pycharm output segment, it says Process finished with exit code -1073740791 (0xC0000409).

Is this a bug or something wrong with my computer/Pycharm?

python
windows-10
pycharm
python-3.5
nvidia
asked on Stack Overflow Jun 17, 2017 by GLHF

2 Answers

0

Let me talk for a case with Android emulator- gemu-system_86_64. Have experienced the same error that “Process finished with exit code -1073740791 (0xC0000409)”

Have played with bios settings, path to java, memory and disk speed enhansments, rolling back old original card drivers, Nvidia supports - no result. Then I returned all default settings to above ones and: Right clicked on Desktop and selected 'Nvidia control panel' -> 3d settings -> Manage 3d settings. You can see there two tab: global settings. Put all of them as clamp, off or '1'. And in 'programm settings' tab navigated to emulator app and also disabled all what s possible. Now all work just fine. If any in future you can change them for a specific application. Perhaps this will help somebody.

answered on Stack Overflow Jan 23, 2018 by CodeToLife
0

fixed the same problem by upgrading driver for nvidia to 398.36. i was having problems running code using pyqt5 and matplotlib through pycharm but the driver update solved it. was not expecting this to be the issue but it fixed it!

answered on Stack Overflow Jun 27, 2018 by A Rob4

User contributions licensed under CC BY-SA 3.0