wsl-terminal icon indicating copy to clipboard operation
wsl-terminal copied to clipboard

Won't open on fresh install

Open bdombro opened this issue 3 years ago • 3 comments

  • bash -c "$(wget https://raw.githubusercontent.com/mskyaxl/wsl-terminal/master/scripts/install.sh -qO -)"
  • Open Linux/home/username/wsl-terminal-tabbed in explorer
  • Double click open-wsl.exe, a confirm prompt opens to run a remote file. I confirm, a command prompt opens and closes, then nothing happens.
  • tried copying the wsl-terminal-tabbed folder to a Windows directory, and same thing happens.
  • tried running wsl bash -c "$(wget https://raw.githubusercontent.com/mskyaxl/wsl-terminal/master/scripts/install.sh -qO -)" which completed but doesn't seem to make a difference.

Note I notice there is a wslbridge2.exe.stackdump file in the directory but don't know how to open it. You can download it here: https://drive.google.com/file/d/1MuRxMg7biApxLev-RIurBQkd80EGn6NW/view?usp=sharing

I'm running Windows 11 Home stable build 22000.376

bdombro avatar Dec 29 '21 13:12 bdombro

Same here. I'm on Windows 11 22000.556. @bdombro have you found any way to get this working?

kkuhle avatar Apr 05 '22 23:04 kkuhle

@bdombro, @kkuhle, wslbridge2 fails for me with the same error as https://github.com/mintty/wsltty/issues/281. Replacing wslbridge2.exe, wslbridge2-backend, and cygwin1.dll with copies from https://github.com/Biswa96/wslbridge2/releases/tag/v0.8 got it running.

actalley avatar Apr 28 '22 13:04 actalley

@actalley thx, i have same problem, solved by replacing some files in bin folder

vietd0x avatar Apr 30 '22 19:04 vietd0x