At least I think it's a .NET issue... --- fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} --- I'm attempting to get a work application running under wine, and have been successful thus far. I have .NET 1.1, 2.0, 3.0 and Compact version of 3.5 installed. When I run the application using wine, the initial server login (server ip, port, database name, login, password boxes) application works 100%. It's when I enter my IP/login credentials when I get the fixme error: fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} What should normally happen, is a second screen (loads in windows xp as fullscreen) should launch with another edit box (login). I'm getting a handful of: "fixme:shell:URL_ParseUrl failed to parse L" also, might that be related to my interface problem too? Any insight at all would be greatly appreciated. Thanks
what program? is this using mshtml.dll? are you using gecko, or did you install IE?
Vorathe wrote:> Should I install IE 8.0 or 7.0? > >IE 8.0 does not work with Wine. ie6 will install with Winetricks. IE 7.0 will install but usually fails. James McKenzie
Currently have IE6 installed and it's working well. This got rid of all the "fixme:shell:URL_ParseUrl failed to parse L" errors, but now I have some new ones. "fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}" still remains These are new: fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly> err:ole:CoGetContextToken apartment not initialised fixme:win:EnumDisplayDevicesW ((null),0,0x33d0e8,0x00000000), stub! fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25} fixme:dciman:DCICreatePrimary 0x4e0 0x49512a4 2nd screen still fails to load. I assume the "err:ole" and "fixme:ole" may be referring to olepro32.dll?