-
Notifications
You must be signed in to change notification settings - Fork 19
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
wslbridge error #49
Comments
I have the same issue as of today after a Windows update. A workaround I found is to change the ConEmu task to: |
@BrandtHill regarding the task, your workaround works, thanks. which didn't appear before. |
is solved by https://superuser.com/a/1365351 and changing the content of the .txt file to
But:
is still valid, unfortunately. As @BrandtHill and I said before,
works, but I believe there's something wrong with
as ConEmu task for {Bash::bash}. |
The root cause seems to be a behavior change of I'm not sure if such behavior change of |
I'm using ConEmu to open bash. I use to call it via a link to ConEmu with the following target:
"C:\Program Files\ConEmu\ConEmu64.exe" /cmd @dev.txt
My dev.txt is under C:\Program Files\ConEmu and contains the following line, as described here:
>bash --rcfile <(echo '. ~/.bashrc; some_command_that_connects_to_another_server') -cur_console:n
After the last Windows 10 update, my ConEmu bash window disappears right after calling it.
From what I can see before it goes away, it puts a line that says:
/bin/bash: '.: no such file or directory
Before today, it worked without issues.
Plus, I get the following error when trying to open bash within an open instance of ConEmu:
I believe this has something to do with wslbridge specifically.
My ConEmu task for {Bash::bash} is set as following:
set "PATH=%ConEmuBaseDirShort%\wsl;%PATH%" & %ConEmuBaseDirShort%\conemu-cyg-64.exe --wsl -cur_console:pm:/mnt
The text was updated successfully, but these errors were encountered: