Bridge Issue:  CS6 Unresponsive, how to make it respond?

2 second lag after clicking on any menu item. 
4-8 second lag after right clicking on any image. 
3 second lag while selecting images with arrow keys.
2 second lag selecting multiple images
My system is high performance:
. 12 Core 3.3Ghz Xeon Processors
. 24GB RAM
. Primary drive is 8 SSDs in a RAID0 configuration
. Dual nVidia Quadro FX5400
. OS: Win7 x64
CS5 and CS5.5 were very “snappy” in responsiveness on this system.  CS6 Bridge works fine on my laptop, perfectly responsive.
Once Camera RAW or Photoshop are open, no issue working in these tools, so, the issue is bridge.
Here’s my debugging steps which have not worked to fix the issue:
Installed the latest camera RAW plug in from Nikon.  Nikon D800 RAW .NEF files work in windows explorer and in CS5.5.
Installed all windows updates
Installed the lastest nvidia FX5800 card drivers
Uninstalled all Adobe products (reader, media player, etc.)
Uninstalled all plugs ins (HDR, noise, etc.)
Checked there are no fonts on the system (no TTF files)
Uninstalled Office 2013 to make sure there were no system font issues.
Uninstalled all Nikon software except the RAW plug in.
Deleted C:\Program Files\Adobe and C:\Program Files (x86)\Adobe
Searched for any Adobe reference in c:\Users\<my_username>\ (example AppData), and deleted it.
Cleaned the registry of any reference to Adobe or any dll related to Adobe or an Adobe plug in.
Rebooted multiple times.
Re-installed CS6 Master Collection.  At this point it did not recognize my raw photos (.NEF from a Nikon D800).
Installed all Adobe Updates.
The updates fixed the camera raw issue
Ran FontTest.jsx – all fonts passed, none failed.
Tried Preferences:
Advanced -> Use Software Rendering : CPU utilization went up, but, no impact on the lag
Startup Scripts : Disabled all but Photoshop CS6
Increased Cache Size, Compacted Cache, Purged Cache, Different Cache organizations, etc.
Does anyone know how to fix this
bob

I talked to support on Thursday and was told that someone would call within 3 days.
Of course no-one did. Adobe have gotten too big and when that happens support becomes bad, very bad.
The last problem I had with bridge was all the 'file type associations' were lost. I thought being a paying customer I will call on their help. Again Crap support, kept telling me the same thing set each one up individually. In the end I found a registry hack that sorted the problem out.
I’m all up for being legal and pay a lot of money on software making sure I am but I do understand that when a large company offers such bad support why people start thinking why pay.
Surely part of the Cloud subscription I pay should enable me to get support others who use the software illegally don’t get. Of course in reality I don’t. I don’t get any useful support.
I have to repeat myself for every department, wait around for calls that never come and hunt the forums for people who seem to do better jobs in informing others of how to solve problems.
I will keep updated on the problem as I know more. I will also like anyone else who is having to problem to message here.

Similar Messages

  • Bridge for CS6 opens and then will not respond on PC

    Bridge for CS6 opens and stops responding on P
    C

    I do not think I can do a reset , because FireFox immediately after start will not respond so I cannot get to the reset option. Tell me how to reset manually

  • How to make JFormattedTextField respond with . (dot) key

    Dear all,
    Currently I have to create a text field for IP Address entry.
    I have used MaskFormatter and JFormattedTextField.
    I have a problem, on how to make my JFormattedTextField responding with dot entry, to move the cursor to the next segment of the IP Address.
    e.g.
    IP Address want to be inputted = 192.168.1.2
    Keyboard to be pressed = [1][9][2][1][6][8][1][.][2]
    Currently, after [1], I have to press my arrow key, or click by using mouse to go for the last segment.
    Can you please help me ?
    Thank you.

    Hi there,
    Thank you for your help. It works. Anyway, I have 1 more question. Do you have any idea, on how can I set the IP Segment size to be fixed ?
    What I mean is, originally, my text field will look like this ---> . . .
    But as I type, the dot can be shifted since it is pushed by the entry value --> 192.168.111.111
    Do you have any idea for this ?

  • Issue Tracker app - how to make one page public

    Hi all,
    We have installed and made a few tweaks to the Issue Tracker demo app, and are finding it very useful! We have just a handful of users that have logins for the application, and it is working well for them. We would like to make a modification to the app, so that the main "Issues" page (that lists out all of the issues, and you can search them) can be viewable by anyone in our company. Is there a way to do this? Basically, I'd prefer to be able to just send out the URL for this page, and make it so that anyone in our company can just go to that URL, and have Read-Only access to this page (without having to login), so they can search for issues, and see their status. I would also want to make it so that these folks cannot see the "Add a New Issue" button, and probably hide the breadcrumb at the top as well.
    I know that I could create a whole separate AppEx app, and basically just duplicate the layout of that one page, and make that application public. Is that the easiest route? I was assuming there would be a fairly simple way to take the existing app, and just tweak it so that this one page is public.
    Any advice?? Thanks!

    Quick update - that was easier than I thought! I simply made that one page Public under the Authentication. And I was able to make the "Add a New Issue" button only viewable by the Admins.
    One more question - is there a way to do a similar thing with the breadcrumb at the top? Currently, when I go to the public page, I see the "Home - Isses" breadcrumb at the top left. If I click on the link for Home, then it brings me to a login. However, it would be best if the public users didn't even see this breadcrumb. Is that possible?

  • Firefox 3.6.16 won't keep the "custom settings for history", thus causing page-load issues - any clue how to make it "stick"?

    Ever since I updated to Firefox 3.6.x I am getting constant page-load errors on apps in Facebook. I've cleared the history, the cache, cookies... and will literally set it for the "custom history settings" in my tools/options/privacy tab, reload the page, it's fine. I go to another page and come back to the app (same window) and get the error message again. Back to tools/options/privacy and "Remember History" is showing, rather than the custom settings. This is happening incessantly.

    I also have this problem and it just started in the last week or so. It seems to be dependent on my home network and the problem only exists with firefox. I have used chrome and IE8 with no issues. I can verify tomorrow that it only exists in my network but one thing I was able to test is that the problem exists even on my linux boot. I am totally dumbfounded with this problem and I can't find anything that will allow the gmail page to load. All other pages I have tried load fine, all be it a little slower than normal but they load. If anyone knows of a difference between firefox and all other browsers on how it goes through the router I would appreciate the info cause I don't know of any differences.

  • How to make subview respond to touches?

    If I make a UIToolbar a direct subview of my ViewController.view, it responds to touches and buttons will call selector methods.
    Now let's say I have a subclass of UIView called myToolbarSubclass.
    I have instantiated a UIToolbar and made it a subview of myToolbarSubclass.
    If I make myToolbarSubclass a subview of my ViewController.view, the UIToolbar no longer responds to touches.
    How do I regain touch capability in my UIToolbar?

    Make sure the frames of all the views and the toolbar are correct. I've seen cases where a button stopped working because its origin was actually outside it's parent view. Even though the button appeared on the screen it appeared to not work. Once the button was moved properly inside the confines of its parent view it worked again.
    So maybe your toolbar isn't positioned properly or the toolbar's parent view isn't positioned properly within the view controller's view.

  • How to make GB respond to a program change

    I'm using m-audio keystation 49e and I can get all the different instruments but I can't get Garagebend to recognize the instrument I'm playing, the musical typing function and the playback play it as #0 acoustic piano. I was messing around with it and may have accidentally pressed a button to make it work because I've got one track with timpanis that is working fine.

    I'm not sure I understand what you're asking - but GarageBand doesn't know about program changes. It's one track, one instrument. And it doesn't know what instrument you want it to play unless you select one.

  • How to make SoundDiver respond to USB Midi?

    (Sorry, vague title) I've finally borrowed a friend's XSKey for the simple task of moving/editing patches on my JV1010. SoundDiver opens and functions (mostly) on MacBook 2GB 10.5.2, but how do I get the 1010 (or Sounddiver) to listen to the notes coming off my Oxygen 8 keyboard so I can actually "play" the patches? I haven't used SoundDiver since OS 9 and can't find the preference. The Oxygen is working fine in other apps and is set to Channel 1.
    Thanks in advance and apologies if this is something I could have found by googling or searching the forum, Stewart

    Hi there,
    Thank you for your help. It works. Anyway, I have 1 more question. Do you have any idea, on how can I set the IP Segment size to be fixed ?
    What I mean is, originally, my text field will look like this ---> . . .
    But as I type, the dot can be shifted since it is pushed by the entry value --> 192.168.111.111
    Do you have any idea for this ?

  • How to make valuation type field not changeable  in delivery tab of PO

    Hai friends,
                    I am new to badis..please guide me to solve the issue...
    how to make valuation type field not changeable  in delivery tab of PO...
    The field shd be in display mode only ...actually...there  a badi has been used before
    to get valuation type from a ztable depending on material and plant...
    Now ..my requirement is that the user shd not change the default value brought from the ztable...

    Hi SRINIVAS,
    You can achieve this from BADI only if BADI is allows you to do this. You cannot achieve everything from a BADI. Check if there is any expoting field in the methods that can be ticked for making the field in display mode. If not then you cannot achieve this from BADI.
    The field you want to default to display is a standard or zfield. If z, then you can changethe attribute of the screen field to Output only.
    Regards,
    Manish

  • Adobe Bridge 5.0.2.4 (CS6) - How to make Web Gallery.

    Adobe Bridge 5.0.2.4 (CS6) - How to make web gallery.

    System Info:
    Windows 7 x64 SP1
    Dell T1650
    8GB RAM
    Xeon E3-1220 V2
    Crash log;
    Problem signature:
      Problem Event Name:          APPCRASH
      Application Name:          Bridge.exe
      Application Version:          5.0.2.4
      Application Timestamp:          50d99f7a
      Fault Module Name:          StackHash_59c3
      Fault Module Version:          6.1.7601.17725
      Fault Module Timestamp:          4ec49b8f
      Exception Code:          c0000374
      Exception Offset:          000ce6c3
      OS Version:          6.1.7601.2.1.0.256.48
      Locale ID:          3081
      Additional Information 1:          59c3
      Additional Information 2:          59c39f5460f96c9e8c0a2e4cf426da4f
      Additional Information 3:          f054
      Additional Information 4:          f054c556062bcb3c14c6b443b38515c8
    Event Viewer log;
    Faulting application name: Bridge.exe, version: 5.0.2.4, time stamp: 0x50d99f7a
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec49b8f
    Exception code: 0xc0000374
    Fault offset: 0x000ce6c3
    Faulting process id: 0x1fe0
    Faulting application start time: 0x01ce7e8d7553cc63
    Faulting application path: C:\Program Files (x86)\Adobe\Adobe Bridge CS6\Bridge.exe
    Faulting module path: C:\Windows\SysWOW64\ntdll.dll
    Report Id: b3e6d539-ea80-11e2-92af-b8ca3a7791fa

  • I have several issues that I hope you can help me out with. I am a professional photographer with a Mac with OS X 10.9.4: - I can only make ONE contact sheet in CS6 (from AUTOMATE) from pictures indicated in Bridge. If I want to make another contact sheet

    I have several issues that I hope you can help me out with. I am a professional photographer with a Mac with OS X 10.9.4:
    - I can only make ONE contact sheet in CS6 (from AUTOMATE) from pictures indicated in Bridge. If I want to make another contact sheet I need to shut down and restart CS6.
    - Camera RAW: if I change any setting in Camera RAW (except exposure), having first optimized the exposure, the exposure will automatically return to zero. Sometimes when I've set exposure and cropped the picture in Camera RAW Plug-In, the effects are lost just by opening the picture in CS6.
    - Sometimes if I crop a picture in Camera RAW, it may be impossible to open it again from Bridge!
    - I cannot do lens corrections in Camera RAW, at all. The Camera RAW comment is that "it cannot load the correct lens type". Why?

    Are you writing that when you select  a large number of images in the bridge  like a hundred thumbnails  when you then use Bridge menu Tools>Photoshop>Contact Sheet II that Photoshop only produces a single contact sheet for the first few thumbnails and fails to produce additional contact sheets for the other selected thumbnails? Photoshop contact sheet II script should create as many contact sheet as needed  for the numbers of thumbnails selected.  Perhaps the script is hung or you have exhausted  your machine resources.
    ACR Crop tool does not crop the RAW file it records crop settings to be used during the conversion process.    Camera RAW DATA is not altered.  The only changes made to RAW Files is ACR Metadata may be added.  Anything you do in ACR can be un-done in ACR.    If you can not open a RAW File in ACR the Files is either corrupt or from a new camera ACR does not support yet.  ACR should not corrupt RAW files.
    If you do not have a lens profile for ACR I think you should still be able to do lens correction manually in ACR.
    Some of what you write I don't follow could you post some screen captures of your problems often a picture helps.

  • How to make change in Issue list across all project sites?

    Hi,
    We all have issue list in our project sites. We need to add some values to some of the columns in that issue list. The requirement is we need these changes to reflect in all the new sites. Also how to make these changes reflect in current existing sites.
    Can anybody suggest a way to achieve this. One thing that i am aware of is creating a new project site template and associating it with EPT but that still not solves the issue for preexisting sites.
    Please help asap.
    Thanks in advance.

    Hi SpWrk
    If you have already created some sites. You would need to apply these changes either Programetically (Powershell or C#) or Manually.
    However, you can take the following approach to avoid this problem in future. (i.e. Your "future" changes will appear in existing sites too). I am writing the procedure breifly but let me know if you need more details on this
    1) Create a content type (e.g. "Project issues" at PWA level)
    2) Associate this content type with the Issues List in your site template as well any existing project sites. Make it a default content type for Issue lists. save your site template
    3) Create all your custom columns in this new Content type (changing OOB issue columns can break your reporting)
    4) Your changes to content type should reflect in future sites as well as existing sites (whereever the content type was appiled)
    Regards
    Hammad Arif EPM Advice Blog

  • Bridge: How to make PDF looking like this:

    I try to arrange my images in PDF document, which I'm making in Adobe Bridge CS5.
    I want to make this looking something like this:
    How to make it?

    Or get a decent program like Contact Sheet X.
    http://csx.riaforge.org/

  • How to Make CS6 AEP compatible to CS4 or CS5

    Hello ,
    i am new to After Effects. I have created my project in after effects cs6 and now i want ot hand it over to someone else. So can anyone guide me on how to make cs6 file compatible with cs4 and above version? Please help me .

    Andrew and Mylenium are correct.
    More details are here:
    http://blogs.adobe.com/aftereffects/2014/01/opening-after-effects-projects-from-previous-v ersions-and-saving-back-to-previous-versions.html

  • HEY, i have some issue i am using macbook air i5...the problem is that without doing anything 1.5gb of ram out of 2gb always in use ..please help me how to make it normal.

    HEY, i have some issue i am using macbook air i5...the problem is that without doing anything 1.5gb of ram out of 2gb always in use ..please help me how to make it normal....
    and my battery back up is max 3 to 3.5 hours in normal use with web ....is this normal or need some betterment!!!!

    ADEEL UR REHMAN wrote:
    ...the problem is that without doing anything 1.5gb of ram out of 2gb always in use
    No computer can do a thing without using memory. 1.5 GB is very little. It's normal.
    3 or so hours from a full charge may also be normal, for what you are doing. As batteries age, they don't last as long on a full charge as they did when they were new. All batteries eventually wear out, and are easily replaceable.

Maybe you are looking for

  • New outputs generated when changing logical system in output master record

    Hi! We are sending documents from ECC 5 to a legacy system via XI/PI. We are about to move from an old XI installation to a new PI installation. The output record used (for example in a billing document) is set up based on logical system. When moving

  • New Apple Keyboard on 24" Imac (intel)

    Dear appler's, I just got my new apple keyboard (the ultra fin alum one) It's a great keyboard. But I got problems with the installation. The special key's like the media controllers don't work. I downloaded and installed the software update (http://

  • TS3212 Problems installing iTunes

    I have a series of errors when trying to install iTunes on a Windows 7 64 bit system with a2.8Ghz cpu. The error msgs are as follows:C:\Users\Vince\AppData\Local\Temp\IXP733.TMP\iTunes64.msi cannot be found. Verify you have access to this location. A

  • Is it possible to disable Export connections functionality (Connections view) in SQL developer?

    Hi, because of some security reasons, there is a need to disable export connections functionality in SQL developer. Is it possible to do this somehow? Many thanks, Dejan

  • OnMouseOver Calendar Link Tooltip

    Hi, I would like to use the above on a calendar region so when a user hovers over the event for a day, they will see the text associated with the event as a tool tip. I have this working for a report column link which has the Link Attribute field to