Problem with running windows in wine

Questions about Wine on Linux
Locked
m_farahani
Newbie
Newbie
Posts: 1
Joined: Sun Sep 20, 2015 8:44 am

Problem with running windows in wine

Post by m_farahani »

hi to all
I use wine in Ubuntu 14.04 and it work fine. I install new application in wine. My program load currently. Also i link my USB serial port ttyUSB0 to com1. But when i try to connect with com1 in my application, it not work correctly. in terminal i see this error

fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -210, std (d/m/y): 22/09/2015, dlt (d/m/y): 22/03/2015
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
err:dc:CreateDCW no driver found for L"WINSPOOL"
err:dc:CreateDCW no driver found for L"WINSPOOL"
err:dc:CreateDCW no driver found for L"WINSPOOL"


1. I think major problem is WINSPOOL. How can i resolve this problem?
2. Also i want to know when my application try to open com1( and really ttyUSB0) the configuration progress (set baudrate, Data bit, Stop bit ...) is like Unix UART configuration progress?

Thank a lot.
Locked