https://bugs.winehq.org/show_bug.cgi?id=40814
Bug ID: 40814 Summary: SmartCOM 3: error before connect to server Product: WineHQ Apps Database Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: appdb-unknown Assignee: wine-bugs@winehq.org Reporter: iigrushin@gmail.com Distribution: ---
Created attachment 54760 --> https://bugs.winehq.org/attachment.cgi?id=54760 part of console log, that occurs when pressing 'connect' button
When i press button 'Connect', i got error: Exception from HRESULT: 0x8001010E (RPC_E_WRONG_THREAD)
I've attached errors that i've seen in console.
Steps to reproduce the error:
* ubuntu 14.04 * install wine-1.9.12 * install winetricks ( next actions are performed using WINEPREFIX=~/.wine32 WINARCH=win32 ) * WINEPREFIX=~/.wine32 WINARCH=win32 wine winetricks dotnet40 corefonts fontfix * download http://www.itinvest.ru/downloads/software/SmartCOM/3.0.162 * install it by issuing: WINEPREFIX=~/.wine32 WINARCH=win32 wine start SmartCOM-3.0.162.msi * download http://www.itinvest.ru/editorfiles/File/smartcom/TestConnect3.zip , unzip it into some TestConnect folder * goto TestConnect and run: WINEPREFIX=~/.wine32 WINARCH=win32 wine TestConnect.exe * press 'Create' button * press 'Connect' button, the error occurs.
I've tried to trace tcp packets to the target host (mx.ittrade.ru), but have not seen any activity. So i've decided the error is somewhere in Connect procedures inside Interop.SmartCOM3Lib.dll.
What i want to achieve - to get connected (with any login/password) and receive something like 'login is incorrect'.