Incredible Vanishing File!

Help! Can anyone help me figure out where a file has vanished to?
Whilst sending / receiving messages in Entourage my Mac crashed. Some helpful utility popped up and offered to fix the problem (this is where I wish I'd paid more attention!). I thought it was something Entourage wanted to do. So off it went and 'repaired' my Mac.
The immediate effect was that the next time I hit send and receive in Entourage I got a bunch of duplicate messages (I also note these messages have been removed from my Yahoo! Mail box). Not a big issue.
However, I have since discovered that a Sketchup project I have been working on for weeks has 'disappeared'. The Sketchup people don't seem to have any ideas.
All I can think is that I had recently upgraded Sketchup and with the crash occurring between versions somehow my original file has been lost. Could it have been deleted / hidden / archived. I have searched everywhere using finder and spotlight. It's not in the trash. It's a mystery. Of course my last back up is days and days worth of work back....
All other files seem fine including many that have been updated / created / saved AFTER the last time I saved the Sketchup file.
Any ideas very gratefully received.

Locate it in Spotlight and click  "Show all in Finder" (immedaitely below spotlight window).  The finder window that opens will not only list your "disappearing" file, but its folder location.  You can then navigate to it.

Similar Messages

  • Can't log into main account and vanished files...?

    Hello forums.
    Last night I was trying to get rid of some junk on my computer, emptying a lot of files in my Trash. Cleaned up my desktop... everything going smoothly. Turned off the computer.
    I realized there was something fishy this morning when I turned my imac (tiger) on, logged onto my main account(admin), and my desktop was the default aqua wallpaper. My dock was still personalized and my documents were still there. Still I went ahead and created another user account under "Budiana" with admin power... so now I have total three users, the Admin (under my real name), Budiana, and my dad's.
    I did fiddle around with changing the names, but not the short names... I think that might've caused the problem. I'm a bit of a noob with computers in general...
    Anyway, now I can't log back into my main account. The message says "You cannot log in as ___ at this time." and the box "shakes" at me. So now I've resorted to using my second account. Looking in Finder, under Users, I see the three accounts, but none of all my files that exist under the admin. But looking at the bottom of the finder window : 168Gb available disk space, with a total of about 236Gb memory, I don't think my files are actually lost, just vanished somewhere!
    I've taken a look at the "lost" home directory support document on the apple website, and tried it, but nothing seems to work. I'm also a little lost..
    I've tried resetting the passwords for all accounts using the Tiger disk, but to no avail.
    Please help! Thanks a lot.

    Well, that account has 40gig of information somewhere.
    I see only two folders desktop & library. Maybe something is hidden. See point 3.
    1) I suggest you do a total backup of your machine or at least /Users.
    Here are two utilities for making a complete backup of your internal hard drive. I've recommend using one of these so that you can create a bootable system on your external hard drive. ( PPC require a firewire connected drive. ) Once created, you can run your system from the external drive. Hold down the option key on your keyboard then power on your machine. This will bring you in startup manager click on the drive image you wish to boot then click on the arrow key to the right.
    "Clone, synchronize, backup. Schedule and forget it."
    http://www.bombich.com/software/ccc.html
    "SuperDuper is the wildly acclaimed program that makes recovery painless, because it makes creating a fully bootable backup painless."
    http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
    You need an external Firewire drive to boot a PowerPC Mac computer.
    I recommend you do a google search on any external harddrive you are looking at.
    I bought a low cost external drive enclosure. When I started having trouble with it, I did a google search and found a lot of complaints about the drive enclosure. I ended up buying a new drive enclosure. On my second go around, I decided to buy a drive enclosure with a good history of working with Macs. The chip set seems to be the key ingredient. The Oxford line of chips seems to be good. I got the Oxford 911.
    The latest the hard drive enclosures support the newer serial ata drives. The drive and closure that I list supports only older parallel ata.
    Has everything interface:
    FireWire 800/400 + USB2, + eSATA 'Quad Interface'
    save a little money interface:
    FireWire 400 + USB 2.0
    This web page lists both external harddrive types. You may need to scroll to the right to see both.
    http://eshop.macsales.com/shop/firewire/1394/USB/EliteAL/eSATAFW800_FW400USB
    Here is an external hd enclosure.
    http://eshop.macsales.com/item/Other%20World%20Computing/MEFW91UAL1K/
    Here is what one contributor recommended:
    http://discussions.apple.com/message.jspa?messageID=10452917#10452917
    Folks in these Mac forums recommend LaCie, OWC or G-Tech.
    Here is a list of recommended drives:
    http://discussions.apple.com/thread.jspa?messageID=5564509#5564509
    FireWire compared to USB. You will find that FireWire 400 is faster than USB 2.0 when used for a external harddrive connection.
    http://en.wikipedia.org/wiki/UniversalSerial_Bus#USB_compared_toFireWire
    http://www23.tomshardware.com/storageexternal.html
    How to format an external harddrive:
    http://discussions.apple.com/message.jspa?messageID=11095144#11095144
    2)
    Macintosh-HD -> Applications -> Utilities -> Terminal
    Here is an overview of the terminal commands. Lets assume that your account has a short user name of mac.
    Macintosh-HD -> Applications -> Utilities -> Terminal
    #How to list all of your disks.
    # The ls command is for list
    mac $ ls /Volumes/
    Audio CD       Macintosh-HD   Spotless       Tiger-ext
    mac $ 
    # Let's say your flash drive is named Spotless
    # cd is change directory
    mac $ cd /Volumes/Spotless
    # pwd is print working directory
    mac $ pwd
    /Volumes/Spotless
    mac $ 
    # The ls command is for list
    # l is long
    # F is type of file where / is directory
    mac $ ls -lF
    total 134704
    -rw-r--r--     1 mac  staff     64560 Mar  3  2009 A-picture-of-Youpi-key.png
    drwxr-xr-x    83 mac  staff      2822 Nov  7 14:52 Applescript files/
    drwxrwxrwx    12 mac  staff       408 Dec 13  2008 Christmas Cards/
    drwxr-xr-x     9 mac  staff       306 Dec 21 17:39 Christmas Cards 2009/
    ... trimmed ...
    What does all this mean?
    drwxrwxrwx
    d = directory
    r = read
    w = write
    x = executeable program
    drwxrwxrwx
     |  |  |
     |  |   all other users not in first two types
     |  |  
     |  group
     |  
     owner
    # l is long
    # a is all to show hidden files & folders
    mac $ ls -lFa
    total 134736
    drwxr-xr-x    41 mac   staff      1496 Dec 22 17:11 .
    drwxrwxrwt     8 root  admin       272 Dec 24 13:55 ..
    -rwxrwxrwx     1 mac   staff     15364 Dec 23 12:52 .DS_Store*
    drwx------     4 mac   staff       136 Jan 22  2009 .Spotlight-V100
    drwxrwxrwt     5 mac   staff       170 Sep 14 16:36 .TemporaryItems
    d-wx-wx-wx     4 mac   staff       136 Dec 31  1969 .Trashes
    -rw-r--r--     1 mac  staff     64560 Mar  3  2009 A-picture-of-Youpi-key.png
    drwxr-xr-x    83 mac   staff      2822 Nov  7 14:52 Applescript files
    drwxrwxrwx    12 mac   staff       408 Dec 13  2008 Christmas Cards
    drwxr-xr-x     9 mac   staff       306 Dec 21 17:39 Christmas Cards 2009
    ... trimmed ...
    # mv is move or rename
    mv -i the-name the-new-name
    # You can just rename the file back to what it was with mv command.
    mv -i old-name new-name
    Here is what these commands mean:
    cd is change directory
    pwd is a print working directory
    ls is list
    sudo is Super user do
    mv is move or rename
    For cryptic comments, you can always uses the manual command which is man. For example:
    man mv
    # Type the letter q to quit.
    I noticed that you had spaces in your filenames or directories. You need to escape them. See examples:
    mac $ ls -l ~/"see it"
    -rw-r--r-- 1 mac staff 3171 Oct 26 23:38 /Users/mac/see it
    mac $
    mac $ cd /Users/mac/Desktop/ttt\ html\ copy/
    Do you know about tabing? Type in a few letters of a name then press the tab key. The computer will type out the rest of the name if it is unique.
    How you ignore permissions.
    Macintosh-HD -> Applications -> Utilities -> Terminal
    sudo ls
    change what is in quotes to the name of your program. You need to run this from an administrator account and you will be asked for your administrator password. Type it in. the password will not show. Press return when done.
    You can put yourself in root & forget about permission problems via:
    sudo bash
    type:
    exit
    when done.
    Be careful. I you limit yourself to the ls & cd commands you cannot cause trouble.
    3) Macintosh-HD -> Applications -> Utilities -> Terminal
    # Show hidden files & folders in finder
    defaults write com.apple.finder AppleShowAllFiles TRUE   ;killall Finder
    # Normal display.  Hide hidden files & folders in finder
    defaults write com.apple.finder AppleShowAllFiles FALSE  ;killall Finder
    4) finding large files...
    Run
    OmniDiskSweeper
    "The simple, fast way to save disk space"
    OmniDiskSweeper is now free!
    http://www.omnigroup.com/applications/omnidisksweeper/download/
    This will give you a list of files and folders sorted by size. Go after things you know that are big.
    Robert
    Message was edited by: rccharles

  • Vanishing file on desktop

    I was moving a file (.jpg) on my desktop and it vanished. It's still there if I search for it with Spotlight, but not with Finder. Weird. Can anyone help please?
    Colin

    Locate it in Spotlight and click  "Show all in Finder" (immedaitely below spotlight window).  The finder window that opens will not only list your "disappearing" file, but its folder location.  You can then navigate to it.

  • Vanishing files Vectorworks 12 and Leopard Server 10.5.6

    We have a Server installed with Leopard Server version 10.5.6 We are using Vectorworks 12.0.1 (CAD programme). When a user connected to the server working on a drawing goes to save the drawing it saves then displays an error message saying it cannot save. When you go to the directory where the file used to live it has vanished.
    This problem does not happen all the time just when the machine feels like it.

    The first thing you might want to try is patching VectorWorks to the last version of 12, which was 12.5.3. Since version 12 came out before Leopard, I know that Nemetschek had a number of problems that had to be patched. We had already upgraded to VW2008, so we didn't have to deal with any of that.

  • Vanishing File Gremlins!

    I just got my macbook and have downloaded all the latest software updates from apple. My problem is when downloading files. The icon with the progress bar appears on the desktop but after the download is complete, that icon stays and the file wont show up. The progress icon dissapears when clicked on.
    If I use spotlight and search for what I downloaded it shows up. Then if I click on it in the spotlight window it magically appears on the desktop where it should be. Or if I click on the reveal in finder thing in safari's downloads window it does the same.
    Also when deleteing files the trash icon shows that its still full after emptying. When opened all the files appear to still be there untill clicked on the they dissapear. Strange!
    Can anyone shed any light?
    Macbook   Mac OS X (10.4.7)   2.0Ghz Standard spec

    Locate it in Spotlight and click  "Show all in Finder" (immedaitely below spotlight window).  The finder window that opens will not only list your "disappearing" file, but its folder location.  You can then navigate to it.

  • Vanished Files....still on HD somewhere!?

    Ok, this is kind of weird.
    I have misplaced some downloaded files. Apparently they exist somewhere, because my movie player can still play them, but I can't find them, anywhere. Some are quite large and I'd like to delete them. I've done searches for their titles, by kind, by size, etc. but nada.
    I checked the folder where they're supposedly downloaded to, but again, nothing.
    The "recent files" list in VLC player says they're on my external hard drive, but I just played one by selecting it from the "recent files" menu and I am not connected to my external HD!
    Anyone else experience this extremely annoying happening?
    15" PB G4, 1.67GHz power PC   Mac OS X (10.4.7)   1GB RAM, 100 Gig HD

    Ahh, Niel's solution is a good one but I agree with Tom that if Spotlight is not helping you find files that you know are somewhere on your machine, it's not doing a very good job as a search utility. (Sad to think about what one is to conclude when SL fails to find files that are maybe on your machine - what do you do then?)
    The real solution here is that if you really have to find something or really have to know whether it's on your machine or not, abandon Spotlight altogether and use the freeware utility EasyFind, which is available on Versiontracker.com. It's slower than Spotlight but it does not rely on an index and therefore is far more reliable.

  • Vanishing Files

    The documents and desktop folders have disappeared from within my home folder.
    They still appear in a finder window sidebar, and so I can access their contents, but do not show up as icons in a home folder window. I can also search for them using spotlight, which claims that they are still in the home folder.
    I have copied them to a backup drive in case I loose something, but this is all rather odd!
    I have heard something about a bug that sets the invisible bit. Is this likely to be the cause? If so, how do I fix this?
    thanks for any help
    Jonathan

    Once I took a half full card out of the camera while the camera was on, then popped it back in and shot more. The camera decided to make a 2nd file folder on the card, so there were 2 file folders on the card. It freaked me out the same as you thinking I had lost half of the shots I took that day until I looked carefully. Not sure why it did that.
    Scott
    Canon 6D, Canon T3i, EF 70-200mm L f/2.8 IS mk2; EF 24-105 f/4 L; EF-S 17-55mm f/2.8 IS; EF 85mm f/1.8; Sigma 35mm f/1.4 "Art"; EF 1.4x extender mk. 3; 3x Phottix Mitros+ speedlites
    Why do so many people say "fer-tographer"? Do they take "fertographs"?

  • Noises While Listening AIFF Files In Cd Spin Doctor

    Hello everybody:
    I`m using Toast 9.0.4 in a Mac Mini Intel Core Duo 1.66 Ghz. 2 Gb Ram. Mac OS 10.4.11
    Everytime I capture audio with CD Spin Doctor everything goes fine
    but when I begin to listen it appears noises and interruptions.
    The funny thing is that the file is completely OK if I listen it in
    other applications (iTunes, Digital Performer, Reason even in Toast Titanium)
    Thanks in advance for any help.

    I didn't know it was also available as a separate download. I don't know however if I should congratulate you with the purchase after your experience.
    I did all the steps you did and answered 'Yes' to "replace.. etc".
    This is what happened:
    The original file vanished. Not in the Trash or to be found anywhere. Just poof!
    Send to iTunes: same error as you experienced.
    CD Spin Doctor obviously does not load the entire original file, so when it tries to convert to iTunes, it is looking for the vanished file to get the data from.
    The error message however is nonsense.
    Toast doesn't react either, however, it is not greyed out.
    I'm afraid you ran into 2 serious issues.
    In my opinion 'Save Active tracks' should never allow you to overwrite the original file.
    I trashed Toast 7 to force Spin Doctor to look for Toast 6, which is still on my HD.
    I got this message "This application requires Toast 7 Titanium or later to run on your system. The application will now quit."
    Obviously, the bundled version I have, does not work with Toast 6.
    If the stand-alone version of CD Spin Doctor really requires Toast 7, you're out of luck.
    I went to to website to look for requirements to run Spin Doctor 3 and could not find anything about a required Toast version.
    After 'fiddling' around with Toast 6, I got it recognized by Spin Doctor 3 and it worked flawless. If you run into the same trouble with the stand-alone version of Spin doctor 3, I can give you detailed instructions what to do.
    So, you have to convert the double-LP of 'The Boss' again. That's a real bummer. If you can't get Toast 6 recognized, let me know.
    M
    17' iMac fp 800 MHz 768 MB RAM   Mac OS X (10.3.9)   Several ext. HD (backup and data)

  • Vista problem with  Dreamweaver locking files indiscriminately - I'm not alone

    I've seen questions posed in the past about Vista locking files - and I am having the exact same problem, which I posted about a while ago.  Today it happened to me again.
    There appears to be no pattern as to why this happens.  Was happening to me continually until a few weeks ago. Then it stopped without me taking any course of action (just putting up with the annoying bug is all I could do).
    You just have to remember to save the file under a different name to ensure that you don't lose your original file.  The original file does not appear in the File Manager window (after you close down DW, nor does it appear in the Trash bin - it's just gone).
    Initially I thought it may be due to having the file open, checking it in Firefox and possibly FF taking over the file, so it gets locked by DW.  Today, I only opened the file (no checking in a browser at all) made a minor correction and I was locked out of the file.
    Co-incidentally, a few hours ago, I found a website via twitter where this seems to be a known issue, but no there appears to be no response from Adobe about this bug.   http://www.sherylcanter.com/wordpress/2009/05/locked-vanishing-files-in-dreamweaver-and-in design/
    Previously, I used to restart the pc and I'd lose the file altogether (as explained above).  After reading the above website, I'm going to leave DW open for a while to see if it's true about the file 'unlocking itself'.  Thankfully,, this time, I did backup the file just in case.  In the past I'd lost a fair amount of work, that I'd had to recreate - very annoying !!
    I thought I'd post up a graphic of the error messages - to see if others are seeing the same thing. This will need to be bought to the attention of the DW tech team, but not sure how they can address the issue as it is a difficult thing to reproduce on a consistent basis.
    AN UPDATE;  Checked for the file in Windows File manager - the index.html page is not listed in the sitefolder.  Back to Dreamweaver, you can still see the locked file, do a refresh and the index.html file has disappeared.
    I open index2.html (the resaved version of index,html), rename it to index.html and it allows me to do so this time round.
    PS:  At the same time I opened inner.html, made a change, no problems with the file locking.
    Weird !!
    Further update:
    Just found a reply by David Powers here:  http://forums.adobe.com/thread/437034?tstart=30
    I had tried to do a search using similar keywords when this started happening to me months ago - couldn't find anything at the time.
    I even posted to a private forum where people should have known about this issue - but it was never responded to.
    Will see if this fix works for me....  though I can't understand why it only does this occasionally - if someone needs to take control of the folder, surely it should be happening all the time.

    Nadia,
    Although Dreamweaver "reveals" and demonstrates it, I think that it's a deep-seated Vista permissions issue.
    It's random and occurs on files I create from scratch and files I receive from others.
    Full permissions for every single user and group on my PC doesn't work.
    "Take ownership" by my account or Administrator or Administrators or System or Everyone or Authenticated Users doesn't work.
    UAC deactivation doesn't work.
    Command prompt to unset attributes (like read-only) says it ISN'T read-only, but the right-click properties show that it is.
    Only this works so far.
    Activate Vista's Administrator account (be sure to then set a password for it).
    Log in as Administrator, and the issue no longer occurs.
    Here's a link for instructions on how to activate the Vista Administrator account.
    Enable the (Hidden) Administrator Account on Windows Vista [The How-To Geek]
    I'm open and hopeful for a better solution, but for now I've got work to do, so I'm using Dreamweaver logged in as Administrator.

  • Is it better to output t master file and then upload to youtube?

    I had to upload 33 videos to youtube today
    This has taken tooo long
    Just wondering, is it better to create a master file and then upload to youtube?
    I could maybe just copy the files to another machine and leave it to upload?
    Thanks
    Omar

    just to add:
    don't try to upload your Masterfile to YouTube!
    usually, the Masterfile is a copy of the projects timeline = proRes.
    that creates incredible large files = time for upload, wasting bandwidth, and YT will complain 'wrong settings'
    After saving a masterfile, which goes fast, you should use a 'Converter' of your choice (QuicktimePro, Mpg Streamclip, Compressor) to transcode into YT's recommended upload settings.-

  • How do I retrieve a saved video in Premiere Elements 13?

    I have created a short video and saved it but am not able to find it so I can play it again----when I saved it the box said it would be located in Media but I am not able to locate it---Why must these engineers make something so simple so comlicated---I can locate my pics and saved files in documents or pictures---yea that it easy---- because I know where to look---but no----I save a video and then can not locate the vanished file---help

    Open the picture file
    Use one of the selection tools to select the foreground
    Place the selection on its own layer (Layer>New>Layer via copy or CTRL+J) - this will be Layer 1
    Delete the background layer
    If you want to save it, use a file format which supports transparency, e.g.PNG

  • All music gone from iTunes and when trying to put it back, "Attempting to copy to the disk Macintosh HD failed. The disk could not be read or written to."

    Hello,
    I have a portable 500gb HD and I use it to put music and other stuff.
    Earlier, out of the blue, all of my music from iTunes disappeared, and I tried to put it back by dragging my folder "music" from the external HD to iTunes, but the message "Attempting to copy to the disk Macintosh HD failed. The disk could not be read or written to." appears and nothing happens. Only 40 albums (the same ones every time) go into iTunes before the message appear.
    I tried restarting the computer and nothing happened.

    This sounds more like a hardware issue, possibly a failing drive if you had mysteriously vanishing files and there are problems writing to your drive..  You could get better support on a forum for your Mac model or at lest one for your operating system version.  Have you verified the disk with Disk Utility to see what it reports?

  • Operating inside an Xserve is a joy

    I just finished installing a RAID card into one of our Intel-based Xserves and the engineering of the Xserve is just amazing. The way power supplies and drives just slide out then right back in with just the right amount of oomph is cool. Installing the RAID card is complicated, you have to remove a lot of bits but Apple clearly thought long and hard about not only how to do so easily but they also documented it with care. The instruction booklet is well thought out and offers helpful tips along the way.
    My only issues were..
    - The small cable between the power distribution board and the back plane was really hard to disconnect, I had to get a very narrow flathead screwdriver to wedge in and pry the connector loose.
    - The instructions say to go to http://www.apple.com/server/documentation/ to download the "RAID Utility User's Guide", but the guide is in fact not there. I did a Google search and was able to find the user guide here.
    Creating the RAID set and getting everything going was super-easy, the RAID Utility is very non-threatening and was a snap.
    So now I'm off to reinstall my OS and apps, thank you Apple for making such a beautiful computer.
    I know I make it sound like I just made love to some silicon but I just had to share my impressedness.
    Message was edited by: Wes Plate
    Message was edited by: Wes Plate

    Your title mentions a rebooting Xserve, but your text does not.
    How hot did the Xserve and the other boxes get when the air conditioning failed?
    Where is the vanishing file stored? On the Xserve, or on the client box? (That file structure or that disk or that host seems suspect.)
    It's also feasible to have something deleting that file erroneously. Whether that's the user issuing an rm or cleaning up a directory they should not, or whether a rogue administrative script of some sort is deleting the file. But it's also possible to have a creeping disk failure, or thermally-triggered host or memory or I/O hardware failures.
    If your Xserve is rebooting frequently and if the file is disappearing, then I'd guess that you'll need to replace a disk here.
    Regardless, ensure that your archives are operational and that you have good copies of your disk data on a disk outside the room with the failed air conditioning; on a disk that didn't get cooked when the AC failed.
    The first step would be to run the Xserve hardware diagnostics, and to review the contents of the failing box's log files. It would also seem reasonable to call in whomever services your hardware for a look at the gear, too.

  • XI to As400 FTP connection

    Dear All,
    Scenario Poxy to File. Client is using AS400 FTP server.
    there is a connectivity establish between Xi and AS400 FTP,Even in RWB component monitoring the File adapter log is successful with no error.
    But when I login into the AS400 system the file is not generated and not displayed in the respective folder.
    I ahve tried all the different options with File adapter for all possible combination Xi log is sucessful.
    I dont know now how to trace the vanished file as we dont have any error message.
    Chirag

    maroc,
    I also tried the test with other FTP and the files are correctly generated.
    I dont know how to trace the missing file, what i have noticed is in AS400 instead of Directory it has library.
    I have tried all the combinations test with file adapter
    Any inputs
    Chirag
    Edited by: Chirag Gohil on Dec 10, 2009 4:55 PM

  • Photoshop CS6 incredible slowness of adjustment tools in RAW files

    I am running Photoshop CS6 on an iMac with a 2.5 GHz Intel Core 15 Processor, 32 GB of Memory. I have suddenly noticed an incredibler slowdown in processing when I am working with any of the adjustment tools on RAW files. There can be up to a 20 second lag time. This seems to coincide with the downloard of the newest ViewNX 2 version although I cannot be certain. Any help woul be greately appreciated.
    Thank you

    Adobe Photoshop Version: 13.0.6 (13.0.6 20131025.r.54 2013/10/25:21:00:00) x64
    Operating System: Mac OS 10.9.4
    System architecture: Intel CPU Family:6, Model:42, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 4
    Processor speed: 2500 MHz
    Built-in memory: 32768 MB
    Free memory: 21471 MB
    Memory available to Photoshop: 30594 MB
    Memory used by Photoshop: 71 %
    Image tile size: 1024K
    Image cache levels: 6
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Version: 1.2 (Apr 25 2014 22:04:25)
    OpenGL Version: 2.1
    Video Rect Texture Size: 16384
    OpenGL Memory: 497 MB
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: AMD Radeon HD 6750M OpenGL Engine
    Display: 1
    Main Display
    Display Depth: 32
    Display Bounds: top=0, left=0, bottom=1080, right=1920
    Video Renderer ID: 16915206
    Video Card Memory: 512 MB
    Application folder: /Applications/Adobe Photoshop CS6/
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Macintosh HD, 465.0G, 246.1G free
    Required Plug-ins folder: /Applications/Adobe Photoshop CS6/Adobe Photoshop CS6.app/Contents/Required/
    Primary Plug-ins folder: /Applications/Adobe Photoshop CS6/Plug-Ins/
    Additional Plug-ins folder: not set
    Installed components:
       adbeape.framework   adbeape   3.3.8.19346   66.1025012
       AdbeScriptUIFlex.framework   AdbeScriptUIFlex   6.2.29.18602   66.490082
       adobe_caps.framework   adobe_caps   6.0.29.0   1.276181
       AdobeACE.framework   AdobeACE   2.19.18.20743   66.507768
       AdobeAGM.framework   AdobeAGM   4.26.20.20743   66.507768
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.7.101.18636   66.26830
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.7.101.18636   66.26830
       AdobeBIB.framework   AdobeBIB   1.2.02.20743   66.507768
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   66.507768
       AdobeCoolType.framework   AdobeCoolType   5.10.33.20743   66.507768
       AdobeCrashReporter.framework   AdobeCrashReporter   6.0.20120720  
       AdobeExtendScript.framework   AdobeExtendScript   4.2.12.18602   66.490082
       AdobeJP2K.framework   AdobeJP2K   2.0.0.18562   66.236923
       AdobeLinguistic.framework      17206  
       AdobeMPS.framework   AdobeMPS   5.8.0.19463   66.495174
       AdobeOwl.framework   AdobeOwl   5.0.4   79.517869
       AdobePDFL.framework   AdobePDFL   10.0.1.18562   66.419471
       AdobePDFSettings.framework   AdobePDFSettings   1.4  
       AdobePIP.framework   AdobePIP   7.0.0.1686  
       AdobeScCore.framework   AdobeScCore   4.2.12.18602   66.490082
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMPCore   66.145661   66.145661
       AdobeXMPFiles.framework   AdobeXMPFiles   66.145661   66.145661
       AdobeXMPScript.framework   AdobeXMPScript   66.145661   66.145661
       ahclient.framework   ahclient   1.7.0.56  
       aif_core.framework   AdobeAIF   3.0.00   62.490293
       aif_ocl.framework   AdobeAIF   3.0.00   62.490293
       aif_ogl.framework   AdobeAIF   3.0.00   62.490293
       AlignmentLib.framework   xcode   1.0.0.1  
       amtlib.framework   amtlib   6.0.0.75  
       boost_date_time.framework   boost_date_time   6.0.0.0  
       boost_signals.framework   boost_signals   6.0.0.0  
       boost_system.framework   boost_system   6.0.0.0  
       boost_threads.framework   boost_threads   6.0.0.0  
       Cg.framework   NVIDIA Cg     
       CIT.framework   CIT   2.1.0.20577   146758
       data_flow.framework   AdobeAIF   3.0.00   62.490293
       dvaaudiodevice.framework   dvaaudiodevice   6.0.0.0  
       dvacore.framework   dvacore   6.0.0.0  
       dvamarshal.framework   dvamarshal   6.0.0.0  
       dvamediatypes.framework   dvamediatypes   6.0.0.0  
       dvaplayer.framework   dvaplayer   6.0.0.0  
       dvatransport.framework   dvatransport   6.0.0.0  
       dvaunittesting.framework   dvaunittesting   6.0.0.0  
       dynamiclink.framework   dynamiclink   6.0.0.0  
       FileInfo.framework   FileInfo   66.145433   66.145433
       filter_graph.framework   AdobeAIF   3.0.00   62.490293
       hydra_filters.framework   AdobeAIF   3.0.00   62.490293
       ICUConverter.framework   ICUConverter   3.61   "gtlib_3.0" "." "16615"
       ICUData.framework   ICUData   3.61   "gtlib_3.0" "." "16615"
       image_compiler.framework   AdobeAIF   3.0.00   62.490293
       image_flow.framework   AdobeAIF   3.0.00   62.490293
       image_runtime.framework   AdobeAIF   3.0.00   62.490293
       LogSession.framework   LogSession   2.1.2.1681  
       mediacoreif.framework   mediacoreif   6.0.0.0  
       PlugPlug.framework   PlugPlug   3.0.0.383  
       UpdaterNotifications.framework   UpdaterNotifications   6.0.0.24   "6.0.0.24"
       wrservices.framework        
    Required plug-ins:
       Accented Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Adaptive Wide Angle 13.0, Copyright © 2012 Adobe Systems Incorporated - from the file “Adaptive Wide Angle.plugin”
       Angled Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Average 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Average.plugin”
       Bas Relief 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       BMP 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Camera Raw 8.5 (236), Copyright © 2014 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Camera Raw Filter 8.5 (236), Copyright © 2014 Adobe Systems Incorporated - from the file “Camera Raw.plugin”
       Chalk & Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Charcoal 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Chrome 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Cineon 13.0.6 x001  ©2002-2013 Adobe Systems Incorporated - from the file “Cineon.plugin”
       Clouds 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Collada DAE 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “U3D.plugin”
       Color Halftone 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Colored Pencil 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       CompuServe GIF 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Conté Crayon 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Craquelure 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crop and Straighten Photos 13.0.6 x001  ©2003-2013 Adobe Systems Incorporated - from the file “CropPhotosAuto.plugin”
       Crop and Straighten Photos Filter 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Crosshatch 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Crystallize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Cutout 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Dark Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       De-Interlace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Difference Clouds 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Clouds.plugin”
       Diffuse Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Displace 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Dry Brush 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Eazel Acquire 13.0.6 x001  ©1997-2013 Adobe Systems Incorporated - from the file “EazelAcquire.plugin”
       Embed Watermark NO VERSION - from the file “DigiSign.plugin”
       Extrude 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       FastCore Routines 13.0.6 x001  ©1990-2013 Adobe Systems Incorporated - from the file “FastCore.plugin”
       Fibers 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Film Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Filter Gallery 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Fresco 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Glowing Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Grain 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Graphic Pen 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Halftone Pattern 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       HDRMergeUI 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “HDRMergeUI.plugin”
       IFF Format 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Ink Outlines 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       JPEG 2000 13.0.6 x001  ©2001-2013 Adobe Systems Incorporated - from the file “JPEG2000.plugin”
       Lens Blur 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Blur.plugin”
       Lens Correction 13.0, Copyright © 2002-2012 Adobe Systems Incorporated - from the file “Lens Correct.plugin”
       Lens Flare 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Liquify 13.0, Copyright © 2001-2012 Adobe Systems Incorporated - from the file “Liquify.plugin”
       Matlab Operation 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Measurement Core 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “MeasurementCore.plugin”
       Mezzotint 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       MMXCore Routines 13.0.6 x001  ©1990-2013 Adobe Systems Incorporated - from the file “MMXCore.plugin”
       Mosaic Tiles 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Multiprocessor Support 13.0.6 x001  ©1990-2013 Adobe Systems Incorporated - from the file “MultiProcessor Support.plugin”
       Neon Glow 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Note Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       NTSC Colors 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “NTSC Colors.plugin”
       Ocean Ripple 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Oil Paint 13.0, Copyright © 2011 Adobe Systems Incorporated - from the file “Oil Paint.plugin”
       OpenEXR 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Paint Daubs 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Palette Knife 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Patchwork 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Paths to Illustrator 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       PCX 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “PCX.plugin”
       Photocopy 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Photoshop 3D Engine 13.0.6 x001  ©2006-2013 Adobe Systems Incorporated - from the file “Photoshop3DEngine.plugin”
       Picture Package Filter 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “ChannelPort.plugin”
       Pinch 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pixar 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “Pixar.plugin”
       Plaster 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Plastic Wrap 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       PNG 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Pointillize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Polar Coordinates 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Portable Bit Map 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “PBM.plugin”
       Poster Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Radial Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Radiance 13.0.6 x001  ©2003-2013 Adobe Systems Incorporated - from the file “Radiance.plugin”
       Read Watermark NO VERSION - from the file “DigiRead.plugin”
       Reticulation 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Ripple 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Rough Pastels 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Save for Web 13.0, Copyright © 1999-2012 Adobe Systems Incorporated - from the file “Save for Web.plugin”
       ScriptingSupport 13.0, Copyright © 2013 Adobe Systems Incorporated - from the file “ScriptingSupport.plugin”
       Shear 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smart Blur 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Smudge Stick 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Solarize 13.0.6 x001  ©1993-2013 Adobe Systems Incorporated - from the file “Solarize.plugin”
       Spatter 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Spherize 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Sponge 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sprayed Strokes 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stained Glass 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Stamp 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Sumi-e 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Targa 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Texturizer 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Tiles 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Torn Edges 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Twirl 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Underpainting 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Vanishing Point 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “VanishingPoint.plugin”
       Water Paper 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Watercolor 13.0, Copyright © 1991-2012 Adobe Systems Incorporated - from the file “Filter Gallery.plugin”
       Wave 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wind 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
       Wireless Bitmap 13.0.6 x001  ©1989-2013 Adobe Systems Incorporated - from the file “WBMP.plugin”
       ZigZag 13.0, Copyright © 2003-2012 Adobe Systems Incorporated - from the file “Standard Multiplugin.plugin”
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE
    One RAW file open in Photoshop, Google Chrome running.

Maybe you are looking for

  • Problem with ADC to DVI on mountain lion

    I am using an old 22 inch monitor which used to be used with a G4. I bought the adaptor to use with my macbook pro but when i plug it in my screen turns blue for half a second and then nothing else happens. When i used to the adaptor on my friend's m

  • Flash Export missing loader

    I think the SWF export is very nice. For people with no Flash abilities it can be very handy. I think it miss an option : a Flash loader. For exemple, i'm making a portfolio document (or a book or a magazine etc.) in Indesign, 30 pages. It's nice to

  • Xbox Live Nat problem

    Hi guys, I searched around the forum and did the port forwarding, Dmz, UPnP and all that other stuff and it still comes up as moderate. I am wondering if I am doing something wrong or it is because my internet provider is Charter which runs on a priv

  • Jdeveloper upgrade and datasource problem

    Hi, I upgraded my jeveloper to Oracle IDE     10.1.2.17.84 java.version     1.4.2_04 and all the applications that use data source do not run anymore. When the application connects to the database, the following error message is generated. java.lang.

  • WLS Clustering: beginner's question..

              Hi,           Im just about to start get my hands dirty with WLS clustering. As I understand,           it is not available in the WLS6.0/6.1 eval version downloadable from the web.           [1] Do I need to purchase a web Logic licence to