http://bugs.winehq.org/show_bug.cgi?id=4286
Summary: eBay Turbo Lister exits silently before displaying anything Product: Wine Version: 0.9.5. Platform: Other URL: http://pages.ebay.com/turbo_lister OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Once past the issues described in bug 3529, ebay Turbo Lister (http://pages.ebay.com/turbo_lister/) seems to install fine, but fails when you run it with a COM error. To repeat, apply the three patches from bug 3529, then do:
$ cd $ rm -rf .wine $ wget http://download.ebay.com/turbo_lister/setupUS.exe $ wine setupUS.exe $ cd ".wine/drive_c/Program Files/eBay/Turbo Lister" $ wine Tl.exe
This outputs:
fixme:system:SystemParametersInfoW Unimplemented action: 4098 (SPI_GETMENUANIMATION) fixme:system:SystemParametersInfoW Unimplemented action: 4158 (SPI_GETUIEFFECTS) fixme:system:SystemParametersInfoW Unimplemented action: 4114 (SPI_GETMENUFADE) fixme:ole:CoRegisterMessageFilter stub fixme:ole:ITypeInfo_fnRelease destroy child objects err:ole:CoGetClassObject class {2206cdb0-19c1-11d1-89e0-00c04fd7a829} not registered err:ole:CoGetClassObject no class object {2206cdb0-19c1-11d1-89e0-00c04fd7a829} could be created for for context 0x1 fixme:ole:CoCreateInstance no classfactory created for CLSID {2206cdb0-19c1-11d1-89e0-00c04fd7a829}, hres is 0x80040154 err:ole:CoGetClassObject class {2206cdb0-19c1-11d1-89e0-00c04fd7a829} not registered err:ole:CoGetClassObject no class object {2206cdb0-19c1-11d1-89e0-00c04fd7a829} could be created for for context 0x1 fixme:ole:CoCreateInstance no classfactory created for CLSID {2206cdb0-19c1-11d1-89e0-00c04fd7a829}, hres is 0x80040154 fixme:ole:CoRegisterMessageFilter stub err:ole:CoUninitialize Mismatched CoUninitialize
and the app silently exits without ever having put up a UI.