http://bugs.winehq.org/show_bug.cgi?id=9291 --- Comment #2 from Detlef Riekenberg <wine.dev(a)web.de> 2007-10-14 07:41:26 --- Created an attachment (id=8560) --> (http://bugs.winehq.org/attachment.cgi?id=8560) +loaddll,+ole,+tid I tested this with wine-0.9.47 and the canidate for wine_gecko-0.1.1: The first error: err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for context 0x1 You need to regsvr32 msctf.dll (The msctf server dll": not present in wine) and regsvr32 msimtf.dll (The active IMM server dll": not present in wine) but you get a new fixme: fixme:ole:CoCreateInstance no instance created for interface {08c0e040-62d1-11d1-9326-0060b067b86e} of class {4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80004002 The second error: fixme:urlmon:DllGetClassObject {79eac9e5-baf9-11ce-8c82-00aa004ba90b}: no class found. err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:CoGetClassObject no class object {79eac9e5-baf9-11ce-8c82-00aa004ba90b} could be created for context 0x1 this class is missing from urlmon.dll and the "err" went away with native urlmon.dll ------- After all of that, download is still not possible. -- By by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.