Photoshop :: Why Does Bridge CS6 Require TMP To Point To C Drive
Nov 7, 2012
After much hassle I got Photoshop to work but Bridge always fails with the message
"Failed to write to temporary folder (V:mp). Please change the environmental variable TMP to an existed folder on the C: drive"
Ignoring the questionable grammar for the moment why does Bridge care where my TMP directory is? CS5 doesn't care. None of the other programs installed on this system care. Bridge is absolutely adamant, though. Give it temp space on C: it's perfectly happy. Put it anywhere else and no way at all... Where was Adobe QA when this was tested?
I am using CS4 in a Mac. Due to lack of space, I transferred all the Pictures folders into a Lacie external hard drive. Now I can search the Lacie with Bridge and find and open any of the Pictures folders. But when I try to search by keyword, they are Not Found. How do I do that?
While I have a 500 Gb hard drive, I notice that the Bridge CS 6 cache is getting larger quickly (looking forward to 1 Terabyte SSDs).
I have most of my images on external hard drives, but Bridge CS6's cache seems to be on my computer.
Can I store the Bridge cache locally?
So, if I have 1000 images on hard drive A, the cache for them would be on hard drive A.
And for 100 TIFFS on hard drive B, the cache would be on hard drive B.
And for the 100 most recent TIFFs I keep on my computer's hard drive, the Bridge cache would be on my computer.
It this what checking the box next to "Automatically Export Caches To Folders When Possible" does or am I misunderstanding this - and this option only puts COPY of the cache files on the external hard drive, but the Bridge cache file on my computer still contains all the images, not matter on which hard drive they'd be?
How can I get photos in folders on an external hard drive to display in Bridge? At present only those located in Users>Pictures will display. I'm in CC.
There is a serious root problem with Adobe's implemented permissionless-temp-file creation methods (pun intended.) The problem is that during startup, both Bridge and Photoshop CS6 try to make temp files on the root folder of the OS drive. Its affecting many peoples' installations by crashing them on application launch if not run by the super-administrator account on the computer. Adobe says to just run as admin to fix it, which does fix the start up crash. However, for me, it creates a gigantic problem: it breaks OS-to-PS and OS-to-Bridge drag and drop functionality completely!!! I literally was slowed to a crawl in my workflow having to import photos 1 at a time through the file-> open menu because I couldn't drag and drop various files from various locations on my computer. Not everything is clumped in 1 area neatly for Bridge to open everything, and I never realized just how much I used this function until this run as admin band-aid broke it. Eventually I fixed the CS temp location after 10-12 hours of hair pulling research and trial and error, and I finally have Photoshop CS6 working without admin permissions and everything is dandy with drag and drop, but only in PS. Bridge still cannot be run without administrator privileges and cannot have files dropped in or out of it to or from Explorer, and I am getting really frustrated here.
So does anyone else find their drag and drop ability gone once running Bridge/PS CS6 in admin mode? Is there a way to move the default temp creation location of Bridge as well? I'm frustrated and I think Adobe seems to be taking this permissions issue way too lightly!
I replaced a failing hard drive with a new drive (same name) with a mirrored file & folder structure as the old drive and now all my PS6 actions and droplets cannot work because they can't find the drive and folder.
The new drive is named the same as the old one with the exact same file structure. Is there some way to point all my actions & droplets to this new drive?
I'm unable to point CS6 to the alternate scratch drive despite changes in permissions. I noticed my boot drive (C:) is actually Disk 1, not Disk 0, and my scratch disk (internal) is Disk 0. I can select an external drive (I:) with no issues, but that is a 2TB drive I use for data. So, I'm curious whether the mix-up with the boot disk order has anything to do with CS6 not being able to access the disk I want to designate as the scratch disk?
I would like to work with raw files and correct some around 4-500 pcs once and then batch to export to jpeg and I need a very good system for that I think. Thanks a lot for any advice! And perheabs you recommand me a system for Premiere too...maybe the same system designed for Photoshop works even in Premiere CS3 or 4 good or very good?
I am running LR v3.4.1. I have had a single catalog for a long time and it has really effected performance, so I am wanting to move some files out into a separate catalog. Currently, my catalog is on my C: drive, but all of my pictures are on my K: drive, which is external. When I do the export as catalog, it creates the new catalog on my C: drive, but also creates a copy of all of the photos there as well. I want to point the catalog back to the original files on my K: drive so I can remove the ones created during the export process on my C: drive.
I'm trying to build an action that makes thumbnails out of images and adds a few effects, but I want it to let me select what area of the image it takes the thumbnail from and making that thumbnail size instead of shrinking the whole thing to 100x100 and losing all the detail. Any suggestions?
Does the paintbucket require something specific in order to fill? I am drawing shapes with the pen tool but I can't fill them with the paintbucket. What am I missing and what are the alternatives? Is there a way to fill the pen-drawn shape with textures that will look like topography?
I'm trying to create blocks which will be used in multiple drawings for Gridlines and detail marks.
These blocks are basically a circle with an attribute in the centre, and once created as a block are annotive as they will be displayed in multiple viewports.
I can create the block with attribute fine using the "block" command which then allows me to make the block annotive ( The "wblock" command dose not allow this )
However when I insert the block into a drawing I need to explode the block before I can edit the attribute ( even though I explode the block it's still actually blocked )
Why do the Fillet and Chamfer commands sometimes inexplicably require three clicks to execute? At "Select First Object", the first line I select doesn't highlight, and is ignored. The second pick selects the first line to be filleted, the third pick performs the fillet. There's no predictability to when this happens. Does this happen to others?
I have a problem with shortcut keys in inventor 2013.Example:
-In 2012 when pressing "s", it would create sketch.
-In 2013 when pressing "s", it needs enter/spacebar to confirm that sketch creation.
I can't seem to find a setting that changes this, or a thread here on the forums describing anything about this. Only threads about shortcuts suddenly not working anymore, which is not the problem for me at this moment.
Using ACAD2013, any command I try to execute requires two clicks. This specifically occurs with transformational commands - i.e. offset, rotate, mirror, but not line. For example I will enter the "OFFSET" command and hit enter, however instead of prompting me to input my OFFSET variables I will have to hit enter again and then enter the requisite variables. In effect I have to hit enter twice to execute any command of this sort. I have already tried changing my PICKFIRST settings, and AUTOCOMPLETE. I'm at a loss.
Why does the Round() function require that the number of decimal places be either a number or an object if you want to use a variable? It seems that a Single should work here, but iLogic won't accept it.
See sample code below which is rounding off dimension values. If I dim the variable "somenumber" as Single or Double, I get this error message from the Round() function: "Overload resolution failed because no accessible 'Round' can be called without a narrowing conversion."
When I dim "somenumber" as an object it works, but this seems unnecessary when all it is storing is a single digit number. Why wouldn't Single or Double work for this variable?
Here's the code snippet:
'Dim Current Sketch & Count Constraints Dim oSketch As Sketch = ThisApplication.ActiveEditObject Dim oDimCount As Single = oSketch.DimensionConstraints.Count
purchased the 5.5-upgrade to 6.0 Designpremium. Everything seems to work properly except the bridge, wich won't start as stand-alone - works only as Mini-bridge inside photoshop.
While trying to start the bridge from photoshop ("go to bridge") results in a bridge's crash...
In my former installations (5.0 and 5.1) everything was ok ...
After opening Bridge CS6 (and using mini Bridge), there are no thumbnails showing. I've pointed Bridge to just one folder with less than 5 photos in it and it cannot even display them. I'm running a recent Mac Pro with 16GB RAM and kick graphics card.
I created a dynamic block to represent a room in a floor plan. It displays the dimensions and area of the room and can be stretched. But it's defeating the whole point of being dynamic. The area won't update unless I do a regen.
I've seen comments blaming MTEXT for the problem, so I tried putting the area field in a line of TEXT or DTEXT. It still didn't update unless I did a regen.
Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014 Dell Precision T1650 Windows 7 Professional SP1 64-bit Intel E3-1270 V2 3.5GHz / 32G RAM Nvidia Quadro 2000, Driver 331.82 Space Navigator, Driver Version 6.17.7
1) I'm unable to designate an internal drive as a scratch disc (non boot drive). Drive is clean, empty, I've chkdsk'd, permissions set to full, I can read and write files on it, and I'm able to designate it as scratch for Illustrator but PS6 doesn't like it. Says I don't have access.
2) I upgraded to PS6 extended (cloud) and after a week it now hangs during startup at loading Nik Color Efex Pro 4 plugin. Hangs for about 3 minutes before continuing.
Using Elements 11 - My photos are taking over my hard-drive and I want to safely transfer all my photos and videos to an external hard-drive. How do I do it without loosing info and/or later having to re-connect thousands of pictures?
Why does checking "Profile corrections" require to select the manufacturer "Tamron" to automatically detect my Tamron 24-70 F/2.8 Di VC USD A007N? After I pick "Tamron", the lens is properly detected.
As far as I know, Exif-information holds all necessary information on the lens. The Nikon Lens ID value 'FE 48 37 5C 24 24 DF 0E' uniquely refers to that lens.
I have desktop PC with optical mouse photoshop CS5 when I try to use pen pressure feature of brush, I got a pale trangle beside said " require pressure sensitive tablet"..So; can I use the pen pressure feature?
I have Photoshop CS5 installed on my C drive. I recently bought an external terra drive and want to move Photoshop to the terra drive, as the C drive is pretty full and it's effecting PS's functionality. Do I have to uninstall and then reinstall on the external drive?