Hello: I'm trying to get Webtrends 6.5 working on Wine 1.2.0 (on Fedora 13). The main Webtrends app (wt_log.exe) runs fine, until I try to generate a report and I get the error in Wine: fixme:ole:OLEPictureImpl_SaveAsFile When this happens, I get an error in Webtrends: "unable to extract bmpinfo (using vic32.dll) from file..." I've tried installing "dcom98" with winetricks and still no luck. Does anybody know how I can fix this error??? If I can get it working I'll open up an AppDB entry for it. Thank you very much!
> > "unable to extract bmpinfo (using vic32.dll) from file..." > > I've tried installing "dcom98" with winetricks and still no luck. >Do you get the same error-message "unable to extract bmpinfo (using vic32.dll) from file..." after installing "dcom98"? If so, consider opening a bug report in bugzilla
Yes, I am still getting the same error after installing dcom98 with winetricks. I also tried installing vb6run with winetricks. Am getting the same exact error regardless. The entire error is: fixme:ole:OLEPictureImpl_SaveAsFile (0x101bff8)->(0x101c090, 1, 0x2efde0), hacked stub. I believe that Bug # 20222: "OLEPictureImpl_SaveAsFile is not implemented" is the same issue, so I have added a comment that the issue is still in Wine 1.2.0. Thanks for your suggestion. I am hoping to get this working as it means I can get rid of a Windoze server.
After looking at bug 20222, I would suggest you file a new bug, not about OLEPictureImpl_SaveAsFile being a stub. The real problem is the "unable to extract bmpinfo" error you get, which may or may not be caused by that stub. I would guess that it is not (although the function may be important if you want files to save correctly). It appears that Webtrends 6.5 has a downloadable demo. If that demo also has this problem, that would be useful information.
OK thanks... I will open a new bug. I don't see any other existing bugs that are related. The error dialog box that comes up in Webtrends ("unable to extract bmpinfo (using vic32.dll) from file...") seems to happen at the same time as Wine reports the error "fixme:ole:OLEPictureImpl_SaveAsFile...". If I click OK, it tries to write another .bmp file and the same Wine error repeats. This happens about 30 times as it's trying to write about 30 images, then the Webtrends report completely bombs out. By the way, vic32.dll is a DLL file in the Webtrends program directory. Thank you very much for your suggestions.