Can I identify numbers 2.3 vs 3.0 files?

I'm trying to find Numbers files that have been converted to 3.x so I can try and export back to numbers 2.3.  Don't want to randomly open files in 3.0 as I may lose functionality if the file is still in Numbers 2.3 format.  Is there a way to determine a file's application version and if so possibly programatically via applescript?
I would need to do the same for Pages & Keynote as well.
Thanks for any feedback.

Hello
You might try the following AppleScript script which is a mere wrapper of shell script. Run the script, choose the directory when asked where to start scanning and it will yield a time-stamped text file containing found paths under the specified directory on desktop. If you're scanning somewhere admin privileges are required, set the variable admin to true at the beginning of script.
This script is scanning *.pages, *.numbers and *.key files / packages under specified directory and list those which have Index.zip file in zip archive or package. I'm not sure about the validity of this criterion, for I don't use any of iWork'13 applications myself. Just based upon the description in the following web page:
https://github.com/obriensp/iWorkFileFormat/blob/master/Docs/index.md
    list files or packages with name *.pages, *.numbers or *.key which contain Index.zip file.
    * output is save in ~/desktop/iwork13_files_YYYYMMDD_HH.MM.SS.txt
set admin to false
set dir to (choose folder)'s POSIX path
if dir ends with "/" then set dir to dir's text 1 thru -2
do shell script "/bin/bash -s <<'EOF' -- " & dir's quoted form & "
    printf \"# scanning iwork'13 files under $1\\n\"
    while read -d $'\\0' f
    do
        # for f = package
        [[ -d \"$f\" ]] && [[ -e \"$f/Index.zip\" ]] && echo \"$f\" && continue
        # for f = zip archive
        [[ -f \"$f\" ]] && [[ -n $(unzip -ql \"$f\" 2>/dev/null | grep Index.zip) ]] && echo \"$f\"
    done < <(find -E \"$1\" -iregex '.*/.*\\.(pages|numbers|key)$' -print0)
    printf \"# done\\n\"
} > ~/desktop/$(date +'iwork13_files_%F_%H.%M.%S.txt')
EOF" administrator privileges admin
Hope this may help,
H
Message was edited by: Hiroto (refined usage explanation and iregex pattern)

Similar Messages

  • How can I make Numbers respect the row and column locks in an Excel workbook opened in Numbers???

    I have a Windows server app that generates Excel workbooks to be emailed to political campaign volunteers to be loaded into Numbers on an iPad, edited, then emailed back to be posted to the server database.  There are two problems encountered:
    1.  The Excel workbook has the first row (column headings) and first column (route identifier) of cells locked, so that they will not scroll off the screen, but Numbers doesn't respect the locks, so when the user scrolls horizontally or vertically, the column headings and/or the route identifier scroll off the screen.
    2.  The Excel workbook has pop-up "tool-tip" type comments in certain column headings in order to provide the user with the acceptable entries for those columns, but Numbers does not respect those.  When the user touches any of the commented column heading cells, a context menu appears instead of the comment.
    What must I do in the Excel workbook sheets, or what settings can be made in Numbers to correct the above?

    I imported a Numbers '09 file into Numbers on the iPad.  All comments were removed during import. Frozen header row and column were retained.
    Thank you for your responses I must ask, however, when you refer to "importing" the Excel file, are you referring to a two step process whereby the Excel file is first converted by some other process into Numbers format, then opened in the Numbers application - which is what I have to do in my PC application to generate the Excel file, and reverse that process to convert the Excel back into my database format - or are you simply referring to opening the file in Numbers as "importing" it?  And please excuse any ignorance, as I'm not at all familiar with Apple's terminologies.  In fact, I don't own an iPad myself, but rather I have to depend on one of my clients to do the testing for me.
    I imported an XLSX file into Numbers on the iPad.  The file used "freeze panes" to "freeze" the first column and row. Only warning on import was that it changed fonts. It imported without the first row and column frozen and with no comments. Nothing I can do about the missing comments but it was a simple matter to turn the first column & row into headers and freeze them.
    Unfortunately this would not be an efficient  solution, since the end users are, for the most part, elderly political campaign volunteers who are fairly computer illiterate.  These workbooks are actually canvassing lists - known as walklists.  Their purpose is for the volunteers to interview voters, record the results of the interviews, and post the results to a database, which provides the campaigns with valuable strategizing capabilities.  Also, these workbooks have multiple pages - as many as 10 or more.  and from what I infer from the above, the setting changes would have to be made on each page.
    My whole intent in developing this iPad/Tablet methodology was to significantly reduce volunteer's work - which is a recruitment benefit - and eliminate paper.  While the latter would be accomplished, the former would not, and in fact would tend to increase it.  It's necessary to keep the first row - column headings - and the first column - the route identifier - from scrolling off the page, so that the volunteer won't have to keep scrolling up and down and right and left to know what the data are.
    Conclusion: Comments are not supported on the iPad version of Numbers.  Frozen headers are not imported from Excel but can be recreated easily.
    I was previously directed to the Apple website  http://www.apple.com/ipad/from-the-app-store/apps-by-apple/numbers.html which extols the wonders of the Numbers application.  About halfway down the page there's a section regarding, "Sliders steppers and pop-ups".  The web page states that pop-ups can be set up but, being a marketing site, gives no indication whatsoever as to how it's done.  I was hoping someone could tell my if there's any way to carry them over from an Excel file.

  • Hi, Im from Philippines,.... i am currently using my iPhone 4 (iOs.6.3)it  started when i upgrade it from iOs4 to iOs 6.3 , My iPhone doesnt identify numbers even if its in my contact if its not starting with  +63 ..what will i do?

    Hi, Im from Philippines,.... i am currently using my iPhone 4 (iOs.6.3)it  started when i upgrade it from iOs4 to iOs 6.3 , My iPhone doesnt identify numbers even if its in my contact if its not starting with  +63 ..what will i do?
    I change everything into +63 and i thought everything is already fine,.. and then now , i dont know what happened why it doesnt recognize numbers with +63 anymore

    Hello hsielglad,
    Thank you for your question. iTunes 11.1 is required to update to and sync with iOS 7.  If you are still running iTunes 10.6.3, I recommend trying to obtain the update by going to the iTunes menu and selecting Check for Updates.
    iTunes: How to install the latest version
    http://support.apple.com/kb/HT5654
    If you continue to get the message that iTunes is up to date, you can download the latest version of iTunes here:
    Download iTunes
    http://www.apple.com/itunes/download/
    Once the file downloads, double click on the installation file that downloaded to initiate the installation.
    Best,
    Sheila M.

  • How can i identify Patch no ? How it is differ from patchsets no ?

    Hello to all ;
    I read official document it says
    All patch and patch set releases carry version numbers. - patch set might be 10.2.0.2 , .... , 10.2.4.0 , 10.2.5.0
    How can i identify patch number ? My DB version is 10.2.0 is , what's my patch release no ?
    Thanks in advance ..

    Ok. Almost i got well information about patches from HERE ..
    Collected information's from here :0 , If my understanding is wrong , please  correct it
    patches Patches are software programs for individual BUG FIXES. Oracle issues product fixes software, usually it is called as patches.
    patche SetsA group of patches form a patch set. Patch sets are usually applied to upgrade oracle version. EX ( 10.2.0.1 to 10.2.0.4 )
    If my DB needs patch ,I want to upgrade DB , version to Version (10.2.0.4 to 10.2.0.4)
    If my oracle S/w needs patch ,A small collection of files are replaced to fix certain bugs , when aaplying patch into my oracle S/w
    When applying patch/patch sets , what affected my database directly ?It depends upon patch ..
    My Special thanks :0
    Ok Osama , It's my final question :
    I read , If i applied PSU patch , i can't apply CPU patch ( until dB upgade to new version)- What's the specific reason here ?
    If someone applied a patch on my DB , how can identify what type of patch applied on my DB ? (if it is PSU or CPU)- I mean how can i identify , whether the patch was PSU or CPU ?
    How can i differentiate both patches when seeing ?
    Thanks Osama ..

  • After upgrading to Mountain Lion, I cannot open my File Maker Pro files. Can I use Numbers to open these files?

    After upgrading to Mountain Lion, I cannot open my File Maker Pro files. Can I use Numbers to open these files?

    Numbers is a spreadsheet program and FileMaker is a database program, so you probably can't use Numbers to open them unless you had first exported them from FileMaker in a spreadsheet-compatible format.
    If you upgraded from 10.6 Snow Leopard or earlier and your old copy of FileMaker won't open anymore, it might be a PowerPC application that is not compatible with 10.7 and later. If that is the case, to work with your FileMaker files you should upgrade your copy of FileMaker to the latest version, which seems to be FileMaker 12.

  • I have uploaded photos from the past and they are grouped by dates.  How do I seperate those photos into their own folder/album so that I can easily identify the contents.  Also, what is the difference between Album, Smart Album and folders?

    I have uploaded photos from the past and they are automatically arranged by date.  As a result, there are many events grouped into one library/event/folder/album (not sure of the proper terminology) I'd like to separate them into folders/albums/smart albums so that I can easily identify the contents.  How do I do that and do I delete the originals?

    It would be good to take the tutorials and learn iPhoto - these are for the previous version but the concepts are the same and much of the command is the same - and it would be a worthwhile investment of time to take the iphoto tutorials - http://www.apple.com/findouthow/photos/ - they are very helpful and will save you a lot of time and frustration. - also the tutorials in iPhoto Help will be helpful - while iPhoto is easy and intuitive it does have a learning curve and it will save you time and pain if you spend a few minutes learning the basics
    as to organization - events are generally time based and are the basic automatic organization - you can merge and split them to make them work better for you but they are not a good way to do detailed organization - best to leave them time based
    albums are logical things that contain photos and are just pointers to the photo in the event so they take no extra space and all changes to a photo anywhere are reflected everywhere
    Smart albums are the same except they are automatically filled based on the criteria you set when you create them
    Folders are containers that you create and a folder can contain albums, smart albums or other folders so they are a big help in organization - like a vacation folder that holds folders for France, USA, China with each of thos folders holding albums of photos from the country
    LN

  • I have very little space left on the hard drive on my macbook, on my storage report it says "other" is taking up more than two thirds of the space on the hardrive. How can I identify what these files are?

    I have very little space left on the hard drive on my macbook, on my storage report it says "other" is taking up more than two thirds of the space on the hardrive. How can I identify what these files are?

    Hello,
    There is free software you can download that gives you a graphical image of what files are used on your hard drive. http://www.derlien.com/
    This may help you clean down your hard drive for more space.
    Best of luck

  • How can I identify and delete duplicate photos using latest version of Elements?  (Win 8.1 64 bit)

    I have several thousand digital photos of which several are duplicates. Can I identify and remove them using  Photoshop Elements 13?

    See:
    Elements Organizer Help | Search options to find media

  • How can I identify and delete duplicates on the latest version of itunes?

    How can I identify and delete duplicates on the lastest version of iTunes?

    The show duplicates/show exact duplicates features have been left out of iTunes 11. Rumor suggests they will be restored in the next build. In the meantime I have written two Windows scripts to make playlists of Duplicates and Exact Duplicates, either from a selection of tracks or the entire library. Note that, as with the iTunes feature, this list makes no distinction between "originals" and "dupes", you have to decide which is which.
    There is also my DeDuper script for automatically removing duplicate copies but keeping one remaining copy of each set. This can preserve ratings, play counts, playlist membership, etc. which are lost in a manual clean up. Please take note of the warning to backup your library before deduping. See this thread for background on deduping and the script.
    If you want to manually remove duplicate tracks use shift-delete to remove selected tracks from the library as well as the playlist. Keep one of each repeated group of files and don't send the others to the recycle bin unless you are sure that there are multiple files on the disc as opposed to multiple entries to the same file. Same advice to backup applies.
    tt2

  • Master Data Services - Can not add new User and MDS can not Identify LOCAL Users

    Team,
    We are using  SQL Server 2008 R2 and system working since long and suddenly we observed mentioned two issues. The server MyServer is already restarted but did not help.  The MDS installed and configured on SAME Machine (MyServer).
      I  have two issues here.
    1. MDM website can not Identify the local Users (MyServer\MyUser).
    The User created on local Machine (MyServer\MyUser). I logged into MDM website using Admin login and click on User and Permission. Then I click on add and Text box appears to type UserName. Here I type "MyServer\MyUser" (MyServer\MyUser is already
    exists and working since long). Then click checkName; I received a message "No exact Match was found for MyServer\MyUser". Where as User from OTHER domain identified in MDM but could not identify ONLY the local users like "MyServer\MyUser".
    2. Can not add new user in Existing working MDM.
    I created windows user on machine (MyServer\MyUser1) and add it in UserGroup having an access to MDM. and then I tried to login to MDM using newly created user (MyServer\MyUser1) ; I see error Access Is Denied. The Permission assigned to UserGroup (not
    to individual user). The new User (MyUser1) should automatically get added in MDM once logged in. This is working for existing users in UserGroup; BUT NOT ONLY for new user (MyUser1).

    Now I Solved this problem in my case.
    I just grant again all permissions according http://msdn.microsoft.com/en-us/library/ff486994.aspx. Now all work fine.
    Hope, it will help 

  • Can anyone identify screen problem that freezes (pic)

    Can anyone identify my screen problem that freezes? Alternately I get this image all over screen (see pic) or just a few horizontal dotted lines.
    I have to force reboot.
    Any thoughts appreciated.
    iMac27, 3.5Ghz i7, 32 Gb ram, 3T drive.
    Mavericks 10.9.5
    I use the Adobe CC suite the most.
    Thank you.
    ETRE report prior to this image
    Problem description:
    iMac keeps freezing and returning to login
    EtreCheck version: 2.0.11 (98)
    Report generated 4 November 2014 2:45:09 pm AEDT
    Hardware Information: ℹ️
      iMac (27-inch, Late 2013) (Verified)
      iMac - model: iMac14,2
      1 3.5 GHz Intel Core i7 CPU: 4-core
      32 GB RAM Upgradeable
      BANK 0/DIMM0
      8 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      8 GB DDR3 1600 MHz ok
      BANK 0/DIMM1
      8 GB DDR3 1600 MHz ok
      BANK 1/DIMM1
      8 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n/ac
    Video Information: ℹ️
      NVIDIA GeForce GTX 780M - VRAM: 4096 MB
      iMac 2560 x 1440
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 0:15:11
    Disk Information: ℹ️
      APPLE SSD SD0128F disk0 : (121.33 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Boot OS X (disk0s3) <not mounted> : 134 MB
      Macintosh HD imac27 (disk5) /  [Startup]: 3.11 TB (2.84 TB free)
      Core Storage: disk0s2 120.99 GB Online
      Core Storage: disk3s2 3.00 TB Online
      SAMSUNG HN-M101MBB disk1 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted> : 210 MB
      disk1s2 (disk1s2) <not mounted> : 999.86 GB
      Boot OSX (disk1s3) <not mounted> : 134 MB
      SAMSUNG HN-M101MBB disk2 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk2s1) <not mounted> : 210 MB
      disk2s2 (disk2s2) <not mounted> : 999.86 GB
      Boot OSX (disk2s3) <not mounted> : 134 MB
      APPLE HDD ST3000DM001 disk3 : (3 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk3s1) <not mounted> : 210 MB
      Recovery HD (disk3s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD imac27 (disk5) /  [Startup]: 3.11 TB (2.84 TB free)
      Core Storage: disk0s2 120.99 GB Online
      Core Storage: disk3s2 3.00 TB Online
    USB Information: ℹ️
      VIA Labs, Inc.          USB3.0 Hub             
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Wacom Co.,Ltd. Intuos PTS
      VIA Labs, Inc.          USB2.0 Hub             
      Fitbit Inc. Fitbit Base Station
      Apple, Inc. Keyboard Hub
      Apple Inc. Apple Keyboard
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
      LaCie Little Big Disk
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [not loaded] com.wacom.kext.wacomtablet (6.3.9 - SDK 10.9) Support
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [failed] com.adobe.AdobeCreativeCloud.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.wacom.wacomtablet.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.fitbit.galileod.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.koingosw.MacCleanse4Helper.Reminder.plist Support
      [loaded] com.koingosw.MacCleanse4Helper.TrashWatcher.plist Support
    User Login Items: ℹ️
      Creative Cloud Application (/Applications/Utilities/Adobe Creative Cloud/ACC/Creative Cloud.app)
    Internet Plug-ins: ℹ️
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      EPPEX Plugin: Version: 4.1.0.0 Support
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      QuickTime Plugin: Version: 7.7.3
      WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.6 - SDK 10.9 Support
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    User Internet Plug-ins: ℹ️
      Dashlane: Version: Dashlane 1.0.0 - SDK 10.7 Support
    Safari Extensions: ℹ️
      Dashlane
      Pin It Button
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Flip4Mac WMV  Support
      Java  Support
      WacomTablet  Support
      Backup size 2.00 TB > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
          7% Safari
          5% WindowServer
          4% WacomTabletDriver
          1% WacomTouchDriver
          0% powerd
    Top Processes by Memory: ℹ️
      241 MB WindowServer
      213 MB com.apple.WebKit.WebContent
      206 MB com.apple.IconServicesAgent
      206 MB Safari
      172 MB mds_stores
    Virtual Memory Information: ℹ️
      27.84 GB Free RAM
      4.04 GB Active RAM
      708 MB Inactive RAM
      1.76 GB Wired RAM
      518 MB Page-ins
      0 B Page-outs

    I ended up calling Apple Support twice. After first time when we checked drives etc, the second time they said we had done everything and it must be a hardware issue. It had to have a logic board replaced.

  • Photoshop CS2 has begun crashing. Can't identify what changes I have made may have started this. I a

    Photoshop CS2 has begun crashing. Can't identify what changes I have made may have started this. I am using a MacBook Pro (2.2 GHz Intel Core i7) running OS 10.6.8. The error message reads: Process:         Adobe Photoshop CS2 [8011] Path:            /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 Identifier:      com.adobe.Photoshop Version:         9.0 (9.0x196) (9.0) Code Type:       PPC (Translated) Parent Process:  launchd [136]  Date/Time:       2012-03-09 17:56:22.693 -0600 OS Version:      Mac OS X 10.6.8 (10K549) Report Version:  6  Interval Since Last Report:          326864 sec Crashes Since Last Report:           18 Per-App Interval Since Last Report:  6035 sec Per-App Crashes Since Last Report:   12 Anonymous UUID:                      68A4F14B-1933-472D-B2EA-3A01AA5C7653  Exception Type:  EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000000fffffffc Crashed Thread:  0  Dispatch queue: com.apple.main-thread  Thread 0 Crashed:  Dispatch queue: com.apple.main-thread 0   ???                         
    0x73724189 0 + 1936867721  Thread 1: 0   libSystem.B.dylib           
    0x80142afa mach_msg_trap + 10 1   libSystem.B.dylib           
    0x80143267 mach_msg + 68 2   com.adobe.Photoshop         
    0xb819440f CallPPCFunctionAtAddressInt + 206231 3   libSystem.B.dylib           
    0x80170259 _pthread_start + 345 4   libSystem.B.dylib           
    0x801700de thread_start + 34  Thread 2: 0   com.adobe.Photoshop         
    0xb815acc0 spin_lock_wrapper + 90152 1   com.adobe.Photoshop         
    0xb8179c5b CallPPCFunctionAtAddressInt + 97763 2   com.adobe.Photoshop         
    0xb80c6b13 0xb8000000 + 813843 3   com.adobe.Photoshop         
    0xb80c0037 0xb8000000 + 786487 4   com.adobe.Photoshop         
    0xb80dd8e8 0xb8000000 + 907496 5   com.adobe.Photoshop         
    0xb8145397 spin_lock_wrapper + 1791 6   com.adobe.Photoshop         
    0xb801ceb7 0xb8000000 + 118455  Thread 3: 0   com.adobe.Photoshop         
    0xb815a8ff spin_lock_wrapper + 89191 1   com.adobe.Photoshop         
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989 2   com.adobe.Photoshop         
    0xb80c6b13 0xb8000000 + 813843 3   com.adobe.Photoshop         
    0xb80c0037 0xb8000000 + 786487 4   com.adobe.Photoshop         
    0xb80dd8e8 0xb8000000 + 907496 5   com.adobe.Photoshop         
    0xb8145397 spin_lock_wrapper + 1791 6   com.adobe.Photoshop         
    0xb801ceb7 0xb8000000 + 118455  Thread 4: 0   com.adobe.Photoshop         
    0xb815a8ff spin_lock_wrapper + 89191 1   com.adobe.Photoshop         
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989 2   com.adobe.Photoshop         
    0xb80c6b13 0xb8000000 + 813843 3   com.adobe.Photoshop         
    0xb80c0037 0xb8000000 + 786487 4   com.adobe.Photoshop         
    0xb80dd8e8 0xb8000000 + 907496 5   com.adobe.Photoshop         
    0xb8145397 spin_lock_wrapper + 1791 6   com.adobe.Photoshop         
    0xb801ceb7 0xb8000000 + 118455  Thread 5: 0   com.adobe.Photoshop         
    0xb815aa8b spin_lock_wrapper + 89587 1   com.adobe.Photoshop         
    0xb818c3eb CallPPCFunctionAtAddressInt + 173427 2   com.adobe.Photoshop         
    0xb818eeec CallPPCFunctionAtAddressInt + 184436 3   com.adobe.Photoshop         
    0xb80c6b13 0xb8000000 + 813843 4   com.adobe.Photoshop         
    0xb80c0037 0xb8000000 + 786487 5   com.adobe.Photoshop         
    0xb80dd8e8 0xb8000000 + 907496 6   com.adobe.Photoshop         
    0xb8145c1d spin_lock_wrapper + 3973 7   com.adobe.Photoshop         
    0xb801ceb7 0xb8000000 + 118455  Thread 6: 0   com.adobe.Photoshop         
    0xb815a8ff spin_lock_wrapper + 89191 1   com.adobe.Photoshop         
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989 2   com.adobe.Photoshop         
    0xb80e88cb 0xb8000000 + 952523 3   ???                         
    0x8b612e5e 0 + 2338401886  Thread 7: 0   com.adobe.Photoshop         
    0xb815a8ff spin_lock_wrapper + 89191 1   com.adobe.Photoshop         
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989 2   com.adobe.Photoshop         
    0xb80e88cb 0xb8000000 + 952523 3   ???                         
    0x8b612e5e 0 + 2338401886  Thread 8: 0   com.adobe.Photoshop         
    0xb815a8ff spin_lock_wrapper + 89191 1   com.adobe.Photoshop         
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989 2   com.adobe.Photoshop         
    0xb80e88cb 0xb8000000 + 952523 3   ???                         
    0x8b612e5e 0 + 2338401886  Thread 9: 0   com.adobe.Photoshop         
    0xb815a8ff spin_lock_wrapper + 89191 1   com.adobe.Photoshop         
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989 2   com.adobe.Photoshop         
    0xb80e88cb 0xb8000000 + 952523 3   ???                         
    0x8b612e5e 0 + 2338401886  Thread 10: 0   com.adobe.Photoshop         
    0xb815a8ff spin_lock_wrapper + 89191 1   com.adobe.Photoshop         
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989 2   com.adobe.Photoshop         
    0xb80e88cb 0xb8000000 + 952523 3   ???                         
    0x8b612e5e 0 + 2338401886  Thread 11: 0   com.adobe.Photoshop         
    0xb815a8ff spin_lock_wrapper + 89191 1   com.adobe.Photoshop         
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989 2   com.adobe.Photoshop         
    0xb80e88cb 0xb8000000 + 952523 3   ???                         
    0x8b612e5e 0 + 2338401886  Thread 12: 0   com.adobe.Photoshop         
    0xb815a8ff spin_lock_wrapper + 89191 1   com.adobe.Photoshop         
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989 2   com.adobe.Photoshop         
    0xb80e88cb 0xb8000000 + 952523 3   ???                         
    0x8b612e5e 0 + 2338401886  Thread 13: 0   com.adobe.Photoshop         
    0xb815a8ff spin_lock_wrapper + 89191 1   com.adobe.Photoshop         
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989 2   com.adobe.Photoshop         
    0xb80e88cb 0xb8000000 + 952523 3   ???                         
    0x8b612e5e 0 + 2338401886  Thread 14: 0   com.adobe.Photoshop         
    0xb815a8ff spin_lock_wrapper + 89191 1   com.adobe.Photoshop         
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989 2   com.adobe.Photoshop         
    0xb80e88cb 0xb8000000 + 952523 3   ???                         
    0x8b612e5e 0 + 2338401886  Thread 15: 0   com.adobe.Photoshop         
    0xb815a8ff spin_lock_wrapper + 89191 1   com.adobe.Photoshop         
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989 2   com.adobe.Photoshop         
    0xb80e88cb 0xb8000000 + 952523 3   ???                         
    0x8b612e5e 0 + 2338401886  Thread 16: 0   com.adobe.Photoshop         
    0xb815a8ff spin_lock_wrapper + 89191 1   com.adobe.Photoshop         
    0xb8176e5d CallPPCFunctionAtAddressInt + 85989 2   com.adobe.Photoshop         
    0xb80c6b13 0xb8000000 + 813843 3   com.adobe.Photoshop         
    0xb80c0037 0xb8000000 + 786487 4   com.adobe.Photoshop         
    0xb80dd8e8 0xb8000000 + 907496 5   com.adobe.Photoshop         
    0xb8145397 spin_lock_wrapper + 1791 6   com.adobe.Photoshop         
    0xb801ceb7 0xb8000000 + 118455  Thread 17: 0   com.adobe.Photoshop         
    0xb815a93a spin_lock_wrapper + 89250 1   com.adobe.Photoshop         
    0xb8176f67 CallPPCFunctionAtAddressInt + 86255 2   com.adobe.Photoshop         
    0xb80e88cb 0xb8000000 + 952523 3   ???                         
    0x8badee0e 0 + 2343431694  Thread 0 crashed with X86 Thread State (32-bit):   eax: 0x00000000  ebx: 0x10beea0c  ecx: 0xbfff5c70  edx: 0xe05cffbf   edi: 0x00000045  esi: 0x00000001  ebp: 0x8a028d80  esp: 0xb7fffacc    ss: 0x00000023  efl: 0x00010283  eip: 0x73724189   cs: 0x0000001b    ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f   cr2: 0xfffffffc  Binary Images: 0x80000000 - 0x8005dff7  com.apple.framework.IOKit 2.0 (???) <482CF2CC-DF02-2B5B-2133-18F5EA0052A8> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x8007d000 - 0x800e7fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib 0x80142000 - 0x802e9ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib 0x8036b000 - 0x804e6fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x805de000 - 0x805ecfe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <E1B922F4-23DC-467E-631F-7E1B9C9F51CB> /usr/lib/libz.1.dylib 0x805f1000 - 0x805fdff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib 0x80601000 - 0x80647ff7  libauto.dylib ??? (???) <7CB1AB76-50A2-8E56-66E4-CF51CA75B177> /usr/lib/libauto.dylib 0x80654000 - 0x807d6fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib 0x80838000 - 0x808e5fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib 0x808f9000 - 0x808fcfe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib 0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <283EE026-C0FE-1FF9-DB81-BFB155793157> /usr/lib/dyld 0xb8000000 - 0xb81defff +com.adobe.Photoshop 9.0 (9.0x196) (9.0) <6437A74D-607F-7339-5F7E-F6B0EF81C25D> /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib  Translated Code Information: objc[8011]: garbage collection is ON Rosetta Version:  22.27 Args: 
    /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 -psn_0_1774001  Exception: EXC_BAD_ACCESS (0x0001)  Thread 0: (0xb022078c, 0xb815aa8b) 0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0  0x91d344bc: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _TS_exception_listener_thread + 128  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x97ca2cc4
    ctr: 0x97ca2590 r00: 0xffffffe1
    r01: 0xf0203df0
    r02: 0xa0cf6090
    r03: 0x11800000
    r04: 0x00000002
    r05: 0x00000000
    r06: 0x00000054
    r07: 0x0000782b
    r08: 0x00000000
    r09: 0x00000000
    r10: 0x00000600
    r11: 0xa0ceb194
    r12: 0x97ca2590
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x11800000
    r23: 0x00000000
    r24: 0x00000054
    r25: 0x0000782b
    r26: 0x00000000
    r27: 0x00000000
    r28: 0x00000002
    r29: 0x00000002
    r30: 0x00000000
    r31: 0x91d34444
      Thread 1: (0xb02a2e34, 0xb815a8ff) 0x91cf3a3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40  0x0feb7428: /Applications/Adobe Photoshop CS2/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support : ThreadFunction(void*) + 64  0x91cf4988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91cf3a80
    ctr: 0x97ca2600 r00: 0xffffffda
    r01: 0xf0284da0
    r02: 0x0b985980
    r03: 0x00007b07
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x2bb80017
    r09: 0x4d555458
    r10: 0x2bb8000f
    r11: 0xa0ceb698
    r12: 0x97ca2600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x00000000
    r27: 0x0feb73fc
    r28: 0x80000000
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x91cf3a20
      Thread 2: (0xb04aae34, 0xb815a8ff) 0x91cf3a3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40  0x0feb7428: /Applications/Adobe Photoshop CS2/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support : ThreadFunction(void*) + 64  0x91cf4988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91cf3a80
    ctr: 0x97ca2600 r00: 0xffffffda
    r01: 0xf0488da0
    r02: 0x0b98b7b0
    r03: 0x00008303
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x2bb80c77
    r09: 0x4d555458
    r10: 0x2bb80c6f
    r11: 0xa0ceb698
    r12: 0x97ca2600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x00000010
    r27: 0x0feb73fc
    r28: 0x80000000
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x91cf3a20
      Thread 3: (0xb0778e34, 0xb815a8ff) 0x91cf3a3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40  0x01abbf90: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE : ACESemaphoreList::Wait(unsigned long) + 36  0x01abc1dc: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE : ACEMPThread::Task() + 76  0x01abbba0: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE : _TaskGlue + 28  0x91cf4988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x91cf3a80
    ctr: 0x97ca2600 r00: 0xffffffda
    r01: 0xf070dd20
    r02: 0x146ad4b0
    r03: 0x00009903
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x00002ba7
    r09: 0x4d555458
    r10: 0x000f8cdf
    r11: 0xa0ceb698
    r12: 0x97ca2600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x00000000
    r27: 0x00000000
    r28: 0x00000000
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x91cf3a20
      Thread 4: (0xb011cd74, 0xb815a8ff) 0x97e26aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248  0x97e25190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x97e26abc
    ctr: 0x97ca2600 r00: 0xffffffda
    r01: 0xf0101dc0
    r02: 0x00000000
    r03: 0x00002a03
    r04: 0x00000040
    r05: 0x3b9ab190
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9ab190
    r09: 0x00000000
    r10: 0x3b9ab190
    r11: 0xa0ceb698
    r12: 0x97ca2600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa0cf17cc
    r22: 0xa0cf17c0
    r23: 0xa0cf17c8
    r24: 0x00005a6c
    r25: 0xb5b1300c
    r26: 0xa0cf150c
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d3190
    r30: 0xa0cf17a0
    r31: 0x97e269b4
      Thread 5: (0xb0428e34, 0xb815a8ff) 0x91cf3a3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40  0x0feb7428: /Applications/Adobe Photoshop CS2/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support : ThreadFunction(void*) + 64  0x91cf4988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91cf3a80
    ctr: 0x97ca2600 r00: 0xffffffda
    r01: 0xf0407da0
    r02: 0x0b98a830
    r03: 0x00008103
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x2bb8095f
    r09: 0x4d555458
    r10: 0x2bb80957
    r11: 0xa0ceb698
    r12: 0x97ca2600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x0000000c
    r27: 0x0feb73fc
    r28: 0x80000000
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x91cf3a20
      Thread 6: (0xb06b2e34, 0xb815a8ff) 0x91cf3a3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40  0x01abbf90: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE : ACESemaphoreList::Wait(unsigned long) + 36  0x01abc1dc: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE : ACEMPThread::Task() + 76  0x01abbba0: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE : _TaskGlue + 28  0x91cf4988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x91cf3a80
    ctr: 0x97ca2600 r00: 0xffffffda
    r01: 0xf068cd20
    r02: 0x146ad4a0
    r03: 0x00009803
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x00006ce0
    r09: 0x4d555458
    r10: 0x000d4c0b
    r11: 0xa0ceb698
    r12: 0x97ca2600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x00000000
    r27: 0x00000000
    r28: 0x00000000
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x91cf3a20
      Thread 7: (0xb087ce30, 0xb815a93a) 0x97d3f6a4: /usr/lib/libSystem.B.dylib : __pthread_cond_wait + 880  0x91d36984: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _TSWaitOnConditionTimedRelative + 240  0x91d38a00: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _TSWaitOnSemaphoreCommon + 468  0x91cc6670: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : AsyncFileThread(void*) + 92  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x97d3f6e8
    ctr: 0x97ca2610 r00: 0xffffffd9
    r01: 0xf080f8b0
    r02: 0x00000001
    r03: 0x0000a703
    r04: 0x0000a803
    r05: 0x0000003c
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x00021000
    r09: 0x00000001
    r10: 0xf080fe88
    r11: 0xa0ceb6a0
    r12: 0x97ca2610
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x91da71cc
    r19: 0x91da71d0
    r20: 0xa0cf26d0
    r21: 0x91da71d4
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x0000003c
    r25: 0x00000001
    r26: 0xa0cf271c
    r27: 0xf080fe88
    r28: 0xa02e74ac
    r29: 0x00000000
    r30: 0xa02e74e0
    r31: 0x97d3f340
      Thread 8: (0xb009ad38, 0xb815acc0) 0x97e254b8: /usr/lib/libSystem.B.dylib : __dispatch_mgr_invoke + 228  0x97e24e9c: /usr/lib/libSystem.B.dylib : __dispatch_queue_invoke + 308  0x97e2502c: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread2 + 372  0x97e25168: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 76  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x97e25480
    ctr: 0x97ce62d8 r00: 0x0000016b
    r01: 0xf0080bb0
    r02: 0x00000000
    r03: 0x00000004
    r04: 0x00000000
    r05: 0x00000000
    r06: 0xf0080d0c
    r07: 0x00000001
    r08: 0xf0080d28
    r09: 0x00000000
    r10: 0x00000028
    r11: 0xa0cea530
    r12: 0x97ce62d8
    r13: 0x10624dd3
    r14: 0x97e74b04
    r15: 0xf0080c0c
    r16: 0xf0080c8c
    r17: 0xa0d053dc
    r18: 0xf0080d28
    r19: 0xa0cff588
    r20: 0xa0d00588
    r21: 0xf0080d0c
    r22: 0xa0cff508
    r23: 0xa0cff488
    r24: 0xa0d053dc
    r25: 0x00000000
    r26: 0xa0cf162c
    r27: 0x00000000
    r28: 0xa0cf1604
    r29: 0xa0cf133c
    r30: 0xf0080d28
    r31: 0x97e253dc
      Thread 9: (0xb019ed74, 0xb815a8ff) 0x97e26aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248  0x97e25190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x97e26abc
    ctr: 0x97ca2600 r00: 0xffffffda
    r01: 0xf0182dc0
    r02: 0x00000000
    r03: 0x00002a03
    r04: 0x00000040
    r05: 0x3b9ab41a
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9ab41a
    r09: 0x00000000
    r10: 0x3b9ab41a
    r11: 0xa0ceb698
    r12: 0x97ca2600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa0cf17cc
    r22: 0xa0cf17c0
    r23: 0xa0cf17c8
    r24: 0x00005a6c
    r25: 0xb5b303ff
    r26: 0xa0cf150c
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d341a
    r30: 0xa0cf17a0
    r31: 0x97e269b4
      Thread 10: (0xb03a6e34, 0xb815a8ff) 0x91cf3a3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40  0x0feb7428: /Applications/Adobe Photoshop CS2/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support : ThreadFunction(void*) + 64  0x91cf4988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91cf3a80
    ctr: 0x97ca2600 r00: 0xffffffda
    r01: 0xf0386da0
    r02: 0x0b974140
    r03: 0x00007f03
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x2bb80647
    r09: 0x4d555458
    r10: 0x2bb8063f
    r11: 0xa0ceb698
    r12: 0x97ca2600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x00000008
    r27: 0x0feb73fc
    r28: 0x80000000
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x91cf3a20
      Thread 11: (0xb05aee34, 0xb815a8ff) 0x91cf3a3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40  0x0feb7428: /Applications/Adobe Photoshop CS2/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support : ThreadFunction(void*) + 64  0x91cf4988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91cf3a80
    ctr: 0x97ca2600 r00: 0xffffffda
    r01: 0xf058ada0
    r02: 0x0b98cc40
    r03: 0x00008703
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x2bb812a7
    r09: 0x4d555458
    r10: 0x2bb8129f
    r11: 0xa0ceb698
    r12: 0x97ca2600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x00000018
    r27: 0x0feb73fc
    r28: 0x80000000
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x91cf3a20
      Thread 12: (0xb0630e34, 0xb815a8ff) 0x91cf3a3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40  0x01abbf90: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE : ACESemaphoreList::Wait(unsigned long) + 36  0x01abc1dc: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE : ACEMPThread::Task() + 76  0x01abbba0: @executable_path/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE : _TaskGlue + 28  0x91cf4988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x00000000
    lr: 0x91cf3a80
    ctr: 0x97ca2600 r00: 0xffffffda
    r01: 0xf060bd20
    r02: 0x146ad590
    r03: 0x00009703
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x00004fc0
    r09: 0x4d555458
    r10: 0x000e3c16
    r11: 0xa0ceb698
    r12: 0x97ca2600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x00000000
    r27: 0x00000000
    r28: 0x00000000
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x91cf3a20
      Thread 13: Crashed (0xb7fffacc, 0x73724189) 0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0  0x0019d464: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : IsTargetInView(TView*) + 235840  0x0019d254: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : IsTargetInView(TView*) + 235312  0x0019d340: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : IsTargetInView(TView*) + 235548  0x0019d340: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : IsTargetInView(TView*) + 235548  0x0019d340: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : IsTargetInView(TView*) + 235548  0x0028daec: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ComputeSubviewBoundingBox(TView*, VRect&) + 324124  0x0028da3c: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ComputeSubviewBoundingBox(TView*, VRect&) + 323948  0x0024b570: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ComputeSubviewBoundingBox(TView*, VRect&) + 52384  0x00294c7c: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ComputeSubviewBoundingBox(TView*, VRect&) + 353196  0x002961c8: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ComputeSubviewBoundingBox(TView*, VRect&) + 358648  0x00295590: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ComputeSubviewBoundingBox(TView*, VRect&) + 355520  0x0024aaf0: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ComputeSubviewBoundingBox(TView*, VRect&) + 49696  0x0024a85c: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ComputeSubviewBoundingBox(TView*, VRect&) + 49036  0x0024ab8c: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ComputeSubviewBoundingBox(TView*, VRect&) + 49852  0x002ae944: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ComputeSubviewBoundingBox(TView*, VRect&) + 458868  0x0036aad4: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : StripAmpersand(CString&) + 140124  0x0036aa34: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : StripAmpersand(CString&) + 139964  0x00370efc: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : StripAmpersand(CString&) + 165764  0x00370e34: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : StripAmpersand(CString&) + 165564  0x00370674: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : StripAmpersand(CString&) + 163580  0x01103abc: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : XPEPLaunch::StartApp(unsigned short const*, unsigned short const*, unsigned short const*, void**) + 5911120  0x00633830: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : GlobalToViewPoint(TView*, CPoint const&, VPoint&) + 126828  0x007fea04: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : IsShowingAlert() + 53824  0x007ee36c: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : InitUPrinting() + 381172  0x0006456c: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : LookupErrString(short, short, ZString&) + 236304  0x007e9b04: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : InitUPrinting() + 362636  0x00837ba8: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : PercentageWindowVisible(TWindow*) + 6864  0x007f0df4: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : InitUPrinting() + 392060  0x000033f8: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : dyld_stub_binding_helper + 1288  0x000030d0: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : dyld_stub_binding_helper + 480  0x00002e64: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ___code_start__ + 512  0x00002c94: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 : ___code_start__ + 48   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x0019d3b0
    ctr: 0x00f3b450 r00: 0x0550ae98
    r01: 0xbfff5c70
    r02: 0x0143e7dc
    r03: 0x06eb0e20
    r04: 0x013e2688
    r05: 0x013e4e04
    r06: 0xbfff6190
    r07: 0x00000000
    r08: 0xbfff5d90
    r09: 0x0143ea44
    r10: 0x00002028
    r11: 0xa0ceb208
    r12: 0x00f3b450
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x0ceba1f0
    r17: 0x00000001
    r18: 0x00000000
    r19: 0x0141d780
    r20: 0x005af8aa
    r21: 0xbfff5d94
    r22: 0x0ceabde0
    r23: 0x0143ea44
    r24: 0xbfff6190
    r25: 0x00000001
    r26: 0xbfff5d90
    r27: 0x0cef3ad0
    r28: 0x011ada14
    r29: 0x0143d3b0
    r30: 0x013dd3b0
    r31: 0x013dd3b0
      Thread 14: (0xb0324e34, 0xb815a8ff) 0x91cf3a3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40  0x0feb7428: /Applications/Adobe Photoshop CS2/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support : ThreadFunction(void*) + 64  0x91cf4988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91cf3a80
    ctr: 0x97ca2600 r00: 0xffffffda
    r01: 0xf0305da0
    r02: 0x0b984040
    r03: 0x00007d03
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x2bb8032f
    r09: 0x4d555458
    r10: 0x2bb80327
    r11: 0xa0ceb698
    r12: 0x97ca2600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x00000004
    r27: 0x0feb73fc
    r28: 0x80000000
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x91cf3a20
      Thread 15: (0xb052ce34, 0xb815a8ff) 0x91cf3a3c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _MPWaitOnSemaphore + 40  0x0feb7428: /Applications/Adobe Photoshop CS2/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support : ThreadFunction(void*) + 64  0x91cf4988: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore : _PrivateMPEntryPoint + 100  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x91cf3a80
    ctr: 0x97ca2600 r00: 0xffffffda
    r01: 0xf0509da0
    r02: 0x0b98c430
    r03: 0x00008503
    r04: 0x7fffffff
    r05: 0x00000000
    r06: 0x00000000
    r07: 0x00000000
    r08: 0x2bb80f8f
    r09: 0x4d555458
    r10: 0x2bb80f87
    r11: 0xa0ceb698
    r12: 0x97ca2600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0x00000000
    r22: 0x00000000
    r23: 0x00000000
    r24: 0x00000000
    r25: 0x00000000
    r26: 0x00000014
    r27: 0x0feb73fc
    r28: 0x80000000
    r29: 0x7fffffff
    r30: 0x00000000
    r31: 0x91cf3a20
      Thread 16: (0xb07fad74, 0xb815a8ff) 0x97e26aa4: /usr/lib/libSystem.B.dylib : __dispatch_semaphore_wait_slow + 248  0x97e25190: /usr/lib/libSystem.B.dylib : __dispatch_worker_thread + 116  0x97d42f08: /usr/lib/libSystem.B.dylib : __pthread_body + 40  0x00000000: /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2 :  + 0   PPC Thread State srr0: 0x00000000
    srr1: 0x00000000
                 vrsave: 0x00000000 cr:  0xXXXXXXXX
    xer: 0x20000000
    lr: 0x97e26abc
    ctr: 0x97ca2600 r00: 0xffffffda
    r01: 0xf078edc0
    r02: 0x00000000
    r03: 0x00002b03
    r04: 0x00000040
    r05: 0x3b9a9a5d
    r06: 0x00000020
    r07: 0x00000000
    r08: 0x3b9a9a5d
    r09: 0x00000000
    r10: 0x3b9a9a5d
    r11: 0xa0ceb698
    r12: 0x97ca2600
    r13: 0x00000000
    r14: 0x00000000
    r15: 0x00000000
    r16: 0x00000000
    r17: 0x00000000
    r18: 0x00000000
    r19: 0x00000000
    r20: 0x00000000
    r21: 0xa0cf180c
    r22: 0xa0cf1800
    r23: 0xa0cf1808
    r24: 0x00005a6a
    r25: 0xa9088dda
    r26: 0xa0cf1588
    r27: 0x00000040
    r28: 0x0000000f
    r29: 0x224d1a5d
    r30: 0xa0cf17e0
    r31: 0x97e269b4
       Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.2 GHz, 4 GB, SMC 1.69f3 Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB Memory Module: global_name AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5) Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Serial ATA Device: TOSHIBA MK7559GSXF, 698.64 GB Serial ATA Device: MATSHITADVD-R   UJ-898 USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3 USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2 USB Device: Canon Digital Camera, 0x04a9  (Canon Inc.), 0x320f, 0xfa130000 / 6 USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0245, 0xfa120000 / 5 USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4 USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 9 USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2 USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3

    That would be one of the reasons it’s unsupported. It was never tested on anything later than Tiger and running anything under Rosetta is a crapshoot as well.
    Be aware that when CS6 ships sometime this spring (no official announcement yet, but all hints from Adobe point to a second quarter ship date) you will be completely out of the upgrade loop and will have to buy a full priced license for CS6 or move to Creative Cloud. There are some pretty good deals out there on CS5.5 upgrades.
    Here’s the CS2 to CS5.5 Design Premium package: http://amzn.to/kZOsu7
    Bob

  • I have an icloud account and can access my numbers documents on my Mac at home and iphone by clicking directly on the numbers icon. However I now have a macbook air but I cant access the documents by clicking the numbers icon - am I missing something ?

    I have an icloud account and can access my  numbers documents on my mac at home and iphone by clicking on the numbers icon and these saved documents appear
    I now have a macbook air on which I have icloud but when I click the numbers icon I can't find my saved documents
    Any ideas ?

    Hello mikebundy,
    Let's double check to make sure everything is setup correctly, please see the following resource:
    iCloud: Use Documents in the Cloud with OS X v10.8
    http://support.apple.com/kb/PH12514
    To use Documents in the Cloud with your Mac apps, Documents & Data must be turned on in iCloud preferences.
    Turn on Documents in the Cloud
    - Choose Apple menu > System Preferences, then click iCloud.
    - If you are not already signed in, sign in with the Apple ID you use with iCloud.
    - Turn on Documents & Data.
    Thanks,
    Matt M.

  • I have created a form that contains fields with default text for a user to update/personalize.  Is there a way to style the text so I can quickly identify changes to default text in a field?

    I have created a form that contains fields with default text for a user to update/personalize.  Is there a way to style the text so I can quickly identify changes to default text in a field?

    George - Thanks you so much!  Actually, i'd love for the text color to be red font color.  Could you send me the script for that? And I assume I just copy and paste the script into the field properties (see screenshot)?
    thanks again!
    Seth

  • How can I save a Numbers spreadsheet as a tab delimited file?

    Okay, I would like to save a Numbers spreadsheet as a tab delimited file. But of course I can't do that, since Numbers only saves as a comma separated values file.
    Plan B: I can open up a CSV file created by Numbers in TextEdit, and I would like to Find and Replace all the commas with tabs. So I open up the Find window, enter a comma under Find, but of course when I put the cursor in the Replace blank and hit the Tab key, it just goes to the next blank instead of giving me a Tab.
    Is there a way I can get a Tab into that blank so I can replace all the commas with tabs?
    --Dave

    Hello
    When we use TextEdit as I described, rows are separated by Returns.
    It appears that your program requires LineFeeds.
    Here is a neat soluce.
    Save this script as an Application Bundle.
    --\[SCRIPT tsv2csv]
    (* copy to the clipboard a block of datas separated by tabs
    run the script
    You will get on the desktop a csv file named from the current date-time.
    The values separator is set to match the Bento's requirements:
    If the decimal separator is period, the script uses commas.
    If the decimal separator is comma, the script uses semi-colons.
    This may be changed thru the setting of the property maybeSemiColon.
    According to the property needLF,
    embedded Returns will be replaced by LineFeeds
    or
    embedded LineFeeds will be replaced by Returns
    Yvan KOENIG (Vallauris, FRANCE)
    le 10 octobre 2008
    property needLF : true
    (* true = replace Returns by LineFeeds
    false = replace LineFeeds by Returns *)
    property maybeSemicolon : true
    (* true = use semiColons if decimal separator is comma
    false = always uses commas *)
    --=====
    try
    set |données| to the clipboard as text
    on error
    error "the clipboard doesn't contain text datas !"
    end try
    set line_feed to ASCII character 10
    if |données| contains tab then
    if maybeSemicolon then
    if character 2 of (0.5 as text) is "," then
    set |données| to my remplace(|données|, tab, quote & ";" & quote)
    else
    set |données| to my remplace(|données|, tab, quote & "," & quote)
    end if -- character 2 of (0.5…
    else
    set |données| to my remplace(|données|, tab, quote & "," & quote)
    end if -- maybeSemiColon
    end if -- |données| contains tab
    if needLF then
    if |données| contains return then set |données| to my remplace(|données|, return, line_feed)
    set |données| to my remplace(|données|, line_feed, quote & line_feed & quote)
    else
    if |données| contains line_feed then set |données| to my remplace(|données|, line_feed, return)
    |données| to my remplace(|données|, return, quote & return & quote)
    end if -- needLF
    set |données| to quote & |données| & quote
    set p2d to path to desktop as text
    set nom to my remplace(((current date) as text) & ".csv", ":", "-") (* unique name *)
    tell application "System Events" to make new file at end of folder p2d with properties {name:nom}
    write |données| to file (p2d & nom)
    --=====
    on remplace(t, tid1, tid2)
    local l
    set AppleScript's text item delimiters to tid1
    set l to text items of t
    set AppleScript's text item delimiters to tid2
    set t to l as text
    set AppleScript's text item delimiters to ""
    return t
    end remplace
    --=====
    --[/SCRIPT]
    Yvan KOENIG (from FRANCE vendredi 10 octobre 2008 13:47:36)

Maybe you are looking for