http://bugs.winehq.org/show_bug.cgi?id=11243
Summary: getch() receives imput without keys being pressed Product: Wine Version: 0.9.46. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: glacierre@gmail.com
Created an attachment (id=10339) --> (http://bugs.winehq.org/attachment.cgi?id=10339) test program
getch() function (from conio.h) is behaving like some key was pressed.
I compiled the attached test program in windows with bloodshed devc++ (also tried with mingw-gcc, same behaviour), works fine in windows console, but the same exe under linux (without pressing any key) gives:
-----Output--
$ wine wine_getch.exe
Asking for one key (#1) Key was: fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored � Asking for one key (#2) Key was:
-----End output--
Wine version is 0.9.46, ubuntu 7.10 package
http://bugs.winehq.org/show_bug.cgi?id=11243
Kirill K. Smirnov lich@math.spbu.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lich@math.spbu.ru
--- Comment #1 from Kirill K. Smirnov lich@math.spbu.ru 2008-01-18 21:49:03 --- Does this correctly work under wineconsole?
Try: $ wine start cmd
and then in a console window: c:> test.exe
http://bugs.winehq.org/show_bug.cgi?id=11243
--- Comment #2 from glacierre glacierre@gmail.com 2008-01-21 02:31:17 --- Yes, using wine console the program works as expected.
(In reply to comment #1)
Does this correctly work under wineconsole?
Try: $ wine start cmd
and then in a console window: c:> test.exe
http://bugs.winehq.org/show_bug.cgi?id=11243
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase
http://bugs.winehq.org/show_bug.cgi?id=11243
--- Comment #3 from Austin English austinenglish@gmail.com 2008-06-04 14:09:52 --- Is this still an issue in 1.0-rc3?
http://bugs.winehq.org/show_bug.cgi?id=11243
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #4 from Austin English austinenglish@gmail.com 2008-12-02 05:29:38 --- Abandoned.
http://bugs.winehq.org/show_bug.cgi?id=11243
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2008-12-02 05:30:36 --- Closing.