Finder is not working properly mac osx 10.8.4

Hello,
Just recently Finder has stopped behaving as it normally would. Clicking the icon doesn't seem to launch the finder window. I have to right click the finder icon and then click New Finder Window. Sometimes there is no response for sometime and then finally it does open a window.
Can anybody please help me out?
thanks
Sonny

Please read this whole message before doing anything.
This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
Step 1
The purpose of this step is to determine whether the problem is localized to your user account.
Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
Test while logged in as Guest. Same problem?
After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
*Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
Step 2
The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, or by a peripheral device.
Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
Safe mode is much slower to boot and run than normal, and some things won’t work at all, including Wi-Fi on certain iMacs.  The next normal boot may also be somewhat slow.
The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
Test while in safe mode. Same problem?
After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

Similar Messages

  • Finder is not working properly mac osx 10.7.4 it no longer launches a new window when I click the finder icon - I have to right click and open a new window

    Hi
    Just recently Finder has stopped behaving as it normally would. Clicking the icon doesn't seem to launch the finder window. I have to right click the finder icon and then click New Finder Window. Sometimes there is no response for sometime and then finally it does open a window. If I click finder when a wondow is open it does not shift focus to finder anymore. I am sure this did not use to be the case?
    PS. not sure if this is how to put things on the forum as haven't used them before!
    Julian

    Click on the spotlight icon in the top right of your screen (looks like a magnifying glass), type
    Terminal
    and press 'return'.
    In the window that opens up, paste or type this exactly into the window
    killall Finder; killall Dock
    (that's case sensitive) and press 'return'.
    You'll notice the Dock disappear for a second or two then return, as do any open Finder windows.
    Test using Finder as normal. Same problem?

  • Lost ical and the ical 1.5.5 is not working with mac osx 10.5 ?

    lost ical, would like to download it, as in the installation disk, I'vent the possibility to do it . The problem is that the ical 1.5.5 is not working with mac osx 10.5 ?

    biomecasport,
    Welcome to Apple Discussions.
    1. Insert the Leopard Installation disk into the computer.
    2. The disk will appear on the desktop.
    3. Double click on the "Optional Installs" folder.
    4. Double click on the "Optional Installs.mpkg."
    5. Click on (Continue) in Introduction.
    6. Click on (Continue) in Software License Agreement.
    7. Click on (Agree) to agree to the terms of the software license agreement.
    8. Click on the disclosure arrow ▶ next to Applications.
    9. Select (✓) iCal.
    10. Click (Continue).
    11. After iCal has been reinstalled, download and install the Mac OS X 10.5.8 Combo Update to bring iCal up to the most recent version.

  • Logitech C910HD webcam not working in Mac OSX 10.6.6

    I'm currently using Mac OSX 10.6.6 and flash  10.1.102.64. My problem occurs in the most recent versions of Safari, Firefox, and Chrome. I am able to select my cam by exact name in the settings for video and as an unknown usb device for audio with its built in microphone (the volume bar shows activity instantly). Launching the webcam (on the 5-6 sites I attempted) just creates a blank white image. The webcam works fine in all non-flash applications I tried. My lower quality 10 year old firewire cam still works fine in flash. Logitech is telling me this is an Adobe issue. Any ideas?

    Hi, I remember another user having an issue with the C910HD and don't know if it was resolved or not. I just had a note about upgrading to HQ.
    This is a link to Logitech's Forum:
    http://forums.logitech.com/t5/Webcams/bd-p/quickcam_software
    I don't use a webcam so can't be too much help. Hopefully another user will respond to your thread.
    If you can see videos on youtube, than that is an indicator that Flash Player is Installed and working.
    You can also use the Search Forum feature at the top right of the Flash Player forum and perhaps find some threads with the same issue.
    Thanks,
    eidnolb

  • AudioPublisher not working properly (Mac)

    Hello,
    I have spent extensive time searching through the forum to find a fix to my problem.
    Quite simply I am trying to add audio to my currently stable video chat client, but rather than posting my complete code I will start with something simple.
    When I use AudioPublisher and AudioSubscriber in my application I can not get my 3rd party mic to be used properly. I am running 2 instances of the application, so I know that isn't the problem.
    I have placed a "connect" button on stage so that I can control when the AudioPublisher is active. Prior to clicking this connect button, if I right click the stage and choose settings, then click the microphone tab, I can see my USB mic in the list and the volume meter shows activity when I speak into the mic.
    If I then click the connect button so the AudioPublisher begins publishing my mic and follow the same procedure (right click stage, click the microphone tab, speak into mic) I get no audio registering on the meter. Of course this also means I'm not getting any audio throughput within my application either, which is what led me to this post.
    I stripped all of my code back to the bare essentials to see if there was anything I was introducing to the equation that was causing this problem, but alas I have it as simple as I can and it is still not working for me. Interestingly enough I tried to implement this same activity with AS3 (without using AFCS SWC) using media.Microphone and I am getting audio throughput without any issues. Granted this isn't leveraging the LCCS, but it seemed a valid test none the less.
    I have attached my code below, and any help would be appreciated.
    Thank you,
    Sample Code Used in Test
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
        layout="absolute" xmlns:rtc="AfcsNameSpace">
        <mx:Script>
            <![CDATA[
                // Used to handle Button state change
                private function onBtnClick(event:MouseEvent):void
                    trace(cSession.userManager.userCollection.length);
                    if ( event.currentTarget.label == "Connect" ) {
                        audioPub.publish();
                        event.currentTarget.label = "Disconnect" ;
                    }else if (event.currentTarget.label == "Disconnect" ){
                        audioPub.stop();
                        event.currentTarget.label = "Connect" ;
            ]]>
        </mx:Script>
        <rtc:AdobeHSAuthenticator id="auth"    userName="my-user-name" password="my-password"/>
        <rtc:ConnectSessionContainer id="cSession" authenticator="{auth}" roomURL="MY ROOM URL" width="100%" height="100%" >
        <mx:VBox width="100%" height="100%" horizontalAlign="center">
            <rtc:AudioPublisher id="audioPub" height="0" />
            <rtc:AudioSubscriber id="audioSub" height="0" />
            <mx:Button label="Connect" toggle="true" id="camButt"
                click="onBtnClick(event)"
                fontFamily="Verdana" color="#FFFFFF" fontSize="25" textAlign="center"
                width="200" height="75" cornerRadius="20"/>
        </mx:VBox>
        </rtc:ConnectSessionContainer>
    </mx:Application>

    Interestingly enough I had been using the Player 10 SWC from the beginning because I had the intention of using the RTMFP protocol to enable P2P chat when available, so for some reason even using Player 10 I am having no success with this external mic. It is possible I am doing something incorrect in my project configuration, but I don't think that is the case.
    When I deploy my app to our target device which runs an embedded Windows OS the audio is properly transmitted when using a 3rd party mic, leading me to believe this is a Flash - Mac issue as stated. I believe I will be able to work around this in the interim, but a long term solution would be extremely helpful as our host platform will likely be variable.
    I am a new Flex user, and straight away I've jumped into using the AFCS package. I must say it is incredibly comprehensive and very well implemented. I hope the performance improvements for embedded devices in Player 10.1 will quickly make their way into this library as they are released, or better yet the Player 10 source so we can poke at prod at what's under the hood.
    Thank you for the quick response.

  • X11 not working on Mac OSX 10.4.11

    The Mac OS X version is 10.4.11
    X11 opens and then automatically shuts down.
    I tried the following already with no luck:
    Installed x11 from the Mac OSX Tiger DVD.
    Installed using the instructions on [url="http://roundhere.net/journal/install-x11-on-mac-os-x-10-4-tiger-without-d vd/"]this[/url] website.
    Installed the X11 2006 update from [url="http://support.apple.com/downloads/X11Update_2006_1_13"]here[/url].
    None of them worked. X11 still closes automatically after opening it.
    Any thoughts?

    Imperial:
    I have two units running 10.4.11, one of them I downloaded X11 from Apple and the other I checked off install X11 when I upgraded to 10.4.11 not too long ago. I just checked both of them for launching X11, thinking there was something about the window opening and then closing before opening, but they both just opened. Did you run "repair permissions" after you installed the '06 update? or did you restart the computer after installing? Don't know, but something isn't right. Perhaps try to re-install, but run repair permission before and after if you haven't already done that.
    e.e.p.

  • File upload not working on Mac OSX

    I've tried several of the Flex file upload components, in all
    cases they don't work correctly when used on a Mac. I've tested
    both flash player 9 and the latest 10 release. The file uploads to
    the server, but the progress bar doesn't update and the upload
    complete event never fires. To the end user, it looks like the app
    isn't doing anything at all!
    Any advice on how to get this working? If you know of any
    file upload components that are already tested and working on the
    Mac version of flash - that would be a great help as well!
    Thanks!

    If you Google it you will find that this is a known issue, it surprised me since I spent days looking at my code.
    I found possible solutions here, but none worked for me it seems that it worked for many other people.
    http://www.abdulqabiz.com/blog/archives/2006/06/09/workaround-filereference-oncomplete-is- not-fired-on-mac-os/
    Hope Mac and Adobe will have lunch one day and figure it out.
    Ben

  • "Filter Finder Items" not working properly

    I'm taking my first crack at Automator, and while I've made good progress, one of the built-in actions, "Filter Finder Items", is just not behaving predictably. Basically, I'm doing the following:
    1) Get selected finder items - pulls a selected folder
    2) Set variable - this gives me a variable for the name of the folder we're working with
    3) Create a new folder inside the selected folder
    4) Get folder contents of selected folder
    5) Filter for three different file extensions - here's where my problem starts
    6) Move the filtered files into the new subfolder (though it really seems to be copying, which necessitates the following steps to get rid of the original files)
    7) Get contents of selected folder again
    8) Filter on the same three files extensions - this time it works properly
    9) Move filtered files to Trash
    For some reason, the first filter action doesn't seem to be working at all - if I have 15 files in the selected folder, but only three that match the filter, all 15 will be copied to the new subfolder. The second folder action will then, inexplicably, work exactly as it should and move the proper files to the Trash.
    Does anybody know why this action doesn't want to cooperate? Has anybody else seen something similar?
    Thanks for any hints/help.
    Rick
    Message was edited by: rnb2

    Saving the workflow as an application should be all that is needed, but the first action (the one that gets the items to work with) may not be correct for your usage. If the first action is *Get Selected Finder Items*, unfortunately the selection would be the application itself, since that is what was most recently selected.
    In this case, the application can be dragged onto the Finder's toolbar (where it will work with the current selection), otherwise the first action can be removed and the application used as a droplet (items dropped onto the application are passed to the workflow) or a Finder plugin.
    The first action can also be replaced with an *Ask for Finder Items* action (ignoring input).

  • Photo Mechanic 4.6.9 Not Working With Mac OSX

    I have Mac OS 10.4.11, and suddenly Photo Mechanic 4.6.9 stopped opening a few hours ago.  Last night it worked and this morning suddenly the shortcut icon disappeared and when I try to open from applications folder I get message saying this application cannot be used with Mac OSX!  I need to use this application for work so I really need to get this working.  Help!

    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at the top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    Also, could it have possibly auto updated to a later version?

  • Bookmark Open File Action not working on MAC OSX

    We are getting the following error when trying to open different files that start find in Finder:
    could not find an application to open the file 'xxxxx'
    We tried a simple MAC OS Application.app file, a terminal app script and in both cases we get the above error.  These same files start up without issue on a click in Finder.
    The Open File action "DOES" work on an Microsoft Office File... but does not work for a Mac Application.App file or a AppleScript script file.
    Can anyone share how to get Open File to work with some type of script file or application file on the MAC OS with Adobe Reader 11 ?

    We ended up having to create an App on the MAC OS with an "associated" file type and then use the Bookmark Open File Action on files of that type.  This followed what worked for opening Office files on the MAC from the Bookmark Open File Action.
    My question was ... on Windows we could use the Bookmark Open File Action to open up "applications" or "bat scripts" directly... but this does not appear to be supported on the MAC.  We could not "start" an app or a script directly from the Bookmark Open File Action.  We had to set the action to open a file and then handle that file in the associated application we created for that filetype on the MAC.
    Thank you for your question,
    James

  • Finder window not working properly

    This only just started happening, and it only seems to be happening to one or two folders...
    First of all, this is what it looks like
    as you can see, the file names look funky.
    Also, if I edit a picture or delete one, it doesn't register the change unless I exit the folder and bring it back up.
    Anyone know what's going on here and how I can fix it? This also happened when I tried to make a ringtone a few weeks back. I am running Yosemite.

    Also, I just tried clicking on the sidebar (I tried applications, desktop, and documents) and it will not navigate away from this window. If I exit the window and open a different finder window, it works. So what is it about this particular folder?

  • My Facebook "click to post" in the notification center is not working. (Mac OSX 10.8.3). what should i do? :(

    When i click the "click to tweet" button, it works, but when i click the "click to post", nothing happens---plus my twitter button wont work afterwards. so i have to restart my mac again. tried removing my fb account then adding it again, but still doesn't work. Any solutions?

    It is most likely because Notification Center alters the menu bar and the dock itself. My facebook and my twitter button won't work properly either, but when i double-click the buttons it works. but i can't understand why your twitter button works once but won't work again.

  • Internet not working properly in osx but fine in xp

    I'm running OS X 10.5.6 and found that lots of websites just aren't loading up. For example I have to post this in xp as this part of the apple website just hangs.
    Webmail also doesn't work, can't log onto hotmail, I can log onto yahoo but cant read messages or send mail via webmail. If I use the 'mail' program in OS X I can download all the mails and send very small mails of up to about 10 lines, any more than that and they just get stuck. I have tried Safari, Firefox and Seamonkey, also the Seamonkey mail client and all suffer the same problems.
    The websites will just sit there loading and eventually time out.
    I have XP home edition on bootcamp, if I reboot into that it's fine and I can access everything normally using both IE7 and firefox.
    If I run the same xp partition using VMware fusion though I have the same problems as in OS X.
    This problem was present in 10.5.5 and I was hoping it would be cured in 10.5.6... I guess not.
    I read a lot of talk about dns problems so I manually added various dns servers but to no avail. The network settings are the same in xp as in os x (except for the dns servers I added).
    Has anyone got any suggestions on this? I got a mac to escape windows, now its forcing me to use it >.<

    I'm also having extreme problems with Flash. I did the
    uninstaller thing too, I re-booted over & over again & it's
    still not working. I can't view anything that uses Flash!!! It
    shows up as being installed on my computer, but all the websites I
    go to say "you don't have the new version installed-install now."
    There's a link to install, I get the pop up on my toolbar to
    install Active-X, but nothing happens.
    If anyone has new info...please help

  • Hp laserjet 100 color mfp m175nw not working anymore – MAC OSX YOSEMITE

    After installing the YOSEMITE update my hp laserjet 100 color mfp m175nw not printing anymore. Connection is USB. And OSX Drivers are all up-to-dae. Also i heared similar problems with other printers than HP.
    Any help? Thanks alot.

    Hi @Ankanb ,
    I understand that you are having issues since the Apple Security Update was done on the computer, after  uninstalling and reinstalling the software, you can't find the printer now.  I would be happy to help you.
    I have provided some steps to try, to see if we get the printer working again over the network.
    Print a Configuration page to see if the printer still has a valid IPv4 address.
    Printing a Configuration Report.
    If you have a valid IPv4 address for the printer then try and access the Embedded Web Server for the printer.
    Type the IP address into your web browser's address bar. (Safari)
    Did it load the webpage?
    Repair the Disk Permissions on the Mac:
    Close all applications.
    On the Apple menu bar, click Go, click Applications and then click Utilities.
    Double-click Disk Utility.
    Highlight your hard drive/partition on the left.
    Click Verify and then Repair Disk Permissions.
    Restart the computer..
    Reset the Printing System:
    Note: This will remove all printers in the print and Fax/Scan, any printer removed can be re-added later by clicking the plus (+) symbol.
    Click the Apple icon and then click System Preferences.
    Click Printers & Scanners.
    Right-click (or Ctrl +click) in the left white side panel, then click Reset printing system.
    Click OK to confirm the reset.
    Type the correct Name and Password.
    Click OK to reset the printing system.
    Then click the + sign to add the driver, highlight the printer. (you might have to click the drop down to select the printer's name) Then click on the Add button.
    If you are having network issues, then add the printer through the IP Protocol.
    After clicking the + button, select the IP icon across the top, type in the printer's IP address, select jet direct below and then Apply. (you won't be able to scan but you will be able to print, this way we will know if it is a Multicasting issue, if the Mac sees the printer)
    If the Multicasting is turned off on the router, you won't be able to add the printer as a bonjour device.
    Test the printer.
    How is the printer connected?  (Ethernet/Wireless)
    If there is anything else I can help you with, just let me know.
    Have a nice weekend!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Android File Transfer not working with MAC OSX 10.9.5

    I have a Kurio Extreme for my child, and I have downloaded and used Android File Transfer in the past. Recently two things have changed. My OS, and the Kurio tablet. I attempted to use it today, and the device is not recognized.
    I reached out to the Kurio Helpdesk and they state that the issue is either with the OS software or AFT. I have removed AFT, rebooted the computer, downloaded it again, all to no avail.
    Any ideas on how to fix this issue?

    This problem could arise if you have installed Kies. What it does is, it installs drivers which is not compatible with android file transfer app.
    Now the solution for this problem is properly uninstall kids from your mac, to do this follow the steps:
    1. Check the security and privacy settings in your system preference whether the settings for "Allow apps download from" to "Anywhere" (to set this first click the lock button on the left of your screen by entering your password, this will enable the option to be changed)
    2. After you are done with the first step open the kies installation file (file that is used to install kies, if you have deleted the file, download it again) open the file there you will find an option "uninstall". Click and follow the instruction.
    3. When you have successfully deleted the app, restart your mac.
    4. Install Android file transfer app if you haven't done it yet.
    5. Connect your android device
    6. BANG! It will work just fine. Hope it helps!!

Maybe you are looking for

  • HP Officejet Pro 8500a drops ability to network print after a period of time

    A recent development.  The printer has worked perfectly in the past. When I first boot up the printer, it prints wirelessly.  After it is inactive and I select another print job, the computer communicates to the printer.  The printer display and the

  • Auto or Always Continue Action even when error is encountered

    I have setup an action that selects a layer in my file and clears all smart filters and layer styles. I have setup another action that plays this previous action 10 times to ensure that all the layers are selected and formatted. However if it finds a

  • Regarding the table type

    hi, this is the requirement iam selecting a field from a data base table and passing that field to an import parameter of a function module. the type of the import parameter is table line type. how to pass data to that variable which of table type. t

  • What's up with this image?

    I only use PSE for very basic stuff like editing iTunes artwork, and I can't figure this out: Sometimes I run into images like this one that appear to have a transparent background, but when I bring it into PSE it has a black background. The image in

  • PO fields Price & MPN Non-Editable

    hi, The approval profile settings for PO are done and the PO_PRICE_CONFIRMATION setting are in place but still not able to edit the PO price and MPN field in UI. thanks, $.