http://bugs.winehq.org/show_bug.cgi?id=7545
Summary: TestComplete 5.1 won't start, complains about service Product: Wine Version: CVS Platform: Other URL: http://automatedqa.com OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
After getting past bug 4265, next problem is that the app can't talk with its service properly, or something like that.
To repeat: start service with wine TestCompleteService5.exe
then start app with wine TestComplete.exe
The service eventually complains it can't stop itself (?), and on the console, I see err:ole:get_unmarshaler_from_stream Failed to create marshal, 0x800401f0
The app eventually complains it can't start the service.
Next step is to try with native dcom to verify whether it's a COM problem...