Reputation: 4035
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?
Upvotes: 10
Views: 17150
Reputation: 1478
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!
Upvotes: 1
Reputation: 4141
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.
Upvotes: 0