Closed
Bug 433955
Opened 18 years ago
Closed 3 months ago
nsIconChannelCocoa can't display this icon
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: hwaara, Unassigned)
Details
Attachments
(1 file)
|
57.60 KB,
application/octet-stream
|
Details |
I tried adding this particular app as an attachment in Thunderbird. The icon fails to load, and there's a warning in the console from nsIconChannel:
"WARNING: NS_ENSURE_TRUE(![bitmapRep isPlanar] && (unsigned int)[bitmapRep bytesPerPlane] == desiredImageSize * desiredImageSize * 4 && [bitmapRep bitsPerPixel] == 32 && [bitmapRep samplesPerPixel] == 4 && [bitmapRep hasAlpha] == YES) failed: file /Users/hakan/Programmering/mozilla/hg/applemail2/mozilla/modules/libpr0n/decoders/icon/mac/nsIconChannelCocoa.mm, line 312"
"WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x8000FFFF: file /Users/hakan/Programmering/mozilla/hg/applemail2/mozilla/modules/libpr0n/decoders/icon/mac/nsIconChannelCocoa.mm, line 219"
The app whose icon can't be read by us is added as an attachment (zipped) so you can try it for yourself.
Updated•3 years ago
|
Severity: normal → S3
A lot has changed since this was filed.
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•