How do I fix a corrupt Finder?

Hi,
I am having problems with Finder in Yosemite 10.10.3. Here's what's happening:
1) When I go to open a folder (e.g. "applications") through finder, the finder window is blank (as if the folder were empty), when it clearly isn't. This does not happen just with "applications", it's with any folder on my mac.
2) Whenever this happens, I also notice that if I attempt to delete a file off my desktop (or anywhere in finder), there is a very long delay (several minutes) before the file is deleted (if it deletes at all).
What I've tried:
a) the quick fix is going to "force quit" and relaunching finder. This temporarily solves both of the above problems, but they immediately reoccur within a minute or two after having done this.
b) I've also tried going in to: ~/Library/Preferences/com.apple.finder.plist and deleting the .plist file. That seems to solve the problem for a day or two, but eventually I'm back to where I started.  Interestingly, a couple times when I've gone in to ~/Library/Preferences/com.apple.finder.plist  to delete that, I've found more than one finder.plist file there - (sometimes there are 2 or 3) - but - they always vanish within a second or two, once I'm in the preferences folder, before I can manually delete them. weird.
c) I've run disk utility and repaired permissions, as well as DiskWarrior, tried restarting, etc.
The problem with the delay in deleting stuff is instantly fixed when I try either of the two fixes above ("a" or "b") so it seems to be related to the finder problem, and both occur at the same time. I also find I can't empty trash when these problems arise, or at least that it takes several minutes to do so, even if the files in trash are only 2 or 3 small files. Again, this is fixed (temporarily) buy both solutions, either "a" or "b" above.
*** I DO NOT want to have to reinstall OS X  as I view that as the "nuclear" option, and this should be fixable without having to resort to that. Yes, I have backups, but this problem exists on all.
Would love to get some suggestions on how I can fix this. What do you guy's think? ... it's the only problem I'm having on my Mac, and it's more than a little frustrating.

Launch the Console application in any of the following ways:
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
☞ Open LaunchPad and start typing the name.
The title of the Console window should be All Messages. If it isn't, select
          SYSTEM LOG QUERIES ▹ All Messages
from the log list on the left. If you don't see that list, select
          View ▹ Show Log List
from the menu bar at the top of the screen.
Click the Clear Display icon in the toolbar. Then take an action that isn't working the way you expect. Select any lines that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
Please don't indiscriminately dump thousands of lines from the log into this discussion.
Please don't post screenshots of log messages—post the text.
Some private information, such as your name or email address, may appear in the log. Anonymize before posting.

Similar Messages

  • How do I fix a corrupted Finder icon in the Dock

    Hello,
    My Finder icon has spontaneously corrupted in the Dock. The icon of the Finder.app (in the CoreServices folder) is perfectly fine and its icon the Resources folder of the Dock.app is also perfectly fine.
    Yet, the icon of Finder is corrupted in the dock as shown here: http://img802.imageshack.us/img802/2973/dockimage.png and in the picture below
    Any ideas, anyone?
    My specs are as follows:

    Have you tried removing all files containing com.apple.dock from the Preferences folder in your HOME Library folder and in the ByHost subfolder of the Preferences folder, then restarting the Dock (or logout/login)?
    (To get to the home Library folder, hold option key down while using the Finder Go menu, select Library. Or use the "Go to Folder...." option and paste in
    ~/Library/Preferences .)
    charlie

  • How do you fix a corrupt ipod nano 4th gen

    how do you fix a corrupt ipod nano 4th gen?

    Hi bigmike94610,
    Welcome to the Apple Support Communities!
    For iPod nano troubleshooting I would suggest the troubleshooting outlined in the following web link. I would suggest working through the steps in the order presented on the website, but you may ultimately need to restore your iPod. 
    Apple - Support - iPod - iPod nano (4th generation) Troubleshooting
    Best regards,
    Joe

  • How do I fix a corrupt domain?

    Hi there,
    Came across this last night and, whilst not the end of the world, it's inconvenient.
    I just bought a 13" MBP running SL, and am wanting to use it to update my iWeb blog instead of the iMac G5 (leopard). I copied the "domain" file from the iMac to a USB and transferred it to the corresponding folder on the MBP. Opened iWeb - hey presto, the files were all there and looking exactly as I expected.
    I created a new entry, attempted to publish, and got the dreaded "Publish error: An unknown error occurred" pop-up.
    Searched the interwebz for a solution, and found one to determine if the problem was with the transferred domain file - moved the domain file on the MBP to a new folder, deleted the User/Library/Preferences/com.apple.iweb.plist file, restarted, opened iWeb, created a new site and published to a local folder etc etc). A-OK, therefore problem seems to be with the transferred domain file being corrupt
    My question is - How can I fix this corrupted domain file so I can use the MBP for iWeb'ing?

    Chris Wever wrote:
    I tried to post a new entry on my blog (on the original Mac) and still got the publishing error. Shall I admit defeat yet?
    Chris ~ Not yet. Since problems with iWeb's blog are a recurring theme on these forums, it might be useful to see whether removing the Blog page on your MBP enables you to successfully publish the rest of your site...
    First make a backup of your Domain file:
    _Backing up your Domain file_
    ...then open iWeb and delete the Blog page. Then republish your website by choosing +Publish Entire Site+ from the File menu.
    NOTE: If it successfully publishes, you will have determined that the problem is indeed in the Blog page. But having removed that page from your site, you may not be able to restore ANY of your blog by restoring from your backup and republishing — because you'll probably get the error again on both Macs.
    By the way, for a success story using a non-iWeb blog hosted on WordPress, see this old thread:
    _To blog or not to blog_

  • How do I fix a corrupt user profile

    Hi,
       I have a user profile that is corrupt. In CA, under People, Manage User Profiles, I can't find the broken user profile but when I try to create profile again with New Profile. It won't let me. As it says the Profile exists already. How do I
    fix this broken profile in SharePoint 2013? Thanks.
    SPYliu

    I've had to use code like the above to delete user profiles before - however - I would strongly suggest excluding the loop from the above code - otherwise you'll be deleting ALL user profiles - which doesn't seem to be what you want to do
    - e.g:
    /* Load required Assemblies for SharePoint Server and User Profile */
    [System.Reflection.Assembly]::LoadWithPartialName(“Microsoft.Office.Server”)
    [System.Reflection.Assembly]::LoadWithPartialName(“Microsoft.Office.Server.UserProfiles”)
    /* Central Adminstration URL or any Web Application*/
    $url = "http://myserver:Port"
    /* Create a new Context Object */
    $contextWeb = New-Object
    Microsoft.SharePoint.SPSite("http://servername");
    /* Get the right Service Context */
    $ServerContext = [Microsoft.Office.Server.ServerContext]::GetContext($contextWeb);
    /* create a new connection to the UserProfileManager */
    $UserProfileManager = New-Object
    Microsoft.Office.Server.UserProfiles.UserProfileManager($ServerContext);
    /* Remove Profile */ $UserProfileManager.RemoveUserProfile("CONTOSO\joesmith");

  • My iPhone 4s suddenly lost connection, NO SERVICE. How can I fix it to find my carrier?

    No service is found, can not find carrier.

    I was using my phone properly and made calls until one point of the evening when I could not anymore. Same goes for the persons who were trying to contact me... It is like I have my phone switched off. How can I fix it? Is it from the carrier provider or the iPhone itself? If anyone knows anything of it, please share info.

  • How do I fix a corrupt playlist on my devices?

    I've used Match on my iPhone for awhile.  Now I have a playlist on the iPhone 4 that it won't play.  It won't play any song.  It plays songs in other playlists just fine.
    When I hit play for any track in this particular playlist, the phone has the play symbol in various places, but the counter (mins, secs) stays stuck at 0. Same thing on my iPad.  On my computers, it's fine.
    I've turned Match off and on several times, reloading the data each time.  I've turned it off, synced the iPhone directly with my Mac so that there was no music, then turned Match back on, it reloaded everything, and all the songs in that particular playlist still won't play.
    Any help appreciated.

    How do you fix Oxc18a0206 for 3310 all in one?

  • How can I fix a corrupted iPhone 4 video file?

    I have a video that i recorded back in October with my iPhone 4, but for some reason now it won't play. It says "The movie could not be opened. The file is not a movie file. I have tried a bunch of different corrupted video repair software programs....i got one to convert a little bit of it (you have to pay over $100 to get the full converted video.) While the video is a nice short little video, it isn't worth $100 to have it ...however, is there another way to fix these? i know it helps to have a video that is a reference video shot around the same time, which i do. if anyone has any suggestions, i would greatly appreciate it.

    The name of the software i used to fix it (the demo only does around 9 seconds worth) is called Video Repair Tool v.1.6. Has anyone found any software similar to this that is cheaper? i believe from what i have read the "moov" file is either corrupted or missing....

  • How do I fix a corrupt .jpg from Photoshop?

    I try to upload .jpg images, which I saved from Photoshop, onto walgreens.com and shutterfly.com, and each site tells me that my file is corrupted. Can someone please help me find a solution to "uncorrupting" my .jpgs?

    If you file opens fine in Photohsop would say that error is a false positive,
    Open you image in photoshop, check they are rgb 8bit not cmyk.
    You can check this up in the filename. This one is cmyk/8 bit
    Use image >> mode to correct you file.
    If that does not solve your issue try doing a save as to a new filename, and try uploading that.
    If you still need help, please send a screenshot of your file details.
    Mac - command I on a file
    Win - right click properties

  • How can I fix my corrupted hard drive?

    My hard drive is corrupted.  When I boot up my computer, it appears with a question mark inside a folder.
    Then, I pressed "option" while rebooting to get to the Disk Utility.  I verified the disk, and it said it needed repair and hit the repair button; however, the repair button is greyed out.
    I attempted to reinstall my operating system.  It was locked and asking for a Macintosh HD password.  I unlocked the locked drive, and tried again to reinstall my operating system, which shows up as Mountain Lion, which I did have in the past.  Since then, I had upgraded to Yosemite.  I get a message saying that I can't reinstall my operating system since I have had a newer version.
    Any ideas on what I can do?
    Would it work if I erased my operating system, then tried to install it again?  I obviously want wiping the computer to be my last resort.

    Install a new HDD,.
    Ciao.

  • How can I fix a corrupt catalog in photoshop elements 8?

    I am getting a catalog corrupt error in photoshop elements 8. Is it really corrupt or is my version too old now or something? I have years worth of photos in this catalog. The photos are on my hard drive, but is there any way to repair or reconstruct the catalog? Are the tags and albums saved somewhere?

    Hi,
    The details about the tags and albums are all stored within the catalog so you could try to repair it.
    If you can't load the organizer, try holding down the shift key while you start the organizer and it should open the Catalog Manager and jump to step 3 below.
    Load the organizer
    From the File menu, select Catalog - that should open the Catalog Manager.
    Select you current catalog and click on the Repair button
    When that has finished, click on the Optimize button
    When that is done, click on the Cancel button to close the Catalog Manager.
    Good luck
    Brian

  • How can I fix an unresponsive Finder?

    I am using a MacBook Air, OS X Yosemite 10.10.1.  I was copying my iPhoto Library to an external hard drive, when Finder locked up. Fortunately iPhoto Library completed copying but now I am unable to relaunch Finder. I have restarted the MacBook Air and shut it down entirely for a few minutes but after powering it back up I still have no response with Finder. It doesn't show up as 'open' (no light under the icon), when I click it nothing happens.
    Thanks for any helpful suggestions.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if the Finder crashed, you would enter "Finder" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • How can i fix a corrupted garageband file????

    I have here a file that i was working on. I a cd track, and i imported it into the garageband file. After my computer crashed as i was exporting the completed track into itunes, i restarted my computer and when i went to open the garageband file, it said the file was no longer supported. so i opened the file in anycase and was no longer able to use the cd track i had imported. It said that it found 67 audio tracks in 8 bit format. This format os unsupportedd and cannot be played back....can someone help me find some kind of resolution to this issue??

    You'll probably have more luck getting help with this if you post in the GarageBand forum:
    https://discussions.apple.com/community/ilife/garageband
    Posting here is unnecessarily limiting you to those who would happen to be running GarageBand on a mini.
    Regards.

  • How can I fix a corrupt ssd mbr or gpt

    I have a Runcore 64gb mini pci-e SSD with a USB cable. It is not new but used little. I wanted to make it bootable as a usb device but may have hosed it. What I did: (sorry, this is long)
    Set up a single guid partition, and sucsessfully made a 63gb partition.
    Then I used "erase free space" on the partition.
    Here's where I screwed up. I decided to start over and "secure erased" the drive, not the partition I created, but the whole drive. That was a bone head mistake.
    Well, after that, I could not change the partition and the root drive shows it's 2tb. disk repair says it's good. Funny thing is, I could still see the partition but not repartition.
    I even used Carbon Copy Cloner to put 10.6.7 on the partition. It worked, I could boot to it. But it still won't let me change anything. I kept trying different erase options and continued to say it could't complete the task--until the last time I tried it. Now I can't see the partition. I still see the drive in disk util but can't do anything with it. It shows the same way on a Windows7 machine (2.2 tb).
    After a lot of googling, It seems I have a corrupted MBR but the GPT part that Mac uses was ok...or used to be. Sometimes the drive shows "0" capacity, sometime 2.2tb. Last night I had dreams about MBR's GRUBs and GPTs.  Today, in terminal, I typed "diskutil list" and got: identifier disk2, size 30.5gb (which is the size of the CCC drive I cloned), and the partition name that I originally made which was 63gb.
    All I want to do is clean it off and start over. I don't care about the data. Any Advice? I would like to try something before tossing it. I'm totally willing to try anything since there is no critical data on it.
    If you read all of this, thank you!

    Can anyone at least point me in the right direction? perhaps I posted in the wrong area.

  • How can I fix my malfunctioning Finder app that is in a rebooting loop?

    My Finder app continuously opens and closes and opens again and again. It doesn't affect the other apps. I also don't have any desktop icons or anything! Help please!

    See Recover your iTunes library from your iPod or iOS device.
    tt2

Maybe you are looking for

  • Report using Shuttle List

    Greetings I am using Apex Version 4.2 At first, I had created an item P31_JOB_CATEGORY that was a radio button. Upon selecting a value for the radio button, a report was generated. The query is as follows select a, b, c from Table A where A.Job_Categ

  • Calendar application icon??

    I could have sworn I saw on the Apple website that the calendar icon would show a small number corresponding to the number of appointments you had for that day, but mine doesn't show that. Was I dreaming or does it actually do it on other Iphones? Pe

  • Ageing Analysis for ARE Documents - Clarification

    HI, 1.What is the Purpose if ageing analysis for ARE ? and when it will be helpful ? 2. When i click on the Document system is showing is ARE Status numbers, each one have its own purpose can any one guide me 3. how it is helful to the Enduser ? beca

  • HELP: jsp cookie problem

    Hi, 1) I have a page (index.jsp) that looks for a cookie, if the cookie isn't there it redirects to a login page. 2) The login page, on submit, calls a servlet that sets the cookie (when usr and pwd are valid). Then the servlet redirects to the origi

  • Designing Selection Screen objects

    Hello, I have the requirement of having a checkbox (p_header) and parameter filepath (p_file) on the same line along with the text decription i.e. p_header and P_file. It should be like this __ p_header     P-file ________________ But I am only getti