What is wrong with Bridge CS6?

I have recently been experiencing a rash of strange problems with Adobe Bridge CS6 (5.0.2.4). Basically, it seems to no longer be able to recognize metadata. The list of malfunctions include: No EXIF data displayed, can not launch ACR, can not rotate images, thumbnail metatdata does not display dimensions (a blank space where dimensions should be), full screen previews are small, Bridge does not recognize or display changes made to images in ACR, Star ratings dissappear or can not be sorted. I am finding some new problem daily. ACR and Photoshop are uneffected. Running on Mac OS X 10.9.2. Seems to have failed shortly after an update from Adobe.
From my perspective it seems like an Adobe problem since the last thing to change on my system was an Adobe update. Everything was working fine after my most recent OS update. So, I do not immediately suspect Mavericks. Anyone else having these problems? Any ideas on a solution or troubleshooting? Already performed the "opt-click" on launch reset/purge, etc.

Try this for size:
http://helpx.adobe.com/bridge/kb/acr-84-bridge-cs6-metadata.html

Similar Messages

  • What's wrong with CS6?

    I bought, installed and happily used CS6 since Feb 2013. Now suddenly the system can't open any of the CS6 programms, even refuses Acrobat reader etc. Asks for new purchase. What's wrong (was not a limited license as far as I know)? How to repare?

    Dear Kglad,
    All CC programs have been removed now from the desktop, leaving the CS6 suite and Adobe Acrobat Xpro programs. Now it seems to be working fine. (And I got more space back on the hard disk )
    I guess CC had a limited validity but took over from CS6, therewith blocking access to all Adobe programs ?
    Is that what has happened? Don’t know of any limited availability of CC when you have a valid license for CS6
    Have anyone heard of that?
    With kind regards,
    Frank
    Van: kglad 
    Verzonden: dinsdag 2 september 2014 20:10
    Aan: F Smeets
    Onderwerp:  What's wrong with CS6?
    What's wrong with CS6?
    created by kglad <https://forums.adobe.com/people/kglad>  in Downloading, Installing, Setting Up - View the full discussion <https://forums.adobe.com/message/6694789#6694789>

  • What's wrong with IN-APP PURCHASE??? all of a sudden i couldn't do any IAP purchase anymore????

    what's wrong with IN-APP PURCHASE??? all of a sudden i couldn't do any IAP purchase anymore????

    Please note that your post is already buried in the old pages of the forum.
    Due to the current unavailability of clairvoyants and mind-readers in the forum, we respectfully request you supply sensible, complete details.
    BOILERPLATE TEXT:
    Note that because this is boilerplate text, not all points may apply to any given, specific poster.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Problem with Bridge CS6 and MCXRedirector (OS X 10.9.5)

    Good afternoon all, I have a very irritating issue with Bridge CS6 that I've pretty much given up on now, so I'm wondering if anyone out there can help me before I do.
    The issue lies with Bridge CS6 running in a networked Mac environment, first, a little background: I am using OS X Server's Workgroup Manager facility for various restrictions and folder redirection. Our users had a nasty bug a little while ago that caused saved Photoshop files to end up in ~/Library/Caches/TemporaryItems instead of the actual network home location they selected to save in. While this was happening, a single entry was being used in the MCXRedirectory preference to redirect the entire of ~/Library/Caches/
    This was resolved by changing that preference and branching it out a little more, so now the folders subject to redirection are as follows:
    ~/Library/Caches/Adobe
    ~/Library/Caches/Adobe Camera Raw
    ~/Library/Caches/Meta
    ~/Library/Application Support/Adobe
    Doing this fixed the saving issue with Photoshop, but has in turn broken Bridge. When launched, Bridge immediately fails with the error "Adobe Bridge CS6 quit unexpectedly" and gives the three options to ignore, report or reopen.
    Taking away the ~/Library/Caches/Adobe redirection allows Bridge to work as normal again, but then I'm back to square one with Photoshop files saving in TemporaryItems again.
    Does anyone have any advice to remedy this annoying problem please?
    Thanks in advance.
    EDIT: Bridge version is 5.0.2.4

    Sorry, did not solve the problem. The info given did not bear much relation to what I could see in the print drop down box. I have been through all settings I can access and every thing appears normal. The print preview in the print box appears normal and shows colour, but this does not translate to the actual print.
    When printing a docuement of 3 pages or more using double sided the result is the first docuement page on one side of a sheet and the last page on the other side, but upside down, despite orientation set to long edge binding. All other pages between first and last are ignored.
    When printing docuements originating from printer software such as Print Quality Diagnostic and Make The Most Of Your Printer, the printer performs correctly with good quality printing and colour.
    I assume that the Mac update to 10.9.5 has corrupted something but I am not knowkedgeable enough to understand what. Any further assistance would be greatly appreciated. 

  • What is wrong with the idl code generated by packager.exe?

    Hello everybody,
    I am trying to figure out what is wrong with the idl code generated by packager.exe. In the evaluation for the bug posted at http://developer.java.sun.com/developer/bugParade/bugs/4964563.html it says that the IDispatch interface is not exposed correctly and thus early binding of java objects is not possible using the current activex bridge implementation.
    As I am no idl expert I have no idea what that means. However, I managed to dig out the idl code generated by packager.exe for the following example bean:
    package test;
    public class MyBean
         protected int value;
         public MyBean()
         public void setMyValue(int _value)
              value = _value;
         public int getMyValue()
              return value;
         public MyBean getSelfReference()
              return this;
    }The corresponding idl code generated by packager.exe is
    uuid(81B0BF63-2A55-11D8-A73E-000475EBF021),
    version(1.0)
    library MyBean
    importlib("Stdole2.tlb");
    dispinterface MyBeanSource;
    dispinterface MyBeanDispatch;
    uuid(81B0BF64-2A55-11D8-A73E-000475EBF021),
    version(1.0)
    dispinterface MyBeanSource {
    properties:
    methods:
    uuid(81B0BF65-2A55-11D8-A73E-000475EBF021),
    version(1.0)
    dispinterface MyBeanDispatch {
    properties:
    [id(4097)]
    int myValue;
    methods:
    [id(32768)]
    VARIANT_BOOL equals(IDispatch* arg0);
    [id(32769)]
    IDispatch* getClass();
    [id(32770)]
    int getMyValue();
    [id(32771)]
    IDispatch* getSelfReference();
    [id(32772)]
    int hashCode();
    [id(32773)]
    void notify();
    [id(32774)]
    void notifyAll();
    [id(32775)]
    void setMyValue(int arg0);
    [id(32776)]
    BSTR toString();
    [id(32779)]
    VARIANT wait([optional] VARIANT var0, [optional] VARIANT var1);
    uuid(81B0BF62-2A55-11D8-A73E-000475EBF021),
    version(1.0)
    coclass MyBean {
    [default, source] dispinterface MyBeanSource;
    [default] dispinterface MyBeanDispatch;
    };Does anyone know what is wrong with this code and maybe how to fix the idl code? Generating the dll should then be easy (I already tried several variations of the idl code but as my idl knowledge is limited it didn't really do what I wanted).

    Then the question is why it does work with visual controls (even if you set them to non-visible)?

  • What is wrong with the Photoshop CC 2014 blur tool?

    What is wrong with the Photoshop CC 2014 blur tool?  It only blurs pixels of initial contact with the tool.  It does not blur any pixels that are swiped by the tool as you drag it across the screen.  Photoshop CS6 blur tool works just fine.  Togeling between two versions of Photoshop to get the work done is a drag!

    all my settings both in the Options Bar and the Brush Panel are the same whether in CS6, CC, or CC 2014.
    Let’s see the screenshots.
    Don't know how to post a screen shot
    Use the camera icon.

  • What's wrong with my browsers?

    When i first got my macbook the internet was going really slow but then i changed the dns server to 4.2.2.2 and sometimes change it to 4.2.2.1 and the internet got better but now my browsers are acting funny.
    One moment i'm surfing webpages with safari or firefox.... Chatting with AdiumX or MS Messenger... and suddenly it just stops... Msn is getting time-out's, Safari says I'm not connected.
    But Airport sais it is still connected to my wireless network (with all the black bar's filled). It has valid IP adress etc, But everywhere I want to go on the internet it sais I'm not connected.
    When I disconnect the airport en let it reconnect with my wireless network, the connection is fine.
    how can i fix this?

    Most users shouldn't be manually entering DNS addresses, and those DNS addresses you mention probably aren't intended for end users. Is Level3 your ISP?
    That doesn't answer 'what's wrong with my browsers?', but a good start would be to configure your network according to your ISP's instructions. If you have DNS problems then, you might try using OpenDNS.

  • What's wrong with networking since Leopard?

    Hi,
    I'm with Mac since years. I was a PC User once and spent hours with all kinds of network troubles. What convinced me with Mac right in the beginning was easy networking: It just worked!
    But since Leopard things got worse: I have several MBP's, iMacs, Airport Extreme's and Airport Express's at different places which I installed, and I face the same problems at EVERY place:
    - I can't connect to AExtreme for several reasons: timeout, security incompatibility, ...
    - Sometimes only two Macs are allowed to connect to one AExtreme
    - Airport doesn't find Aiport or any other networks for minutes
    - After connecting to the router, can't get an IP (self-assigned IP only) - other PCs get an IP.
    - Aiport Extreme crashes (yellow blinking)
    - connection loss (even when AExtreme is very close)
    Now I know about networking, about configuration, I've done this for years. Whatever I do, problems disappear and appear again, at different times, at different places with different hardware.
    What is wrong with Leopard? Such problems remind me of times with Windows98 and stuff like that.

    What's wrong with networking since Leopard?
    on my network and many i have setup there have been no problems with leopard. However there are always teething problems with new operating systems. Thankfully with leopard only a tiny percentage of users experience technical difficulties.
    can't connect to AExtreme for several reasons: timeout, security incompatibility,
    is it set to use WPA/WPA2
    Airport doesn't find Aiport or any other networks for minutes
    sometimes my macbook pro takes a while to show up any networks if there are lots in the area this is because it is scanning them all.
    After connecting to the router, can't get an IP (self-assigned IP only) - other PCs get an IP.
    What kind of router are you using? What happens if you powercycle the router?
    # Aiport Extreme crashes (yellow blinking)
    # connection loss (even when AExtreme is very close)
    Have you tried resetting your AE to default. reinstalling its firmware or checking for a firmware update?
    Have you tried changing hte wireless channel your networ is broadcasting on?
    What is wrong with Leopard? Such problems remind me of times with Windows98 and stuff like that.
    Did you upgrade install your leopard installation or did you do clean (erase) installations?
    Have you tried created new network locations?

  • What's Wrong with My Computer?

    I have a G5 desktop computer, I believe it's referred to as a "Power Mac." My mom purchased it some years ago, I think in late 2005 shortly after this particular model was on the market.
    Info is:
    Version 10.5.8
    Processor 4 x 2.5 GHz PowerPC G5
    Memory 4.5 GB DDR2 SDRAM
    Hard Drive 240 GB (127 GB unused/available)
    My mother wasn't using this computer for many years, and my 13" Macbook was giving me trouble, so she gave this one to me. It's all been great (she maxed out the memory and hard drive space when she bought it, even though it is outdated and insignificant compared to current models), except for one little thing... Browsing the internet is usually fine when it's only one window, but not always. However, it is almost a guarantee that while trying to operate multiple windows and trying to play a video, Safari will crash. And not just once in awhile. I'm talking about on a daily basis. During regular offline computer use, like Photoshop or iTunes, the computer will sometimes grey over (as if someone put a fairly thick grey film over the entire screen), and tell me I have to restart the computer. So what's wrong with it? I presume it is a physical issue (failing memory, mother board, etc.), but what?

    Your computer is not remotely "maxed out" with RAM.
    You're describing a G5 Quad like mine (though mine was built in June of 2006), and maxed out means having 16 GB of RAM installed, like mine has.
    The Frolick wrote:
    …the computer will sometimes grey over (as if someone put a fairly thick grey film over the entire screen), and tell me I have to restart the computer. So what's wrong with it?…
    That's called a Kernel Panic, and, yes, it is most often caused by hardware problems, such as bad RAM or mismatched RAM.  I can't imagine how you get to 4.5 GB of RAM without exponentially increasing the risk of mismatched RAM.
    RAM has to be installed in matched pairs, starting from the center slots and spreading outward: 4*3*2*1*1*2*3*4
    On the other hand, my own personal experience has led me to conclude that Safari is a piece of cr@p.  It causes problems just being active in the background, causing other applications to fail.
    Check your RAM carefully, starting with just one pair of matched RAM sticks in the two center slots, then adding one pair at a time.  Check your hard disk with Apple's Disk Utility.
    The kernel panics can be caused by a damaged directory too, so if you own Disk Warrior, run it.  If you don't own DiskWarrior, at least Repair Permissions with Apple's Disk Utility and use Verify Disk/Repair Disk with it.
    I'd also recommend downloading and installing Applejack and run it according to the instructions.
    Good luck.
    2.5 GHz Power Mac (PPC) G5-Quad; 16GB RAM; mutant, flashed 550MHz nVidia GeForce 7800GTX 1,700MHz 512MB VRAM; ATTO ExpressPCI UL5D LP SCSI card; Mac OS X Tiger 10.4.11 and Leopard 10.5.8 boot drives; Spotblight, Dashboard and Time Machine permanently disabled; dual 22" CRT monitors; USB wireless 'n' available but connected to the Internet via wired Ethernet; FW flatbed scanner; 2 SCSI scanners (one tabloid-size transparency scanner and a film scanner); various internal & external HDs; FW Epson 2200 and Ethernet Samsung ML-2850ND printers; 2 X Back-UPS RS 1500 XS units.

  • What's wrong with my iPod's Cover Flow??

    I have an iPod Touch 3rd Gen, 32Gb, and recently updated to IOS 5.
    Since then, the iPod's cover flow feature is extremely slow, doesn't flow smoothly, and crashes after a few (15-20) seconds.
    Today I noted something else: some album covers appear pixelated and blurry, even though HD. Those covers looked just fine until now.
    As a side note, I have in use 30 of the 32 Gb (that's a lot of music, I know). Could this be related? I never had those problems before IOS 5, though.
    What's wrong with my iPod?
    Thanks for your help!

    so as I see it people with this problem have 3 options
    - Make all of your album art a maximum of 500X500 pixels
    - Wait for an IOS update that fixes the problem
    - Scrap ipods and buy another brand of music player
    Using photoshop to do it with, it took me about an hour to resize, change, and resync all of my 1400 songs(86 albums)

  • What's wrong with my Final Cut Pro 7.03?

    What's wrong with my Final Cut Pro 7.03?
    I have just started up a new project.
    Every time I try to ad a clip in top of each other a "general error" shows up. The sequence viewer turned red and it displays that I have to close and reopen the window to restore.
    The only "new thing" I do - is the use/brand of camera.
    Now I use the canon D5 mark 3 for my project (before D5 mark 2)
    What's wrong??? Do I need to update my Final Cut Pro 7.0.3 And how do I do this???
    Final Cut Pro 7, Mac OS X (10.6.8)

    Did you use Log & Import?  Or did you at least convert the D5 files before importing?  FCP doesn't work with those files natively.
    -DH

  • What is wrong with this code? on(release) gotoAndPlay("2")'{'

    Please could someone tell me what is wrong with this code - on(release)
    gotoAndPlay("2")'{'
    this is the error that comes up and i have tried changing it but it is not working
    **Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 2: '{' expected
         gotoAndPlay("2")'{'
    Total ActionScript Errors: 1 Reported Errors: 1
    Thanks

    If you have a frame labelled "2" then it should be:
    on (release) {
        this._parent.gotoAndPlay("2");
    or other wise just the following to go to frame 2:
    on (release) {
         this._parent.gotoAndPlay(2);
    You just had a missing curly bracket...

  • My macbook pro freezes and then displays a blue screen with black stripes... do you know what's wrong with it?

    My macbook pro freezes and then displays a blue screen with black stripes... do you know what's wrong with it?
    I have a two and half year mac book pro... I've had some issues with the screen looking scrambled when I quit certain applications, but now it's turned into something worse.  I'll be working on my computer and the thing will freeze.  When I force restart, the first screen, the apple logo, will be a blue tint and won't boot up normally.  Then I try safe mood and it will then boot just fine.  But there are blue stripes on my screen.  The screen alternates from a blue tint to normal and if the computer freezes again the screen will become completely blue with black stripes.  I haven't tried reinstalling my software because I don't have the startup discs that came with my computer.  If I was sure that would fix it I would purchase them, but if it's a hardware issue I'm afraid that I'm screwed.  I've been able to successfully get the blue off my screen by putting it to sleep and then waking it up, but that's not working well anymore either. 
    Does anyone else have experience with this?  Is it the firmware or what?  I have a MacBook Pro from early 2011 and I'm running Mac OS X 10.6.8.
    Please help... Thanks!

    I just experienced this exact same issue with my early 2011 15" macbook pro. Since like a month after purchasing it I had issues with the screen randomly going dark on me. I sent it in for repair inder waranty they replaced the gpu and logic board but I continued to have the same issues with the screen randomly going black sometimes I would need to reboot it in order to get the screen to go back on but it happened so infrequently and I used the computer for school so disnt find the time to resend it in to apple. Just last night the screen started to display the blue screen with black verticle lines on it. I called apple and explained to them  the issues that had been ongoing since I purchased the laptop but they said because I was now outside of warantee that any repairs at thia point wouldn't be covered. Fml so glad I spent 2200 on this future proof macbook pro what a joke my sister purchased a toshiba laptop for 300 4 years ago and it still running like a champ. I loved my macbook but at the price I paid I expect it to last longer than 2 years before leaving me high and dry. *** apple??

  • HT3228 When I try to send an email from my Iphone it will not send and tells me the recepient will not allow relaying.  The email will sit in my outbox and then at some point will send.  It sometimes takes days.  What is wrong with my settings?

    When I try to send an email either new, or reply on my phone I receive a notification that recepient will not allow relaying.  The email will then sit in my outbox.  At some point it will send but it is hardly dependable.  What is wrong with my settings?

    The collum to the right listed similar problems.  The solution appears to be that under smtp outgoing settings the user name and password are listed as optional.  I have not plugged in the information and it seems to be working.  However from my office it always allowed the relaying.  The true test will be when I try to respond later from the road.
    Thank you for your help.

  • TA21328 every time I use Safari I receive a message that says Safari is no longer responding because of a script problem with the website and I must press "continue" for the page to continue. This happens with every website I go to.  What is wrong with my

    When using Safari I have begun to notice this box appearing as I try to reach any website:  "Safari is no longer responding because of a script on the webpage and then it lists what ever web page I have tried to reach.  It then asks me if I want to "stop" the script or allow it to continue.  I must "continue" it in order to reach my web page/  If I press "stop" it just keeps coming back and back and I can't continue.  What is wrong with my computer or Sarari or both?

    chick --
    Does it mention "Slow Script?

Maybe you are looking for