Re: changing screensaver defaults causes system preferences to crash
Re: changing screensaver defaults causes system preferences to crash
- Subject: Re: changing screensaver defaults causes system preferences to crash
- From: "stephen joseph butler" <email@hidden>
- Date: Sun, 18 Feb 2007 01:59:49 -0600
2007/2/18, Jacob Eggers <email@hidden>:
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
Thread 0 Crashed:
0 com.apple.CoreFoundation 0x9080d4cd CFRetain + 56
1 com.apple.CoreFoundation 0x9081e8ec CFDictionarySetValue + 323
2 com.apple.CoreFoundation 0x9085c9be writeXMLValue + 274
3 com.apple.CoreFoundation 0x9085cb3f CFPreferencesSetMultiple +
334
4 com.apple.ScreenSaver 0x9a5388b9 -[ScreenSaverDefaults
synchronize] + 168
Any ideas? I'm able to change other defaults, but just not the color (stored
in the defaults as NSColor). It's clearly a result of attempting to
synchronize the screen saver defaults, but what can I do to fix it??
Your problem could be that NSColor is not a property list type. See
this for documentation on how to store it:
<file://localhost/Developer/ADC Reference Library/documentation/Cocoa/Conceptual/DrawColor/Tasks/StoringNSColorInDefaults.html#//apple_ref/doc/uid/20001693>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden