conemu-cyg-64.exe conflict with WIN10 1903 and Cygwin 3.1.1 (needs confirmation) (title updated) #2035
Comments
|
Thanks for posting this issue - I think I'm running into the same problem and I thought I was starting to go crazy. I'm running Windows 10 1809 with Cygwin Looking at the release notes for Cygwin 3.1.0, they've added a feature that adds support for pseudo consoles in PTY: I think this new feature might be related to the issue; if you explicitly disable pseudo console support in Windows by changing the registry value |
|
Which is why when i look at the description of the conemu-cyg connector:
I wonder what the best temporary fix is and i if need the connector any more? Number 1 seems to work for me and what i need. 1: Disable the connector in the Startup/Tasks by removing the command. 2: A registry edit described here #2035 (comment) edit - No - Option 1 will cause the loss of functionality and generally cause odd stuff to happen and is not a solution. |
|
I ended up using this line in the startfile and it seem to fix most of the problem, but I don't think it's still a total fix:
|
|
If i debug my active process i get this over and over on Cygwin 3.1.1 |
This exception is not a "real" exception. It's used to set a name for a thread, which is useful during debugging. |
|
I need reanimate my work on pty definitely. As not only wsl requires it... |
|
Ok, thanks for clarifying that. Is there any info I can provide like the dumps that will help or is that not necessary with this particular issue? |
|
I'm experiencing the same problem. I also used a similar solution like you used, @userdocs. I'm using I found out that I don't have this problem if I use mintty, but mintty hijacks many keybindings... |
|
If that helps, I noticed that in the ANSI log file the arrows and Del keystrokes do not even appear. |
|
Same specs here as posted above and I am also experiencing this issue. One thing to add that I didn't see posted, not sure it's relevant, I ran cygwin's bash.exe from both powershell and the regular Windows command prompt and they both behave as expected, the arrow keys work just fine. |
|
Hello. I looked into this problem and found the cause is the patch I proposed on April 2019 for cygwin console handler. I will propose revised patch for cygwin shortly. FYI: This is not related to pseudo console support in cygwin. |
I'm not sure. I plan to submit the patch in a few days. After that, the maintainer will determine whether the patch is appropriate. If they accept the patch, it will be pushed to git repositry. However, it might not released soon. The timing of new release is decided by maintainer. The release dates of cygwin in the past were: |
|
So @tyan0 are you saying the fix is on the cygwin side? Thanks for the quick reply. By any chance, do have a link to a changeset/checkin/PR with either the fix or the code that broke, I'm a developer but haven't worked on this kind of stuff and am just curious. Thanks again! |
The old patch which causes the issue was: The revised patch is: |
|
A new cygwin has not yet been released, but a developer snapshot that fixes this problem is ready. |
|
@tyan0 thanks! I can confirm it's working. |
|
Yes, thanks. The Jan 14th snapshot fixed the issue for me, too. |
|
Thanks for testing! |
|
@tyan0 snapshot 20200114 fixed it for me as well. Thanks. |
|
I wasn't able to get the patch to work but considering the many successes before me, it's probably user error. Instead, I removed and reinstalled Cygwin, but explicitly chose version 3.0.7 at install-time. |
|
I had issues with the 2020-01-24. Not sure if they were due to my method of install, or what. |
|
for me the |
|
I downloaded cygwin1-20200212.dll for 64 bit and it also fixed the arrow key functionality. I haven't done enough testing to see if it broke anything else, but the arrows work just fine. |
|
They have release update 3.1.4-1 https://cygwin.com/ml/cygwin-announce/2020-02/msg00006.html Can people test and confirm please. Edit: seems to be working as expected for me. |
|
I have tested, it's working fine.
…On Wed, 19 Feb, 2020, 17:55 userdocs, ***@***.***> wrote:
They have release update 3.1.4-1
https://cygwin.com/ml/cygwin-announce/2020-02/msg00006.html
Can people test and confirm please.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2035?email_source=notifications&email_token=ACCDOM7O44OHZLPFDKMYKCLRDUQKXA5CNFSM4J5KJJR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMHTGKA#issuecomment-588198696>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCDOM4JRX45AJ4C2DN2HI3RDUQKXANCNFSM4J5KJJRQ>
.
|
|
Second confirmation - 3.1.4-1 installed and works for me as well. Thanks again! |
|
Confirmed. I have also updated to CygWin 3.1.4 x86_64 and the arrow key issues are fixed. The arrow keys work correctly with ConEmu 191012[64] on Win 10 1909. |
|
Unfortunately cygwin 3.1.4 did not fix this issue for me on Windows 10 1903. Do I need a special conemu version or setting? |
|
The test would work or fail with the documentation example: It may sound silly, but try restarting your OS. Please see my note in the original issue:
|
|
My problem has been fixed with cygwin 3.1.4 on Windows 10 1909. |
Same thing, the issue was gone after updating cygwin to 3.1.4 version |
|
Working for me as well on cygwin 3.1.5 and ConEmu 200615. @userdocs Probably worth closing this if it's fixed for you, just so others are aware (and so Maximus5 has one less bug to track, I assume that's helpful to him). |

Edit - The cause of this issue has been identified. See this comment - #2035 (comment)
Versions
ConEmu build: 191012 x64 Installer
OS version: Windows 10 x64 1903
Used shell version - Cygwin bash - Cygwin 3.1.1
Problem description
When using the connector as described here CygwinMsysConnector with the current Cygwin 3.1.1 release certain keys stop working - like the arrow keys and delete.
This configuration does not work:
This will work: (removed -
%ConEmuBaseDirShort%\conemu-cyg-64.exe)Steps to reproduce
Note: I had an older version of Cygwin on WIN10 1903 x64 and it worked fine. I updated Cygwin to 3.1.1 and rebooted and then experienced the described issue.
Actual results
You can type but arrow keys and delete doe not work (possibly more keys are affected)
Expected results
That these keys work as they did previously.
The text was updated successfully, but these errors were encountered: