fixme:comm:set_queue_size insize 5000000 outsize 5000000 uni

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
eolino
Newbie
Newbie
Posts: 1
Joined: Sun Jun 08, 2008 3:20 pm

fixme:comm:set_queue_size insize 5000000 outsize 5000000 uni

Post by eolino »

hello
when i try to run a windows program who need a serial port to run, i have this output error:
fixme:comm:set_queue_size insize 5000000 outsize 5000000 unimplemented stub

have anywhone a solution to solve this problem?
thanks
Uwe Bonnes

fixme:comm:set_queue_size insize 5000000 outsize 5000000 uni

Post by Uwe Bonnes »

eolino> hello when i try to run a windows program who need a serial port
eolino> to run, i have this output error: fixme:comm:set_queue_size
eolino> insize 5000000 outsize 5000000 unimplemented stub

eolino> have anywhone a solution to solve this problem? thanks

Well, it's a Fixme (I introduced). To solve it, queue handling for the
serial port has to be implemented in the way Windows does.
However Linux itself does quite a good
job at handling the serial port, I think this will result in user program
failure only in very rare cases.

In short: This is probably not the source of your possible problems with
your program.

--
Uwe Bonnes [email protected]

Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Locked