http://bugs.winehq.org/show_bug.cgi?id=25090
Summary: Winedbg: input characters are not displayed Product: Wine Version: 1.3.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: gyebro69@gmail.com CC: eric.pouech@orange.fr
When starting any application under winedbg in the current git (wine-1.3.6-335-gd5fa2ce) the characters I type are not displayed.
How to reproduce:
Start any application/game under winedbg in a terminal: winedbg yourapp.exe. When the prompt appears type anything in the command line: the characters are not displayed in the terminal.
This is caused by the following commit:
f67b0377abd491bfe4cc2713ee644119a3e00218 is the first bad commit commit f67b0377abd491bfe4cc2713ee644119a3e00218 Author: Eric Pouech eric.pouech@orange.fr Date: Sun Nov 7 19:14:46 2010 +0100
kernel32: Use fd availability for testing whether a console handle refers to a bare console.
:040000 040000 ba84ca5000322180567de19b120c0ed551a3ab3e 6bcfdb2687ebad0c64cfca17fb196787ca5e3be4 M dlls
The patch cannot be reverted cleanly, but after git checkout f67b0377abd491bfe4cc2713ee644119a3e00218 > no text is displayed git revert f67b0377abd491bfe4cc2713ee644119a3e00218 > characters are displayed
Author of the patch added to CC.
Fedora 14 x86