[Bug 24354] New: Webtrends Log Analyzer 6.5c : cannot write BMP files to disk
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(a)winehq.org ReportedBy: chris(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24354 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24354 --- Comment #1 from szilagyic <chris(a)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). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24354 cruiseoveride <cruiseoveride(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cruiseoveride(a)gmail.com --- Comment #2 from cruiseoveride <cruiseoveride(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24354 butraxz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz(a)gmail.com --- Comment #3 from butraxz(a)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 ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24354 --- Comment #4 from Vincent Povirk <madewokherd(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=24354 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |oleaut32 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=24354 --- Comment #5 from cruiseoveride <cruiseoveride(a)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... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=24354 --- Comment #6 from cruiseoveride <cruiseoveride(a)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... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=24354 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #7 from super_man(a)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? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=24354 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com, | |winetest(a)luukku.com --- Comment #8 from winetest(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=24354 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #9 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- SaveAsFile was recently implemented, but seeing as this bug has no working download, I'll resolve this ABANDONED. Feel free to reopen if you can still reproduce. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24354 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Closing -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla