Process finished with exit code -1073741819 (0xC0000005)
已回答
Hey! I'm facing this problem “Process finished with exit code -1073741819 (0xC0000005)” while running Snake game at Pycharm. I learn programming regularly and I've installed the last versions for both of Pycharm and Python on my Windows 8.1 laptop 4.00 GB 64 bit. May I get your help please?
请先登录再写评论。
The error code `0xC0000005` on Windows means an access violation has occurred. Did you try to reproduce the problem on a new Python interpreter?
Check out https://stackoverflow.com/questions/50620954/process-finished-with-exit-code-1073741819-0xc0000005-pycharm as different replies were provided with possible solutions.