Importing preferences won't save

Since I upgraded to iTunes 7.6 for windows I have been having a very strange problem. When I try to set the preferences for importing including mp3/ACC choice, bit rate, mono/stereo, and even whether to play the songs as they are imported- they will not save. The CD always imports with the default settings.
I have even reinstalled iTunes and nothing is fiding the problem. I've been using iTunes for 4 years and have never had this problem. Any ideas?
thanks.

hmmmm.
okay, let's try an experiment aimed at working out if this is a problem more with the program files or the preference files.
head into your user accounts control panel and create a new user account with full administrative rights. (there's help documentation on how to do that at the left of the control panel screen.) while you're in that control panel, switch off "fast user switching" in your logging-on preferences.
now log out of the old account and log into the new account.
launch itunes. do itunes preferences changes save properly from inside the new account?
(if they don't, that points towards a program issue. if they do, that points more towards preference files.)

Similar Messages

  • Energy Saver preferences won't save, I want to kill my mac

    When I change the preferences in Energy Saver, in the System Preferences, to shut down the computer at 10 am, it won't save the change.
    I go ahead and unlock Energy Saver (I'm the Admin), make my changes, lock it, and exit. Upon re-entry to the Energy saver screen it shows none of my changes. I tried restarting after making my changes and that did nothing either.
    Some number of months ago I told my computer I needed it to shut down at 3:30 am because I often forgot to shut it off when I went to bed. Now it's seemingly perma-stuck on shutting down at 3:30 am when I don't need it to. Frequently I need to leave a download going but my bleeping computer shuts off at 3:30 am in the middle of the download and I have to either start over or wait 5 hours for it to finish when it could've been downloaded while I slept.
    This is a ridiculous problem to be having and I can't figure out why the changes won't save.

    If you lock the Energy Saver pane of System Preferences immediately after changing the setting, it might not be able to record those changes; in many cases, changes made to an application's preferences take effect once the window has been closed instead of immediately once the setting is made. Before closing the padlock, move to another pane of System Preferences or the main screen.
    Basically, this happens because administrator access is needed to write the changes to the disk or PRAM, but you revoked this access when you closed the padlock, which stops the changes from being saved.
    (19695)

  • System Preferences won't save after change

    Hello everyone,
    I am running Mac OS 10.5.8 on a Black Macbook. The problem I am having is that none my changes will save in the system preferences. For example. I change the desktop background but the background won't change. The display window in the systems preferences window will show the picture I chose, but the desktop won't.
    Another example: if I turn off "spaces" in systems preferences. It will show as off in the system preferences window, but as soon as I close the system preferences window, the changes won't take affect. This seems to happen with any change to settings in the system preferences.
    I have recently used both "disk warrior" and Onyx to rebuild my desktop, check my drive and everything else those applications do. But still no change.
    One more hint: I deleted an application (TomTom home) from my computer a few months ago, but the old icon shows up in the Dock as a "?" after each restart. I can drag it ot the desktop and delete it, but if I restart it will always show up.
    What could be wrong? Should I do a reinstall? I don't have the disks...
    Thanks Mac folks!

    Ok, I tried both removing the "com.apple.systempreference.plist" and restarting from both a Disk Warrior disk, and the Mac OS X Install CD 1 and doing a repair of the disk permissions. Neither of the tricks worked.
    I no longer have a "com.apple.systempreference.plist" file anywhere on my computer and I still have the same problems.
    So what should I do now? I have (obviously) found my original disks. I am thinking I need to do a new install of the system software? What is the process for doing that and not lose my data?
    Thanks again for everybodies help.
    Josh

  • Clock preferences won't save

    I originally had a problem with my clock preferences being stuck on GMT. I tried all sorts of solutions suggested on these forums and none of them worked. Finally I got out the old system install disk and did a re-install. Not an erase and install, but the one that archives your accounts and such. I re-installed 10.4. Upon restart the GMT problem seemed to be gone. I set my time zone and set the clock to automatically update using the internet and all was well. Then to get my computer back to where it was with 10.4.11 I ran the system updates. After restarting my clock was back to GMT time. I'm in PST. So now I go into the preferences for date and time and I can change the time zone which I couldn't do before. The time in the s date and time preferences window changes to the correct time, but the clock in my menu window doesn't change. When I quit out of the system preferences and then re-open them everything has reverted back to GMT. I can still change everything back, but the changes never stick. At least before I was able to manually change the time and save it, but now I can't even do that. Any help would be appreciated.

    After doing some more digging I seemed to have solved by own problem. Thought I'd share it just in case someone else has the problem.
    The problem ended up being that my "localtime" file was locked. When originally trying to solve this problem there was a solution suggested about the "localtime" file being corrupt. That was found on this post.
    +http://discussions.apple.com/message.jspa?messageID=8418135#8418135+
    A post by barnamink read:
    I had this problem, and after unsuccessful attempts by Apple's support to diagnose it, I figured it out myself. The problem was with the /etc/localtime file. It was a directory, instead of a symlink. I think Tiger (which is just what I migrated from) used to have it as a directory, whereas Leopard changed it to a symlink. Long story short, if you erase / rename your /etc/localtime, and then set the timezone, it will start working.
    You will need to enable the root user for this, so be sure you know what you're doing. But once you're root, just do a
    +cd /etc+
    +mv localtime localtime.old+
    Then set the time zone again, and this time it will remember it.
    I played with this but couldn't get it to stick. The "localtime" file which is really just an alias would still go back to GMT. I discovered that it should point back to my time zone which is "PST". So I found those files.
    usr/share/zoneinfo/US/pacific
    I made a new alias and named it localtime. Then I replaced the one in the /etc directory. The funny thing was that it would point back to the "pacific" file, but when I would open my date and time preferences and try to reset the time zone it changed the alias to point back to GMT which was located at usr/share/zoneinfo. So to try and stop this from happening I repeated the process of making a new alias and then locked it. It prevented it from repointing back to the GMT file, but it did not solve my problem.
    Then I did the system re-install. I had forgotten about locking the file, by the way. The re-install I think fixes what ever the problem was with not being able to change timezones, but then I ran into the problem of saving the new time zone. The problem was the locked "localtime" file. I tried doing the same thing of just replacing this file, but now that it was locked I couldn't delete it or even unlock it.
    I finally fixed the problem, but I may have taken the long way around to do it. I'll explain exactly what I did and then say what I think would be the quicker solution. I used the terminal to unlock the "localtime" file. I got this info from another post.
    +http://discussions.apple.com/thread.jspa?messageID=8073323&#8073323+
    The solution was posted by Steve Gregorich and I adopted it for my problem. It boils down to this.
    +Open /Applications/Utilities/Terminal, and paste this text in, but DON'T press enter yet.+
    +chflags nouchg+
    +Make sure there is one space in front of the text and type a space after "nouchg."+
    +Now drag the affected folder into Terminal, and press enter.+
    +After closing Terminal, go back and do the "get info" thing again.+
    +If that does not work, repeat the process, but put "sudo" in front of "chflags". You'll need to type your admin password in that case.+
    +Good Luck.+
    +Message was edited by: Steve Gregorich+
    I had to use the "Sudo" command and so this is what I typed.
    +sudo chflags nouchg /private/etc/localtime+
    That did indeed unlock the file. I should have tried my clock preferences at this step to see if they saved, but I didn't because my mind was still on the track of replacing the file. If you try this solution, I suggest trying the preferences at this point, because I think what I did next was unnecessary. I went through the whole process I described earlier about making a new alias and replacing he "localtime" file with the new alias. After doing that my clock now seems to work.
    Sorry for anyone who reads this if I rambled and took too long to explain, but I thought clarity was important. I've been trying to solve this whole clock thing or over a month on and off and so actually finding a solution is a big deal. I hope this helps anyone else who may have this problem.
    Cheers!
    Message was edited by: Spencer Filichia

  • ITunes preferences won't save. Please help new user.

    If anyone can help me with this I'd be so grateful. I've looked through the other advice I can find on this forum, and on other sites, and have tried the solutions I've found suggested, but nothing's worked so far.
    I've tried deleting the preferences files and rebuilding them several times. I've tried reinstalling iTunes several times, too. I've also tried launching iTunes from a different user account, created for the purpose. But I can't get my preferences to save. If I can't set iTunes up the way I'd like it, this could reverse my decision to buy an iPod. I'm not great with computers, and it's driving me to distraction. Any and all advice v gratefully received !

    Thanks for the reply!!!
    The instructions I used were off this Apple Support site...
    http://support.apple.com/kb/HT1751
    I get both options to choose as well as create. I used choose when I did mine and it worked.
    I did copy her entire itunes library.
    This is exactly what is in the folder that I copied...
    (folders)
    Automatically add to itunes
    Downloads
    Mobile Applications
    Movies
    Music
    Ringtones
    Voice Memos
    (XML Document)
    Library
    I do not see a .itl file anywhere.
    I just looked on my file I copied that worked on my user name and I have (3) Itunes Database Files on it.
    Thanks so much for the help!!!

  • Macbook system preferences won't save

    My system preferences, such as dock and trackball settings don't save when I restart my computer.  After setting all preferences to my liking, added and removed apps from the dock, even moved the dock itself only to find everything upset when I turn my computer back on.  Coming in and out of sleep is not the problem, just with powering up and powering down.  Any help?  I need it please!!

    Might be corrupted preferences...  (.plist)
    Go to ~/Library/Preferences
    Move the com.apple.systempreferences.plist file to the Trash.
    Restart your Mac.
    See if that helped...
    ~ (Tilde) character represents the Home folder.
    For Lion:   To find the Home folder in OS X Lion, open the Finder, hold the Option key, and choose Go > Library

  • System preferences won't save changes

    When making changes in my system preferences, say changing the screensaver, the change does not save. When I go back into the preferences, they have reverted back to the previous setting. It's also doing the same thing with Safari. When I delete all website info in the preferences, it reverts back to the previous. I just upgraded to 10.7.1, but it was doing it before with 10.6 as well. Any idea what's causing this?

    Possible conflicting or corrupted files, usually preference files. Step one is create a new admin user account, log into it, and see if changes persist.

  • Linux Monitor Agent Web Console Preferences Won't Save!

    Have recently installed GW Monitor on a Linux box and all seems fine except for the following:
    Within the Monitor Agent Web Console I browse to menu items 'Preferences' and then select 'Setup' to view details on the 'HTTP Settings', 'SNMP Settings', 'HTTP Settings' etc.
    From here all my settings are configured correctly except the texboxes under the 'Notify' and 'HTTP Settings' headings refuse to save any details that are entered into them, even after clicking on the 'submit' button, bizarre!!?
    Any ideas would be really appreciated.
    Cheers, James

    jim-bob,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Preferences Won't Save

    I have been clicking the checkbox "block calls when phone number is hidden" in my (privacy) preferences; however, each time I save and return to the options, the checkbox is no longer checked. Does anyone know why this is happening?

    We read your post, obviously, or we would have given you the link to that article. However, I forgot that the article mentioned using Reset.
    So you've ruled out both external software such as Advanced SystemCare that can undo or block settings changes, and a user.js file.
    In case there are old/inconsistent files or a "stuck upgrade" in Firefox's program folder, you can replace the program files without disturbing your settings using this '''Clean Reinstall''' procedure:
    (1) Download a fresh installer for Firefox 33 from https://www.mozilla.org/firefox/all/ to a convenient location. (Scroll down to your preferred language.)
    (2) If applicable, exit out of Firefox or make sure it is fully terminated in Task Manager.
    (3) Rename the folder ''(64-bit Windows folder names)''
    C:\Program Files (x86)\Mozilla Firefox
    to
    C:\Program Files (x86)\OldFirefox
    (4) Run the installer you downloaded in #1. It should automatically connect to your existing settings.
    You might need to exit and start again to test whether Firefox is now remembering preference changes.
    Note: Some recently installed plugins may exist only in that OldFirefox folder. If something essential is missing, look in these folders:
    * C:\Program Files (x86)\OldFirefox\Plugins
    * C:\Program Files (x86)\OldFirefox\browser\plugins

  • IMAP preference won't save password

    I am repeatedly asked for the IMAP password. I insert it into preferences and request it to be saved. I also request it to be saved in keychain. The next time I open preferences, the password space is blank and I keep getting asked for the password. If I leave the preference screen on the desktop without closing/saving it the password stays and the prompting stops. Why can't I save the password?

    Oomnilen,
    I have been plagued by the same problem as yourself, and I kept getting dunned to enter my Web host's mail account(s) password in Mail. Nothing seemed to be helping...
    So I went to Keychain Access, found the Web host's mail server name in the list.
    After highlighting it, I did a "Get Info" on that item, (which brings up a pane for the server) and next clicked on the "Access Control" link.
    In the resulting pane, I then checked the box for "Ask for Keychain Password".
    Since doing this and re-starting Apple Mail, I have not been asked for my password for my mail accounts on my Web host (but it's only been a little while since I made this change).
    Just FYI...
    Cheers,
    Norm Caryl

  • Firefox preferences won't save even after a re-install ...

    This is the second time I've had this problem, the first time in November last year ... and I tried SO MANY things last time that I don't know which step(s) actually did the trick. I'm running Win 7 Pro SP 1 on a Dell Inspiron 580, with F-Secure as my internet shield.
    I recently had a minor update to FF, following which I can no longer set my preferences, in fact FF keeps opening up 2 tabs - the 'First run' page and 'Firefox Start' page. Also, up until today, it would also ask me to set FF as my default browser (& Thunderbird as my default email client).
    I have:
    Re-started my machine (numerous times);
    Regular F-Secure full system scans;
    Run TDSSKILLER and Anti-Malwarebytes over my system, with no significant results (- a lot of utorrent menu bar stuff that was removed, and a couple of other miscellaneous bits an pieces);
    Uninstalled FF using Revo Uninstaller with a full forced scan. Interestingly, you would expect (I think) that this would remove ALL traces of FF from my system, but as soon as I re-installed FF (after a re-start) ALL of my bookmarks/history/etc were magically in place!?
    FF keeps creating new prefs.js files when I try to change options, but each of the subsequent files (prefs-xx.js) shows as 0 KB.
    I'm REALLY comfortable with FF and don't want to move to another browser (Chrome?), but not being able to change ANY settings is getting REALLY frustrating ...
    Any help you can offer would be gratefully accepted.
    flashfletch

    This link is mostly useful.
    The last instruction offered: (To permanently resolve this issue, after reactivating CS6, update the Adobe Application Manager by launching it. It is advised that you install any available updates for your CS6 applications as well.)
    How do I update applications via Adobe App Mngr? The 'Help' window in Adobe App Mngr does not offer an 'Update' option.  My Adobe App Mngr says my purchased apps are not registered (app status is
    "Try").  What are my next steps?
    Using OS = Win 7, 64 bit on a laptop. I have uploaded screen shots of Adobe App Mngr window for further clarification.
    I eventually opened each application and updated it separately to (hopefully!) avoid future problems.
    Ta,

  • Notification and Network Preferences won't save in Yosemite

    When I change my notification centre to ‘Sort Manually’, sort it manually, and change the banners to my liking, the settings hold until I reboot. The same is true when ordering my preferred networks in Network settings. Any way to fix this?

    The article at this link provided a solution that worked for me.
    http://forums.macrumors.com/showthread.php?t=1803815

  • Updated Firefox won't save my preferences; reverts to original settings.

    A few days ago, Firefox updated itself to the 18.0.1 version. Now, each time Firefox updates itself, I tend to lose some of my preferences, those being: opening new tabs as a blank page, tabs being on the bottom, and showing my windows and tabs from last time. Usually, though, once I go and change these things back to the way I like them, they stay like that and I have no further problems.
    However, this time Firefox won't save my preferences. The tabs go back to being on top, the tabs I last closed aren't there, and these tool bars I don't want keep appearing. Instead, three tabs are always there upon opening Firefox: Welcome to Firefox, Mozilla Firefox Start Page, and Yahoo! Toolbar. Also, when opening a new tab, the page says, "page does not exist" or something, and the URL is not even comprehensible, just random letters like someone bashed their head into the keyboard, something like: "jkfui87$^&%$$09."
    I've tried resetting Firefox like it says in the "How to fix preferences that won't save" page, but it didn't help. As for deleting certain files from the profile folder, before I resetted Firefox, I only had "user" and "prefs" and "Invalidprefs" which weren't exactly what that self-helping page asked for so I didn't delete them. After I resetted Firefox I lost the "user" file, but I still have the other two. Should I try deleting them even if they're not exactly like the page describes? They are missing the ".js" part so I haven't felt comfortable messing with them.
    Please give me some advice. I'm tired of having to go change my settings in "about:config" each time I open Firefox. But I really don't want to try anything that would delete my bookmarks or history, as I'm very dependent of them.

    Obviously no one here actually READS these things, I tried all of that even did a clean install, even uninstalled all user data and THE PROBLEM IS STILL THERE!
    Your help is completely useless, All you people do is copy and paste the same thing over and over. If it didn't work the first 20 times it's still not going to work no matter how many times you copy and paste the same fucking link.
    You have lost a die hard fan of Firefox, I am switching to another browser.
    Unfortunately I tried older versions of Firefox and had to go all the way back to Firefox 4 and now the problem is fixed.

  • Mac Sleep Timer (through 'Energy Saver' in System Preferences) won't work

    Hello,
    I have a MacBook (13-inch, Mid 2009) running Mac OS X Snow Leopard 10.6.3,
    and it has been installed with the latest software updates possible.
    (The latest update is the 'Security Update 2010-003')
    Previously I was using Mac OS X Leopard 10.5 on my MacBook,
    and I can vaguely remember the timed computer sleep through Energy Saver would work.
    That is, when the counter's time matches the amount of time I specified (e.g. 10 minutes), the computer enters sleep mode and displays a pulsing power light.
    After upgrading to Snow Leopard I can barely remember the scheduled computer sleep will work as I don't really notice how it sleeps / I will shut down my MacBook before I go to bed.
    ==========
    However, last night I was really tired and slept in front of my MacBook unconsciously.
    When I woke up, I found that my MacBook didn't display a pulsing power light but a continuously-growing power light.
    I tapped the trackpad and the display turned on, so I knew that my MacBook didn't go to sleep a whole night.
    *What that means is that the Sleep Timer (through 'Energy Saver' in System Preferences) won't work.*
    But the timed display sleep DOES work.
    ==========
    After spending a whole day Googling,
    I found that there are plenty of people suffering the same problem as me, although their Macs and OSs vary.
    I also found an official support page from Apple concerning the related issue:
    Mac OS X: Why your Mac might not sleep or stay in sleep mode
    http://support.apple.com/kb/HT1776
    I tried the following methods but still can't resolve the problem:
    _- boot my MacBook in safe mode_
    _- use the 'Disk Utility' to repair Disk Permissions through booting my MacBook from the Mac OS X Snow Leopard Installation DVD_
    _- reset NVRAM (Intel-based) (as PRAM is used by PowerPC-based Macs)_
    _- reset SMC (System Management Controller)_
    NONE of the above-mentioned methods can resolve the problem.
    Althought I am sure that the Spotlight isn't indexing the hard drive, and I just start my computer and do nothing and wait for the scheduled computer sleep, the scheduled computer sleep just won't work.
    In the other Mac forum, I saw someone suggest installing an application called PleaseSleep:
    http://www.dragonone.com/products/macosx/pleasesleep/
    It works.
    But I really want to find out what caused this problem as this is a function shipped with Mac which is expected to work normally.
    What's more, Apple is claiming to be a green Apple, right?
    ==========
    Here's the log taken from 'Console':
    - Sleep by closing the lid of my MacBook:
    Apr 18 13:21:05 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback WILL sleep
    Apr 18 13:21:05 Michael-Leungs-MacBook PleaseSleep[288]: Sleep notification received from the system
    Apr 18 13:21:07 Michael-Leungs-MacBook configd[37]: network configuration changed.
    Apr 18 13:23:21 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback will power on, Currenttime:4/18/2010 1:23:21.028 PM - Waketime:4/18/2010 1:23:19.410 PM = Deltatime:1.618421972
    Apr 18 13:23:21 Michael-Leungs-MacBook loginwindow[25]: handleUnlockResult, Currenttime:4/18/2010 1:23:21.579 PM - Waketime:4/18/2010 1:23:19.410 PM = Deltatime:2.169138968
    Apr 18 13:23:23 Michael-Leungs-MacBook configd[37]: Sleep: Success - AC 98 - Clamshell Sleep
    Apr 18 13:23:23 Michael-Leungs-MacBook configd[37]: Wake: Success - AC 98 - EC LID0
    Apr 18 13:23:23 Michael-Leungs-MacBook configd[37]: Hibernate Statistics
    Apr 18 13:23:23 Michael-Leungs-MacBook PleaseSleep[288]: Wake notification received from the system
    - Sleep by manually clicking the Apple logo in the upper left corner of the screen -> 'Sleep':
    Apr 18 13:31:46 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback WILL sleep
    Apr 18 13:31:46 Michael-Leungs-MacBook PleaseSleep[288]: Sleep notification received from the system
    Apr 18 13:31:49 Michael-Leungs-MacBook configd[37]: network configuration changed.
    Apr 18 13:32:04 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback will power on, Currenttime:4/18/2010 1:32:04.033 PM - Waketime:4/18/2010 1:32:02.720 PM = Deltatime:1.313067079
    Apr 18 13:32:04 Michael-Leungs-MacBook loginwindow[25]: handleUnlockResult, Currenttime:4/18/2010 1:32:04.589 PM - Waketime:4/18/2010 1:32:02.720 PM = Deltatime:1.869303048
    Apr 18 13:32:06 Michael-Leungs-MacBook configd[37]: Sleep: Success - AC 98 - Software Sleep
    Apr 18 13:32:06 Michael-Leungs-MacBook configd[37]: Wake: Success - AC 98 - OHC1
    Apr 18 13:32:06 Michael-Leungs-MacBook configd[37]: Hibernate Statistics
    Apr 18 13:32:06 Michael-Leungs-MacBook PleaseSleep[288]: Wake notification received from the system
    - Sleep by manually pressing control + eject, and the press 'Sleep':
    Apr 18 13:34:17 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback WILL sleep
    Apr 18 13:34:17 Michael-Leungs-MacBook PleaseSleep[288]: Sleep notification received from the system
    Apr 18 13:34:46 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback will power on, Currenttime:4/18/2010 1:34:46.080 PM - Waketime:4/18/2010 1:34:44.720 PM = Deltatime:1.360466003
    Apr 18 13:34:46 Michael-Leungs-MacBook loginwindow[25]: handleUnlockResult, Currenttime:4/18/2010 1:34:46.564 PM - Waketime:4/18/2010 1:34:44.720 PM = Deltatime:1.844347000
    Apr 18 13:34:46 Michael-Leungs-MacBook configd[37]: PMConnection AirPort configd plug-in com.apple.powermanagement.applicationresponse.slowresponse 566 ms
    Apr 18 13:34:46 Michael-Leungs-MacBook configd[37]: bootpsessiontransmit: bpf_write(en0) failed: Network is down (50)
    Apr 18 13:34:46 Michael-Leungs-MacBook configd[37]: DHCP en0: INIT transmit failed
    Apr 18 13:34:46 Michael-Leungs-MacBook configd[37]: PMConnection IPConfiguration com.apple.powermanagement.applicationresponse.slowresponse 567 ms
    Apr 18 13:34:46 Michael-Leungs-MacBook configd[37]: network configuration changed.
    Apr 18 13:34:48 Michael-Leungs-MacBook configd[37]: Sleep: Success - AC 98 - Software Sleep
    Apr 18 13:34:48 Michael-Leungs-MacBook configd[37]: Wake: Success - AC 98 - OHC1
    Apr 18 13:34:48 Michael-Leungs-MacBook configd[37]: Hibernate Statistics
    Apr 18 13:34:48 Michael-Leungs-MacBook PleaseSleep[288]: Wake notification received from the system
    - Sleep by _turning on the application called 'PleaseSleep' based on the settings from 'Energy Saver'_:
    Apr 18 13:37:22 Michael-Leungs-MacBook PleaseSleep[288]: Application is enabled
    Apr 18 13:37:29 Michael-Leungs-MacBook System Preferences[1136]: * AGCAttach() failed
    Apr 18 13:37:31 Michael-Leungs-MacBook [0x0-0x58058].com.apple.systempreferences[1136]: Couldn't find any matches.
    Apr 18 13:38:23 Michael-Leungs-MacBook PleaseSleep[288]: Checking sleep conditions...
    Apr 18 13:38:23 Michael-Leungs-MacBook PleaseSleep[288]: Going to sleep...
    Apr 18 13:38:23 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback WILL sleep
    Apr 18 13:38:23 Michael-Leungs-MacBook PleaseSleep[288]: Sleep notification received from the system
    Apr 18 13:38:56 Michael-Leungs-MacBook loginwindow[25]: loginwindow SleepWakeCallback will power on, Currenttime:4/18/2010 1:38:56.042 PM - Waketime:4/18/2010 1:38:54.720 PM = Deltatime:1.321902931
    Apr 18 13:38:56 Michael-Leungs-MacBook loginwindow[25]: handleUnlockResult, Currenttime:4/18/2010 1:38:56.571 PM - Waketime:4/18/2010 1:38:54.720 PM = Deltatime:1.850627959
    Apr 18 13:38:56 Michael-Leungs-MacBook configd[37]: PMConnection AirPort configd plug-in com.apple.powermanagement.applicationresponse.slowresponse 707 ms
    Apr 18 13:38:56 Michael-Leungs-MacBook configd[37]: bootpsessiontransmit: bpf_write(en0) failed: Network is down (50)
    Apr 18 13:38:56 Michael-Leungs-MacBook configd[37]: DHCP en0: INIT transmit failed
    Apr 18 13:38:56 Michael-Leungs-MacBook configd[37]: PMConnection IPConfiguration com.apple.powermanagement.applicationresponse.slowresponse 708 ms
    Apr 18 13:38:56 Michael-Leungs-MacBook configd[37]: network configuration changed.
    Apr 18 13:38:58 Michael-Leungs-MacBook configd[37]: Sleep: Success - AC 98 - Software Sleep
    Apr 18 13:38:58 Michael-Leungs-MacBook configd[37]: Wake: Success - AC 98 - OHC1
    Apr 18 13:38:58 Michael-Leungs-MacBook configd[37]: Hibernate Statistics
    Apr 18 13:38:58 Michael-Leungs-MacBook PleaseSleep[288]: Wake notification received from the system
    - If I disable 'PleaseSleep' and only depend on the non-working 'Energy Saver', nothing happens.
    ==========
    Looking forward to your replies! Thanks in advance!

    Found this discussion by googling "com.apple.systempreferencescouldn't find any matches"...
    One month ago I bought a brand new Macbook Pro 13", and after a couple of weeks I realized it wasn't sleeping on its own when it should, per the system preferences. (I did sleep when I chose "Sleep" in the menus or closed it... It just wouldn't sleep on its own, while open.) What was extra frustrating was that it was intermittent... It would sleep on its own maybe 1/3 of the time, but other times it would NEVER go to sleep. I deleted PowerManagement.plist, reset the SMC, etc... No luck.
    I took it to the "geniuses" at the Apple Store, and the guy took all of five minutes trying to diagnose the problem. When my MBP wouldn't sleep on its own, he promptly replaced it with a new one. That was nice, but I actually would have preferred that he diagnosed and fixed it. (I think the store was so swamped with people coming in for service that day that they were doing anything they could to close cases and get customers out of there ASAP.)
    Now, sitting here with my 48-hour-old MBP, I still have the problem. The other one was so new that I had barely put anything on it yet. The only applications I had put on it were MS Office for Mac 2011, Firefox, Chrome, and Adobe Flash Player. I've put Office and Flash Player on this one, but not yet Firefox or Chrome. That's it. No other customization or fancy business.
    I looked into the Console just now, and I see the "Couldn'tfind any matches" entry popping up again and again. The last three seemed to pop upright around the time when my MBP should have gone to sleep on its own, but not down to the second, so it's hard to definitively point at that and say it's it for sure.
    They need to fix this!!

  • Updated to Mountain Lion, Macbook Pro Won't save any app preferences

    My wife has a 2009 Macbook Pro. We recently upgraded it to Moutain Lion, and now we are having quite a few issues. Additionally, we upgraded to MS Office 2011 from 2008.  Anytime we open most applications, no preferences have saved, and it goes through the process of opening the application for the first time. For example, the only way to open a word document (previously created in 2008) is to open Word 2011, go through the registration process where it tells us the product is already registered, then it opens a blank document. Once the blank document is open, you can click on the saved document again, then it will open. If you close the application, you have to go through this process all over again. This same thing happens for all products in the MS suite.
    Additionally, firefox will not work at all. whenever I click on it, the icon just pops up and down and nothing happens. Their troubleshooting is telling us to create a user profile (which I have) under he application support folder, but the folder is gone after the update. Additionally, deleting and re-installing the application has not solved the problem. Additionally, Safari won't save any preferences.
    Also, she is the only user account on the computer.
    Any help would be great!

    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About
    General information.
    Isolating issues in Mac OS X
    Troubleshooting Permission Issues
    Step by Step to Fix Your Mac

Maybe you are looking for

  • Remote and IR

    I have just bought a new iMac and remote but cannot pair them.  I know I need to go into  system preferences and then security but I don't have an option to "Disable remote control infrared receiver." can anyone tell me why or what I'm going wrong pl

  • BPEL Server can not start after jazn default realm has been modified

    Hi, everyone: In order to customize my user task assigneeGroup, I set up a new realm in the jazn-data.xml using the shell (java -jar jazn.jar -shell). I tried to modify the jazn.xml file in %OraBPELPM%\integration\orabpel\system\appserver\oc4j\j2ee\h

  • Disappearing files in Captivate 5.5

    Hi, Has anyone else experienced the problem of dissappearing files in Captivate 5.5? What's your workaround? I have lost weeks of created work, before my IT dept contacted Abobe and said it was a known bug! It didn't help that my IT dept were then ad

  • Trading Partner Details load program

    Does anyone know of a load program for XML Gateway Trading Partner details? I cannot find a .lct or api. I'm trying to avoid manual setup in new instances. My trading partner is setup, there is a load program for transactions, but I need to load the

  • OIF(11.1.1.6) Custom Logout

    Hi, I am trying to integrate a custom logout flow for SP Initiated SSO. My SP is a sharepoint site. I have written a custom Authentication Engine to authenticate the user. On successful authentication user is redirected to the SP (sharepoint site). T