http://bugs.winehq.org/show_bug.cgi?id=23972
Summary: bitmap creation related PNG error Product: Wine Version: unspecified Platform: x86 OS/Version: Mac OS X 10.6 Status: UNCONFIRMED Severity: critical Priority: P1 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: popsiclees@gmail.com
Med student attempting to run http://www.aperio.com/download-imagescope-viewer.asp
using macports & wine
At the end of setup and whenever I try to run the software I get the following error: err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps
Needed for medical students histology class. We would greatly appreciate help on this error!!
http://bugs.winehq.org/show_bug.cgi?id=23972
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 Severity|critical |normal
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2010-08-12 00:01:42 --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
Wine version? What's exactly the problem? With what application?
http://bugs.winehq.org/show_bug.cgi?id=23972
--- Comment #2 from popsiclees@gmail.com 2010-08-12 00:08:28 --- When I use: "sudo port selfupdate && sudo port upgrade outdated" in terminal
It reports Wine to be most up to date as 1.9.1
At the end of setup and whenever I try to run the software I get the error above. It won't allow the program to run. Attempting to repair the program doesn't work. The software in question is windows only which manages large images for histology classes.
Thanks for the quick reply
http://bugs.winehq.org/show_bug.cgi?id=23972
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Priority|P2 |P1 URL| |http://www.aperio.com/downl | |oad-imagescope-viewer.asp
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2010-08-12 00:08:49 --- The severity is not critical (http://bugs.winehq.org/page.cgi?id=fields.html#importance).
(In reply to comment #0)
At the end of setup and whenever I try to run the software I get the following error: err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps
That has nothing to do with whatever application launch issue you're getting. Please specify Wine version and attach debug output as per http://wiki.winehq.org/FAQ#get_log to the bug report. Aperio ImageScope launches for me with wine-1.3.0-166-g277040d but complains about the missing FileSystemObject interface, which installing wsh56 from winetricks rectifies. Regardless of the error, the application does seem to launch without issues.
http://bugs.winehq.org/show_bug.cgi?id=23972
--- Comment #4 from Andrew Nguyen arethusa26@gmail.com 2010-08-12 00:09:29 --- (In reply to comment #2)
When I use: "sudo port selfupdate && sudo port upgrade outdated" in terminal
It reports Wine to be most up to date as 1.9.1
There's no such Wine version as 1.9.1.
http://bugs.winehq.org/show_bug.cgi?id=23972
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2
--- Comment #5 from Andrew Nguyen arethusa26@gmail.com 2010-08-12 00:11:24 --- Oops, my browser cached the older importance field, resetting.
http://bugs.winehq.org/show_bug.cgi?id=23972
--- Comment #6 from popsiclees@gmail.com 2010-08-12 00:19:47 --- Followed the following tutorial. I assume the wine version is the most recent. Upon attempting to install I get the following:
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\Program Files\Common Files\InstallShield\Professional\RunTime\IsProBE.tlb" failed with error 2 fixme:storage:create_storagefile Storage share mode not implemented. err:ole:marshal_object object doesn't expose interface {be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:marshal_object object doesn't expose interface {be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 fixme:ole:DllRegisterServer stub fixme:heap:HeapSetInformation 0x6517000 0 0x33c37c 4 fixme:heap:HeapSetInformation 0x110000 0 0x33c380 4 fixme:advapi:SetSecurityInfo stub fixme:advapi:SetSecurityInfo stub fixme:advapi:SetSecurityInfo stub fixme:advapi:SetEntriesInAclA 1 0x33fe70 0x1126cc 0x33fe94 fixme:advapi:SetNamedSecurityInfoW L"C:\windows\system32\Aperio (ScanScope)" 1 4 0x0 0x0 0x0 0x0 fixme:advapi:SetEntriesInAclA 1 0x33fe70 0x112674 0x33fe94 fixme:advapi:SetNamedSecurityInfoW L"C:\windows\system32\Mil.dll" 1 4 0x0 0x0 0x0 0x0 fixme:advapi:SetEntriesInAclA 1 0x33fe70 0x1126c4 0x33fe94 fixme:advapi:SetNamedSecurityInfoW L"C:\windows\system32\MilCacheInfo.dll" 1 4 0x0 0x0 0x0 0x0 fixme:advapi:SetEntriesInAclA 1 0x33fe70 0x1126b4 0x33fe94 fixme:advapi:SetNamedSecurityInfoW L"C:\windows\system32\MilCodec.dll" 1 4 0x0 0x0 0x0 0x0 err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps
Where can I get the version of wine you listed and any special notes on installing it?
http://bugs.winehq.org/show_bug.cgi?id=23972
--- Comment #7 from Andrew Nguyen arethusa26@gmail.com 2010-08-12 00:27:10 --- (In reply to comment #6)
Followed the following tutorial. I assume the wine version is the most recent.
What exactly is the "most recent" Wine version you have installed on your system?
Upon attempting to install I get the following:
In the future, please attach debug output rather than pasting the contents into the comments field. What you've shown me is the log for the installation. Have you actually tried running the application?
Where can I get the version of wine you listed and any special notes on installing it?
Unfortunately I cannot comment on this, as I don't run Mac OS X, and these questions should be directed to end-user support channels.
http://bugs.winehq.org/show_bug.cgi?id=23972
--- Comment #8 from popsiclees@gmail.com 2010-08-12 00:33:55 --- (In reply to comment #7)
(In reply to comment #6)
Followed the following tutorial. I assume the wine version is the most recent.
What exactly is the "most recent" Wine version you have installed on your system?
Upon attempting to install I get the following:
In the future, please attach debug output rather than pasting the contents into the comments field. What you've shown me is the log for the installation. Have you actually tried running the application?
Where can I get the version of wine you listed and any special notes on installing it?
Unfortunately I cannot comment on this, as I don't run Mac OS X, and these questions should be directed to end-user support channels.
How would I go about finding where the current version is reported?
Upon attempting to run the program I get the following:
wine: cannot find L"C:\windows\system32\scanscope.exe" Nicholas-MacBook-Pro:Program Files NTschernia$ err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps
Is this what you're asking for?
http://bugs.winehq.org/show_bug.cgi?id=23972
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #9 from Dmitry Timoshkov dmitry@codeweavers.com 2010-08-12 00:39:04 --- Please read http://wiki.winehq.org/FAQ how to run application with Wine. In future 'wine --version' should report what Wine version you have, then set it in the Version field above.
So far this looks like a user error, not a Wine bug.
http://bugs.winehq.org/show_bug.cgi?id=23972
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Dmitry Timoshkov dmitry@codeweavers.com 2010-08-12 00:39:41 --- Closing invalid.
Please ask the questions on general Wine usage on the forum.
http://bugs.winehq.org/show_bug.cgi?id=23972
popsiclees@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #11 from popsiclees@gmail.com 2010-08-12 00:46:30 --- Clearly not a user error as the same error bug appeared when I attempted to install the software using Wine. Any actual help you guys can suggest?
http://bugs.winehq.org/show_bug.cgi?id=23972
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #12 from Andrew Nguyen arethusa26@gmail.com 2010-08-12 00:53:34 --- (In reply to comment #11)
Clearly not a user error as the same error bug appeared when I attempted to install the software using Wine. Any actual help you guys can suggest?
As I said, the line:
err:menubuilder:SaveIconStreamAsPNG error 0x80004005 copying bitmaps
has absolutely no bearing on the ability to launch the ImageScope binary, and I cannot reproduce any issue with ImageScope other than what I described. You're not launching the application correctly, as:
1. You're not in the right directory. 2. You're not specifying the correct application name.
Please read the FAQ and use the forums for assistance on using Wine. The bug tracker is not the right place for this.
http://bugs.winehq.org/show_bug.cgi?id=23972
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Andrew Nguyen arethusa26@gmail.com 2010-08-12 00:53:55 --- Closing the bug.
http://bugs.winehq.org/show_bug.cgi?id=23972
--- Comment #14 from Dmitry Timoshkov dmitry@codeweavers.com 2010-08-12 00:57:48 --- (In reply to comment #11)
Clearly not a user error as the same error bug appeared when I attempted to install the software using Wine. Any actual help you guys can suggest?
You still haven't specified Wine version you are using, or there is an indication that you've read the FAQ.
http://bugs.winehq.org/show_bug.cgi?id=23972
--- Comment #15 from Andrew Nguyen arethusa26@gmail.com 2010-08-12 00:59:45 --- Oh, and as I ran into Bugzilla mid-air colllision while writing this, I'll just say it now.
(In reply to comment #8)
How would I go about finding where the current version is reported?
http://wiki.winehq.org/FAQ#head-2c37616bc34f6544af34566fe5f08a7a22ee377c
Upon attempting to run the program I get the following:
wine: cannot find L"C:\windows\system32\scanscope.exe" Nicholas-MacBook-Pro:Program Files NTschernia$
http://wiki.winehq.org/FAQ#head-8d8c06cf7fb33269c085a07531b61e5c730566e0
Is this what you're asking for?
Make sure to attach debug output to the bug report rather than pasting.
http://bugs.winehq.org/show_bug.cgi?id=23972
popsiclees@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #16 from popsiclees@gmail.com 2010-08-12 02:00:54 --- (In reply to comment #14)
(In reply to comment #11)
Clearly not a user error as the same error bug appeared when I attempted to install the software using Wine. Any actual help you guys can suggest?
You still haven't specified Wine version you are using, or there is an indication that you've read the FAQ.
(In reply to comment #15)
Oh, and as I ran into Bugzilla mid-air colllision while writing this, I'll just say it now.
(In reply to comment #8)
How would I go about finding where the current version is reported?
http://wiki.winehq.org/FAQ#head-2c37616bc34f6544af34566fe5f08a7a22ee377c
Upon attempting to run the program I get the following:
wine: cannot find L"C:\windows\system32\scanscope.exe" Nicholas-MacBook-Pro:Program Files NTschernia$
http://wiki.winehq.org/FAQ#head-8d8c06cf7fb33269c085a07531b61e5c730566e0
Is this what you're asking for?
Make sure to attach debug output to the bug report rather than pasting.
Upon the helpful replies I was able to determine the version as 1.3, the dev build. I'm currently trying 1.2.
I've triple checked whether I was in the correct directories and everything appears to be in the right place.
After installing with the wine package offered via macports I moved to the folder containing the installer and installed aperio. After this I used the following to find the now "installed" program "cd ~/.wine/drive_c/Program\ Files/"
When I tried running from this I ran into the error reported above. Any other ideas/solutions?
Thanks again.
http://bugs.winehq.org/show_bug.cgi?id=23972
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #17 from Andrew Nguyen arethusa26@gmail.com 2010-08-12 02:09:11 --- Please take the discussion to the forum, Bugzilla is not the right place for end-user support.
http://bugs.winehq.org/show_bug.cgi?id=23972
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Andrew Nguyen arethusa26@gmail.com 2010-08-12 02:09:40 --- Closing the bug, please don't modify the bug status.
http://bugs.winehq.org/show_bug.cgi?id=23972
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.6 |Mac OS X