http://bugs.winehq.org/show_bug.cgi?id=2156
Summary: 16bit serial port fixme
Product: Wine
Version: 20040309
Platform: PC
URL: http://sleepingsquirrel.org/wine/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg.buchholz(a)sleepingsquirrel.org
I was trying to get a program which accesses the serial port to work
under wine, but I get errors like the following...
err:comm:COMM16_ReadComplete async read failed 000003e3
fixme:comm:EnableCommNotification16 no handle for cid = ffffffff!
fixme:comm:EscapeCommFunction16 no cid=65535 found!
fixme:comm:CloseComm16 no cid=-1 found!
fixme:comm:EnableCommNotification16 no handle for cid = ffffffff!
fixme:comm:EscapeCommFunction16 no cid=65535 found!
fixme:comm:CloseComm16 no cid=-1 found!
err:comm:COMM16_ReadComplete async read failed 000003e3
I've produce logfiles for a couple of different runs.
"wine --debugmsg +comm" => http://sleepingsquirrel.org/wine/wine.logfile
"wine --debugmsg +comm,+relay" => http://sleepingsquirrel.org/comm_relay.logfile.bz2
The program in question is MPLAB IDE v3.22 by Microchip. It is attempting to
contact a EPROM programmer on the serial port (in my case COM2). I'm running
wine-20040309 under slackware linux 9.1 (kernel 2.6.3). FWIW, it appears to be
compiled with a Borland product (i.e. green check marks in the OK dialog, etc).
Every other part of the program seems to work fine, except the serial port
communication.
Greg Buchholz
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-08-04 08:30 -------
Bugs without app in appdb 1056-1100
Bug 1057 - MS Crimson Trial
Bug 1058 - MS Close Combat
Bug 1075 - Hyperterminal
Bug 1076 - Adata
Bug 1093 - Shake 2.4
Bug 1094 - Net Express
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1098
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=870
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2155
------- Additional Comments From syedmohd.b(a)sonata-software.com 2004-08-04 04:52 -------
Created an attachment (id=578)
--> (http://bugs.winehq.org/attachment.cgi?id=578&action=view)
Sample program to test SetFocus/SetActiveWindow/SetForegroundWindow
Use the attached "myfocus.exe" application to reproduce the bug.
Steps to reproduce.
1. Invoke the myfocus.exe through wine. Now the two windows "MyWindow1" and
"MyWindow2" will get displayed.
2. Select "MyWindow1".
2. Go to main menu "Test" and select any of the submenu("SetFocus |
SetActiveWindow | SetForegroundWindow")
3. Expected behaviour is to get focus/activated of "MyWindow2" window. On
Linux, second window is not getting focussed. On windows, second window is
getting focussed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2155
Summary: Failure of SetFocus, SetActiveWindow and
SetForegroundWindow
Product: Wine
Version: 20040121
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: syedmohd.b(a)sonata-software.com
Window is not getting focussed or activated when
SetFocus/SetActiveWindow/SetForegroundWindow API's are called.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.