Photoshop CC distorts my image after opening it (Video inside)

Does anyone know the fix to this bug? It's been happening everytime I open a picture in photoshop. The whole picture gets distorted and weird colors appear.
https://www.youtube.com/watch?v=XzbfD0P4dwc&feature=youtu.be

Do you know what hardware you have?  The important thing is to do this on the GPU maker's site, so if nVidia go to
http://www.nvidia.com/Download/index.aspx?lang=en-us

Similar Messages

  • Get starting address of image after openning on Photoshop window.

    Dear All,
    I am newcomer of Photoshop plug-in programming technology and I am implementing an application that get the starting address in memory of image after it was opened on Photoshop window.
    The process as follow:
    + User open an image.
    + The plug-in gets the starting address and size of image. (Pending!!!)
    Could you all give me some ideas or Photoshop API to do this?
    Thanks,
    Hieu Nguyen.

    Hi We're Gill, Siobhan and jaclyn.
    We were wondering where to get more information on copyright laws.
    if someone could get back to us ASAP that would be lovely thank you:)

  • Saving images after opening

    I have been having trouble finding a way to save images after I have them open into the program I am building. If anyone has an idea how to do this any info would be very much appreciated. Thanks

    Heres a silly example:
    import java.awt.Color;
    import java.awt.Graphics2D;
    import java.awt.geom.AffineTransform;
    import java.awt.image.BufferedImage;
    import java.io.File;
    import javax.imageio.ImageIO;
    import javax.swing.ImageIcon;
    import javax.swing.JLabel;
    import javax.swing.JOptionPane;
    * @author Ian Schneider
    public class LoadAndSaveImage {
        public static void main(String[] args) throws Exception {
            BufferedImage bi = ImageIO.read(new File(args[0]));
            Graphics2D g2 = bi.createGraphics();
            g2.setColor(Color.RED);
            g2.setFont(g2.getFont().deriveFont(48f));
            g2.setTransform(AffineTransform.getRotateInstance(Math.PI/4));
            g2.drawString("I maded it better",48,48);
            g2.dispose();
            JLabel l = new JLabel(new ImageIcon(bi));
            javax.swing.JFrame f = new javax.swing.JFrame();
            f.setDefaultCloseOperation(f.EXIT_ON_CLOSE);
            f.getContentPane().add(l);
            f.pack();
            f.setVisible(true);
            if (JOptionPane.showConfirmDialog(f,"Should I save my excellent work?") == JOptionPane.OK_OPTION) {
                File out = new File("yourimagebutbetter.jpg");
                ImageIO.write(bi,"jpg",out);
                System.out.println("vandalized image saved at : " + out);
    }Hopefully that will send you on your way.
    I am new at this Then ignore my bad example of putting everything in main.

  • Why doesn't Photoshop display the full image on open?

    I'm using Photoshop CC on a MacBook Pro with OS X 10.9.2 and an external monitor, and when I open an image, it is partially hidden by the display window - scroll bars appear along the sides of the image display window. It's a little annoying, but hasn't been a big problem - I can just resize the display window. However, when I run a script to place an image, the image is placed in the center of the window rather than the center of the actual image, so the placed image ends up being cropped off the base image. The images I'm using are not large, 650 x 296 pixels at 72dpi, and take up less than 1/4 of the screen at 100%.
    I've tried adding scripts like http://www.ps-scripts.com/bb/download/file.php?id=10&sid=adf04fde6ee2c 103cddbc41220d6c3b3 and http://morris-photographics.com/photoshop/scripts/view-pixels.html, but they had no impact on the opening of the files.
    How can I get the display window to show the entire image automatically when I open it? Thank you.

    I'm not familiar with coding script - do you have a suggestion as to what I might try? The Fit to Screen script works when I open an image from Finder, but it does not activate when I run a Automate Batch. The placed image still gets cropped.

  • Adobe Photoshop CC 2014 closes soon after opening in Windows 7

    I recently purchased the Adobe CC which includes Photoshop and Lightroom. I am a student and need Photoshop for both my Design and my Photography courses. I installed the program today and each time I open Photoshop it closes within a few minutes. I searched for fixes but the fix I found did not work. This was the uninstalling and deleting folders manually and then reinstalling option. Without a fix by end of month I will be cancelling this subscription and getting the refund because it'll be of no use to me and I cannot afford a new laptop on a single parent and student income. Any ideas or fixes out there?

    Those are my system settings but am unsure of finding out how to find the reason for the program failure.

  • Photoshop does not show Image after converting to sRGB

    Hey,
    i just got a new Eizo Coloredge Monitor which i conectetd to my Macintosh.
    Everything seems to be fine actually.  But when i´m converting an Image from Pro Photo to sRGB for instance... the Photoshop Window does just show a black window.
    I think it is just some kinda new function or some kinda Colorspace warning, but i just dont get around it and don´t really know what this means..
    Can someone help me .. or maybe had the same problem??
    best,
    max

    Are you stating when you use edit Convert to Profile abe in the convert dialog you check preview the change the profile to convert to different profiles like sRGB or sgray and others that you see a black image window with no image in it?

  • I've just activated my 30 day trial and installed Photoshop however PS closes shortly after opening, what's wrong?

    I've just activated my 30 day trial and installed Photoshop however PS closes with an error saying "Adobe Photoshop CC2014 has stopped working - a problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available". I'm using Windows 7 and have restarted my machine stince the install. Can anyone help please?

    I've just activated my 30 day trial and installed Photoshop however PS closes with an error saying "Adobe Photoshop CC2014 has stopped working - a problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available". I'm using Windows 7 and have restarted my machine stince the install. Can anyone help please?

  • RAM large swap and paging after open large video file

    Hi I'm using an i7 MBP with 4GB RAM. I have an issue, after watching a movie on the mac (file size about 4-5 GB) with vlc player, I found my RAM Swap jumped from 512MB to 3GB, and an substantial increased in paging (page in around 800k, page out around 100k).
    After closing the player, my MBP become super slow and I have to wait for several minutes for it to stabilize itself, and still with a little retard here and there.
    Could anyone enlighten me on this problem?
    Thank you.

    About OS X Memory Management and Usage
    Reading system memory usage in Activity Monitor
    Memory Management in Mac OS X
    Performance Guidelines- Memory Management in Mac OS X
    A detailed look at memory usage in OS X
    Understanding top output in the Terminal
    The amount of available RAM for applications is the sum of Free RAM and Inactive RAM. This will change as applications are opened and closed or change from active to inactive status. The Swap figure represents an estimate of the total amount of swap space required for VM if used, but does not necessarily indicate the actual size of the existing swap file. If you are really in need of more RAM that would be indicated by how frequently the system uses VM. If you open the Terminal and run the top command at the prompt you will find information reported on Pageins () and Pageouts (). Pageouts () is the important figure. If the value in the parentheses is 0 (zero) then OS X is not making instantaneous use of VM which means you have adequate physical RAM for the system with the applications you have loaded. If the figure in parentheses is running positive and your hard drive is constantly being used (thrashing) then you need more physical RAM.

  • Flash crashes after opening multiple video tabs in firefox

    is there a fix? This happens in both my windows 7 and windows 8 pcs.

    karol wrote:
    Anything interesting in the logs or systemd's journal?
    What hardware and video drivers are you using?
    See https://wiki.archlinux.org/index.php/NV … with_Flash
    I do get this in the log when switching from Xorg to tty2 and back (doing this guarantees it to happen, aside from that it happens randomly):
    [ 323.516] (II) NVIDIA(0): Setting mode "VGA-0:1024x768_60+0+0,DVI-I-1:nvidia-auto-select+1024+0"
    [ 323.805] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 323.805] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 323.805] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 323.805] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 323.805] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 323.805] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 323.805] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 323.805] (II) NVIDIA(0): Config Options in the README.
    [ 323.850] (II) NVIDIA(GPU-0): Display (VHT G152 (CRT-1)) does not support NVIDIA 3D Vision
    [ 323.850] (II) NVIDIA(GPU-0): stereo.
    [ 323.880] (II) NVIDIA(GPU-0): Display (PKB Viseo 230Ws (DFP-0)) does not support NVIDIA 3D
    [ 323.880] (II) NVIDIA(GPU-0): Vision stereo.
    That's the only thing I could find. I have two monitors.
    Sorry, I should have mentioned what drivers I'm using. I'm using the nvidia drivers:
    nvidia 331.38-2
    with a GT 320.
    Thanks.
    Last edited by NorthAntrim (2014-03-01 17:04:36)

  • Opening external video file

    I was wanting to know if it is possible to open an external video using java code. I am not wanting to open the video inside my jframe but just locate the file and make it play.
    Any help would be appreciated. Thanks.

    If you have a some sort of a media player which accept the media file to play as a command line parameter then you can use that with Runtime.exec.
    Also in windows 2000 and later versions you can play a media using its associated player by typing its file name in the console. You can make use of this with Runtime.exec.
    Both of these approaches are platform dependant.
    If you want a cross platform video playing capability take a look at JMF or JVLC
    https://trac.videolan.org/jvlc

  • Unsupported Image Format after opening a file in Photoshop.

    As from today,I am getting an unsupported Image Format after opening a file in Photoshop. I have made nothing more than as crop on the image. Why?

    Ernie, I misread your post indeed. I never saw a option to send RAW files to an external editor. All I can see is the option to chose what editor and then specify if PSD or TIFF is used. I always use PSD, usually 16bit and in one other installation in 8bit (due to RAM restrictions there).
    So Aperture creates the PSD version and PS edits that very version and saves it back into aperture. This is where I sometimes () get that "unsupported image" problem.
    I think this also is what Mike does: select a RAW master, use an external editor -> Aperture creates a PSD or TIFF. I haven't tried the TIFF option , though.
    My main point was: it all worked for a very long time and with the latest updates it is broken.
    have a good day.
    Roland

  • Photoshop elements 3 crashes after opening on 10.7.6

    Kate Killebrew
    Posts: 3
    Registered: Aug 23, 2005
    My Photoshop Elements 3 won't open in 10.4.6, iBook, G3
    Posted: Aug 2, 2006 9:48 PM in response to: Pablo de ocampo
    Reply Email
    My Photoshop Elements 3 won't even open on my iBook G3 w/ OS 10.4.6.
    Previously I used it fine, but I don't recall what OS I was using, so it isn't a problems with my G3 iBook.
    any suggestions? should I update to 10.4.7?
    iBook G3 Mac OS X (10.4.6)
    Francine Schwie...
    Posts: 1,329
    From: Southern Calif
    Registered: Oct 12, 2001
    Re: My Photoshop Elements 3 won't open in 10.4.6, iBook, G3
    Posted: Aug 2, 2006 11:57 PM in response to: Kate Killebrew
    Reply Email
    ++++++++++++++++++++++
    Since this is a completely different issue and your post is appearing at the bottom of a very long thread that is already marked as solved, I suggest you start a new topic with your problem. Also when you post your problem more information would help: does the icon bounce then disappear, do you get an error message, how did you install it, was it installed before and you then updated the system, how are you launching it? The more detail, the more likely someone can help.
    Francine
    ++++++++++++++++++++++
    Good idea!
    Photoshop Elements 3 crashes during loading. The icon is in my dock, starts bouncing, stops bouncing. I bought and loaded PE a long time ago and have been using it without difficulty; I can't remember when the crashing started but it may have been after I downloaded 10.4.6. I have tried re-=installing PE wihtout trashing the original to no avail.
    There is an error-report to Apple message. The report is as follows:
    Date/Time: 2006-08-03 22:25:31.026 -0600
    OS Version: 10.4.6 (Build 8I127)
    Report Version: 4
    Command: Photoshop Elements 3
    Path: /Applications/Adobe Photoshop Elements 3/Photoshop Elements 3.app/Contents/MacOSClassic/Photoshop Elements 3
    Parent: WindowServer [59]
    Version: 3.0x199 (3.0)
    PID: 274
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    0 application 0x02a8edf0 0x2008000 + 11038192
    1 application 0x02a9d558 0x2008000 + 11097432
    2 application 0x02a8e900 0x2008000 + 11036928
    3 application 0x020eb95c 0x2008000 + 932188
    4 application 0x020ea730 0x2008000 + 927536
    5 application 0x02a39eb8 0x2008000 + 10690232
    6 application 0x02a39e08 0x2008000 + 10690056
    7 application 0x02a66090 0x2008000 + 10870928
    8 application 0x020a0950 0x2008000 + 624976
    9 application 0x02efe8bc 0x2008000 + 15689916
    10 application 0x029c7724 0x2008000 + 10221348
    11 application 0x02048408 0x2008000 + 263176
    12 application 0x02046714 0x2008000 + 255764
    13 application 0x02046340 0x2008000 + 254784
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x0000000002a8edf0 srr1: 0x000000000000f030 vrsave: 0x0000000000000000
    cr: 0x48004222 xer: 0x000000000000000c lr: 0x0000000002a8eeb8 ctr: 0x0000000090387610
    r0: 0x0000000002a8eea0 r1: 0x00000000bfffdb60 r2: 0x00000000013ae000 r3: 0x0000000000000000
    r4: 0x0000000000000000 r5: 0x0000000080000000 r6: 0x0000000000000002 r7: 0x000000007fffffff
    r8: 0x0000000090393574 r9: 0x00000000907186c0 r10: 0x000000009038761c r11: 0x00000000a177fe34
    r12: 0x0000000090387610 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x00000000bffffbec r21: 0x00000000ffffffff r22: 0x00000000bffff9a0 r23: 0x0000000001638ea0
    r24: 0x0000000001664168 r25: 0x00000000016429f4 r26: 0x000000000164cf60 r27: 0x0000000004ca3770
    r28: 0x00000000bfffdca4 r29: 0x00000000015b97b8 r30: 0x0000000000000000 r31: 0x0000000004ca3770
    Binary Images Description:
    0x1000 - 0x2fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0xd2000 - 0xfc06e BIBCarbonLib PEF binary: BIBCarbonLib
    0x27f000 - 0x2ac76b AWSCommonSymbols.dll PEF binary: AWSCommonSymbols.dll
    0x2ac770 - 0x2ae4f1 pthread_bridge PEF binary: pthread_bridge
    0x2af000 - 0x2dff0c BIBUtilsCarbon PEF binary: BIBUtilsCarbon
    0x2e6000 - 0x2f048d AdobeOperaMgr PEF binary: AdobeOperaMgr
    0x315d20 - 0x315dd2 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0x315fc0 - 0x316075 CFMPriv_DVComponentGlue PEF binary: CFMPriv_DVComponentGlue
    0x316290 - 0x316333 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
    0x3163a0 - 0x316417 CFMPriv_System PEF binary: CFMPriv_System
    0x3166c0 - 0x316790 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x316810 - 0x3168e3 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x3169c0 - 0x316a7b CFMPriv_Help PEF binary: CFMPriv_Help
    0x316a80 - 0x316b4a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x316bd0 - 0x316ca6 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0x316d20 - 0x316df3 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x316e80 - 0x316f65 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0x316fe0 - 0x3170b6 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
    0x317190 - 0x31724e CFMPriv_Print PEF binary: CFMPriv_Print
    0x317270 - 0x31733d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x3173c0 - 0x3174a2 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0x317520 - 0x3175f3 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x317670 - 0x317743 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x317820 - 0x3178e2 CFMPriv_AE PEF binary: CFMPriv_AE
    0x3178f0 - 0x3179b5 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x317a30 - 0x317b07 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x317b90 - 0x317c73 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0x317cf0 - 0x317dca CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x317e40 - 0x317f20 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x317fb0 - 0x318096 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0x318170 - 0x318247 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x318250 - 0x318312 CFMPriv_QD PEF binary: CFMPriv_QD
    0x318410 - 0x3184f9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0x405000 - 0x6091a2 AGMCarbonLib PEF binary: AGMCarbonLib
    0x60a000 - 0x6f736d FileInfo.dll PEF binary: FileInfo.dll
    0x6f8000 - 0x768b22 WebAccessUtils.dll PEF binary: WebAccessUtils.dll
    0x769000 - 0x7a19ec asn.ear.ca.dll PEF binary: asn.ear.ca.dll
    0x1008000 - 0x10a3f45 ACECarbonLib PEF binary: ACECarbonLib
    0x10a4000 - 0x12bb482 CoolTypeCarbonLib PEF binary: CoolTypeCarbonLib
    0x12bc000 - 0x130b3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x130b3d0 - 0x13236bd Apple;Carbon;Multimedia PEF binary: Apple;Carbon;Multimedia
    0x1327000 - 0x13a5c6c iaccore PEF binary: iaccore
    0x17f1000 - 0x17f3fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x2008000 - 0x34d2ffd application PEF binary: application
    0x7ad6000 - 0x7ae1465 PPCCore PEF binary: PPCCore
    0x7aea000 - 0x7bc173c ADMCarbon Plugin PEF binary: ADMCarbon Plugin
    0x7be1000 - 0x7bec6bc ADM-PNGCarbon" PEF binary: ADM-PNGCarbon"
    0x7d22000 - 0x7d398b0 ASDataStreamCarbon PEF binary: ASDataStreamCarbon
    0x7d85000 - 0x7f247fd HP All-in-One Scan DS PEF binary: HP All-in-One Scan DS
    0x8fe00000 - 0x8fe51fff dyld 44.4 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x9026dfff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9029a000 - 0x9034bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9037a000 - 0x90734fff com.apple.CoreGraphics 1.258.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907c1000 - 0x9089afff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908e3000 - 0x908e3fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e5000 - 0x909e7fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a41000 - 0x90ac5fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aef000 - 0x90b5dfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b74000 - 0x90b86fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8d000 - 0x90e65fff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ecb000 - 0x90f4bfff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f95000 - 0x90fd6fff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90feb000 - 0x91003fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91013000 - 0x91094fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910da000 - 0x91104fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91115000 - 0x91123fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91126000 - 0x912e9fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913ec000 - 0x913f5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913fc000 - 0x91423fff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91436000 - 0x91441fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91446000 - 0x91466fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9146c000 - 0x91474fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91478000 - 0x914f3fff com.apple.audio.CoreAudio 3.0.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91530000 - 0x91530fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91532000 - 0x9156afff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91585000 - 0x91652fff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916a7000 - 0x91738fff com.apple.print.framework.PrintCore 4.5 (177.10) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9177f000 - 0x91836fff com.apple.QD 3.8.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91873000 - 0x918d1fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ff000 - 0x91923fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91937000 - 0x9195cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9196f000 - 0x919b1fff com.apple.LaunchServices 178 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919cd000 - 0x919e1fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ef000 - 0x91a2efff com.apple.ImageIO.framework 1.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a44000 - 0x91b0cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b5a000 - 0x91b6ffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b74000 - 0x91b91fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b96000 - 0x91c05fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c1c000 - 0x91c20fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c22000 - 0x91c69fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c6e000 - 0x91cabfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cb2000 - 0x91ccbfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cd0000 - 0x91cd3fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91cd5000 - 0x91cd5fff com.apple.Accelerate 1.2.1 (Accelerate 1.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cd7000 - 0x91db7fff com.apple.vImage 2.3 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91dbf000 - 0x91ddefff com.apple.Accelerate.vecLib 3.2.1 (vecLib 3.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e4a000 - 0x91eb8fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ec3000 - 0x91f57fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f71000 - 0x924f9fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9252c000 - 0x92857fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92887000 - 0x9290ffff com.apple.DesktopServices 1.3.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92950000 - 0x92b7bfff com.apple.Foundation 6.4.5 (567.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c99000 - 0x92d77fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d97000 - 0x92e85fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92f38000 - 0x92f38fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f3a000 - 0x92f4efff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f66000 - 0x92f76fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f82000 - 0x92f97fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92fa9000 - 0x93030fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93044000 - 0x9304ffff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93059000 - 0x93086fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x930a0000 - 0x930b0fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930bc000 - 0x93122fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93153000 - 0x931a2fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x931d0000 - 0x931edfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x931ff000 - 0x9320cfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93215000 - 0x93522fff com.apple.HIToolbox 1.4.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9415f000 - 0x94229fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9427d000 - 0x9427dfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x946be000 - 0x946cdfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x946d5000 - 0x946e1fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94727000 - 0x9473ffff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94746000 - 0x949fafff com.apple.QuickTime 7.1.1 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94abe000 - 0x94b2ffff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x96473000 - 0x96489fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x9648b000 - 0x964abfff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x964b9000 - 0x964c7fff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x97fda000 - 0x97fe3fff org.twain.dsm 1.9.2 /System/Library/Frameworks/TWAIN.framework/TWAIN
    0x9a37b000 - 0x9a37cfff com.apple.iokit.dvcomponentglue 1.7.9 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    Model: PowerBook4,3, BootROM 4.5.2f2, 1 processors, PowerPC 750 (2.2), 800 MHz, 256 MB
    Graphics: ATI Mobility Radeon 7500, ATY,RageM7, AGP, 32 MB
    Memory Module: DIMM0/BUILT-IN, 128 MB, built-in, built-in
    Memory Module: DIMM1/J12, 128 MB, SDRAM, PC133U-333
    AirPort: AirPort, 9.52
    Modem: MicroDash, UCJ, V.92, 1.0F, APPLE VERSION 2.6.6
    Network Service: Internal Modem, PPP (PPPSerial), ppp0
    Parallel ATA Device: IBM-IC25N030ATCS04-0, 27.94 GB
    Parallel ATA Device: TOSHIBA DVD-ROM SD-R2212,
    USB Device: PSC 2350 series, HP, Up to 12 Mb/sec, 500 mA
    USB Device: Apple internal modem, HCF USB V.90 Data/Fax Modem, Up to 12 Mb/sec, 500 mA
    USB Device: USB-PS/2 Optical Mouse, Logitech, Up to 1.5 Mb/sec, 500 mA
    thanks!
    [email protected]
    iBook G3   Mac OS X (10.4.6)  
    iBook G3   Mac OS X (10.4.6)  

    Francine, I reloaded Tiger, ran disk Utility and TechTool Pro and discovered no errors. So I'm currently 10.4. Photoshop Elements still won't load. Path is as follows:
    L''Date/Time: 2006-08-08 20:42:39.740 -0600
    OS Version: 10.4 (Build 8A428)
    Report Version: 3
    Command: Photoshop Elements 3
    Path: /Applications/Adobe Photoshop Elements 3/Photoshop Elements 3.app/Contents/MacOSClassic/Photoshop Elements 3
    Parent: WindowServer [61]
    Version: 3.0x199 (3.0)
    PID: 383
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000004
    Thread 0 Crashed:
    0 application 0x02a8edf0 0x2008000 + 11038192
    1 application 0x02a9d558 0x2008000 + 11097432
    2 application 0x02a8e900 0x2008000 + 11036928
    3 application 0x020eb95c 0x2008000 + 932188
    4 application 0x020ea730 0x2008000 + 927536
    5 application 0x02a39eb8 0x2008000 + 10690232
    6 application 0x02a39e08 0x2008000 + 10690056
    7 application 0x02a66090 0x2008000 + 10870928
    8 application 0x020a0950 0x2008000 + 624976
    9 application 0x02efe8bc 0x2008000 + 15689916
    10 application 0x029c7724 0x2008000 + 10221348
    11 application 0x02048408 0x2008000 + 263176
    12 application 0x02046714 0x2008000 + 255764
    13 application 0x02046340 0x2008000 + 254784
    Thread 0 crashed with PPC Thread State:
    srr0: 0x02a8edf0 srr1: 0x0000f030 vrsave: 0x00000000
    cr: 0x48004222 xer: 0x0000000c lr: 0x02a8eeb8 ctr: 0x90370af8
    r0: 0x02a8eea0 r1: 0xbfffdb60 r2: 0x013ae000 r3: 0x00000000
    r4: 0x00000000 r5: 0x80000000 r6: 0x00000002 r7: 0x7fffffff
    r8: 0x00000000 r9: 0x90680760 r10: 0x90370b04 r11: 0xa169aeb8
    r12: 0x90370af8 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0xbffffbec r21: 0xffffffff r22: 0xbffff9a0 r23: 0x01638ea0
    r24: 0x01664168 r25: 0x016429f4 r26: 0x0164cf60 r27: 0x04ca3658
    r28: 0xbfffdca4 r29: 0x015b97b8 r30: 0x00000000 r31: 0x04ca3658
    Binary Images Description:
    0x1000 - 0x2fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0xd1000 - 0xfb06e BIBCarbonLib PEF binary: BIBCarbonLib
    0x27f000 - 0x2ac76b AWSCommonSymbols.dll PEF binary: AWSCommonSymbols.dll
    0x2ac770 - 0x2ae4f1 pthread_bridge PEF binary: pthread_bridge
    0x2af000 - 0x2dff0c BIBUtilsCarbon PEF binary: BIBUtilsCarbon
    0x2e6000 - 0x2f048d AdobeOperaMgr PEF binary: AdobeOperaMgr
    0x315ac0 - 0x315b72 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0x315d80 - 0x315e35 CFMPriv_DVComponentGlue PEF binary: CFMPriv_DVComponentGlue
    0x316070 - 0x316113 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
    0x316190 - 0x316207 CFMPriv_System PEF binary: CFMPriv_System
    0x3164b0 - 0x316580 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x316600 - 0x3166d3 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x3167b0 - 0x31686b CFMPriv_Help PEF binary: CFMPriv_Help
    0x316870 - 0x31693a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x3169c0 - 0x316a96 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0x316b10 - 0x316be3 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x316c70 - 0x316d55 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0x316dd0 - 0x316ea6 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
    0x316f80 - 0x31703e CFMPriv_Print PEF binary: CFMPriv_Print
    0x317060 - 0x31712d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x3171b0 - 0x317292 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0x317310 - 0x3173e3 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x317460 - 0x317533 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x317610 - 0x3176d2 CFMPriv_AE PEF binary: CFMPriv_AE
    0x3176e0 - 0x3177a5 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x317820 - 0x3178f7 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x317980 - 0x317a63 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0x317ae0 - 0x317bba CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x317c30 - 0x317d10 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x317da0 - 0x317e86 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0x317f60 - 0x318037 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x318040 - 0x318102 CFMPriv_QD PEF binary: CFMPriv_QD
    0x318200 - 0x3182e9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0x405000 - 0x6091a2 AGMCarbonLib PEF binary: AGMCarbonLib
    0x60a000 - 0x6f736d FileInfo.dll PEF binary: FileInfo.dll
    0x6f8000 - 0x768b22 WebAccessUtils.dll PEF binary: WebAccessUtils.dll
    0x769000 - 0x7a19ec asn.ear.ca.dll PEF binary: asn.ear.ca.dll
    0x1008000 - 0x10a3f45 ACECarbonLib PEF binary: ACECarbonLib
    0x10a4000 - 0x12bb482 CoolTypeCarbonLib PEF binary: CoolTypeCarbonLib
    0x12bc000 - 0x130b3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x130b3d0 - 0x13236bd Apple;Carbon;Multimedia PEF binary: Apple;Carbon;Multimedia
    0x1327000 - 0x13a5c6c iaccore PEF binary: iaccore
    0x17f6000 - 0x17f8fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x2008000 - 0x34d2ffd application PEF binary: application
    0x6ee7000 - 0x6ef2465 PPCCore PEF binary: PPCCore
    0x7a7a000 - 0x7a856bc ADM-PNGCarbon PEF binary: ADM-PNGCarbon
    0x7a86000 - 0x7a9d8b0 ASDataStreamCarbonr PEF binary: ASDataStreamCarbonr
    0x7ba5000 - 0x7c7c73c ADMCarbon Plugin PEF binary: ADMCarbon Plugin
    0x8fe00000 - 0x8fe50fff dyld 43 /usr/lib/dyld
    0x90000000 - 0x901a6fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901fe000 - 0x90202fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x90204000 - 0x90257fff com.apple.CoreText 1.0.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90284000 - 0x90335fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90364000 - 0x9069cfff com.apple.CoreGraphics 1.256.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90727000 - 0x90800fff com.apple.CoreFoundation 6.4 (368) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90849000 - 0x90849fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9084b000 - 0x9094dfff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x909a7000 - 0x90a2bfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90a55000 - 0x90ac9fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90ae3000 - 0x90af5fff libauto.dylib /usr/lib/libauto.dylib
    0x90afc000 - 0x90dc1fff com.apple.CoreServices.CarbonCore 10.4 (611.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90e24000 - 0x90ea4fff com.apple.CoreServices.OSServices 4.0 (4.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90eee000 - 0x90f2efff com.apple.CFNetwork 4.0 (80) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90f43000 - 0x90f5bfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x90f6b000 - 0x90fe9fff com.apple.SearchKit 1.0.3 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9102e000 - 0x91055fff com.apple.Metadata 0.1 (121) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91066000 - 0x91073fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91076000 - 0x91238fff com.apple.security 4.0 (221) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9133a000 - 0x91343fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9134a000 - 0x91371fff com.apple.SystemConfiguration 1.8.0 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91384000 - 0x9138cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91390000 - 0x9140efff com.apple.audio.CoreAudio 3.0.0 (3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9144c000 - 0x9144cfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9144e000 - 0x91486fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x914a1000 - 0x9156cfff com.apple.ColorSync 4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x915c1000 - 0x91654fff com.apple.print.framework.PrintCore 4.0 (172) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9169a000 - 0x91757fff com.apple.QD 3.8.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91795000 - 0x917f3fff com.apple.HIServices 1.5.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91821000 - 0x91844fff com.apple.LangAnalysis 1.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91858000 - 0x9187dfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91890000 - 0x918d0fff com.apple.LaunchServices 10.4 (118) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918eb000 - 0x918fffff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9190d000 - 0x91943fff com.apple.ImageIO.framework 1.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91957000 - 0x91a19fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a65000 - 0x91a7afff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a7f000 - 0x91a9bfff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91aa0000 - 0x91b0ffff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91b26000 - 0x91b2afff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91b2c000 - 0x91b44fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b47000 - 0x91b8afff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91b91000 - 0x91baafff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91baf000 - 0x91bb2fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91bb4000 - 0x91bb4fff com.apple.Accelerate 1.1 (Accelerate 1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91bb6000 - 0x91ca0fff com.apple.vImage 2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91ca8000 - 0x91cc7fff com.apple.Accelerate.vecLib 3.1 (vecLib 3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d33000 - 0x91d53fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x91d59000 - 0x91dbefff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dc8000 - 0x91e5afff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e74000 - 0x92404fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9244c000 - 0x9275cfff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92789000 - 0x92814fff com.apple.DesktopServices 1.3 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92856000 - 0x92a7ffff com.apple.Foundation 6.4 (567) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b9d000 - 0x92c7bfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92c9b000 - 0x92d89fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e3c000 - 0x92e3cfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92e3e000 - 0x92e52fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92e6a000 - 0x92e7afff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92e86000 - 0x92e9bfff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92ead000 - 0x92f34fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92f48000 - 0x92f53fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92f5d000 - 0x92f8afff com.apple.openscripting 1.2.2 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92fa4000 - 0x92fb4fff com.apple.print.framework.Print 4.0 (187) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92fc0000 - 0x93026fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93057000 - 0x930a9fff com.apple.NavigationServices 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x930d5000 - 0x930f2fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93104000 - 0x93111fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9311a000 - 0x93429fff com.apple.HIToolbox 1.4.0 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x94053000 - 0x9411dfff com.apple.audio.toolbox.AudioToolbox 1.4 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94171000 - 0x94171fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9454a000 - 0x94559fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94561000 - 0x9456dfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x945b2000 - 0x945c6fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x945cc000 - 0x9482efff com.apple.QuickTime 7.0.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94901000 - 0x94920fff com.apple.vecLib 3.1 (vecLib 3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96202000 - 0x96218fff libJapaneseConverter.dylib /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x9621a000 - 0x9623afff libKoreanConverter.dylib /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x96248000 - 0x96256fff libSimplifiedChineseConverter.dylib /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x97c41000 - 0x97c4afff org.twain.dsm 1.9.2 /System/Library/Frameworks/TWAIN.framework/TWAIN
    0x99d78000 - 0x99d79fff com.apple.iokit.dvcomponentglue 1.7.5 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    Model: PowerBook4,3, BootROM 4.5.2f2, 1 processors, PowerPC 750 (2.2), 800 MHz, 256 MB
    Graphics: ATI Mobility Radeon 7500, ATY,RageM7, AGP, 32 MB
    Memory Module: DIMM0/BUILT-IN, 128 MB, built-in, built-in
    Memory Module: DIMM1/J12, 128 MB, SDRAM, PC133U-333
    AirPort: AirPort, 9.52
    Modem: MicroDash, UCJ, V.92, 1.0F, APPLE VERSION 2.6.4
    Network Service: Internal Modem, PPP (PPPSerial), ppp0
    Parallel ATA Device: IBM-IC25N030ATCS04-0, 27.94 GB
    Parallel ATA Device: TOSHIBA DVD-ROM SD-R2212,
    USB Device: Apple internal modem, HCF USB V.90 Data/Fax Modem, Up to 12 Mb/sec, 500 mA
    iBook G3   Mac OS X (10.4)  

  • Adobe Photoshop crashes after opening

    Hi,
    I would really appreciate if someone could help me troubleshoot my issue; Adobe Photoshop CS4 crashes almost immediately after I open it.  This problem suddenly started occurring.  I hadn't used Photoshop for maybe a month, but before then it was fine.
    Thank you!
    Report below:
    Process:         Adobe Photoshop CS4 [1326]
    Path:            /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    Identifier:      com.adobe.Photoshop
    Version:         11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]) (11.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [73]
    Interval Since Last Report:          412 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  15 sec
    Per-App Crashes Since Last Report:   1
    Date/Time:       2011-04-24 12:34:24.717 +0200
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  81EA6B19-0012-4B05-ADB0-9532601F0C2D
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x0000000026913bb8
    Crashed Thread:  0
    Thread 0 Crashed:
    0   libSystem.B.dylib             0xffff07c2 __memcpy + 34 (cpu_capabilities.h:246)
    1   ...ple.ApplicationServices.ATS 0x945aa948 GetDataFontFragment + 240
    2   ...ple.ApplicationServices.ATS 0x945d9176 FTDataForkReadTableBytes(privateFontObjectRecord const*, sfntDirectoryEntry*, unsigned long, unsigned long, void*) + 134
    3   ...ple.ApplicationServices.ATS 0x945c10ac _eFOReadTableBytes + 204
    4   ...ple.ApplicationServices.ATS 0x945c0fb8 _eFOGetFontTable + 116
    5   ...ple.ApplicationServices.ATS 0x945c0f2d FOGetFontTable + 97
    6   com.apple.QD                  0x93e7b78f FMGetFontTable + 85
    7   AdobeCoolType                 0x0315a13d 0x313e000 + 115005
    8   AdobeCoolType                 0x03144f6d 0x313e000 + 28525
    9   AdobeCoolType                 0x0325fa81 CTCleanup + 854869
    10  AdobeCoolType                 0x032987f9 CTCleanup + 1087693
    11  AdobeCoolType                 0x0329905e CTCleanup + 1089842
    12  AdobeCoolType                 0x032996b9 CTCleanup + 1091469
    13  AdobeCoolType                 0x03293f32 CTCleanup + 1069062
    14  AdobeCoolType                 0x032947f7 CTCleanup + 1071307
    15  AdobeCoolType                 0x03294f28 CTCleanup + 1073148
    16  AdobeCoolType                 0x0326ffbf CTCleanup + 921747
    17  AdobeCoolType                 0x032700e1 CTCleanup + 922037
    18  AdobeCoolType                 0x03260c3f CTCleanup + 859411
    19  AdobeCoolType                 0x0314d065 0x313e000 + 61541
    20  AdobeCoolType                 0x031f0502 CTCleanup + 398806
    21  AdobeCoolType                 0x031ce6d8 CTCleanup + 260012
    22  AdobeCoolType                 0x03187938 0x313e000 + 301368
    23  com.adobe.Photoshop           0x00dbba8f 0x1000 + 14396047
    24  com.adobe.Photoshop           0x01036da1 0x1000 + 16997793
    25  com.adobe.Photoshop           0x00f8fc8b 0x1000 + 16313483
    26  com.adobe.Photoshop           0x00f9993b 0x1000 + 16353595
    27  com.adobe.Photoshop           0x00f4ed86 0x1000 + 16047494
    28  com.adobe.Photoshop           0x00f34572 0x1000 + 15938930
    29  com.adobe.Photoshop           0x00f22365 0x1000 + 15864677
    30  com.adobe.Photoshop           0x00eab275 0x1000 + 15377013
    31  com.adobe.Photoshop           0x00eaf244 0x1000 + 15393348
    32  com.adobe.Photoshop           0x00eaf62e 0x1000 + 15394350
    33  com.adobe.Photoshop           0x00eb0b73 0x1000 + 15399795
    34  com.adobe.Photoshop           0x00e1d7c8 0x1000 + 14796744
    35  com.adobe.Photoshop           0x00e1db82 0x1000 + 14797698
    36  com.adobe.Photoshop           0x00df1284 0x1000 + 14615172
    37  com.adobe.Photoshop           0x008c581f 0x1000 + 9193503
    38  com.adobe.Photoshop           0x008c5ce4 0x1000 + 9194724
    39  com.adobe.Photoshop           0x008fefed 0x1000 + 9428973
    40  com.adobe.Photoshop           0x008ff577 0x1000 + 9430391
    41  com.adobe.Photoshop           0x008ebbcd 0x1000 + 9350093
    42  com.adobe.Photoshop           0x01323ade AWS_CUI_SetFileName(long, adobe::aws::gen::String<unsigned short>&) + 660562
    43  com.adobe.Photoshop           0x0007cebf 0x1000 + 507583
    44  com.adobe.Photoshop           0x0006768d 0x1000 + 419469
    45  com.adobe.Photoshop           0x0006396f 0x1000 + 403823
    46  com.adobe.Photoshop           0x00064124 0x1000 + 405796
    47  com.adobe.Photoshop           0x000642b3 0x1000 + 406195
    48  com.adobe.Photoshop           0x0006260f 0x1000 + 398863
    49  com.adobe.Photoshop           0x00220a8a 0x1000 + 2226826
    50  com.adobe.Photoshop           0x00220b16 0x1000 + 2226966
    51  com.adobe.Photoshop           0x00003cf2 0x1000 + 11506
    52  com.adobe.Photoshop           0x00003c19 0x1000 + 11289
    Thread 1:
    0   libSystem.B.dylib             0x926169c6 kevent + 10
    1   libSystem.B.dylib             0x92617155 _pthread_start + 321
    2   libSystem.B.dylib             0x92617012 thread_start + 34
    Thread 2:
    0   libSystem.B.dylib             0x925e62ce semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x926182c6 _pthread_cond_wait + 1267
    2   libSystem.B.dylib             0x9265d539 pthread_cond_wait + 48
    3   com.adobe.amt.services        0x04b79552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services        0x04b74995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services        0x04b795b0 AMTThread::Worker(void*) + 20
    6   libSystem.B.dylib             0x92617155 _pthread_start + 321
    7   libSystem.B.dylib             0x92617012 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x925ed46e __semwait_signal + 10
    1   libSystem.B.dylib             0x92617dcd pthread_cond_wait$UNIX2003 + 73
    2   libGLProgrammability.dylib    0x93641b32 glvmDoWork + 162
    3   libSystem.B.dylib             0x92617155 _pthread_start + 321
    4   libSystem.B.dylib             0x92617012 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x925e62da semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore 0x9297b47b MPWaitOnSemaphore + 125
    2   MultiProcessor Support        0x1d677eff 0x1d648000 + 196351
    3   ...ple.CoreServices.CarbonCore 0x92968057 PrivateMPEntryPoint + 56
    4   libSystem.B.dylib             0x92617155 _pthread_start + 321
    5   libSystem.B.dylib             0x92617012 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x925ed46e __semwait_signal + 10
    1   libSystem.B.dylib             0x92617dcd pthread_cond_wait$UNIX2003 + 73
    2   ...ple.CoreServices.CarbonCore 0x92969e7f TSWaitOnCondition + 126
    3   ...ple.CoreServices.CarbonCore 0x92948cd2 TSWaitOnConditionTimedRelative + 202
    4   ...ple.CoreServices.CarbonCore 0x92969afc MPWaitOnQueue + 208
    5   AdobeACE                      0x027c138d 0x2790000 + 201613
    6   AdobeACE                      0x027c0d85 0x2790000 + 200069
    7   ...ple.CoreServices.CarbonCore 0x92968057 PrivateMPEntryPoint + 56
    8   libSystem.B.dylib             0x92617155 _pthread_start + 321
    9   libSystem.B.dylib             0x92617012 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x925e63a6 mach_wait_until + 10
    1   libSystem.B.dylib             0x9265d3ad nanosleep + 314
    2   com.adobe.PSAutomate          0x1ff34755 ScObjects::Thread::sleep(unsigned int) + 143
    3   com.adobe.PSAutomate          0x1ff347b5 ScObjects::Thread::wait(unsigned int) + 23
    4   com.adobe.PSAutomate          0x1ff25502 ScObjects::BridgeTalkThread::run() + 332
    5   com.adobe.PSAutomate          0x1ff34a77 ScObjects::Thread::go(void*) + 239
    6   libSystem.B.dylib             0x92617155 _pthread_start + 321
    7   libSystem.B.dylib             0x92617012 thread_start + 34
    Thread 7:
    0   libSystem.B.dylib             0x926356fa select$DARWIN_EXTSN + 10
    1   libSystem.B.dylib             0x92617155 _pthread_start + 321
    2   libSystem.B.dylib             0x92617012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xffff07a0  ebx: 0x945aa869  ecx: 0x00000002  edx: 0x00000008
      edi: 0x20f2621c  esi: 0x26913bb8  ebp: 0xbfff1eb8  esp: 0xbfff1eb0
       ss: 0x0000001f  efl: 0x00010202  eip: 0xffff07c2   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x26913bb8
    Binary Images:
        0x1000 -  0x19aefdf +com.adobe.Photoshop 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]) (11.0) <2bf522dfa6d6481998620425c31670c8> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    0x207f000 -  0x2084fff  org.twain.dsm 1.9.3 (1.9.3) /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x208d000 -  0x246701f +com.adobe.linguistic.LinguisticManager 4.0.0 (7863) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x251b000 -  0x2715fcf +AdobeOwl ??? (???) <4cca2c7b48964ddaa14b725fb0c202b5> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2790000 -  0x289dfff +AdobeACE ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x28bb000 -  0x2c85fef +AdobeMPS ??? (???) <277e01a3cac34fa9a5914bc0a5bc125a> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x2d14000 -  0x2d74fc7 +AdobeXMP ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2d83000 -  0x307efff +AdobeAGM ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x313e000 -  0x33d1fc7 +AdobeCoolType ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3455000 -  0x346efff +AdobeBIB ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x3478000 -  0x3499ff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x34a6000 -  0x34c1ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x34db000 -  0x34ffff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x3512000 -  0x359f2cb +libicucnv.dylib.36.0 ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x35cc000 -  0x35e780f +libicudata.dylib.36.0 ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x35ea000 -  0x37a0ff4 +com.adobe.amtlib amtlib 2.0.1.10077 (2.0.1.10077) <cb2ec3bf67714dabbf296775fb6f9608> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x37d7000 -  0x3867fc3 +WRServices ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x39e9000 -  0x39edffc +com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x39f3000 -  0x3a0ffd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x3a1a000 -  0x3aeffdd +FileInfo ??? (???) <f0932f89fc984ba9b4f2c58d0e71d3c1> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x3b20000 -  0x3b77fff +aif_core ??? (???) <b4dcb439e1eeabe3bd122c42e980366b> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x3b8f000 -  0x3bacffd +data_flow ??? (???) <8e452b6f803239d8eb5c49a4e31cb988> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x3bd8000 -  0x3c51fff +image_flow ??? (???) <498a857df8c6f9e0c92fbc3ec8680ed0> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x3cb7000 -  0x3cc7fff +image_runtime ??? (???) <f379a95229831e44676dbbd8259f131a> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x3cdc000 -  0x3e9bffe +aif_ogl ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x3f4c000 -  0x444afc3 +AdobeOwlCanvas ??? (???) <fcb2d1a31f6e41828e2cd0b23572d285> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x4593000 -  0x4665fe7 +AdobeAXEDOMCore ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x4719000 -  0x477bfe7 +com.adobe.PlugPlug 1.0.0.73 (1.0.0.73) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x47dc000 -  0x4823fc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x4833000 -  0x4872fff  com.apple.vmutils 4.1 (104) <2fcd53ce313bb6050bfaf0ac6c1b5ead> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x4b46000 -  0x4b47fe1  com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x4b59000 -  0x4bfafc3 +com.adobe.amt.services AMTServices 2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09) (2 . 0) <31e82904c3c2424ea1aea5efadbb19b8> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
    0x4dc6000 -  0x4dd4feb  libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x4dd9000 -  0x4debfff  libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x4def000 -  0x4df0ff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x4df8000 -  0x4df8ffd  libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x196d9000 - 0x196e6ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
    0x1b60f000 - 0x1b611ffa +Adobe Unit Types a2.0.0 (2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    0x1b969000 - 0x1b98cff7 +CSI-Launcher.dylib ??? (???) /Library/Application Support/Adobe/CS4ServiceManager/CSI-Launcher.dylib
    0x1c314000 - 0x1c499fe3  GLEngine ??? (???) <052e02d9a452a45d014ffbd2a84a4e7c> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1c4c7000 - 0x1c520ff7  com.apple.driver.AppleIntelGMA950GLDriver 1.5.48 (5.4.8) <806d3030842b46995c46c9059046f2fc> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/AppleIntelGMA95 0GLDriver
    0x1c528000 - 0x1c544ff7  GLRendererFloat ??? (???) <7badea5e2b8167c0e6391623bb46140a> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/G LRendererFloat
    0x1d602000 - 0x1d60dfff +Enable Async IO ??? (???) <fd91e79fc4aa4ebcaf6d3e154f14878f> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    0x1d612000 - 0x1d62002f +FastCore ??? (???) <f12878b7bee940ca9f0565cd0f5688e2> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
    0x1d626000 - 0x1d631ffb +PPCCore ??? (???) <ed521eb7681d45aa9ae36bf4663e4bd3> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/PPCCore.plugin/Contents/MacOS/PPCCore
    0x1d637000 - 0x1d642ffe +AltiVecCore ??? (???) <a967ae2af2ae4e12a7b668b981cbd906> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/AltiVecCore.plugin/Contents/MacOS/AltiVecCore
    0x1d648000 - 0x1d68fff7 +MultiProcessor Support ??? (???) <001a163b53144613a23af35b63065fd0> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x1d800000 - 0x1d865fe3 +MMXCore ??? (???) <e206c8dcaea849df8fbc8b447e3a59a1> /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
    0x1d903000 - 0x1da55fc7 +com.adobe.coretech.adm 3.10x16 (3.1) /Applications/Adobe Photoshop CS4/Plug-ins/ADM/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x1de1f000 - 0x1de22fef  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1de27000 - 0x1de8cfde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x1deac000 - 0x1def2fc3  com.apple.motion.component 1.0 (1.0) <77973a134e79426f853f2318e52a2207> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x1def8000 - 0x1defb02f +Motion ??? (???) <b5e862eee0ff4f86a78998e3e601a18c> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x1fe00000 - 0x2005cfdf +com.adobe.PSAutomate 11.0 (11.0) /Applications/Adobe Photoshop CS4/Plug-ins/Extensions/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
    0x202f0000 - 0x203befff +AdobeExtendScript ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x20435000 - 0x204d6fd7 +AdobeScCore ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x2054a000 - 0x20751fef  com.apple.RawCamera.bundle 2.1.1 (508) <2598b38224411e6865888bcc9b96acc8> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x21319000 - 0x21375ff2 +AdobeUpdater ??? (???) <064cfaa41caf46e3bebf04948641c927> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeUpdater.framework/Versions/a/AdobeUpdater
    0x27f79000 - 0x283fbfe3 +AdobeLM_libFNP.dylib ??? (???) <02e9ac769cc64974af0548e737c2cc20> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/a/AdobeLM_libFNP.dylib
    0x40000000 - 0x400ae030 +AdobeJP2K ??? (???) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x9010a000 - 0x9025cff3  com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x903bb000 - 0x907cbfef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x907cc000 - 0x90856fe3  com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x90857000 - 0x90857ff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x909e1000 - 0x90a9bfe3  com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x90b79000 - 0x90b7ffff  com.apple.print.framework.Print 218.0.3 (220.2) <8c541d587e4068a5fe5a5ce8ee208516> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x90bd0000 - 0x90bd0fff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90be1000 - 0x90f07fe2  com.apple.QuickTime 7.6.4 (1327.73) <96515f6a2d628cd2105c7082295199b5> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x910e3000 - 0x91160feb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91161000 - 0x913ddfe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x913de000 - 0x91427fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x91447000 - 0x91805fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x918de000 - 0x918e5ff7  libCGATS.A.dylib ??? (???) <1339abfb67318d65c0130f76bc8c4da6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGATS.A.dylib
    0x92326000 - 0x92407ff7  libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x92408000 - 0x92426fff  libresolv.9.dylib ??? (???) <0e26b308654f33fc94a0c010a50751f9> /usr/lib/libresolv.9.dylib
    0x92427000 - 0x92427ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x92428000 - 0x92451fff  libcups.2.dylib ??? (???) <a40b9403cc4a0dffefed110e1eab90c4> /usr/lib/libcups.2.dylib
    0x92452000 - 0x92456fff  libGIF.dylib ??? (???) <e7d550bda10018f52e61bb499dcf445f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x9248c000 - 0x924c3fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <41d5aeffefc6d19d471f51ae0b15024f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x92532000 - 0x9254aff7  com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9254b000 - 0x92556fe7  libCSync.A.dylib ??? (???) <d88c20c9a2fd0676dec62fddfa74979f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x92557000 - 0x925e4ff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x925e5000 - 0x9274cff3  libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x9274d000 - 0x9291eff3  com.apple.security 5.0.6 (37592) <c7c68c3ba198b36d571d4b1e028a1a77> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9291f000 - 0x92bf9ff3  com.apple.CoreServices.CarbonCore 786.11 (786.14) <d5cceb2fe9551d345d40dd1ecf409ec2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x92bfa000 - 0x92c07fe7  com.apple.opengl 1.5.10 (1.5.10) <e7d1198d869f45f09251f9697cbdd192> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92c09000 - 0x92c96ff7  com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x92d0a000 - 0x92d0efff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x92d0f000 - 0x92d96ff7  libsqlite3.0.dylib ??? (???) <aaaf72c093e13f34b96e2688b95bdb4a> /usr/lib/libsqlite3.0.dylib
    0x92d97000 - 0x92da3ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x92da4000 - 0x92de6fef  com.apple.NavigationServices 3.5.2 (163) <7f4f1766414a511bf5bc68920ac85a88> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x92f88000 - 0x9307cff4  libiconv.2.dylib ??? (???) <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib
    0x930b8000 - 0x930e7fe3  com.apple.AE 402.3 (402.3) <dba512e47f68eea1dd0ab35f596edb34> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x93121000 - 0x93121ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93122000 - 0x93125fff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x93126000 - 0x9312dfe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x93397000 - 0x933a1feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x933a2000 - 0x93421ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x93587000 - 0x93604fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x93611000 - 0x93619fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <ba64dd6ada417b5e7be736957f380bca> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9361a000 - 0x93aebfbe  libGLProgrammability.dylib ??? (???) <d5cb4e7997a873cd77523689e6749acd> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x93b1f000 - 0x93b34ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x93b53000 - 0x93b80feb  libvDSP.dylib ??? (???) <f39d424bd56a0e75d5c7a2280a25cd76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x93b81000 - 0x93bddff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x93cd1000 - 0x93cf0ffa  libJPEG.dylib ??? (???) <37050c2a8d6f7026c94b4bf07c4d8a80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x93cf1000 - 0x93cffffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x93d47000 - 0x93e2fff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93e30000 - 0x93e30ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x93e31000 - 0x93ed8feb  com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x93ed9000 - 0x93ed9ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93eda000 - 0x9457afeb  com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x9457b000 - 0x9457bffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    0x9457c000 - 0x94585fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x94586000 - 0x94619ff3  com.apple.ApplicationServices.ATS 3.8 (???) <eda9db16110de6b7fd9436cd0daa787d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x9461a000 - 0x9461cff5  libRadiance.dylib ??? (???) <3561a7a6405223a1737f41352f1fd8c8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x94627000 - 0x94707fff  libobjc.A.dylib ??? (???) <3ca288b625a47bbcfe378158e4dc328f> /usr/lib/libobjc.A.dylib
    0x94708000 - 0x947baffb  libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x957d6000 - 0x957d6ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x957d7000 - 0x95851ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <9ae833544b8249984c07544dbe6a97fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x95852000 - 0x95876fff  libxslt.1.dylib ??? (???) <adfe90a3d564d824d5ae0fa6df8d6c3f> /usr/lib/libxslt.1.dylib
    0x95877000 - 0x95887fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <9a71429c74ed6ca43eb35e1f78471b2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x95888000 - 0x959c1ff7  libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x959c2000 - 0x959c7fff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x959c8000 - 0x95cd0fe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x95d89000 - 0x95de2ff7  libGLU.dylib ??? (???) <64d010e31d7596bd8f9edc6e027d1d0c> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95e10000 - 0x95e2cff3  libPng.dylib ??? (???) <df60749fd50bcfa0da5b4cac899e09df> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x95e2d000 - 0x95e43fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x95e44000 - 0x95e83fef  libTIFF.dylib ??? (???) <cd2e392973a1fa35f23a0f37f55c579c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x95e84000 - 0x95e90ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x95e91000 - 0x95e92ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x95e93000 - 0x96691fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96692000 - 0x967daff7  com.apple.ImageIO.framework 2.0.7 (2.0.7) <cf45179ee2de2d46a6ced2ed147a454c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x967db000 - 0x9686efff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x968f5000 - 0x9692ffe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96930000 - 0x96971fe7  libRIP.A.dylib ??? (???) <e9c5df8bd574b71e55ac60c910b929ce> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x96972000 - 0x96d0ffef  com.apple.QuartzCore 1.5.8 (1.5.8) <18113e06d296230d63a63b58baf35f55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96d10000 - 0x96dd7ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x96dd8000 - 0x96ddfffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x96de0000 - 0x96e87fec  com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x96e88000 - 0x96ed9ff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x96eda000 - 0x96f05fe7  libauto.dylib ??? (???) <4f3e58cb81da07a1662c1f647ce30225> /usr/lib/libauto.dylib
    0x96f09000 - 0x96f10fff  com.apple.agl 3.0.9 (AGL-3.0.9) <5a57ce58f8adb7825e1adb9f7cdea151> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96f23000 - 0x96f25fff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x96f26000 - 0x96f64fff  libGLImage.dylib ??? (???) <2e570958595e0c9c3a289158223b39ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x96f65000 - 0x96f7dfff  com.apple.openscripting 1.2.8 (???) <a888b18c8527f71629702ed8dce9c877> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x96f7e000 - 0x96fdbffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x96fe2000 - 0x96fe2ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97087000 - 0x970afff7  com.apple.shortcut 1.0.1 (1.0) <37e4b08cfaf9edb08b8682a06c4ec844> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x970b0000 - 0x97160fff  edu.mit.Kerberos 6.0.13 (6.0.13) <e3baa3d7b3ca7fa92082958af0b36973> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x97193000 - 0x972c6fe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97484000 - 0x974deff7  com.apple.CoreText 2.0.4 (???) <c7a222be1b51a9954eae716adbd5626a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x974df000 - 0x975aafef  com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x975ab000 - 0x975bbffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0xb0000000 - 0xb0006ff8  com.apple.carbonframeworktemplate 1.3 (1.3.12) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba300000 - 0xba301fff  libCyrillicConverter.dylib ??? (???) <374901b25e8f57052f4bf1505d069ff2> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0xba500000 - 0xba501ffb  libGreekConverter.dylib ??? (???) <3f97cb41828997a97f430e9c71636c44> /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbb500000 - 0xbb500fe3  libThaiConverter.dylib ??? (???) <69cd2de2a67c5224ac2ab373e47ee84b> /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    1) You didn't install the updates for Photoshop - go do that now.
    2) You're crashing in an OS routine related to fonts, so you probably have a corrupt font installed.  Unfortunately, Apple is only fixing their font bugs in 10.6.

  • Photoshop CS5 interface gets really slow *only* when an image is open

    So this is really odd. Photoshop gets really slow when any image, regardless of size is open. When there are no images open it runs smoothly. The interface gets really laggy, filter usage, tool selection or any other usage is really sluggish, but only with an image open, even if it's a single pixel.
    I've tried different performance settings - changing where the scatch drive is, how much memory to allocate, what the cache levels are set at, enabling/disabling openGL, etc. It makes no difference if it's after a fresh reboot or if it's been on for days. No software has changed since the upgrade. Memory test don't show any issues and no other application has this problem - Illustrator, After Effects, Maya, Mudbox, etc. are all fine.
    My system specs
    Windows 7 x64 Enterprise - Service pack 1 installed
    Dual Xeon quadcore E5620 @ 2.4GHx (sixteen threads w/hyperthreading)
    96 GB Ram - DDR3 - 1333 MHz / PC3-10600 - registered - ECC
    Nvidia Quadro FX 3800 - with latest stable performance drivers v 295.73 (tried changing these, no affect)
    Western Digital VelociRaptor  150GB 10000 RPM 16MB Cache SATA 3.0Gb/s OS Drive
    X3  Seagate Constellation 2TB 7200 RPM SAS 6Gb/s setup in a RAID 5 config
    I'd think it would be a memory issue if all apps had similar problems, or if PS had issues when just being open. It's odd that it happens only when an image is open.
    Thanks for any an all help.
    Duncan

    Duncan York wrote:
    I've tried different ..., enabling/disabling openGL,
    Just to make sure, did you close and restart Photoshop after changing OpenGL settings and before testing?  That's important, and not having done so could lead you to invalid assumptions.
    -Noel

  • After adjusting white balance in ACR, images are opening in Ps at a different size.

    Can anyone explain like I'm 5 why this is happening, and how to prevent it? Thanks!
    Negatives are scanned at 3200dpi, and 24bit depth. This is the metadata from Bridge.
    Default settings in Camera Raw
    After opening in Photoshop.

    Scanned direclty into photoshop. And if I open the tif from explorer or bridge, bypassing Camera Raw, it opens as the 75mb file size. I thought it might have somethign to do with the color, as Bridge labels bits/channel as 'Bit depth', but the images all are 24bit, even after White Balance correction in Camera Raw.   
    Thanks for taking the time to help me figure this out. It's been causing a huge problem this week.

Maybe you are looking for

  • Issue with ADF Tree Table

    Hi, I have the following requirement where i need to display a tree table. Here is how the initial implementation is: I have created the read only view for : ManagersVO > PoolsVO > MachinesVO. Where 'MachinesVO' is the destination view. And created v

  • HT1454 Ipod touch video to TV

    I have made a video on ipod touch but cannot view it on my tv 

  • I can't connect my E50 with a BH101 bluetooth head...

    I tried connecting my E50 with the Bh101 bluetooth headset. i did: -> Bluetooth -> ON -> Turned the Bh101 headset on -> Went to Paired devices on my phone and selected New Paired Device -> keeps showing No Devices found... HELP!!!

  • 00 Month in Date Format

    Hi, In the View Object, for 'Date' field, in 'Control Hints', if I define the 'Format Type' to <none> (which is default), in UIX form it shows 00 for month, no matter which month is this (e.g. 2004-00-21 instead of 2004-03-21). If I define the 'Forma

  • ComponentWorks work abnormally with C++ Builder 5.0

    I am an user of ComponentWorks(full version). I formerly used ComponentWorks with C++ Builder 4.0 professional and they worked together ok. Recently, I¡¯ ve updated C++ Builder 4.0 to C++ Builder 5.0 enterprise suite, then ComponentWorks worked abnor