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/mshtml/htmldoc.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/ms714399(VS.85).aspx Any help appreciated. Regards, JMRanger
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.
Moved to http://bugs.winehq.org/show_bug.cgi?id=17010 and updated.
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