http://bugs.winehq.org/show_bug.cgi?id=22072
Summary: GetConsoleMode fails Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: amorozov@etersoft.ru
Created an attachment (id=26892) --> (http://bugs.winehq.org/attachment.cgi?id=26892) Test
GetConsoleMode(GetStdHandle(STD_INPUT_HANDLE), ...) returns 0 on WINE from current git and returns !0 on WinXP.
http://bugs.winehq.org/show_bug.cgi?id=22072
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=22072
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-19 21:21:19 --- What Wine version? Are you using wineconsole?
http://bugs.winehq.org/show_bug.cgi?id=22072
--- Comment #2 from Alexander Morozov amorozov@etersoft.ru 2010-03-20 09:10:58 --- I tested with WINE built from current git (commit 93b3ba76f6874cef44fbf4a8aa62afbe0b86b97f, 1.1.40+). The problem can be seen if run attached test in a terminal emulator and in a text console. If run a test in wineconsole it works correctly.
http://bugs.winehq.org/show_bug.cgi?id=22072
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2010-03-20 10:10:46 --- The Unix terminal is not a Win32 console. See bug 5541.
*** This bug has been marked as a duplicate of bug 5541 ***
http://bugs.winehq.org/show_bug.cgi?id=22072
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-21 02:43:25 --- Closing duplicate.