Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

amudham

macrumors newbie
Original poster
Apr 15, 2009
16
0
Hi,

I am working on an application which is loaded at System preferences.
Basically this application is build for 32 bit arch, which i am converting it to work for both 32 and 64. After building for x86_64 arch, I have installed the application is Snow leopard (Seed 314). Here when i try to open the application from preference pane.. I am getting below error,

"Preference Error - Could not load xxxx preference pane"

Please find the console log message below..

############
16/04/09 12:12:10 PM System Preferences[223] dlopen_preflight failed with dlopen_preflight(/Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx): no suitable image found. Did find:
/Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx: GC capability mismatch for /Library/PreferencePanes/xxxxx.prefPane
16/04/09 12:12:10 PM System Preferences[223] Error loading /Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx: dlopen(/Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx, 265): no suitable image found. Did find:
/Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx: GC capability mismatch
16/04/09 12:12:10 PM System Preferences[223] [NSPrefPaneBundle instantiatePrefPaneObject] (/Library/PreferencePanes/xxxxx.prefPane): principalClass is nil.
###########


Can any one help me...?

Thanks in advance.
 

garethlewis2

macrumors 6502
Dec 6, 2006
277
1
Since your talking about Snow Leopard, you must be either on ADC Select or Full membership, in which case you should be posting this into mailing lists for Snow Leopard at Apple. They will answer your question.

Details of how to join these mailing lists will be in XCode and also included with your Snow Leopard seed on ADC.
 

robbieduncan

Moderator emeritus
Jul 24, 2002
25,611
893
Harrogate
Seems to be unhappy about garbage collection (GC). Perhaps the Preference Pane hosting app (System Preferences) is built without garbage collection turned on?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.