http://bugs.winehq.org/show_bug.cgi?id=25922
Summary: regression: usbserial use yields flooding with fixme:ntdll:FILE_GetNtStatus Converting errno 62 to STATUS_UNSUCCESSFUL Product: Wine Version: 1.3.11 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jan-winehq@h-i-s.nl
Regression. I sync my palmpilot with Palm's hotsync 1.0. I am using a usb to serial converter.
For information on the converter: installed module is: modprobe ftdi_sio vendor=0x0b39 product=0x0103
Wine-1.2 runs fine.
Under wine-1.3.11, the terminal window is flooded with
fixme:ntdll:FILE_GetNtStatus Converting errno 62 to STATUS_UNSUCCESSFUL fixme:ntdll:FILE_GetNtStatus Converting errno 62 to STATUS_UNSUCCESSFUL fixme:ntdll:FILE_GetNtStatus Converting errno 62 to STATUS_UNSUCCESSFUL fixme:ntdll:FILE_GetNtStatus Converting errno 62 to STATUS_UNSUCCESSFUL
(> 100 messages / second) as soon as the serial connection is made
http://bugs.winehq.org/show_bug.cgi?id=25922
--- Comment #1 from Jan Hoogenraad jan-winehq@h-i-s.nl 2011-01-29 14:48:18 CST --- Now, the system status changed, and wine-1.2.2 yields the same behavior.
http://bugs.winehq.org/show_bug.cgi?id=25922
--- Comment #2 from Jeff Zaroyko jeffz@jeffz.name 2011-01-29 15:44:22 CST --- Which part of the application does not work?
http://bugs.winehq.org/show_bug.cgi?id=25922
--- Comment #3 from Jan Hoogenraad jan-winehq@h-i-s.nl 2011-01-29 16:11:17 CST --- Hotfile.exe, which is a separate program to sync. I found out that I could reset this by de-coupling the USB port from the computer. After that, hotsync ran fine on wine-1.2.2.
Apparently, the usbserial can get into a mode that triggers the fixme.
http://bugs.winehq.org/show_bug.cgi?id=25922
--- Comment #4 from Jeff Zaroyko jeffz@jeffz.name 2011-01-29 16:15:48 CST --- In what way does Hotfile.exe not work? does it fail to sync?
http://bugs.winehq.org/show_bug.cgi?id=25922
--- Comment #5 from Jan Hoogenraad jan-winehq@h-i-s.nl 2011-01-29 16:22:12 CST --- All functions well at start-up. The log file flooding only starts when I push the hotsync button on the cradle. This apparently triggers the first communication to the serial port, waking up the hotsync program.
Hitting the hotsync button on the cradle should yield a pop-up once it is detected that the Palm hotsync button is pushed. That pop-up does not come. The Palm pilot is searching for a connection, but does not give a message that the connection is found.
http://bugs.winehq.org/show_bug.cgi?id=25922
--- Comment #6 from Austin English austinenglish@gmail.com 2011-01-29 17:07:39 CST --- Regression test? http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=25922
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Summary|regression: usbserial use |usbserial use yields |yields flooding with |flooding with |fixme:ntdll:FILE_GetNtStatu |fixme:ntdll:FILE_GetNtStatu |s Converting errno 62 to |s Converting errno 62 to |STATUS_UNSUCCESSFUL |STATUS_UNSUCCESSFUL
http://bugs.winehq.org/show_bug.cgi?id=25922
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #7 from Frédéric Delanoy frederic.delanoy@gmail.com 2012-02-02 15:59:55 CST --- Is this still an issue in current (1.4-rc1 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=25922
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | Fixed by SHA1| |905a819d7c06bc066925b59c6f1 | |8c81450c49657 Status|UNCONFIRMED |RESOLVED CC| |mstefani@redhat.com Resolution| |FIXED
--- Comment #8 from Michael Stefaniuc mstefani@redhat.com 2013-05-03 05:30:06 CDT --- The FIXME was fixed by
commit 905a819d7c06bc066925b59c6f18c81450c49657 Author: André Hentschel nerv@dawncrow.de Date: Mon Oct 3 17:45:27 2011 +0200
ntdll: Map ETIME to STATUS_IO_TIMEOUT.
Also this is not a regression, more like INVALID as removing the hardware behind the applications back is questionable at best.
http://bugs.winehq.org/show_bug.cgi?id=25922
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2013-05-10 13:41:36 CDT --- Closing bugs fixed in 1.5.30.
https://bugs.winehq.org/show_bug.cgi?id=25922
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |ntdll