https://bugs.winehq.org/show_bug.cgi?id=55342
Bug ID: 55342 Summary: try1401.exe from ced1401 fails to connnect to device with this errors. Product: Wine Version: 8.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: usb Assignee: wine-bugs@winehq.org Reporter: alois.schloegl@gmail.com Distribution: ---
Created attachment 74928 --> https://bugs.winehq.org/attachment.cgi?id=74928 log file running try1401.exe in wine 8.13
running the same tests on Wine 8.13, debian12, with most recent winsupp.exe (sha1sum 0c077b00b51157f59d2744667a97b16ec214c944)
try1401 shows this error when running the self test Pass 0: Failure opening 1401, device driver not installed or not loaded (code -581)
I run this test in order check again for bug 54189, however the result is quite different. At the moment I can not say whether this is due to a change in wine, or because winsupp.exe has been updated (the version reports now v3.61, in the earlier report it was 3.55 it thing.)
So this bug report might make 54189 obsolete, but I'm not sure about this.
https://bugs.winehq.org/show_bug.cgi?id=55342
Alois Schlögl alois.schloegl@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=54189
https://bugs.winehq.org/show_bug.cgi?id=55342
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://ced.co.uk/files/win | |supp.exe Keywords| |download, hardware
https://bugs.winehq.org/show_bug.cgi?id=55342
--- Comment #1 from Alois Schlögl alois.schloegl@gmail.com --- I retested this with wine 8.21, the result is the same.
https://bugs.winehq.org/show_bug.cgi?id=55342
Alois Schlögl alois.schloegl@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|8.13 |8.21 Distribution|--- |Debian
https://bugs.winehq.org/show_bug.cgi?id=55342
--- Comment #2 from Alois Schlögl alois.schloegl@gmail.com --- Created attachment 76962 --> https://bugs.winehq.org/attachment.cgi?id=76962 retested with wine 9.15 (precompiled for Debian12)
I've retested running try1432.exe (from winsupp 12/21) on precompiled wine 9.15. The error is the same and it shows the attached log. It is essentially the same as in the past. The next log file will show result wiht the most recent patches of setupapi.
https://bugs.winehq.org/show_bug.cgi?id=55342
--- Comment #3 from Alois Schlögl alois.schloegl@gmail.com --- Created attachment 76963 --> https://bugs.winehq.org/attachment.cgi?id=76963 winedebug log when running try1432 on wine with recent setupapi patches
retested with wine 9.15 with and most recent patches for setupapi ( commit 6e15604c48acd63dd8095a4ce2fd011cb3be96db)
The application error is the same but now the log file contains an error message
03c8:err:environ:init_peb starting L"H:\.wine.ced1401\drive_c\1401\utils\Try1432.exe" in experimental wow64 mode
https://bugs.winehq.org/show_bug.cgi?id=55342
Alois Schlögl alois.schloegl@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|8.21 |9.15
https://bugs.winehq.org/show_bug.cgi?id=55342
--- Comment #4 from Alois Schlögl alois.schloegl@gmail.com --- I checked and the differences are due to the difference in old and new wow setup. wine 9.15 was the precompiled binary, as I understand this was compiled with the old wow64 setup, the wine of commit 6e15604c48acd63dd8095a4ce2fd011cb3be96db was compiled with the new wow setup. After compiling this version also with the old wow64 configuration, the difference went away.