Missing icons, garbage graphics

After I upgraded to 10.8.2, I started encountering the issues below. Any one know what's going on?
I have used Disk Utility to fix the permissions, it didn't help.
The graphics are screwed up. Happens at different locations. Sometimes when I go to a new Desktop, other times on the icons when I am doing CMD+Tab or at Mission Control.
Here you can see the icons are missing. This is also true in finder and Safari, the icons in the toolbar are completely gone.

End up working through it with Apple Tech support.
Turned out in the end to be cache-related in my case.  Deleting all Cache items under:
~/Library/Caches
/Library/Caches
did the trick. Sledgehammer approach (there's probably a specific apple cache file that is  corrupt) but solved it for me. 
Guessing something went haywire when waking up.
Hope helps someone else.

Similar Messages

  • 10$ reward (paypal) to fix apple sign-in page missing icons

    still missing icons on this stupid page
    after reformatting and reinstalling the os
    all i see are a bunch of question marks and some of the page
    sometimes as many as 7 are missing
    it is now officially driving me nuts
    as i sign-in everyday
    nothing i tried has fixed this stupid problem for me
    if i'm not violating rules here
    the money is legit
    fix it, i'll test it for a week then you get paid
    here are some of the things i've done
    reset safari
    emptied all caches
    reinstalled safari
    reformated and reinstalled osx 10.4.5 (no software added, just os)
    run all kinds of maintenance (onyx, mac janitor, cocktail etc...)

    Hi, av, Ryan, jp, and ~Bee —
    ~Curious that it would be just a few icons on a single webpage.
    Hopefully, one of the latest ideas that ~Bee posted has helped you to find the culprit. If not...
    I wonder if it's a filter gone awry.
    Nothing resounds, but just adding to the brainstorming:
    I realize that Ryan has already asked about ad blockers, but you may want to double-check to confirm that you're not using a filter inadvertently. VersionTracker lists Mac-compatible examples, including: PithHelmet, AdGate, NetSentry, gccc, loopBlock, AdSanity, Additioner, and SpeedManiac. Most or all of these offer an option to block graphic images to boost browser performance — a feature which might be in force even when you've disabled the primary ad-blocking features. In some cases, this may be activated by a simple keyboard shortcut.
    Another way you could block certain servers is by using a "hosts file" associated with lookupd and niload or nidomain. Do you recall ever setting up a hosts file of domains that you wanted to block? (If you think this is possible but can't recall for sure — feel free to post back; this can be checked using a simple Terminal command.)
    Just my 3¾¢ — for free. . .
    Good luck!   and
    Regards,
    Dean
    [1,869 ⊥ 3,285]

  • Win 7 "Default Programs" does not include MS Office 2007 Programs, the missing Programs are missing ICONs as well

    I installed Windows 7 in an upgrade from Windows XP.  As part of the process MS gave me a URL to download a Office 2007 Pro I could activate with the license key I owned.  I got similar URLs for Visio Professional and Project Professional. 
    Downloaded, installed, activated, started the programs.
    From the beginning some of the icons were missing.  Like the icons for Word, Excel, Access, Outlook, Power Point, Publisher, Visio, and of course Project.  I tried most of the answers in this forum, that didn't sound like guesswork, and none of
    them solved either problem.  There must be at least 65 guesses to fix the icon problem, but none with the missing Default Programs problem.
    The programs related to the missing "Default Programs" still work, they startup when you select the related document.  If I check "Associate a File Type or Protocol with a Specific Program" the missing Office 2007 programs are listed
    there, associated with the designated programs, but are missing icons.
    I make it a habit not to pay a vendor for a product so that I can have the privilege of fixing the vendor's problems.   Google tells me these are well known problems.  The only thing missing is the answer.  I won't ever use MS chat or telephone,
    because all they do is tell me why they can't help and transfer me elsewhere.
    Does anyone have a REAL answer please?

    To restore office icons you could try this method
    http://transitionmarketing.wordpress.com/2013/01/16/restoring-microsoft-office-icons/
    I had the same problem with Office 2010 programs not showing in "Set Your Default Programs". No other "fixes" (including repair) worked. Found this thread:
    http://www.sevenforums.com/microsoft-office/222503-office-2010-not-listed-default-programs.html
    and used it as a guide. When you look at this key
    HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications
    you will see a list of software pointing to another HKEY_LOCAL_MACHINE registry key. For example, my Word program was showing up as "Word.Application.14" and pointing to Software\Clients\Word Processing\Microsoft Word\Capabilities
    (In contrast, PastorMike's fix in the link above advocates making a new entry under HKEY_LOCAL_MACHINE\Software\Microsoft\Office\14.0\Word\Capabilities. However, OneNote did appear in my "Set Your Default Programs" and it - and the other Office programs
    - were listed under ..\Software\Clients\... and not ...\Software\Microsoft\...)
    So at this point I went my own way (although maybe PastorMike's fix would also work).
    The difference between OneNote and the other programs was the existence of values for "ApplicationName"  and "ApplicationDescription" in HKEY_LOCAL_MACHINE\Software\Clients\Word Processing\Microsoft Word\Capabilities. Also, for OneNote
    there was a "FileAssociations" sub-key that was missing from the other programs.
    It is setting the values for ApplicationName and ApplicationDescription which cause the program to show up in the list in the left pane of "Set Your Default Programs". And it is the file associations in the FileAssociations key that allows resetting
    associations en masse when they are snaffled by another program.
    Below is the reg file I added for Word 2010. (i used similar for the other programs) After doing this, Word appeared after reopening "Set Default Programs" - no reboot required
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Word Processing\Microsoft Word\Capabilities]
    "ApplicationDescription"="Create and edit professional-looking documents such as letters, papers, reports, and booklets by using Microsoft Word."
    "ApplicationName"="Microsoft Word 2010"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Word Processing\Microsoft Word\Capabilities\FileAssociations]
    ".doc"="Word.Document.8"
    ".dochtml"="wordhtmlfile"
    ".docm"="Word.DocumentMacroEnabled.12"
    ".docmhtml"="wordmhtmlfile"
    ".docx"="Word.Document.12"
    ".docxml"="wordxmlfile"
    ".dot"="Word.Template.8"
    ".dothtml"="wordhtmltemplate"
    ".dotm"="Word.TemplateMacroEnabled.12"
    ".dotx"="Word.Template.12"
    ".htm"="wordhtmlfile"
    ".html"="wordhtmlfile"
    ".odt"="Word.OpenDocumentText.12"
    ".rtf"="Word.RTF.8"
    ".wbk"="Word.Backup.8"
    ".wiz"="Word.Wizard.8"
    ".wll"="Word.Addin.8"
    By using my ramblings and the link provided above you may be able fix the problem you are having with Office 2007. However, I am unsure of how to find the necessary file associations for Office 2007 except by trawling through your registry for the filetypes
    listed in the link above and the values for them in HKEY_CLASSES_ROOT.

  • How can I restore missing icons?

    The Skype icon has been replaced with the default paper, pencil, paintbrush icon. It shows this way in the dock and when i search for it in the finder. The program still works normally. If I duplicate the app, the Skype icon shows properly on the dupe version. If I then delete the old one and then rename the copy to "Skype" instead of "Skype copy," then it returns to the missing icon. I Googled this issue and everyone seems to have a different answer. I ran disk permission repair and that did nothing. I'm weary of doing anything with the terminal unless I know for sure it is a fix. Thanks.
    iMac 27-inch, late 2013
    3.2 GHz Intel Core i5
    8 GB 1600 MHz DDR3

    Hello killheroes,
    So if you duplicate the Skype app the correct icon is seen, but if you rename it back to Skype you lose the icon again?
    What happens if you copy the correct icon into the renamed Skype?
    OS X Yosemite: Create custom icons for files or folders
    Use an icon from another file or folder
    Select the file or folder whose icon you want to use, then choose File > Get Info.
    At the top of the Info window, click the icon, then choose Edit > Copy.
    Select the other file or or folder, then choose File > Get Info.
    Click the icon, then choose Edit > Paste.
    Restore the original icon for an item
    Select the file or folder, then choose File > Get Info. 
    At the top of the Info window, select the custom icon, then choose Edit > Cut.
    Best,
    Nubz

  • Want to make a trigger arrow icon of graphic chat

    How to make a trigger arrow icon of graphic chat as attached.
    When drag it up and down, the value of trigger voltage level changed follow it.
    Any suggestion, thanks.

    Very quick and dirty implementation in attachment. Uses it as starting point.
    With Picture control you may get more flexibility, but need more programming (muse Enter/Leave/Move, etc)
    With Slider - a little bit more easy (I will recommend this way for you)
    Andrey.
    Attachments:
    Pict.vi ‏20 KB

  • Functions palette missing icons (Report Gen. Toolkit))

    Os: XP
    Ver. Labview 2010
    Hi all,
    I am having problems with mig functions palette. For the Report Generation Toolkit there are missing icons , subpalettes are empty. I have tried to fix it in 2-3 hours without luck 
    Anyone who knows to how to get the Report Toolkit to ping to the right dir.mnu, llb, and .vi folders?
    Attachments:
    RE1.jpg ‏87 KB

    If i am in edit Controls and Functions Palette  Set, and browsing to Word tabel window which were empty before, its not empty in edit mode. If you go back to normal mode, than they are gone
    Attachments:
    editp.jpg ‏54 KB

  • Crystall reports and missing icons?

    Post Author: OmegaM
    CA Forum: General
    Hello I hope, that someone can help me. I have web service which i use with crystal report. If i test on local machine than i see just it has to be, but soon if i roon my web service i have problems with icons... here is example but if i want to see if is path right on missing icons doesent shoe me nothing, just blank  " align="middle">

    Try a SMC:
    http://support.apple.com/kb/HT3964

  • Missing Icons in "Multiple Selection Window"

    Hi Folks,
    I am trying to solve an issue in regards to missing icons.
    In any report when you click on the multiple selection icon on the right, you get a new window with 4 options.
    1. Select Single Value (Green Dots)
    2. Select Ranges (Green Dots)
    3. Exclude SIngle Values (Red Dots)
    4. Exclude Ranges (Red Dots)
    We are upgrading our system to ECC6.0 from 5.0 and I do not see these icons in DEV and Quality since the upgrade. Is this a setting or Config? Please advise
    Regards
    Mahesh.

    Any idea folks? Still having this issue.
    Your help is appreciated.

  • Nokia e55 missing icons

    On the "home" screen (the one which apears when you turn on your mobilephone) are missing icons. In the left bottom corner has to be the Menu "icon"/text,right bottom corner the contacts "icon"/text. Under the clock and the date the 6 small icons are missing too (default:messages,internet gps,...). How to get them back? I tried to reset my phone, update..i searche the whole settings but i didnt found anything. How to get back these icons? I atached a picture so you can see which icons are missing( I marked them red)
    Solved!
    Go to Solution.
    Attachments:
    nokiae55.jpg ‏37 KB

    thank you lord ! it works..i think i have only tried the soft reset,but i dont understand why the update didnt helped . thank you! You have a beer next time thx again

  • My Entire iphoto Library is missing - only showing missing icons please hel

    Hi there, I am in quite a mess. I purchased an external hard drive to back up all my content on my computer. I was attempting to backup my iphoto which was not exporting properly. I went into the help menu to see how to back up to an external hard drive. The description was given to me on Help as going into pictures in Finder and then into iphoto library where all the photos would be backed up and I could copy and transfer to the external hard drive from there. There were several icons in that location and I clicked on one that was titled iphotlibrary6 (or something similar) to see if the photos were in there. Then I got a pop up saying was rebulding thumbnail caches and then all my photos showed the missing icons but I can't get the photos to show or come back. I looked in the trasha dn they are not there. I don't know what to do to get them back.
    This happened a while ago when my iphoto crashed (support didn't know how this happened) and I had to get my entire macbook reconfigured.
    I would really appreciate someone's help as the phone support refuses to help me unless I pay them more $.
    I haven't touched anything else on the iphoto and it says it has 1730 photos so I know there are in here somewhere as I have not deleted anything.
    Please help me get these back!
    Thanks in advance!

    HI again, I got them back thanks! I did a check in search for the original and modified folder as they weren't in the pictures:iphoto library. I found them in the trash. I don't know how they got there, I most likely put them there somehow but I moved them back to their proper location and then did as was suggested (Hold Alt and Apple and launch iPhoto) and they all came back (in their proper locations too!).
    Thanks again so much for your help! I hope someone else can learn from my lack of computer know-how!

  • Missing icons from Photoshop CS6

    I don't know if anyone has run into this problem, but there's a discussion going on about it in the Adobe Photoshop forums. Taking it here to see if it's an OS problem or a Photoshop problem.
    When saving a file from Adobe Photoshop CS6 Extended, file icons will not be saved with any format (forget about the alpha channel docs) - png, tif, jpg, psd, etc. I booted from my Lion Installer flash drive, repaired permissions and disk and some icon previews reappeared. Some didn't. No generic icon or anything. My Photoshop prefs are set to save a preview on the icons, as are with the 3 other Mac users who have reported the same problem.
    Has anyone else run into this problem? Does anyone have a solution. Adobe seems to be pointing the finger at Apple but, I have to admit, employees at Adobe seem stymied as well.
    Thanks,
    Clinton

    Ok, this is going to sound dumb, but, I found a work-around (at least on my local mac) for the missing icons & previews.
    The bad: I am having is when I save a CS6 .PSD, .TIF, .JPG, .ETC files, I get no icons or previews in finder...
    The good: if I rename the file inside a search results window, then a preview & icon is genererated giving me a glimse of what the file contents are.
    The bad: the new preview only shows up in the search results window, if I open the enclosing folder, the new preview is gone... where the renaming thing doesn't do anything with the preview or icon...
    The sad face: Apple? Adobe? Anyone?
    My first copy of PhotoShop was a beta of 1.0 that I got from Nikon way back in the "oh no you can't do that on a Mac" days and have been using Apple products before that... I have never seen such a blant UI issue that has gone on for so long without a fix. Shame, shame, shame...

  • "Missing" Icon in Sidebar under PLACES / Sluggish Response (if at all)

    First, the icons in the sidebar "PLACES" for all placed folders on a xServe or other computers are the white-dog-eared missing icon. When clicked, nothing happens. Click it 12 times in a row, really really fast, it might finally connect.
    Weird. I have two computers connected the same exact way... one with SL and one with L. SL doesn't work.
    Any ideas, or super psycho sudu terminal strings?
    Thanks.
    Message was edited by: adobechr
    Message was edited by: adobechr

    Additionally, we tried both of these methods to no avail:
    http://www.mac-connect.com/winfrommac.php
    http://www.mac-connect.com/macfromwin.php
    SMB doesn't work from MAC to PC. And on the PC, the MAC does not show up on as a network node as in the previous post above.

  • Missing icons from top of screen mac air

    Missing icons on top of desktop screen and also missing "control" icons on mail screen....

    FullScreen?
    1. Press the "esc" key - top left most key - on the keyboard.
    2. Move the cursor over to the  top right corner of the scree.
        Menu bar will drop down and click the blue double arrow icon.

  • Corrupt File names & missing icons

    I have three networked macs. 2 running 10.5.2 and one running 10.4.11. All of them access a LACIE network drive. The leopard macs show some folders with corrupt names. The tiger mac has no problem. The leopard macs have many files showing the gray missing icon. The 10.4.11 mac again shows all icons. This appeared to happen with the update from 10.5.1 to 10.5.2.

    did you find a solution? am having same problem with leopard 'converting' all file names with symbols [*/ etc] to strange new names. the macs with 10.4 still see names as they should be. any tips?
    thanks

  • Function palette polymorphic vi missing icon

    Hi,
    I have a problem that every polymorphic VI that I put on function palette is missing icon (question mark is displayed). All other VIs icons are displayed correctly. Of course, polymorphic VI exists on the specified path and its icon is the same as the icon of its sub-VIs.
    I have LV2012.

    Dear andrej!
    Since we have the VI Package Manager and the inside this the VI Package Builder tool, I recommend to use these to insert a new element (or submenu) into the function panel.
    Here you can find a very detailed Hands-on about the topic: https://decibel.ni.com/content/docs/DOC-17536
    BR,
    Balazs Nagy

Maybe you are looking for

  • Laserjet pro 300

    I installed LaserJet Pro 300 with Windows 8 and it worked great for several months.  Upgraded to 8.1 and have experienced problems everyday.  The print queue won't clear when I delete documents; starting and stopping the spooler doesn't clear the que

  • E-mail configuration in notification

    Hi Experts, I want to send e-mail (suppose vendor having gmail or yahoomail) to vendor when notification created. Please tell me step by step procedure to do this. Raja

  • Output type in SAP Script

    hi all, what is this output type?why it is needed? i have developed a print prog for exise invoice but not used output type anywhere to see the output of the form. so my question is when this output type is reqired and when not? whther i should creat

  • Disappeared application from App Store

    Hi all, I recently installed an application (2do) from the App Store onto my iPhone 3GS. After synching over USB link (and answering 'yes' to the question to transfer apps from the iPhone to iTunes) the app has now disappeared from the iPhone. It doe

  • Mac book pro is slow

    tried disk repair. Helped for a while. Here's a full system report. Could youu help me out? Thx a lot ! jefke71 EtreCheck version: 1.9.11 (43) - report generated 22 May 2014 08:36:37 GMT+2 Hardware Information:           MacBook Pro (17-inch, Late 20