-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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 won't start / immediately crashes as of v0.5.2661.0 #2884
Comments
Can you share the contents of your profiles.json? Thanks. |
Ah thanks for the path, was having trouble tracking down the install folder. The profile seems suspiciously small compared to past versions?
|
Indeed! That's part of the recent settings reform. Since it doesn't look like a bad default profile, would you mind sharing a feedback hub link? |
/feedback |
Feedback hub: https://aka.ms/AA63w7j |
After tinkering with the profile.json, It only exhibits this problem when trying to open a Windows PowerShell terminal (which was the default). Changing the default to PowerShell Core or CMD works! Same problem persists when trying to open a Windows PowerShell tab: the new tab immediately crashes/closes. Investigating further, Perhaps a couple ideas here, start by providing the full path in the default profile.json, and also show an error if there is a problem executing |
If powershell's not on your path, that's a sign of a serious system misconfiguration. Has something changed the systemwide Otherwise, this is /dup #2563. |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Thanks for the help. Glad there is already an issue for this problem. Yes, many things have changed the PATH over the years (countless developer tools such as git, python, node/npm, ruby, dotnet, docker, and all of the other cruft that comes along with such toolchains). I imagine some botched install or crappy tool must have hosed the PATH at one time. |
I can confirm the PATH thing. The app was also closing on startup, checked my PATH. No reference to powershell. Added the powershell path to PATH, Terminal opens on my default (which I set to Powershell). |
Environment
Steps to reproduce
Have tried un-installing/re-installing/rebooting multiple times to no avail.
Expected behavior
Terminal should launch, and at least show an error message.
Actual behavior
Terminal immediately crashes, you can see the ghost of a window frame before it disappears.
The text was updated successfully, but these errors were encountered: