Hello Friends,
I'm trying to use an application that access the serial Port COM1 (which has a printer connected)
when application tries to communicate with the port I receive the following message error "Privileged Instruction"
Here is the dump... (wine 20031016 - RedHat 9.0) __________________________________________________________________________ fixme:commctrl:FlatSB_SetScrollProp stub trace:comm:GetCommState handle 0x84, ptr 0x40851bac trace:comm:GetCommState OK trace:comm:GetCommState bytesize 8 baudrate 9600 fParity 1 Parity 0 stopbits 1 trace:comm:GetCommState IXON IXOFF trace:comm:GetCommState CRTSCTS trace:comm:SetCommState handle 0x84, ptr 0x40851bac trace:comm:SetCommState bytesize 8 baudrate 9600 fParity 1 Parity 0 stopbits 1 trace:comm:SetCommState IXON IXOFF trace:comm:SetCommState CRTSCTS trace:comm:SetCommTimeouts (0x84,0x10034a40) fixme:comm:SetupComm insize 2048 outsize 1024 unimplemented stub fixme:imm:ImmGetContext (0x4005e): stub ____________________________________________________________________________
Please, someone have idea how to solve the problem ?
Bests Regards,
Orlando
"Orlando" == Orlando Feitosa orlandof@novadutra.com.br writes:
Orlando> Hello Friends, I'm trying to use an application that access the Orlando> serial Port COM1 (which has a printer connected)
Orlando> when application tries to communicate with the port I receive Orlando> the following message error "Privileged Instruction"
Orlando> Here is the dump... (wine 20031016 - RedHat 9.0) Orlando> __________________________________________________________________________ Orlando> fixme:commctrl:FlatSB_SetScrollProp stub
Do more debugging. Leasrn about --debugmsg and try to find out more. Start with --debugmsg +relay,+comm.
Bye