http://bugs.winehq.org/show_bug.cgi?id=7773
Summary: wine not connecting gui interface to ttyS0 Product: Wine Version: 0.9.32. Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: ka2uqw@verizon.net
Attempting to run GUI meant for windows. Gui appears to start normally. GUI is meant to interface with a amateur radio tranceiver connected to ttyS0 in order to control all tranceiver operations. This is the printout in konsole when I attempt to run the program...
err:win:CreateWindowExA bad class name "AfxWnd" fixme:comm:set_queue_size insize 32768 outsize 100 unimplemented stub fixme:comm:wait_on EV_RXFLAG not handled
I recognize that the GUI is attempting to connect to the radio but suspect it cannot find the port. The GUI is setup for com1 and a symbolic link to ttyS0 has already been entered into wine's .dev directory.
Hope you can help.