Interface not supported in mshtml

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
jmranger
Newbie
Newbie
Posts: 3
Joined: Sun Jan 18, 2009 12:33 pm

Interface not supported in mshtml

Post by jmranger »

Hello,

I'm trying to get UFile (a canadian tax package) running on Wine. Results are promising, but in one of the first form pages, it says

fixme:mshtml:HTMLDocument_QueryInterface (0x19f410)->({df0b3d60-548f-101b-8e65-08002b2bd119} 0x33c740) interface not supported

and dies with an unhandled exception error. This is with both Debian's supplied 1.0.1 and 1.1.13 from http://winehq.org/download/deblenny

That call is from http://source.winehq.org/source/dlls/ms ... doc.c#L153 ; that UUID isn't known in that function, but it's defined at http://source.winehq.org/source/include/oaidl.idl#L1226

I'm currently building 1.1.13 (on my P3...), and I see that the generated include/oaidl.h seems to implement fully ISupportErrorInfo. Am I only missing another elseif in htmldoc.c ???

ISupportErrorInfo documented at http://msdn.microsoft.com/en-us/library ... S.85).aspx

Any help appreciated.

Regards,

JMRanger
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Interface not supported in mshtml

Post by vitamin »

jmranger wrote:I'm currently building 1.1.13 (on my P3...), and I see that the generated include/oaidl.h seems to implement fully ISupportErrorInfo. Am I only missing another elseif in htmldoc.c ???
If it still doesn't work for you in wine-1.1.13, please open a bug report in Wine's bugzilla.
jmranger
Newbie
Newbie
Posts: 3
Joined: Sun Jan 18, 2009 12:33 pm

Post by jmranger »

austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Interface not supported in mshtml

Post by austin987 »

On Sun, Jan 18, 2009 at 3:49 PM, jmranger <[email protected]> wrote:
Does 'winetricks ie6' help?

--
-Austin
jmranger
Newbie
Newbie
Posts: 3
Joined: Sun Jan 18, 2009 12:33 pm

Re: Interface not supported in mshtml

Post by jmranger »

austin987 wrote: Does 'winetricks ie6' help?
No, although my test may not be significant. The installer of IE6 reported a failure. Invoking IE worked, though, but the window was lacking menubar and toolbar, so I couldn't confirm whether this was really IE6 or the Gecko renderer.

I also tried win98 (which the software is supposed to support), fakeie6 and ole2 - with identical results.

BTW, I read that I'm not supposed to post entries in bugzilla if the environment has been "polluted" with winetricks. I'm assuming that flushing .wine is enough to get rid of all winetricks could have done.

Regards,

JMRanger
Locked