fixme:ole:OLEPictureImpl_SaveAsFile

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
szilagyic
Level 2
Level 2
Posts: 20
Joined: Thu Dec 04, 2008 12:39 pm

fixme:ole:OLEPictureImpl_SaveAsFile

Post by szilagyic »

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!
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

"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
szilagyic
Level 2
Level 2
Posts: 20
Joined: Thu Dec 04, 2008 12:39 pm

Post by szilagyic »

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.
madewokherd
Level 4
Level 4
Posts: 149
Joined: Mon Jun 02, 2008 5:03 pm

fixme:ole:OLEPictureImpl_SaveAsFile

Post by madewokherd »

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.
szilagyic
Level 2
Level 2
Posts: 20
Joined: Thu Dec 04, 2008 12:39 pm

Post by szilagyic »

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.
szilagyic
Level 2
Level 2
Posts: 20
Joined: Thu Dec 04, 2008 12:39 pm

Post by szilagyic »

Opened Bug # 24354 on this. thanks.
Locked