http://bugs.winehq.org/show_bug.cgi?id=24354
Summary: Webtrends Log Analyzer 6.5c : cannot write BMP files to disk Product: Wine Version: 1.2 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: chris@apex-internet.com
Installed Webtrends Log Analyzer 6.5 which works fine, then created a new profile which also works fine. The problem is when trying to create a new Report for a profile, it is able to read the web server logs OK, but errors out when it starts to generate the report to write to disk. The error reported in Webtrends is:
Unable to extract bmpinfo (using VIC32.DL) from file "C:\Program Files\WebTrends Log Analyzer\reports\Web Analysis\TempGraphFiles\ms-2010-0800.bmp"
This BMP file is created, but it is zero bytes in size. At the same time that this error occurs in Webtrends, in the bash terminal Wine is reporting this error:
fixme:ole:OLEPictureImpl_SaveAsFile (0x1011dd8)->(0x1017db0, 1, 0x2efde0), hacked stub.
Here's a link for the Webtrends 6.5c demo:
http://www.tucows.com/preview/195171
http://bugs.winehq.org/show_bug.cgi?id=24354
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=24354
--- Comment #1 from szilagyic chris@apex-internet.com 2010-09-11 09:42:15 CDT --- I would also like to add that when the error dialog appears in Webtrends, clicking OK will cause the same error to pop up again as it is trying to write to another BMP file, and it continues for about 30 times. Each time also the same Wine error occurs (fixme:ole:OLEPictureImpl_SaveAsFile).
http://bugs.winehq.org/show_bug.cgi?id=24354
cruiseoveride cruiseoveride@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cruiseoveride@gmail.com
--- Comment #2 from cruiseoveride cruiseoveride@gmail.com 2011-04-15 22:35:55 CDT --- Although a different software, I'm seeing similar show-stopping errors when trying to run the Mercedes-Benz EPC software.
<> wine Setup.exe fixme:ole:OleLoadPictureEx (0x92e114,782,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33fa70), partially implemented. fixme:ole:OLEPictureImpl_SaveAsFile (0x12cf78)->(0x12dd00, 0, (nil)), hacked stub. fixme:ole:OleLoadPictureEx (0x9c06ec,782,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f654), partially implemented. fixme:ole:OLEPictureImpl_SaveAsFile (0x12e950)->(0x12f6f0, 0, (nil)), hacked stub.
http://bugs.winehq.org/show_bug.cgi?id=24354
butraxz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz@gmail.com
--- Comment #3 from butraxz@gmail.com 2013-10-18 13:28:34 CDT --- This ticket has not been updated for over 900 days. Development recommends to check the status on your bug every release or two and let to be known if the bug is still present. If not, mark it fixed. If you are no longer able to put effort to this ticket, you can abandon it.
Is this still an issue with 1.7.4 or higher ?
http://bugs.winehq.org/show_bug.cgi?id=24354
--- Comment #4 from Vincent Povirk madewokherd@gmail.com 2013-10-18 13:32:19 CDT --- This is probably caused by OLEPictureImpl_SaveAsFile not having a real implementation, and it still doesn't. So the bug is probably still present.
https://bugs.winehq.org/show_bug.cgi?id=24354
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |oleaut32
https://bugs.winehq.org/show_bug.cgi?id=24354
--- Comment #5 from cruiseoveride cruiseoveride@gmail.com --- I wouldn't mind writing the code if someone is willing to do a bit of hand holding to get me started.
I found docs online for the interfaces.
OleLoadPictureFile function
HRESULT OleLoadPictureFile( _In_ VARIANT varFileName, _Out_ LPDISPATCH *lplpdispPicture );
http://msdn.microsoft.com/en-us/library/windows/desktop/ms221680%28v=vs.85%2...
IPictureDisp interface http://msdn.microsoft.com/en-us/library/windows/desktop/ms680762%28v=vs.85%2...
https://bugs.winehq.org/show_bug.cgi?id=24354
--- Comment #6 from cruiseoveride cruiseoveride@gmail.com --- Woops. Here is SaveAsFile;
HRESULT SaveAsFile( [in] LPSTREAM pStream, [in] BOOL fSaveMemCopy, [out] LONG *pCbSize );
http://msdn.microsoft.com/en-us/library/windows/desktop/ms694504%28v=vs.85%2...
https://bugs.winehq.org/show_bug.cgi?id=24354
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #7 from super_man@post.com --- The download is broken for Webtrends Log Analyzer 6.5c. Maybe the title should be changed since the issue is known.
http://source.winehq.org/patches/data/116910
Maybe grab some bits here?
https://bugs.winehq.org/show_bug.cgi?id=24354
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com, | |winetest@luukku.com
--- Comment #8 from winetest@luukku.com --- No download. Pretty much abandoned bug and also the missing bits seem to be merged into wine. It's another stroy if this bug is really fixed.