Photoshop CS6 Scaling issues: Vector/Raster smart objects

My team and I have noticed some strange issues when affecting the overall interpolation of a .psd via scaling, cropping, or canvas resize.
Test:
Original .psd is even x even overall pixel dimensions.
Original vector and raster smart object assets are all proportionally scaled with width x height percentages equal.
Preferences: "Snap vector tools and transforms to pixel grid" is turned off
Resize .psd via Image > Image Size palette.
Scale styles, constrain proportions selected.
Every interpolation style tested.
Resize the .psd to 50%
Result: All smart objects (both types) no longer are proportionately scaled. Usually off by a minor amount under 1/10th of a percent.
Some objects' center point shift a half pixel to the right or left.
This also occurs if we use the crop tool or resize the canvas.
Is this a known bug and if so, is there:
1) any setting to truly lock proportions?
2) any resolution being pursued currently?
Though the shift and the disproproptions seem minor, the overall quality of items such as icons, hairlines, and other things that should be more crisp become far more degraded in CS6 vs CS5.
We have over 100 users and need to evaluate if we should drop back down to CS5, where we weren't having any of these issues, as our work demands a lot of precision, so you can see why this is worrisome.
Thanks!

I'm not going to say anything about the abysmal rendering of Vector Smart Objects in CS6 because it'll be beating a dead horse but I can explain the issues you see with measurements after scaling.
The slightly disproportionate scaling and half-pixel shift of the centre is unavoidable when it happens because the resulting Smart Object/Vector Smart Object must measure an integer number of pixels in height and width and be perfectly aligned to the document pixel grid. That's true in CS5 and CS6.
Say a SO/VSO originally measures 102 x 103 pixels and you scale it by 50%. The Options bar may say the result is 51 x 51.5 px but the result will really be 51 x 52 px, and therefore the new height will really be 50.49% of the old height.
The original SO/VSO is an even number of pixels wide and an odd number of pixels high, therefore its centre will be halfway down a pixel. The 50%-scaled SO/VSO is an odd number of pixels wide and an even number of pixels high, therefore its centre will be halfway across a pixel.

Similar Messages

  • Photoshop CS6, Free Transform & interpolation on Smart Objects

    Hi,
    I'm really frustrated with this, since in all the previous versions this problem was not present.
    When I try to scale down a Smart Object, by using the Free Transform tool, I get over-sharped edges. I suspect this is an interpolation issue. Mind you when I do the same on a raster layer I can overcome it since there is an option box where I can choose interpolation method.

    flamestudios wrote:
    That worked for me, even if I would prefer to be able to choose interpolation method when I transform Smart Object layers, just like you can on raster ones.
    That not an option and its never an option using DOM scripting code you need to retrieve the users interpolation method set the one you want to use and then restore the users preference.  Adobe even broke that in CS6. If you try the retrieve the user preference and it set to "Bicubic Automatic" which happens to be Adobe's default setting CS6 script encounters an internal error. If you catch the error and you can know the user setting is "Bicubic Automatic" If you change the setting your unable to restore the users setting for like you can not retrieve "Bicubic Automatic" using DOM code you can not set it with DOM code.  Perhaps you can with Action Manager scriptlistener code.  I'll give Adobe some more time to fix this before adding special code into my scripts to get around the CS6 problem.

  • Photoshop Vectors and Smart Objects Create Blurring

    I have been supplied a Photoshop document that has Illustrator Vector files that have been placed in the PSD as Smart objects.
    When I bring the PSD into InDesign and print it, all the PSD artwork is blurry.
    How can I get the PSD file to print from InDesign at high quality.
    The PSD file is at 300 dpi. I have tried bringing it into InDesign as PSD, TIFF, EPS & PDF, but it's the same issue every time.

    Here is your screenshots

  • Ps CS6 Problem: Transform applied to Smart Object cannot be repeated on another target

    Ps CS6
    OS X 10.6.8
    Problem: Transform applied to Smart Object cannot be repeated on another target.
    "Edit > Transform > Again" fails to transform any target after a Transform is applied to a Smart Object. The following message appears:

    When ever I have a problem in CS6 and I have many I always test priot releases like cs2 cs3 cs5.  I nevet nitice before you posted this problem the Photoshop has different favlors of Free Transform and that free transform for CS6 has been modified.  Adobe seems to be introducind new improvement matche with new bugs, 
    Investgating your bug using CS5 I see the following.  There are two types of free transform one type seems to be for smart Object layers and the other for other layer types.  In CS5 you should see a difference in the Option bar for Free transform.
    The option bar for layers other then smart object looklike this:
    Transform 9 anchor point icons  X: field Relative icon Y: filed  W: % Constrain icon H: %  Angle ° H: ° V: °
    The Option Bar for Smart Object layers look like this:
    Transform 9 anchor point icons  X: field Relative icon Y: filed  W: % Constrain icon H: %  Angle ° Check Box Anti Alias (grayed out)
    If I use the one for other then smart object layers Transform Again is not gratey out and I can use Transform Again on layers even smart object layers However the anchor point seems to be relative always to the first transformed layer's anchor point
    If I use free transform on the smart Object Layer and not have done any transform on a other then smart object layer in this Photoshop session not even in an other document the smart object layer will be tramsformed and Transform again menu item will be grayed out. If any had done a Transform on an layer other then smart object layer even in an other document Transform Again would not be grayed out and could be used on the smart object layer at hand.  The transform would not be the one just done on the smart object layer rather it be the one done to the other then smart object layer.  Seems a bit bazzar to me.  This may be how CS6 is also working.
    CS6 also added interpolation method to the other then Smart object layer transform and not the one for smart object layers. To be consuitant Adobe should have also put interpolation into the omart opject transform for Adobe transforms smart opject layer by first rendering the pixels for the smart opject then transforms them like a raster layer.  Adobe did manage to record the interpolation use into an action step.  However I do not know if the made it into Scripting  it did not make it into the photoshop javascript user guide. I will test the scriptlistener plugin to see if it records it for the action manager....
    Message was edited by: JJMack
    I have now tested the Scriptlistner Plugin it does record the interpolation for transform normal layers. Still the layer resize method in the Photoshop Javascript user guide has not been change for that support. In the past what I have done is scripting was to save the users default interpolation Photoshop prenerenvr changed the preference to what I wanted to use do the layer transform resize then restored the users interpolation preferance.  Adobe broke that in CS6 if the users defalt preference is what Adobe's defalt is "Bicubic Automatic" an internal Photoshop error occurs. Adobe did not add "Bicubic Autoimatic" to scripting when I try to save the preference scriping has the internal error. There is also no way to set the preference back to "Bicubic Automatic.  I'm also transform smart object layers so I would still have to use the save preference, change preference, transform, restore preferance method.  This works if the users preference is set to some preference other the "Bicubic Automatic"
    Message was edited by: JJMack
    So to me it look like CS5 and CS6 transform work basiclly the same.  There seems to have been some behavior changes made to CS6 I can not seem to put my finger on as well as the addition of the interpolation method in the option bar. I can't put my finger on it so it may be the same in CS5 and CS6.
    It may have to do with the bazar behavior of Free Transform  and Transform Again not being available on smart object layers if no free transform to a normal layer has been done in this Photoshop session  but are available if one was done in any doument. And thet you can start to do a transform on the smart object layer and see the Transform handle but then start using transform Again shortcut Ctrl+Shift+T and watch the old transform being done perhaps rotating some virtual anchor point and not around the acnchor point bing displayed in the Transform bounding box and control points.
    Message was edited by: JJMack
    Over in the Adobe Feedback site several issues were posted with CS6 Transform one was marked "Not a problem" by Adobe. One was marked "Solved" by Adobe and the others have no Adobe markings the may on not be a problem
    So I beleive there is a bug but I do not think it originated in CS6 the bazar things I see happing also seem to be in CS5.

  • Ps CS6 Problem: Transform applied to Smart Object fails to transform an attached Smart Filters Mask

    Ps CS6
    OSX 10.6.8
    Problem: Transform applied to Smart Object fails to transform an attached Smart Filters Mask.
    I mean a Transform, including Free Transform, as found in the Edit menu.  A simple move by the Move Tool is OK.
    A workaround until this bug is squashed is to encapsulate the Smart Object + Smart Filters + Filter Mask inside another Smart Object and transform that.
    However, that will not be a satisfactory solution in some cases. If a filter has size parameter(s), e.g. Gaussian Blur radius, a scaling or warping/distorting transform applied after the filter will obviously differ from the filter applied after the transform.
    In any case, the workaround is inconvenient to subsequent editing and experimenting with filters and masks.

    R_Kelly wrote:
    I don't think that's a bug since the implementation seems to be purposely done.
    It's been that way since photoshop cs3.
    If its been like that since CS3 then I think it's a bug which remains because nobody (or not enough people) has complained before.

  • Photoshop CS6 Trial crashes constantly with 3D objects

    Photoshop CS6 is extremely unstable for me when I try and do any 3D editing. It crashes when I try to move, scale, and otherwise orient the object. It crashes when I try to do Snap to Ground Plane. When it doesn't crash at Snap to Ground Plane, the command doesn't work and nothing snaps to the ground plane.
    Here's a 1 minute video of it crashing. The first part shows that I've already defined the ground plane. The second part shows me wanting to put a peice of furniture into the room and finding the Snap to Ground Plane option. When I click it, the program crashes.
    http://www.youtube.com/watch?v=X46rIuJKJ_E
    I already have the latest drivers for my HD 5650, and I can't upgrade my video card because it's a laptop.
    Any options short of spending $1000+ to get a new video card?
    Screenshots of my preferences - if I disable the use of my graphics processor I no longer have any 3D functionality in Photoshop, if I set my drawing mode to Advanced and place checkmarks on things it crashes as well:
    http://www.victorlinphoto.com/photodownloads/PSCS6Preferences1.JPG
    http://www.victorlinphoto.com/photodownloads/PSCS6Preferences2.JPG
    http://www.victorlinphoto.com/photodownloads/PSCS6Preferences3.JPG
    System Info:
    Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x32
    Operating System: Windows 7 64-bit
    Version: 6.1
    System architecture: Intel CPU Family:6, Model:5, Stepping:5 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 2660 MHz
    Built-in memory: 8046 MB
    Free memory: 4392 MB
    Memory available to Photoshop: 3255 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Basic
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: ATI Mobility Radeon HD 5650
    Display: 2
    Display Bounds:=  top: 0, left: -1920, bottom: 1080, right: 0
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1080, right: 1920
    Video Card Number: 1
    Video Card: ATI Mobility Radeon HD 5650
    OpenCL Unavailable
    Driver Version: 8.723.8.2000
    Driver Date: 20100920000000.000000-000
    Video Card Driver: atiu9p64.dll,aticfx64.dll,aticfx64.dll,atiu9pag,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: ATI Mobility Radeon HD 5650
    Video Card Memory: 1024 MB
    Video Rect Texture Size: 16384
    Serial number: Tryout Version
    Application folder: C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\
    Temporary file path: C:\Users\Admin\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 218.9G, 29.4G free
    Required Plug-ins folder: C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Required\
    Primary Plug-ins folder: C:\Program Files (x86)\Adobe\Adobe Photoshop CS6\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libeay32.dll   The OpenSSL Toolkit   0.9.8g  
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       ssleay32.dll   The OpenSSL Toolkit   0.9.8g  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Collada 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Dicom 13.0
       Difference Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Embed Watermark 4.0
       Entropy 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Flash 3D 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Google Earth 4 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Kurtosis 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Maximum 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mean 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Measurement Core 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Median 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mezzotint 13.0
       Minimum 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       MMXCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Picture Package Filter 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Range 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0
       Shear 13.0
       Skewness 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Sumi-e 13.0
       Summation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       U3D 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Variations 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       Wavefront|OBJ 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       WIA Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

    Thanks for the replies. I got it working through a driver update (Sony VPCEB)
    The problem was that I have a Sony laptop with an ATI card, and when I try to download the latest Catalyst from AMD I get an error during install saying that I *have* to get my driver updates from Sony because Sony has configured the video card to work with certain hardware on the laptop in a certain way. The driver I already had was the latest update Sony had for my laptop, so I thought I was painted into a corner - Sony's update is years old and the official ATI update refused to install.
    I went and searched and got the Catalyst 12.2 Pre-Certified bundle and luckily that did NOT have the Sony check for some reason. I installed that just fine and it works. So far it doesn't seem to have broken anything. FYI the version is Catalyst 12.2, but the actual video driver is 8.950.0.0
    I'm now going to make a seperate post about how I can't get textures and snap to ground plane to work.

  • Photoshop Converted My Layers into a Smart Object. Now I can't edit.

    I created a multi-layered psd in Photoshop CC that had a combo of vectors and images. When I went back into the psd, all it has is one smart object. I don't ever remember converting the layers to a smart object. And now, when I try to edit the smart object, it brings me into Illustrator...and I can't even edit it from there. Is there a way to get my layers back in Photoshop?

    Thx, Trevor. When I double click the Smart Object, it opens in Illustrator. Can't get it back to Photoshop (when I choose duplicate in Illustrator, it just duplicates it there)...and it's all clipping groups.

  • Vector to smart object

    I have an illustrator file on vector that I bring the object to photoshop and transform to smart object but keeps on messing up the pixels when I use the transform tool to change the size....why? Isn't "smart object" made to not give that problem on photoshop?

    What problem?
    What exactly happens (a few screenshots might help clarify)?

  • Windows 8 Release Preview/Photoshop CS6 Licensing issue

    I bought and installed Photoshop CS6 on Windows Consumer Preview and it worked flawlessly. I then installed Windows 8 Release Preview. This had to be a clean install. I didn't know I had to deactivate Photoshop before doing the clean install. Installed without a problem. Now when I try and run CS6 it says that the license has expired. I have done all the web and Adobe support told me to do but still has the same issue. Other than waht this article says: http://helpx.adobe.com/creative-suite/kb/error-licensing-product-expired-cs4.html Adobe support isn't interested in helping.
    Can anybody help?

    I do know there's at least one person on this forum who is using Windows 8 (Kelly is I believe his name) and has gotten Photoshop activated properly.
    I've been testing Windows 8 for the past several days (in virtual machines).  Microsoft has actually made it worse to use in the release version.  They've completely removed Aero Glass, for example, so now everything just looks flat and lifeless.  I've written a book that describes how to configure and augment the OS so as to get work done with it.  But I'm not sure people are going to want to upgrade to it wiith it looking this bad!
    Have you tried removing Photoshop CS6 and using the Creative Suite Removal Tool to clean remnants of it up, then reinstalling?  I'm sure the telephone support people would have suggested that; I'm just confirming.
    Only thing I can imagine is that Windows 8's UAC system is somehow getting in the way of Photoshop retaining its activation data.  It's no longer possible, using the Windows 8 UI, to completely disable UAC, though it is still possible to do it through registry manipulation (something best done by power users and system gurus).  If one does apps will no longer run in the "UI formerly known as Metro" - which suits me fine, but may not be good for most folks.
    Have you tried running the installer As Administrator?
    -Noel

  • Photoshop CS6 Raw Issue

    I am unable to open a RAW file from my Nikon D7100 DSLR camera in Photoshop CS6. My version of Photoshop CS6 is 13.0.1.2. My camera raw version is 8.1.0.43.
    Is there a solution to tis issue?

    Have since gotten direction from Adobe Support. As long as I upload camera images to my computer using Adobe Bridge, there is no problem opening any Raw files in PS CS6 or Camera Raw.

  • Photoshop CS6 Display issues - After Windows 8 upgrade

    Just upgraded from Windows 7 to Windows 8 Pro (64bit).  Now the background interface in Photoshop CS6 keeps changing when I click the image, the background, the layer and the crop tool.  I get transparent, black and various grey.  I have uninstalled and reinstalled PS CS6 with no change.  I did not have an issue in Windows 7.  The rest of CS6 runs fine. Can anybody help?  Thanks

    What is the make and model of your video card?
    What is the number and date of the installed video driver?
    Is that the latest release from nVidia, or AMD/ATI?
    If it is not the latest, go to the nVidia, or AMD/ATI Web site, plug in your card, and your OS, then download and install the latest driver. Test.
    Do not trust Windows, or any utility to tell you if you have the latest driver. Verify that from the mfgr's. Web site.
    Good luck,
    Hunt

  • Photoshop cs6 problem when ctrl+click on object to make layer active (mac osx 10.7.3)

    problem in photoshop cs6 beta on mac os x 10.7.3
    when i try in my work space ctrl+click on object to make their layer active in layer window it select another layer
    sorry if my english not good

    thanks,,
    and i can work with any problem ,, but i make report to fix it..
    and i was found another problem in middle east option and i was write a post but i havent any replay.
    sorry if my english not good

  • Raster Smart Object Appearance

    Working in Photoshop CS4. I have placed a 900ppi bitmap image in a 300ppi CMYK file as a Smart Object Layer. Why does the edge of that image appear to be Anti-aliased?

    This image shows the comparative magnification of 900% for the 300ppi CMYK image compared to 300% for the 900ppi Bitmap image. The 900ppi Bitmap image on the right which can have no tonality was placed in the 300ppi CMYK image as a Smart Object Layer and then takes on what appears to be an Anti-alias or tonal edge. Thanks for any and all comments.

  • Photoshop CS6 constant issues.

    Photoshop has been crashing on me lately. Glitching. Getting locked in brush mode so I'm unable to click on other options. Not showing brush radius at times ect. It is also opening a "auto recovery" image everytime I boot the program which shows as a .psb file that I am unable to find on my computer. Going to the location shown in the save as window seems to not show when I manually go that location on my computer system. I took a screen shot of the file and it's location.
    Here's the crash report:
    Process:         Adobe Photoshop CS6 [723]
    Path:            /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Identifier:      com.adobe.Photoshop
    Version:         13.0.0 (20120315.r.428)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [144]
    User ID:         501
    Date/Time:       2013-05-28 13:29:36.396 -0600
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Interval Since Last Report:          28506 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  138651 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      42411ED5-E8D6-C894-B867-8C70ED8EB254
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000006
    VM Regions Near 0x6:
    -->
        __TEXT                 0000000100000000-000000010333d000 [ 51.2M] r-x/rwx SM=COW  /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/MacOS/Adobe Photoshop CS6
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.Photoshop                0x0000000100082904 0x100000000 + 534788
    1   com.adobe.Photoshop                0x000000010008466d 0x100000000 + 542317
    2   com.adobe.Photoshop                0x0000000100ab6bae AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2493006
    3   com.adobe.Photoshop                0x000000010155f899 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 13670201
    4   com.adobe.Photoshop                0x000000010155fe8a AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 13671722
    5   com.adobe.Photoshop                0x0000000100812d68 boost::system::system_error::what() const + 2402152
    6   com.adobe.Photoshop                0x000000010092ca87 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 878887
    7   com.adobe.Photoshop                0x00000001010f5018 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9039544
    8   com.adobe.Photoshop                0x00000001010ec7ce AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9004654
    9   com.adobe.Photoshop                0x00000001007dd32c boost::system::system_error::what() const + 2182444
    10  com.adobe.Photoshop                0x00000001007d756f boost::system::system_error::what() const + 2158447
    11  com.adobe.Photoshop                0x00000001005bf5ac 0x100000000 + 6026668
    12  com.adobe.Photoshop                0x0000000100a724dc AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2212732
    13  com.adobe.Photoshop                0x0000000101463406 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 12636838
    14  com.adobe.Photoshop                0x0000000100ad7f18 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 2629048
    15  com.adobe.Photoshop                0x00000001007c265e boost::system::system_error::what() const + 2072670
    16  com.adobe.Photoshop                0x00000001005b77ec 0x100000000 + 5994476
    17  com.adobe.Photoshop                0x00000001005ad3ae 0x100000000 + 5952430
    18  com.adobe.Photoshop                0x000000010001faa2 0x100000000 + 129698
    19  com.adobe.Photoshop                0x00000001007c6229 boost::system::system_error::what() const + 2087977
    20  com.adobe.Photoshop                0x0000000100802e7a boost::system::system_error::what() const + 2336890
    21  com.adobe.Photoshop                0x000000010140379e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 12244542
    22  com.adobe.Photoshop                0x00000001005b77ec 0x100000000 + 5994476
    23  com.adobe.Photoshop                0x00000001005ad3ae 0x100000000 + 5952430
    24  com.adobe.Photoshop                0x000000010001faa2 0x100000000 + 129698
    25  com.adobe.Photoshop                0x0000000101920e04 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17607844
    26  com.apple.AppKit                   0x00007fff8de5224a -[NSApplication run] + 636
    27  com.adobe.Photoshop                0x0000000101920402 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17605282
    28  com.adobe.Photoshop                0x000000010192266e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 17614094
    29  com.adobe.Photoshop                0x00000001005ae27c 0x100000000 + 5956220
    30  com.adobe.Photoshop                0x00000001007b074f boost::system::system_error::what() const + 1999183
    31  com.adobe.Photoshop                0x00000001007b0999 boost::system::system_error::what() const + 1999769
    32  com.adobe.Photoshop                0x000000010054b24c 0x100000000 + 5550668
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib             0x00007fff88327d16 kevent + 10
    1   libdispatch.dylib                  0x00007fff9174fdea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                  0x00007fff9174f9ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   MultiProcessor Support             0x000000010cee10f3 main + 8403
    3   MultiProcessor Support             0x000000010cee11b0 main + 8592
    4   MultiProcessor Support             0x000000010cefdf50 main + 126768
    5   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    6   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   MultiProcessor Support             0x000000010cee10f3 main + 8403
    3   MultiProcessor Support             0x000000010cee11b0 main + 8592
    4   MultiProcessor Support             0x000000010cefdf50 main + 126768
    5   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    6   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   MultiProcessor Support             0x000000010cee10f3 main + 8403
    3   MultiProcessor Support             0x000000010cee11b0 main + 8592
    4   MultiProcessor Support             0x000000010cefdf50 main + 126768
    5   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    6   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   MultiProcessor Support             0x000000010cee10f3 main + 8403
    3   MultiProcessor Support             0x000000010cee11b0 main + 8592
    4   MultiProcessor Support             0x000000010cefdf50 main + 126768
    5   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    6   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   MultiProcessor Support             0x000000010cee10f3 main + 8403
    3   MultiProcessor Support             0x000000010cee11b0 main + 8592
    4   MultiProcessor Support             0x000000010cefdf50 main + 126768
    5   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    6   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   MultiProcessor Support             0x000000010cee10f3 main + 8403
    3   MultiProcessor Support             0x000000010cee11b0 main + 8592
    4   MultiProcessor Support             0x000000010cefdf50 main + 126768
    5   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    6   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   MultiProcessor Support             0x000000010cee10f3 main + 8403
    3   MultiProcessor Support             0x000000010cee11b0 main + 8592
    4   MultiProcessor Support             0x000000010cefdf50 main + 126768
    5   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    6   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore     0x00007fff89778210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore     0x00007fff897783e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore     0x00007fff896dab14 MPWaitOnQueue + 252
    5   com.adobe.ACE                      0x00000001051472c9 0x10510e000 + 234185
    6   com.adobe.ACE                      0x00000001051465da 0x10510e000 + 230874
    7   com.apple.CoreServices.CarbonCore     0x00007fff8974f7e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    9   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore     0x00007fff89778210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore     0x00007fff897783e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore     0x00007fff896dab14 MPWaitOnQueue + 252
    5   com.adobe.ACE                      0x00000001051472c9 0x10510e000 + 234185
    6   com.adobe.ACE                      0x00000001051465da 0x10510e000 + 230874
    7   com.apple.CoreServices.CarbonCore     0x00007fff8974f7e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    9   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore     0x00007fff89778210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore     0x00007fff897783e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore     0x00007fff896dab14 MPWaitOnQueue + 252
    5   com.adobe.ACE                      0x00000001051472c9 0x10510e000 + 234185
    6   com.adobe.ACE                      0x00000001051465da 0x10510e000 + 230874
    7   com.apple.CoreServices.CarbonCore     0x00007fff8974f7e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    9   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore     0x00007fff89778210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore     0x00007fff897783e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore     0x00007fff896dab14 MPWaitOnQueue + 252
    5   com.adobe.ACE                      0x00000001051472c9 0x10510e000 + 234185
    6   com.adobe.ACE                      0x00000001051465da 0x10510e000 + 230874
    7   com.apple.CoreServices.CarbonCore     0x00007fff8974f7e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    9   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore     0x00007fff89778210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore     0x00007fff897783e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore     0x00007fff896dab14 MPWaitOnQueue + 252
    5   com.adobe.ACE                      0x00000001051472c9 0x10510e000 + 234185
    6   com.adobe.ACE                      0x00000001051465da 0x10510e000 + 230874
    7   com.apple.CoreServices.CarbonCore     0x00007fff8974f7e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    9   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore     0x00007fff89778210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore     0x00007fff897783e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore     0x00007fff896dab14 MPWaitOnQueue + 252
    5   com.adobe.ACE                      0x00000001051472c9 0x10510e000 + 234185
    6   com.adobe.ACE                      0x00000001051465da 0x10510e000 + 230874
    7   com.apple.CoreServices.CarbonCore     0x00007fff8974f7e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    9   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   com.apple.CoreServices.CarbonCore     0x00007fff89778210 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore     0x00007fff897783e7 TSWaitOnConditionTimedRelative + 132
    4   com.apple.CoreServices.CarbonCore     0x00007fff896dab14 MPWaitOnQueue + 252
    5   com.adobe.ACE                      0x00000001051472c9 0x10510e000 + 234185
    6   com.adobe.ACE                      0x00000001051465da 0x10510e000 + 230874
    7   com.apple.CoreServices.CarbonCore     0x00007fff8974f7e0 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    9   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib             0x00007fff88327386 __semwait_signal + 10
    1   libsystem_c.dylib                  0x00007fff907c5800 nanosleep + 163
    2   com.adobe.PSAutomate               0x00000001252449cb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate               0x000000012522a7c9 ScObjects::BridgeTalkThread::run() + 169
    4   com.adobe.PSAutomate               0x0000000125244d36 ScObjects::Thread::go(void*) + 166
    5   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    6   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   com.adobe.ape.engine               0x0000000129a9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine               0x0000000129848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine               0x0000000129a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine               0x0000000129a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine               0x0000000129a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    8   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   com.adobe.ape.engine               0x0000000129a9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine               0x0000000129848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine               0x0000000129a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine               0x0000000129a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine               0x0000000129a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    8   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   com.adobe.ape.engine               0x0000000129a9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine               0x0000000129848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine               0x0000000129a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine               0x0000000129a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine               0x0000000129a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    8   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff9073ffe9 _pthread_cond_wait + 869
    2   com.adobe.ape.engine               0x0000000129a9ac0d APXGetHostAPI + 2516093
    3   com.adobe.ape.engine               0x0000000129848ec1 APXGetHostAPI + 83761
    4   com.adobe.ape.engine               0x0000000129a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine               0x0000000129a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine               0x0000000129a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    8   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib             0x00007fff88325686 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x00007fff88324c42 mach_msg + 70
    2   com.apple.CoreFoundation           0x00007fff8714d233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation           0x00007fff87152916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation           0x00007fff871520e2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreMediaIO              0x00007fff90e586f8 CMIO::DAL::RunLoop::OwnThread(void*) + 146
    6   com.apple.CoreMediaIO              0x00007fff90e502de CAPThread::Entry(CAPThread*) + 156
    7   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    8   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff90740023 _pthread_cond_wait + 927
    2   com.adobe.ape.engine               0x0000000129a9abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine               0x0000000129ab2ddb APXGetHostAPI + 2614859
    4   com.adobe.ape.engine               0x0000000129a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine               0x0000000129a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine               0x0000000129a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    8   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib             0x00007fff883270fa __psynch_cvwait + 10
    1   libsystem_c.dylib                  0x00007fff90740023 _pthread_cond_wait + 927
    2   com.adobe.ape.engine               0x0000000129a9abd0 APXGetHostAPI + 2516032
    3   com.adobe.ape.engine               0x0000000129c2d2c3 APXGetHostAPI + 4164403
    4   com.adobe.ape.engine               0x0000000129a9acd1 APXGetHostAPI + 2516289
    5   com.adobe.ape.engine               0x0000000129a9ad4a APXGetHostAPI + 2516410
    6   com.adobe.ape.engine               0x0000000129a9ae79 APXGetHostAPI + 2516713
    7   libsystem_c.dylib                  0x00007fff9073b7a2 _pthread_start + 327
    8   libsystem_c.dylib                  0x00007fff907281e1 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib             0x00007fff883272aa __recvfrom + 10
    1   ServiceManager-Launcher.dylib      0x00000001267b25ec Invoke + 45721
    2   ServiceManager-Launcher.dylib      0x00000001267b1813 Invoke + 42176
    3   ServiceManager-Launcher.dylib      0x00000001267b0be0 Invoke + 39053
    4   ServiceManager-Launcher.dylib      0x00000001267b0c66 Invoke + 39187
    5   ServiceManager-Launcher.dylib      0x00000001267ac30f Invoke + 20412
    6   ServiceManager-Launcher.dylib  

    Is there an alternative way to get the updates... application manager is coming up short.

  • Photoshop CS6/Extended Issues

    Anyone know whats wrong with the Photoshop CS6/Extended Download? It starts and remains at 0.00MB and its not my internet. Ive downloaded other files just fine * Attempted * its just the CS6.
    ive tried on different computers at different IP's and still nothing.
    Help!

    Make sure you have cookies enabled and clear your cache.  If it continues to fail try using a different browser.
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS6: http://prodesigntools.com/adobe-cs6-direct-download-links.html

Maybe you are looking for

  • E-mail with token dont come

    Hi! I have problem with my account: [Removed for privacy]. I try to reset my password but email dont come to my adress: [e-mail removed for privacy and security]. Can any one from support can help me and do something? I need to reset my password and

  • Fill Field 'Header text' in FB01

    Hi, Now: documents (FB03) in field header text have date from documents date from invoices. I would like to have another date which automatic print here. For example one date 01.01.2000 . Can change it in tcode or it's more advance setup. Thanks

  • Best way to create blocks from "No Year" to each year

    Hi, I have a scenario where I need to create blocks for each year based on the data in "No Year", keeping all the other members same. Years in Year dimension are not fixed as every year it would be added, so I do not want to hard code the years. I wa

  • Message and notification own vibrations?

    Hey, is there a way to set you own notification and message vibrations? I dont like this single vibrate :/ I dont notice it at all in my pocket. greetings

  • Why after installing 10.4.11, Disk Utility won't open, Safari & Mail crash?

    I updated my G4 from about 10.4.2 to 10.4.11. After that, Safari and Mail crash almost instantly and Disk Utility will not open. I tried installing Disk Utility from my G5 but still the same result. Any ideas? And many thanks. Specs: 450mhz, 1.25GB S