mintty / wsltty

Mintty as a terminal for Bash on Ubuntu on Windows / WSL
Other
3.12k stars 104 forks source link

3.1.0.2 broke input for radare2 #216

Closed GustavoLCR closed 4 years ago

GustavoLCR commented 4 years ago

You can test with:

r2 -
[0x00000000]>

You should be able to write in commands then, but nothing happens

It works fine with 3.1.0

Biswa96 commented 4 years ago

Can you do this test with the newer one? Download cygwin-3.0.7-1.tar.xz. Extract cygwin1.dll from it using tar -xf command. Place it in C:\Users\X\AppData\Local\wsltty\bin folder (assume X is your user name).

GustavoLCR commented 4 years ago

Can you do this test with the newer one? Download cygwin-3.0.7-1.tar.xz. Extract cygwin1.dll from it using tar -xf command. Place it in C:\Users\X\AppData\Local\wsltty\bin folder (assume X is your user name).

That fixed it, thanks!

mintty commented 4 years ago

So what kind of program is radare? Windows program, Linux program? Some basic information is necessary to assess the situation because reverting to cygwin 3.0.7 is a workaround, not a fix.

GustavoLCR commented 4 years ago

So what kind of program is radare? Windows program, Linux program? Some basic information is necessary to assess the situation because reverting to cygwin 3.0.7 is a workaround, not a fix.

Its a linux program

mintty commented 4 years ago

Please provide a reproducible test case: What WSL distro? How to install radare2?

mintty commented 4 years ago

Closing due to missing demonstration of an issue.