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

Unable to run WSL programs

Open mikart143 opened this issue 6 years ago • 1 comments

I found an error I guess, there is problem with executing command on bash.exe. If yiu use only bash.exe -c "java %*" it will give you an error: /bin/bash command not found. Fix for that is simple, just add -i option.

I am using Pengwin(WLinux)

mikart143 avatar May 27 '19 22:05 mikart143

Apparently bash.exe has also been deprecated in favor wsl.exe. Maybe try running the command with wsl.exe without any flags and see if it works. I may need to update all of the files to use that.

watzon avatar May 27 '19 22:05 watzon