-
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
wsltty immediately closes when using WSL1 distro #267
Comments
Works here, with newer Windows version. |
Unfortunately, I am currently stuck with this version. I forgot to mention that it worked once after installing wsltty, but stopped working after I terminated the distribution. |
There were similar problems before. Maybe you have an older version of wslbridge2 in your path? |
It says nothing. |
@Biswa96, any idea? |
@ypnos Did any of wsltty version from 3.4.1 to 3.4.3 work? |
Before I had version 3.0.2.3 (as it was the last one that supported my even more ancient previous Windows version). It did not work with Windows 1909 anymore, that's why I tried 3.4.4 and it worked only once. Which version would you recommend me to try? |
Sometimes there is text in the terminal that starts with "note:" ... I cannot read more as the window instantly vanishes. |
Windows 10 version 1909 is not in the blacklist. Can you open the |
I get:
... and this also solved the issue! Problem was that executable permissions were not set for wslbridge/wslbridge2 binaries in that directory. I set them now with chmod and it works! For reference, I use this wsl.conf:
Thank you for your help. I really hated having to use Windows Terminal instead. WSLTTY has better font rendering and feature set. |
Actually, I did not even help a little bit 😄 |
To be precise, you set chmod +x wslbridge-backend on the WSL side? |
If my suspicion is confirmed, this is likely a duplicate of #163.
|
I did re-run the install script several times but my real problem was that at first I had set the mount options with "fmask=133" but without "metadata". At some later point I understood my mistake and added "metadata", but as I didn't see the connection to wsltty, at this point I did not re-run any scripts. |
I'm running Windows 1909 (Build 18363.1256) and installed WSLTTY 3.4.4
I have several distros installed, WSL1 and WSL2.
"Debian" is the default distro and running in WSL1, while "Debian2" is a copy of said distro running in WSL2.
The first two calls open a mintty window with no text that instantly closes. (However, if the distro was previously terminated, it changes status to "Running" in
wsl --list -v
output.)The third (WSL2 distro) opens a window and a shell prompt appears. It then works as expected.
The text was updated successfully, but these errors were encountered: