Wed 26 Aug 2009 09:53:21 PM UTC, comment #7:
on OpenBSD/sparc32 it continues to fail
#0 0x103ed514 in icns_import_family_data (size=17258, bytes=0xeaca000 "icns",
iconFamily=0xf7ff82bc) at NSBitmapImageRep+ICNS.m:277
#1 0x103edb2c in -[NSBitmapImageRep(ICNS) _initBitmapFromICNS:] (
self=0xe1b7b08, _cmd=0xe1b7b08, imageData=0xb84eba8)
at NSBitmapImageRep+ICNS.m:497
#2 0x103e559c in +[NSBitmapImageRep imageRepsWithData:] (self=0x10880b64,
_cmd=0x108a24d0, imageData=0xb84eba8) at NSBitmapImageRep.m:269
#3 0x1046afc8 in +[NSImageRep imageRepsWithContentsOfFile:] (self=0x10880b64,
_cmd=0x108a1570, filename=0xe1b7888) at NSImageRep.m:232
#4 0x10468070 in -[NSImage(Private) _loadFromFile:] (self=<incomplete type>,
_cmd=0x108a1178, fileName=0xe1b7888) at NSImage.m:1833
#5 0x10466758 in -[NSImage _representationsWithCachedImages:] (
self=<incomplete type>, _cmd=0x108a11a0, flag=0 '\000') at NSImage.m:1404
#6 0x104668e4 in -[NSImage bestRepresentationForDevice:] (
self=<incomplete type>, _cmd=0x108a0cb8, deviceDescription=0x0)
at NSImage.m:1434
#7 0x10462be8 in -[NSImage size] (self=<incomplete type>, _cmd=0x1087cc28)
at NSImage.m:560
#8 0x103d22c4 in -[NSApplication setApplicationIconImage:] (self=0xba21d88,
_cmd=0x1087c348, anImage=0xdab2248) at NSApplication.m:2210
#9 0x103ce638 in -[NSApplication finishLaunching] (self=0xba21d88,
_cmd=0x1087c7f0) at NSApplication.m:976
#10 0x103d0190 in -[NSApplication run] (self=0xba21d88, _cmd=0x10875010)
(starting FlexiSheet)
I have no 64bit testcase though. It works on windows 32bit for me.
|
Wed 17 Dec 2008 10:40:54 PM UTC, comment #3:
You wrote that this fails on Windows, could you please provide the icon file that causes this, so I can test on Linux and Windows. I would rather expect that this problem is hardware specific and not OS.
Perhaps it is a general problem of this implementation.
I set this bug report back to normal, as you never provided the promissed additional information.
|
Tue 25 Nov 2008 10:43:05 PM UTC, comment #1:
This definitly is a gui issue, as the code is located there.
There may be endianness problems, but more likely this is an alignment problem, where pointers into structures are not properly aligned.
|