How can i fix blank "File Info...." in Photoshop CS5?

I wanted to add metadata to some of my photos. However, when I attempted to open "File Info" there was nothing in the dialogue box. It was just empty. Is there a method for fixing this apart from reinstalling Photoshop?

This might also have something to do with your graphics card.
I don't have cS5 loaded, but it might be close to what CS6 has  There are some differences in the acutal panels between the two, but that might be in relation to the swf files.  The main file structure looks something like this:
C:\Program Files (x86)\Common Files\Adobe\XMP\Custom File Info Panels\3.0 with these folders under 3.0: AMT, bin, custom, panels.  There are no files under this folder.
Under the "panels" folder there are all the folders of the tabs: Advanced, audioData, camera, categories, description, dicom, gpsData, history, IPTC, IPTCExt, mobile, origin, rawpacket, and videoData.
Under each of these are folders: bin and location.  And the one file manifest.xml.
Advanced:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "advanced"
            label = "$$$/AWS/FileInfoLib/Panels/Advanced/PanelName=Advanced"
            order = "200"
            description = "$$$/AWS/FileInfoLib/Panels/Advanced/PanelDescription=Displays the XMP data in a tree view."
            type = "built-in"
            version = "1.0"
            panelLibrary = "advanced"
            panelClass = "com.adobe.xmp.panels.Advanced"
            localizationFile = "Advanced"
            visible = "true"
            modifyDate = "2008-03-04Z">
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>
audioData:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "audio"
            label = "$$$/AWS/FileInfoLib/Panels/DynamicMedia/AudioData/PanelName=Audio Data"
            order = "50"
            description = "$$$/AWS/FileInfoLib/Panels/DynamicMedia/AudioData/PanelDescription=Contains the most important audio properties."
            type = "built-in"
            version = "1.0"
            panelLibrary = "audioData"
            panelClass = "com.adobe.xmp.panels.AudioData"
            localizationFile = "AudioData"
            visible = "true"
            modifyDate = "2008-01-28Z">
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>
camera:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "camera"
            label = "$$$/AWS/FileInfoLib/Panels/Camera/PanelName=Camera Data"
            order = "30"
            description = "$$$/AWS/FileInfoLib/Panels/Camera/PanelDescription=Contains the most important TIFF and Exif properties."
            type = "built-in"
            version = "1.0"
            panelLibrary = "camera"
            panelClass = "com.adobe.xmp.panels.CameraData"
            localizationFile = "Camera"
            visible = "true"
            modifyDate = "2008-01-21Z">
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>
categories:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "categories"
            label = "$$$/AWS/FileInfoLib/Panels/Categories/PanelName=Categories"
            order = "70"
            description = "$$$/AWS/FileInfoLib/Panels/Categories/PanelDescription=Image Categories"
            type = "built-in"
            version = "1.0"
            panelLibrary = "categories"
            panelClass = "com.adobe.xmp.panels.Categories"
            localizationFile = "Categories"
            visible = "true"
            modifyDate = "2008-01-29Z">
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>
description:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "description"
            label = "$$$/AWS/FileInfoLib/Panels/Description/PanelName=Description"
            order = "10"
            description = "$$$/AWS/FileInfoLib/Panels/Description/PanelDescription=Contains the core properties of the asset."
            type = "built-in"
            version = "1.0"
            panelLibrary = "description"
            panelClass = "com.adobe.xmp.panels.Description"
            localizationFile = "description"
            visible = "true"
            modifyDate = "2007-09-13Z">
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>
dicom:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "dicom"
            label = "$$$/DICM/FileInfoLib/Panels/DICOM/PanelNameAllLang=DICOM"
            order = "90"
            description = "$$$/DICM/FileInfoLib/Panels/DICOM/PanelDescription=Digital Imaging and Communications in Medicine."
            type = "built-in"
            version = "1.0"
            panelLibrary = "dicom"
            panelClass = "com.adobe.xmp.panels.Dicom"
            localizationFile = "DICOM"
            visible = "true"
            modifyDate = "2007-12-10Z">
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>
gpsData:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "gpsData"
            label = "$$$/AWS/FileInfoLib/Panels/GPSData/PanelName=GPS Data"
            order = "35"
            description = "$$$/AWS/FileInfoLib/Panels/GPSData/PanelDescription=Contains the EXIF GPS tag properties."
            type = "built-in"
            version = "1.0"
            panelLibrary = "gpsData"
            panelClass = "com.adobe.xmp.panels.GPSData"
            localizationFile = "GPSData"
            visible = "true"
            modifyDate = "2011-08-15Z">
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>
history:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "history"
            label = "$$$/AWS/FileInfoLib/Panels/History/PanelName=History"
            order = "100"
            description = "$$$/xmp/photoshop/History_description=The Photoshop History displays an accumulated log of edit history that has been done to the document. The logging capability can be turned on via the PS preference dialog under General>History Log."
            type = "built-in"
            version = "1.0"
            panelLibrary = "history"
            panelClass = "com.adobe.xmp.panels.History"
            localizationFile = "History"
            visible = "true"
            modifyDate = "2008-01-29Z">
            <!--
            <filter type="show" ignore="false">
                <mimetype>application/vnd.adobe.photoshop</mimetype>
            </filter>
            -->
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>
IPTC:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "IPTC"
            label = "$$$/AWS/FileInfoLib/Panels/IPTC/PanelName=IPTC"
            order = "20"
            description = "$$$/AWS/FileInfoLib/Panels/IPTC/PanelDescription=International Press Telecommunications Council Core schema properties."
            paneltype = "built-in"
            version = "1.0"
            panelLibrary = "iptc"
            panelClass = "com.adobe.xmp.panels.IPTC"
            localizationFile = "IPTC"
            visible = "true"
            modifyDate = "2008-04-01Z">
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>
IPTCExt:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "IPTCExt"
            label = "$$$/AWS/FileInfoLib/Panels/IPTCExt/PanelName=IPTC Extension"
            order = "25"
            description = "$$$/AWS/FileInfoLib/Panels/IPTCExt/PanelDescription=International Press Telecommunications Council Extension schema properties."
            paneltype = "built-in"
            version = "1.0"
            panelLibrary = "iptcExt"
            panelClass = "com.adobe.xmp.panels.IPTCExt"
            localizationFile = "IPTCExt"
            visible = "true"
            modifyDate = "2009-06-12Z">
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>
mobile:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "mobile"
            label = "$$$/AWS/FileInfoLib/Panels/Mobile/PanelName=Mobile SWF"
            order = "60"
            description = "$$$/AWS/FileInfoLib/Panels/Mobile/PanelDescription=Lets you define metadata of a mobile SWF document."
            type = "built-in"
            version = "1.0"
            panelLibrary = "mobile"
            panelClass = "com.adobe.xmp.panels.Mobile"
            localizationFile = "Mobile"
            visible = "true"
            modifyDate = "2008-02-21Z">
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>
origin:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "origin"
            label = "$$$/AWS/FileInfoLib/Panels/Origin/PanelName=Origin"
            order = "80"
            description = "$$$/AWS/FileInfoLib/Panels/Origin/PanelDescription=Displays information about the origin of the asset."
            type = "built-in"
            version = "1.0"
            panelLibrary = "origin"
            panelClass = "com.adobe.xmp.panels.Origin"
            localizationFile = "origin"
            visible = "true"
            modifyDate = "2007-09-13Z">
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>
rawpacket:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "rawpacket"
            label = "$$$/AWS/FileInfoLib/Panels/RawData/PanelName=Raw Data"
            order = "210"
            description = "$$$/AWS/FileInfoLib/Panels/RawData/PanelDescription=Displays the XMP packet in raw RDF/XML form."
            type = "built-in"
            version = "1.0"
            panelLibrary = "rawpacket"
            panelClass = "com.adobe.xmp.panels.RawPacket"
            localizationFile = "Rawpacket"
            visible = "true"
            modifyDate = "2008-02-22Z">
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>
videoData:
<xfi:fileinfo xmlns:xfi="http://ns.adobe.com/xmp/fileinfo/">
    <xfi:panels>
        <xfi:panel
            name = "video"
            label = "$$$/AWS/FileInfoLib/Panels/DynamicMedia/VideoData/PanelName=Video Data"
            order = "40"
            description = "$$$/AWS/FileInfoLib/Panels/DynamicMedia/VideoData/PanelDescription=Contains the most important video properties."
            type = "built-in"
            version = "1.0"
            panelLibrary = "videoData"
            panelClass = "com.adobe.xmp.panels.VideoData"
            localizationFile = "VideoData"
            visible = "true"
            modifyDate = "2008-01-28Z">
        </xfi:panel>
    </xfi:panels>
</xfi:fileinfo>

Similar Messages

  • InDesign CS5 is not opening after deactivation/activation. How can I fix this? Illustrator and Photoshop open and are working fine. Please help!

    InDesign CS5 is not opening after deactivation/activation. How can I fix this? Illustrator and Photoshop open and are working fine. Please help!

    First of all, thank you for replying so promptly to my posts this morning!
    I can't remember how I got the software on his computer, but I'm pretty sure it wasn't through migration assistant.
    I was looking into doing an uninstall of InDesign and a fresh install. However, I initially downloaded the CS5 suite digitally and I can't find out how I am able to perform a fresh install of InDesign. Do you know where I find this info or gain access to download just InDesign again? I can't seem to find anything in my Adobe account that shows where I might do another download.

  • How do I auto fill "file info" in photoshop cc ?

    How do I auto fill "file info" in photoshop cc ?

    If it's repeating information such as your contact and copyright information, you may wish to create a Template.
    Auto-complete is available in Photoshop CC, which is a time saver. This feature has been left out of CC 2014.
    How can I set in ps the "file info" autofill option?
    Creating Metadata Templates | Photometadata.org

  • How can I add an arabic font in Photoshop CS5?

    Hi..I have windows 7, and am using photoshop CS5. I have an arabic font installed in my control panel
    thus i can use it in all other programs..except for photoshop. I cant view that arabic font in the photoshop
    fonts drop down box. I would really appreciate if anyone can help me! thanks.

    Thanks a lot, however there is another arabic font in photoshop, which I can use,
    but whenever i use that font, its doesnt come out right..its like the letters are disjointed.
    Also i tried to look for the 'Middle Eastern Format" in the "paragraph" section..but the
    middle eastern option was not availabe. So the point is I can't write in Arabic in Photoshop!
    I'd really appreciate if someone could help me.Thanks.

  • How can I fix blank spots and missing images with firefox

    I type in pch.com for instance and the image doesn't appear and when I hit begin It shows me spaces for names address etc. but there is no submit box. I can click where it should be and it works. On yahoo themes, All the squares are white. If I point to it, It says the color but doesn't show it.

    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    *http://kb.mozillazine.org/Website_colors_are_wrong
    *http://kb.mozillazine.org/Websites_look_wrong
    If images are missing then check that you aren't blocking images from some domains.
    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    *Check the exceptions in "Tools > Options > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.<br />
    Make sure that you do not block third-party images, the permissions.default.images pref should be 1.
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    *https://support.mozilla.org/kb/Images+or+animations+do+not+show

  • How can I fix "gradient file bad or corrupt" in elements 12

    When I start elements 12 a notice comes up that says "the gradient file bad or corrupt".  If I click ok the program finishes loading but will not open any existing files, it says they are not valid adobe files, even though they were created in elements 12.  I have uninstalled and re installed the entire program, but the message still comes up.

    Reset the gradient tool or all tools.Look for a box with lines in it on the tool's option bar. Click & reset..
    If that does not fix it, suggest that you reset preferences via Edit>Preferences>General. Reset and relaunch.

  • How can I fix missing file?

    Tried to open itunes from home screen as usual.  Get message MSVCR80.dll not found.  Tried reinstall & doesn't work. Always worked fine before.  Have an ipod shuffle & iphone5.  Any ideas how to fix?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • 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 save the file to lower vers(CS5)?

    I am using flash professional cc 2014 and I want to downgrade the version to CS5.
    Would you please let me know how I can do?
    I have to do.... plz help me!

    In my country, offer to drive to a service center. I want to do it myself.

  • How can I view .mts files in the Photoshop Organizer?  I have Photoshop 8.0.

    I have Adobe Photoshop 8.0.  I cannot view my Panasonic Lumix .mts video files from the organizer.  What do I need to do to be able to view my video files?  Thank you.

    PSE has limited support for video (wmv or mov files) and ideally you need Premiere Elements for working with your files and for burning DVDs or uploading clips to the web.
    You may wish to wait for the launch of PSE12 and then think about upgrading as the combo price for PSE & PRE together is usually more attractive.

  • I can,t open raw files in Bridge/Photoshop CS5 from my Canon Eos 6D. I succeeded in transfering from my camera using Bidge

    I need help

    Which version of Camera Raw do you use (Photoshop > About Plug-In > Camera Raw) and which one is needed for that camera?
    Camera Raw plug-in | Supported cameras

  • How can I fix a damaged FileMaker database file?

    My Mac mini with a FileMaker Server crashed. One of the database files did not close correctly. How can I fix this file?

    Thank you very much for your good questions.
    I had forgotten about the repair function.
    I repaired the damaged file with my FM and reloaded it into the FM Server.
    It works fine again. My problem is solved
    Thank you very much.

  • I have some albums that only a few tracks are recognized and others are not.  The difference in the info is that the pc recognizes the tracks that say aac matched and not the ones that say aac file.  how can I fix that.

    I have some albums that only a few tracks are recognized and others are not.  The difference in the info is that the pc recognizes the tracks that say aac matched and not the ones that say aac file.  how can I fix that.  I have tried to creat new file but the message unknown error (-50) pops up.  Also these files have played in the past

    We usually advice first to Reload web page(s) and bypass the cache in case of such problem and then do a check for extensions to see if any are causing the problem.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Other possible causes can be zooming a page or having increased the minimum font size.
    *http://kb.mozillazine.org/Websites_look_wrong

  • Lately pdf files from the Web do not display properly; what is wrong and how can I fix it so I don't have to use IE?

    I am a professor and frequently need to open pdfs of academic journal articles from electronic databases. Within the last two or three weeks, when I try to do this using Firefox, only the first page of the pdf displays and the rest are blank. In addition, a bar appears across the top with the message "This pdf file may not display properly." So I have had to switch to Internet Explorer to open the files and do my research. What is going on and how can I fix it so I can open pdf files from the Web in Firefox and have them display properly?

    My question is simple - why would you put an application in production that has a lot of bugs? To replace a good and steady Adobe product? My customers will believe that I put a pathetic fallible form online. They are not sophisticated on computers so I just tell them to use IE. Ugh
    I must agree with pgwebgirl!

  • TS1702 After installing the new software to my iPhone 4S , my dream zoo either will not start or when it does it has a blank screen that has a few icons on it that wont work. How can I fix this is it possible to go back and reinstall the older software ?

    After installing the new software to my iPhone 4S , my dream zoo either will not start or when it does it has a blank screen that has a few icons on it that wont work. How can I fix this is it possible to go back and reinstall the older software ?

    Unfortunately I tried that and it didn't work. Thanks for the help though. I tried to uninstall and it said I couldn't because the file is corrupt or something, but I think I finally got it uninstalled and/or deleted or whatever, but now I try to reinstall/download it again from the beginning and I can't. No matter what I do I can not get Firefox working again. No matter how many times I try to redownload it. Any other suggestions?

Maybe you are looking for

  • Function Key not work when using jre1.5

    My application was based on JDK1.3 to develop and JRE 1.3 is using in the client side. In the application, function keys are the shortcut and it is working fine based on the above setting. Since JRE 1.5 is encouraged to be used in the future, we try

  • Format utility unable to select labeled disk

    I have a system running Solaris 10 x86, booted with 64 bit kernel. Recently, i decided to add a second hard drive to the system. The drive is Seagate ST340014A (40GB ATA drive). I ran format and managed to fdisk, partition & label the disk, but later

  • Gray hourglass instead of picture in organizer

    When I try to get pictures from my files and when I updated to 13 some of my files show up as gray hourglasses and the photos never show up unless I click on the hourglass.  I want to be able to see them in the organizer not have a bunch of hourglass

  • How can I access WEB-INF/lib

    Hello all, I deployed JClient application using Java Web Start. I have the following lines in jnlp file <resource> <jar href="WEB-INF/lib/share.jar" /> </resource> There's actually share.jar under WEB-INF/lib directory, but I got error message when e

  • [Fwd: Re: Mbean method seems to work, but nothing happen]

    Forwarding to security news group for help ... -------- Original Message -------- Subject: Re: Mbean method seems to work, but nothing happen Date: 18 Jun 2004 15:25:51 -0700 From: Claudio Lazo <[email protected]> Reply-To: Claudio Lazo <[email prote