[Wine] Re: set_queue_size trouble

Daniel Skorka skorka at gmx.net
Mon Mar 19 00:50:44 CDT 2007


emytzu at gmail.com wrote:
> I try to run a little application that must print to com1: some
> information. After couple of hours of "google-ing" I can't find a
> solution to my problem.
> So, the output in console (when I try to print) is:
> fixme:comm:set_queue_size insize 1024 outsize 1024 unimplemented stub
> fixme:comm:wait_on EV_RXFLAG not handled
> 
> What can I do to make my application to work with wine?

Assuming you have configured the serial port correctly in wine, and have
verified that it works using another program under wine:
The program needs to use a feature of the windows serial port driver
that wine doesn't implement yet. This feature needs to be implemented,
grep the source for fixme message to find the exact location.

Daniel


More information about the wine-users mailing list