formulahendry / formulahendry/vscode-code-runner
Code Runner exits with code 3221225794 when trying to run Python code
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- VS Code Version: 1.33.0 (system setup)
- OS Version: Windows 8.1 Pro 64 bit
- Code Runner Version: 0.9.8
**Describe the bug**
I have a simple hello world app in Python. When I want to run it there's no expected output (print "hello") and Code Runner exits with code=3221225794:
[Running] python -u "c:\Users\xfilekomp\Desktop\python\hello.py"
[Done] exited with code=3221225794 in 0.063 seconds
I already opened a ticked at vscode queue but was directed to go here. I tried reinstalling vscode, Python and Code Runner extensions but nothing helped.
**To Reproduce**
Steps to reproduce the behavior:
1. open python file
2. F1 > "Run Code"
**Actual behavior**
[Running] python -u "c:\Users\xfilekomp\Desktop\python\hello.py"
[Done] exited with code=3221225794 in 0.063 seconds
**Expected behavior**
Expected to print "hello"
**Screenshots**
If applicable, add screenshots to help explain your problem.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.