-
Notifications
You must be signed in to change notification settings - Fork 104
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
MintTTY fails to start with dev systemd build; missing bash #316
Comments
Please see this thread #302 |
Missed it, mb |
According to the other issue, this should work if you start it the second time, right? |
Same trace as the linked issue: PS C:\Users\karel\AppData\Local\wsltty\bin> .\wslbridge2.exe
assertion "hRes == 0" failed: file "GetVmId.cpp", line 194, function: HRESULT GetVmId(GUID*, GUID*)
1 [main] wslbridge2 1825 cygwin_exception::open_stackdumpfile: Dumping stack trace to wslbridge2.exe.stackdump Downloaded wslbridge2 build artifact from Visual Studio 2022 from master 25 days ago WSL no longer gives an error: PS C:\Users\karel\AppData\Local\wsltty\bin> .\wslbridge2.exe
PS C:\Users\karel\AppData\Local\wsltty\bin> Confirmed WSL from store works correctly: Confirmed this is my Arch disk system: [I] karel@super-win-arch ~ (master)>ll /bin/bash
-rwxr-xr-x 1 root root 927K Jan 8 2022 /bin/bash Running mintty in powershell still fails. Digging deeper, still suspecting user error |
Using the corrected link https://github.com/Biswa96/wslbridge2/releases/tag/v0.9 cygwin pre-compiled code, preview build (launching from store) launches correctly: mintty does not start yet without error All the other supplied programs in Using WSL2 with fresh Ubuntu from the store (I think) |
Can confirm that going: -> start WSL using the store -> IN THAT terminal run |
Seems the WSL change is now live. I re-installed MintTTY from the .exe. Can confirm that I now get the same error on my W11 PC. Added stackdump of crash in wslbridge2.exe. |
Can confirm that a re-install with overwriting with either of the files found in https://github.com/Biswa96/wslbridge2/releases/tag/v0.9 does not work; Should I be installing all of cygwin to get a valid installation with Running wsl.exe in a powershell still works, so this is not blocking me at the moment. Guessing, thanks for the help so far :) |
Released 3.6.1.2. Please retest. |
😐 Patch Tuesday has complicated things. Things are working very poorly, but none of it seems to be related to the issues here. |
Released 3.6.5; is this still an issue? |
Heads up for the upcoming "Windows Store" version of WSL2 with systemd.
mintty.exe
fails to start (in Arch) with "failed to run bash":Tested with
Windows build 22000, preview version of WSL:
Latest Rolling Release version with bash installed of Arch Linux as main distro:
PS. I don't know enough if this is user error or not; I did try to re-install the latest wsltty Windows package
The text was updated successfully, but these errors were encountered: