Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal error The terminal process terminated with exit code: 4294967295 #53588

Closed
CodingArcher opened this issue Jul 5, 2018 · 8 comments
Closed
Assignees
Labels
info-needed Issue requires more information from poster terminal Integrated terminal issues

Comments

@CodingArcher
Copy link

We have written the needed data into your clipboard because it was too large to send. Please paste.

@vscodebot
Copy link

vscodebot bot commented Jul 5, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@vscodebot vscodebot bot added the terminal Integrated terminal issues label Jul 5, 2018
@Tyriar
Copy link
Member

Tyriar commented Jul 5, 2018

What do you did to produce this error?

@Tyriar Tyriar added the info-needed Issue requires more information from poster label Jul 5, 2018
@CodingArcher
Copy link
Author

CodingArcher commented Jul 5, 2018

Hi @Tyriar
All i did is open up the terminal and it then states to press a key, which i did and then it closes it self and shows me that error

This is what its saying in the Terminal:
Windows Subsystem for Linux has no installed distributions.
Distributions can be installed by visiting the Microsoft Store:
https://aka.ms/wslstore
Press any key to continue...

@Tyriar
Copy link
Member

Tyriar commented Jul 5, 2018

The error message seems to tell it all. You're probably pointing to bash.exe in your settings file but you don't have it installed. Open the command palette (F1) and run the select default shell command and use cmd or powershell (or install a WSL distro).

@Tyriar Tyriar closed this as completed Jul 5, 2018
@CodingArcher
Copy link
Author

how do you install the bash distro for VS Code?

@Tyriar
Copy link
Member

Tyriar commented Jul 5, 2018

@CodingArcher the message is saying that you haven't installed it inside Windows. Follow the instructions in the message you saw:

Windows Subsystem for Linux has no installed distributions.
Distributions can be installed by visiting the Microsoft Store:
https://aka.ms/wslstore

@ghost
Copy link

ghost commented Aug 2, 2018

I have this error message "The terminal process terminated with exit code: 4294967295" while opening the integrated terminal. How do i solve this issue. I didn't get it.

@iamjovani
Copy link

Modify User Settings in VS Code (File -> Preferences -> User Settings) and add the following within the settings.json pane:

"terminal.integrated.shell.windows": "C:\WINDOWS\sysnative\bash.exe",
"terminal.integrated.shell.windows": "bash.exe",

@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster terminal Integrated terminal issues
Projects
None yet
Development

No branches or pull requests

3 participants