JAI API...Why color change?

I wanna to use n parts of pictures to be one. When I use png/gif, production picture looks normal. Why I use
jpeg/bmp, my production picture will change any color to red. Please tell me why? The reason is "outImage.setSample"??
========================================================================================
import javax.media.jai.*;
import javax.media.jai.widget.*;
import javax.media.jai.iterator.*;
public class imageConvert3 {
     public String align;
     public String[] inputFiles;
     public int parts;
     public imageConvert3() {
     } // --- < public imageConvert3() > ---
     public String getAlign() {
          return this.align;
     } // --- < public String getAlign() > ---
     public String[] getInputFiles() {
return this.inputFiles;
     } // --- < public String[] getInputFiles() > ---
     public int getParts() {
return this.parts;
     } // --- end of < public void getParts() > ---
     public void setAlign(String align) {
          this.align = align;
     } // --- end of < public void setAlign(String align) > ---
     public void setInputFiles(String[] inputFiles) {
this.inputFiles = inputFiles;
     } // --- end of < public void setInputFiles(String[] inputFiles) > ---
     public void setParts(int parts) {
this.parts = parts;
     } // --- end of < public void setParts(int parts) > ---
     public String convert() {
          RenderedOp[] inputPictures = new RenderedOp[inputFiles.length];
          RandomIter[] iterPictures = new RandomIter[inputFiles.length];
          TiledImage outImage;
          // setting second File Name
          String sfName = inputFiles[0].substring(inputFiles[0].lastIndexOf(".") + 1, inputFiles[0].length());
          String fName = "";
          // <0>Setting File Name
          // <1>Create input image
          // <2>Use the access the source image
          for (int i = 0; i < inputFiles.length; i++) {
               //<0>
               fName = fName + inputFiles.substring(0, inputFiles[i].lastIndexOf("."));
               //<1>
               inputPictures[i] = JAI.create("fileload", "images\\" + inputFiles[i]);               
               //<2>
               iterPictures[i] = RandomIterFactory.create(inputPictures[i], null);
          } // --- < for (int i = 0; i < inputFiles.length(); i++) > ---
          int bands = inputPictures[0].getSampleModel().getNumBands();
          // Define height/width
          int height, unitHeight;
          int width, unitWidth;
          unitHeight = inputPictures[0].getHeight();
          unitWidth = inputPictures[0].getWidth();
          if (align.equals("vertical")) {
               height = unitHeight * parts;
               width = unitWidth;
          else {
               height = unitHeight;
               width = unitWidth * parts;
          } // --- end of < if (align.equals("vertical")) > ---
          // Create the out image
          outImage = new TiledImage(inputPictures[0].getMinX(),
                                        inputPictures[0].getMinY(),
                                        width,
                                        height,
                                        inputPictures[0].getMinX(),
                                        inputPictures[0].getMinY(),
                                        inputPictures[0].getSampleModel(),
                                        inputPictures[0].getColorModel());
          // setSample
          for (int cnts = 0; cnts < parts; cnts++) {
               int yy = 0;
               System.out.println("Generate " + inputFiles[cnts] + "---\n");
               if (align.equals("vertical")) {
                    for (int y = cnts * unitHeight; y < (cnts + 1) * unitHeight ; y++) {
                         int xx = 0;
                         for (int x = 0; x < unitWidth; x++) {
                              try {
                                   outImage.setSample(x, y, 0, iterPictures[cnts].getSample(xx, yy, 0));
                              } catch (Exception ec) {
                              xx++;
                         } // --- < for (int x = 0; x < unitWight; x++) > ---
                         yy++;
                    } // --- < for (int y = cnts * unitHeight; y < (cnts + 1) * unitHeight ; y++) > ---
               else {
                    for (int y = 0; y < unitHeight ; y++) {
                         int xx = 0;
                         for (int x = cnts * unitWidth; x < (cnts + 1 ) * unitWidth; x++) {
                              try {
                                   outImage.setSample(x, y, 0, iterPictures[cnts].getSample(xx, yy, 0));
                              } catch (Exception ec) {
                              xx++;
                         } // --- < for (int y = 0; y < unitHeight ; y++) > ---
                         yy++;
                    } // --- < for (int x = cnts * unitWight; x < (cnts + 1 ) * unitWight; x++) > ---
               } // --- < if (align.equals("vertical")) > ---
          } // --- < for (int x = 0; x < unitWight; x++) > ---
          // Write the image to a file
          RenderedOp op = JAI.create("filestore",
                                        outImage,
                                        "images\\new\\" +
                                        fName + "." + sfName,
                                        "PNG",
                                        null);
          return "scuccessful!";
     } // --- end of < public String mergeParts2OneImage() > ---
     public static void main (String args[]) {
          imageConvert3 img = new imageConvert3();
          String[] flist = new String[3];
          flist[0] = "head1.png";
          flist[1] = "body1.png";
          flist[2] = "foot1.png";
          img.setAlign("horizontal");
          img.setParts(3);
          img.setInputFiles(flist);
          img.convert();
} // --- end of < public class imageConvert3 > ---
========================================================================================
Thanks a lot!

The samples you are writing into the outImage object may not be compatible with each other, so that is probably why your resulting colors are invalid. You need to add compatible samples. I am assuming this problems stems from the fact that your source data is coming from various image file types, which most likely have different sample/color types among them.

Similar Messages

  • Color change in catalyst

    Hello!
    I just noticed that an image, imported from cs3 changes its color inside catalyst. I've tried psd, jpeg and png but the color isn't the same in catalyst then in photoshop.
    How can this be?
    Anyone?
    Thanx!

    Found the problem. It has to do with the colorprofile embedded in my pictures (pro photo in lightroom) wich were converted inside photoshop into RBG or better, sRBG. Flash catalyst has no colormanagement so thats why colors changed.

  • HT201471 I updated my iPad 2 (model A1395) to IOS 8 and all the colors changed and the photos are like negatives.  why? and how do I fix it?

    I updated my iPad 2 (model A1395) to IOS 8 and all the colors changed and the photos are like negatives.  why? and how do I fix it?

    Looks like someone changed setting in iOS8.
    Change this setting.
    Settings -> General -> Accessibility -> Grayscale or Invert Colors

  • Can't figure out why colors don't totally change when you select type with curser? It looks like it has by looking at it, but when you highlight the area after the old color is still there. It happens with objects to. Driving me NUTZ. Help!

    Can't figure out why colors don't totally change when you select type with curser? It looks like it has by looking at it, but when you highlight the area after the old color is still there. It happens with objects to. Driving me NUTZ. Help!

    Select the text, and open the Appearance palette (Come on guys, text highlight is irrelevant, it happens to objects too says the OP), and see what's listed there.  For a simple text object, there should only be a line item "Type", followed by "Characters", and when double-clicked the Characters line item expands to tell you the stroke and fill color.  For a basic object, there should be a fill and/or stroke.
    What happens sometimes, is that you end up adding extra strokes/fills to objects or text, and the appearance palette is where that will be noted.  Especially when you are dealing with groups, and/or picking up a color with the eyedropper, you may inadvertently be adding a fill or stroke on top of something.  You can drag those unwanted thingies from the Appearance palette into its own little trash can.

  • Why do pantone colors change in photoshop

    my question is, why do the pms colors change do a different pms color after you choose the one you want in photoshop.
    for example when i pick the pms color: 138C, then use the eye dropper tool to see what color it is, it switches to 7413C.
    287C switches to 653C.
    it really causes confusion.
    how am i supposed to know that the color i pick is really the color its going to print?

    Welcome to the forum.
    Unfortunately, it is not the one that you need. The Photoshop fora are HERE. Just choose the version/platform that you need and ask again. You will get help.
    Good luck,
    Hunt

  • Why does my Background image color changes when I place an image ?

    Hi everyone,
       I'd like to make a presentation in InDesign. I put a background image into a different layer which I called "Background" and then I create a new layer which I called "Images" and place an image with a transparency layer. When I place this image onto the Images layer color of the image in the Background layer changes. I can not figure out why It changes its color. I'd be grateful to anyone who can help me resolve this problem ?
    Regards
    Cem

    Edit > Transparency Blend Space... and set it to match the color mode of the background image.

  • Why do the colors change when I reopen a document?

    Why do the colors change when I reopen a document?

    Are you opening the same Pages document or do you open another document like Word? I has recently been a similar discussion in this forum.

  • I have hp5500ps, i printed a backlit after one month color changed why?

    i had printed a backbite with all original materials (ink, printed heads, materials, lamination) and delivered to client, after 30 days client complained that  color changed.
    i want to know why? due to what reason

    Google is using a visited color (#551a8b) that is hardly distinguishable from the unvisited color (#2200cc), so may not notice it.
    Make sure that you keep history.
    * Make sure that you do not use [[Clear Recent History]] to clear the Browsing History.
    * Make sure that the History is set to at least 1 day: Tools > Options > Privacy > History: "Remember visited pages for at least"
    * Make sure that you do not run Firefox in Private Browsing mode (Tools > Stop Private Browsing is grayed, see [[Private Browsing]])
    * To see History and Cookie settings in Tools > Options > Privacy, choose the setting "Firefox will: Use custom settings for history"
    You can look at these prefs on the about:config page to make sure that you keep history.
    *http://kb.mozillazine.org/browser.history_expire_days (180) (also affects saved form data)
    *http://kb.mozillazine.org/browser.history_expire_days_min (90)

  • Why have colors change in new update?  And won't allow me to permanently change back - as they revert on their own?

    My iCal calendar colors changed by themself.  I have gone to "edit" and "get info" and have changed the colors back.  Within minutes, they change back to the wrong color.  It has now made these same changes on my iPhone 5 and iPad mini.  What's going on?  How do I permanently change these colors?

    Here are two screen shots to show you what I am seeing.  The first screen shot shows it allowing me to select (highlighted in blue) my admin user (which is what I am locced in as).  The second screen shot shows it allowing me to select the "Guest" user (highlighted in blue).  However when I click on the user "Orion" nothing happens.  It will not change to highlight that user.

  • Why does JButton background color change when  clicking ?

    Hello,
    I have defined :
    JButton mybutton = new JButton(Icon xxx) ;
    with no associated text and I set both foreground and background colors to black, and an empty border.
    This is because the background color of the container which contents this button is also black and I want to see only the button icon.
    When I click on the icon , the button background color becomes grey. How can I change this to make it remains black ?
    Thanks a lot.
    Gege

    Well, the color changes because that is how the look and feel is defined,
    presumably to give better feedback to the user that she has clicked the
    button.
    If you don't want this, you could try using a different L&F which doesn't do this.
    Alternatively, If you've only got the one button, you could just do
        UIManager.put( "Button.select", Color.BLACK );If you have multiple buttons, and you want the other buttons to behave
    normally, you can extend the one button and have it change the color
    while it is pressed, e.g.,
    import java.awt.*;
    import java.io.IOException;
    import java.net.URL;
    import javax.swing.*;
    public class ButtonSelect extends JFrame {
         public ButtonSelect() throws IOException {
              super();
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              JPanel panel = new JPanel();
              panel.add( new JButton( "Normal" ) );
              Image img = Toolkit.getDefaultToolkit().getImage( new URL("http://www.google.com/intl/en/images/logo.gif" ) );
              ImageIcon ii = new ImageIcon( img );
              JButton b = new JButton( ii ) {
                   static final private String KEY = "Button.select";
                   public void paint( Graphics g ) {
                        Color save = null;
                        if ( getModel().isArmed() && getModel().isPressed() ) {
                             save = UIManager.getColor( KEY );
                             UIManager.put( KEY, Color.WHITE );
                        super.paint( g );
                        if ( save != null )
                             UIManager.put( KEY, save );
              b.setForeground( Color.WHITE );
              b.setBackground( Color.WHITE );
              b.setFocusPainted( false );
              panel.add( b );
              getContentPane().add( panel );
              pack();
              setVisible( true );
         public static void main( String[] a ) throws IOException {
              new ButtonSelect();
    }

  • Why do filler colors change when the orientation changes?

    Hi, I'm working with a template but don't like the colors of the fill boxes, so I have manually changed them.  I've noticed, however, at least when look at a proof that when I change the orientation of the iPad, the filler color reverts to the original.  The color change screws with the styles.  Anyone else have this problem?  Any fixes?

    Thanks for your reply.  I was fuzting with the "book" again.  It was the simplest -- and therefore easiest to modify stylistically -- template, which was supposed to work in both orientations.  I created it in landscape.  Last night I reallized that when I changed the orientation when working in iBook, if I applied the color change to the boxes [again], the color change stayed when viewed in either orientation. 
    BUT I also saw that the box placement in the portrait view is "wrong."  It covers part of one of the headlines.  While I have changed the headline font manually [not via paragraph styles, which I am finding difficult to manipulate], I have not moved the text.  It is where the template placed it but simply using a different font. 
    Thanks for any insight you might have.

  • Why does Type color change when published?

    I am designing a site that has horizontal main menu and underneath that is a 3 tab panel shown below.
    Each tab brings up a new panel. The tab in the center is in the "Active state" and the others are in the "Normal state". The Rollover state & the Mouse down states have a soft yellow background. The color "key" for the user for an active button is both the background of royal blue and the type color of bright yellow. The screen shot above was taken in the "Design" screen of Muse.
    When I switch to the "Preview" screen, the screen shot below shows the color change:
    I have repeatedly gone back to change both the Font Type and the font color in the "active" state, but there must be something I'm missing that throws me for a loop.
    I've been messing with this for a week or so and just can't get it to work.
    Any help would be greatly appreciated.
    Thanks,
    Ken

    Zak,
    Here it is your way:
    Process:         Adobe Muse [821]
    Path:            /Applications/Adobe Muse.app/Contents/MacOS/Adobe Muse
    Identifier:      AdobeMuse
    Version:         4.0.557 (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [156]
    Date/Time:       2013-04-01 20:52:33.657 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.AIR                           0x02ebb90f 0x2d5b000 + 1444111
    1   com.adobe.AIR                           0x02ee6a92 0x2d5b000 + 1620626
    2   com.adobe.AIR                           0x02f171b7 0x2d5b000 + 1819063
    3   com.adobe.AIR                           0x02f0c584 0x2d5b000 + 1774980
    4   com.adobe.AIR                           0x02fdee1b 0x2d5b000 + 2637339
    5   com.adobe.AIR                           0x02fd5ffe 0x2d5b000 + 2600958
    6   com.adobe.AIR                           0x02fda1b1 0x2d5b000 + 2617777
    7   com.adobe.AIR                           0x02fda7f9 0x2d5b000 + 2619385
    8   com.adobe.AIR                           0x02e785b6 0x2d5b000 + 1168822
    9   com.adobe.AIR                           0x02e7e7b9 0x2d5b000 + 1193913
    10  com.adobe.AIR                           0x02e649a8 0x2d5b000 + 1087912
    11  com.apple.Foundation                    0x95b6edb3 _nsnote_callback + 176
    12  com.apple.CoreFoundation                0x93011763 __CFXNotificationPost + 947
    13  com.apple.CoreFoundation                0x9301116a _CFXNotificationPostNotification + 186
    14  com.apple.Foundation                    0x95b63c50 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    15  com.apple.Foundation                    0x95b7105d -[NSNotificationCenter postNotificationName:object:] + 56
    16  com.apple.AppKit                        0x944ca167 -[NSApplication terminate:] + 713
    17  com.apple.Foundation                    0x95b85369 __NSFireDelayedPerform + 537
    18  com.apple.CoreFoundation                0x92ff4a3b __CFRunLoopRun + 8059
    19  com.apple.CoreFoundation                0x92ff23c4 CFRunLoopRunSpecific + 452
    20  com.apple.CoreFoundation                0x92ff21f1 CFRunLoopRunInMode + 97
    21  com.apple.HIToolbox                     0x96b29e04 RunCurrentEventLoopInMode + 392
    22  com.apple.HIToolbox                     0x96b29bb9 ReceiveNextEventCommon + 354
    23  com.apple.HIToolbox                     0x96b29a3e BlockUntilNextEventMatchingListInMode + 81
    24  com.apple.AppKit                        0x94291595 _DPSNextEvent + 847
    25  com.apple.AppKit                        0x94290dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    26  com.apple.AppKit                        0x942531f3 -[NSApplication run] + 821
    27  com.adobe.AIR                           0x02d64fbe 0x2d5b000 + 40894
    28  com.adobe.AIR                           0x02d65304 0x2d5b000 + 41732
    29  AdobeMuse                               0x00002f8f start + 2567
    30  AdobeMuse                               0x000025bd start + 53
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x99dc3382 kevent + 10
    1   libSystem.B.dylib                       0x99dc3a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x99dc2f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x99dc2cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x99dc2781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x99dc25c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x99dcaaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x99dca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x99dcc3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x03272237 0x2d5b000 + 5337655
    4   com.adobe.AIR                           0x030a579c 0x2d5b000 + 3450780
    5   com.adobe.AIR                           0x03272351 0x2d5b000 + 5337937
    6   com.adobe.AIR                           0x032723cb 0x2d5b000 + 5338059
    7   com.adobe.AIR                           0x03272466 0x2d5b000 + 5338214
    8   libSystem.B.dylib                       0x99dca259 _pthread_start + 345
    9   libSystem.B.dylib                       0x99dca0de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x99dcaaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x99dca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x99dcc3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x03272237 0x2d5b000 + 5337655
    4   com.adobe.AIR                           0x030a579c 0x2d5b000 + 3450780
    5   com.adobe.AIR                           0x03272351 0x2d5b000 + 5337937
    6   com.adobe.AIR                           0x032723cb 0x2d5b000 + 5338059
    7   com.adobe.AIR                           0x03272466 0x2d5b000 + 5338214
    8   libSystem.B.dylib                       0x99dca259 _pthread_start + 345
    9   libSystem.B.dylib                       0x99dca0de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x99dcaaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x99dca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x99dcc3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x03272237 0x2d5b000 + 5337655
    4   com.adobe.AIR                           0x030a579c 0x2d5b000 + 3450780
    5   com.adobe.AIR                           0x03272351 0x2d5b000 + 5337937
    6   com.adobe.AIR                           0x032723cb 0x2d5b000 + 5338059
    7   com.adobe.AIR                           0x03272466 0x2d5b000 + 5338214
    8   libSystem.B.dylib                       0x99dca259 _pthread_start + 345
    9   libSystem.B.dylib                       0x99dca0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x99dcaaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x99dca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x99dcc3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x03272237 0x2d5b000 + 5337655
    4   com.adobe.AIR                           0x030a579c 0x2d5b000 + 3450780
    5   com.adobe.AIR                           0x03272351 0x2d5b000 + 5337937
    6   com.adobe.AIR                           0x032723cb 0x2d5b000 + 5338059
    7   com.adobe.AIR                           0x03272466 0x2d5b000 + 5338214
    8   libSystem.B.dylib                       0x99dca259 _pthread_start + 345
    9   libSystem.B.dylib                       0x99dca0de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x99dcaaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x99dca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x99dcc3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x03272237 0x2d5b000 + 5337655
    4   com.adobe.AIR                           0x030a579c 0x2d5b000 + 3450780
    5   com.adobe.AIR                           0x03272351 0x2d5b000 + 5337937
    6   com.adobe.AIR                           0x032723cb 0x2d5b000 + 5338059
    7   com.adobe.AIR                           0x03272466 0x2d5b000 + 5338214
    8   libSystem.B.dylib                       0x99dca259 _pthread_start + 345
    9   libSystem.B.dylib                       0x99dca0de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x99dcaaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x99dca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x99dcc3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x03272237 0x2d5b000 + 5337655
    4   com.adobe.AIR                           0x030a579c 0x2d5b000 + 3450780
    5   com.adobe.AIR                           0x03272351 0x2d5b000 + 5337937
    6   com.adobe.AIR                           0x032723cb 0x2d5b000 + 5338059
    7   com.adobe.AIR                           0x03272466 0x2d5b000 + 5338214
    8   libSystem.B.dylib                       0x99dca259 _pthread_start + 345
    9   libSystem.B.dylib                       0x99dca0de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x99dcaaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x99dca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x99dcc3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x03272237 0x2d5b000 + 5337655
    4   com.adobe.AIR                           0x030a579c 0x2d5b000 + 3450780
    5   com.adobe.AIR                           0x03272351 0x2d5b000 + 5337937
    6   com.adobe.AIR                           0x032723cb 0x2d5b000 + 5338059
    7   com.adobe.AIR                           0x03272466 0x2d5b000 + 5338214
    8   libSystem.B.dylib                       0x99dca259 _pthread_start + 345
    9   libSystem.B.dylib                       0x99dca0de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x99dcaaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x99dca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x99dcc3f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AIR                           0x03272237 0x2d5b000 + 5337655
    4   com.adobe.AIR                           0x030a579c 0x2d5b000 + 3450780
    5   com.adobe.AIR                           0x03272351 0x2d5b000 + 5337937
    6   com.adobe.AIR                           0x032723cb 0x2d5b000 + 5338059
    7   com.adobe.AIR                           0x03272466 0x2d5b000 + 5338214
    8   libSystem.B.dylib                       0x99dca259 _pthread_start + 345
    9   libSystem.B.dylib                       0x99dca0de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x99dc2412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x99dc29a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x99dc25c6 start_wqthread + 30
    Thread 11:  JavaScriptCore: FastMalloc scavenger
    0   libSystem.B.dylib                       0x99dcaaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x99dca75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x99dcc3f8 pthread_cond_wait$UNIX2003 + 73
    3   WebKit.dylib                            0x195098c3 WebKitGetAPI + 1401461
    4   WebKit.dylib                            0x19509931 WebKitGetAPI + 1401571
    5   libSystem.B.dylib                       0x99dca259 _pthread_start + 345
    6   libSystem.B.dylib                       0x99dca0de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x99d9cafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x99d9d267 mach_msg + 68
    2   com.apple.CoreFoundation                0x92ff32df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x92ff23c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x92ff21f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x95ba8224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x95b6f4c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x95b6f474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x99dca259 _pthread_start + 345
    9   libSystem.B.dylib                       0x99dca0de thread_start + 34
    Thread 13:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x99dbbac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x93032c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x99dca259 _pthread_start + 345
    3   libSystem.B.dylib                       0x99dca0de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x99dc2412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x99dc29a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x99dc25c6 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000104  ebx: 0x02f0c560  ecx: 0x00000006  edx: 0x00000007
      edi: 0x00000004  esi: 0x00000004  ebp: 0xbfffdd68  esp: 0xbfffdd20
       ss: 0x0000001f  efl: 0x00210287  eip: 0x02ebb90f   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000004
    Binary Images:
        0x1000 -     0x6ff7 +AdobeMuse 4.0.557 (???) <0A87B357-0D94-8006-FA4C-C9A78864BCCE> /Applications/Adobe Muse.app/Contents/MacOS/Adobe Muse
       0xb4000 -    0xb8ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
       0xbd000 -    0xc3ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x2d5b000 -  0x4590fcb +com.adobe.AIR ??? (3.6.0.5970) <1953D72E-FB0E-3923-D7CE-63DE5F64AAEB> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x1077c000 - 0x107a0fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
    0x10fe2000 - 0x10fe5ff3  libFontRegistryUI.dylib ??? (???) <D738781C-8568-A782-7EAC-965D45AEDF59> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib
    0x14b36000 - 0x14cafff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x14ce1000 - 0x150e6fe7  libclh.dylib 3.1.1 C  (3.1.1) <15AD52DD-FC3F-305E-5C31-699329E8FDE1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x193ad000 - 0x199adfeb +WebKit.dylib ??? (???) <87A67720-BA09-86BE-9D78-C4628C20A392> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
    0x19d31000 - 0x19db4fff +fontsFRE ??? (???) <1D56F5FF-6AA7-3ED9-84D4-A9CF55ABC3AD> /Applications/Adobe Muse.app/Contents/Resources/META-INF/AIR/extensions/com.adobe.cts.NativeExtension/META-IN F/ANE/MacOS-x86/fontsFRE.framework/fontsFRE
    0x19e17000 - 0x19e59ff3 +com.adobe.headlights.LogSessionFramework ??? (2.1.2.1687) <067505C1-2DF6-3310-9239-24E663C39EF0> /Applications/Adobe Muse.app/Contents/Resources/META-INF/AIR/extensions/com.adobe.cts.NativeExtension/META-IN F/ANE/MacOS-x86/LogSession.framework/Versions/A/LogSession
    0x8f0c6000 - 0x8f811fff  com.apple.GeForceGLDriver 1.6.36 (6.3.6) <3BB341B6-11A7-38AD-10A3-F89506FD40D4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90003000 - 0x90005ff7  libRadiance.dylib ??? (???) <090420B3-CB65-9F7B-5349-D42F2F9693B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x901a2000 - 0x901c6ff7  libJPEG.dylib ??? (???) <50E17B4D-63D6-24D3-702F-6A6E912A55EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x901c7000 - 0x902c9fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x902ca000 - 0x9030fff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x90310000 - 0x903a8fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x903a9000 - 0x903ecff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x903ed000 - 0x903edff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x905cb000 - 0x905dffe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x905e0000 - 0x90698feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x90699000 - 0x908ffff7  com.apple.security 6.1.2 (55002) <3FA54D69-5476-78DD-0AFC-D6697263890E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90900000 - 0x9096eff7  com.apple.QuickLookUIFramework 2.3 (327.7) <7F89C0A1-310F-ACF1-AA6E-4ADFA4DC98DC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x9096f000 - 0x9098eff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9098f000 - 0x909b7ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x91937000 - 0x91a02fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x91a22000 - 0x91a7cfe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x91ac1000 - 0x91ad6fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x91ad7000 - 0x91b85ff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x91c48000 - 0x91cb2fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x91cb3000 - 0x91cbbff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x91cbc000 - 0x91fb6fef  com.apple.QuickTime 7.6.6 (1793) <4DA006F6-08A5-7674-AA8C-A29943927B9D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x91fcb000 - 0x9200cff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x9200d000 - 0x927fc557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x92843000 - 0x92846ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x929d8000 - 0x929e3ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x929e4000 - 0x929e5ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x929e6000 - 0x92a9ffe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x92aa0000 - 0x92b3bfe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x92b48000 - 0x92b48ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92b6b000 - 0x92b6fff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92b7e000 - 0x92b8cfe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x92b8d000 - 0x92b97ffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x92b98000 - 0x92dc3ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x92dc4000 - 0x92dd6ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x92dd7000 - 0x92e3bffb  com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x92f77000 - 0x92fb5ff7  com.apple.QuickLookFramework 2.3 (327.7) <6387A103-C7EF-D56B-10EF-5ED5FC7F33A5> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x92fb6000 - 0x93131fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9359d000 - 0x935abff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x935ac000 - 0x9363efe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x93786000 - 0x93786ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93787000 - 0x93969fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x93c50000 - 0x93d50fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x93d51000 - 0x93d58ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x93d95000 - 0x93e97fef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x93ed9000 - 0x93edcffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x93edd000 - 0x94248ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94249000 - 0x94b2cff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94b46000 - 0x94c6ffe7  com.apple.WebKit 6534.58 (6534.58.2) <D156AE52-5235-2C51-B522-FD3D90E474DA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94c70000 - 0x959e8fe7  com.apple.WebCore 6534.58 (6534.58.2) <E39A8EB5-2D9F-0459-54E1-E172689616F5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x95a10000 - 0x95a10ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x95a11000 - 0x95a4cffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x95a4d000 - 0x95b2dfe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x95b30000 - 0x95b3bff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x95b3c000 - 0x95b58fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x95b59000 - 0x95dcafef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95dcb000 - 0x961e1ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x961e8000 - 0x961f4ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x961f5000 - 0x96205ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x96206000 - 0x96275ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x96a04000 - 0x96aacffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x96aad000 - 0x96af4ffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x96af5000 - 0x96e19fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x96e33000 - 0x96e40ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x96e41000 - 0x96e51ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x96f04000 - 0x96f18ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x96f4c000 - 0x96fadfe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x97610000 - 0x97612ff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x97613000 - 0x976bffe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x9789a000 - 0x978e0ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x978e1000 - 0x97a63fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <60FF302E-5FAE-749B-BC70-0496DC2FBF2D> /usr/lib/libicucore.A.dylib
    0x97a64000 - 0x97aa6ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x97b6c000 - 0x97b6cff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x97b75000 - 0x97b75ff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x97b7e000 - 0x97bb1fff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x97bb2000 - 0x97bb6ff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x97bb7000 - 0x97be8ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x97be9000 - 0x97c62ff7  com.apple.PDFKit 2.5.5 (2.5.5) <85AA9E1C-D946-863A-823E-32F2AAF314CB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x97c63000 - 0x97cdefff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x97cdf000 - 0x97cf0ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x97cf1000 - 0x97d3efeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x97d3f000 - 0x97d97fe7  com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x97d98000 - 0x97ddcfe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x97e1a000 - 0x97fddfeb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <AE641FAD-DF38-AE31-B45B-85AEE7AF3A45> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x97fde000 - 0x9809afff  com.apple.ColorSync 4.6.8 (4.6.8) <920DD017-8B41-7334-E554-A85DB99EBD5A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x9809b000 - 0x9809fff7  libGIF.dylib ??? (???) <2251F789-B187-0837-6E38-A0E5C7C4FA3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x981a7000 - 0x982e4fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x98311000 - 0x98337ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x983ad000 - 0x983adff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x983ae000 - 0x983deff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x983df000 - 0x98432ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x98469000 - 0x98597fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x985d1000 - 0x986feffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x986ff000 - 0x9879cfe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x9883b000 - 0x988e8fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x988e9000 - 0x988eaff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x988eb000 - 0x9890cfe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9890d000 - 0x9892dfe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x9897c000 - 0x989f6fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x98b35000 - 0x98b38fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x98b39000 - 0x98b7dff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98b7e000 - 0x98b88fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x98b89000 - 0x98b89ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x98b8a000 - 0x98bbdff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x98bf7000 - 0x98bf8ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x98c9a000 - 0x98d1cffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x98d1d000 - 0x98d1dff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x98d23000 - 0x99043ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x99044000 - 0x99081ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x991e8000 - 0x99206fe7  libPng.dylib ??? (???) <6C0B95D7-9634-E044-0B79-F1DD56961C33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x99207000 - 0x99241ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
    0x99242000 - 0x99292ff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9933d000 - 0x99364ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x9937b000 - 0x993bbff3  com.apple.securityinterface 4.0.1 (40418.0.1) <2141A924-748E-CE6F-2D75-D82BC265BD30> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x993d5000 - 0x99432ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x99433000 - 0x994b3feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x995f7000 - 0x995fcff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x995fd000 - 0x998abfe7  com.apple.JavaScriptCore 6534.58 (6534.58.1) <8A25C759-F46B-D303-23D3-22BBFBDEEBDE> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x998fd000 - 0x9991ffef  com.apple.DirectoryService.Framework 3.6 (621.15) <F38894EA-2C13-7FC5-C084-94DA0B5B6B68> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x99920000 - 0x99927ff7  com.apple.agl 3.0.12 (AGL-3.0.12) <A5FF7623-9F55-0364-AD9B-42CF13C677C1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x99928000 - 0x99965ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x99966000 - 0x99d9bff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK

  • ICal Calendar Colors Changing On Their Own; iCloud Connection

    AGGRAVATING PROBLEM:
    Many in this forum have written recently about a problem ongoing for people with multiple iCal calendars where iCal calendar colors change "automatically" when you haven't selected those colors, or even "change back" before your eyes to some color your DIDN'T select after you select a new one.  If you log into iCloud on the Web and try to change the color of certain calendars, they refuse to change.  Try as you might, the color you want for your calendar won't "stick" and it is forced to be the wrong color on all your devices.  In some cases, even the names of some of the calendars cannot be changed.  On other calendars in your list, the colors and names will change fine. 
    Related symptoms:  Calendars you have deleted "come back."   Or, calendars you did not create yourself show up in your calendars list, such as "Calendar" or "Home" or even "Untitled."  Note that the problem seems to be most prevalent with calendars with names "Home," "Work," OR either of these words in the NAME of the calendar.  For instance, "Bob's Work" might get snagged (it can't be deleted without coming back or its color is stuck and "comes back"). 
    I spent a long time on the phone with a helpful Apple senior advanced specialist on this problem today.  We conducted a very large number of "experiments". Our family has two iPads, 2 iPhones, and 2 iMacs, so it was easy to rule things in or out.  I will present some information that may help.
    SOME OF WHAT APPEARS TO BE GOING ON:
    First, Apple has not resolved this.  But the problem appears to be related to iCloud, and NOT to individual devices.  After de-linking all of my individual devices from iCloud, I could change any of the colors or names at will on any given device, create new calendars and then change their colors to whatever I wish, delete calendars, change names...no problem.  However, after re-linking calendars to iCloud, all the problems mentioned above returned.  The chances that my iMacs, iPhones, and iPads are all causing the problem independently is very low. They also have slightly different OS versions on them, so it is not likely an a particular device OS, though that could be indirectly related.  Also, the colors "change back" within about the same time (usually a few seconds to up to 30 seconds) that it takes to do a "refresh" (i.e. an update) to the iCloud servers.  This when iCloud is turned on, and the absence of it when iCloud is turned off (for calendars), strongly suggests that it is the iCloud server and its interaction with your devices that the fundamental cause of the problem.
    Apple has said that they are aware of this problem and their engineers are working on a fix.  Historically, this can mean just a few days, or it could be a few months, years, or "whenever."  They don't give estimates of when it will be fixed.  Exactly WHY this is happening is unclear, but my guess is that it is a modification to the iCloud server code that Apple implemented without testing it thoroughly enough to discover this problem.  Apple does not admit to that, of course and I don't know if I am correct.
    A WORKAROUND SOLUTION THAT WORKED FOR ME:
    Please note this is a workaround and not a full fix.  Apple needs to run a patch on their iCloud server code.  Until then, I did the following which seems to have worked for me for now.  Read the whole list before deciding whether to proceed.  I don't guarantee it will work in all situations.
    Note...I found I was stuck for now with the color of ONE of my calendars.  If you are like me, you want to keep that one and work around it....
    Backup first... Make sure that your iCloud copy of your calendar data has the calendar event information you want to save - even if the color is wrong.  Log in at www.icloud.com and do a refresh to sync to the Cloud.  Check over your calendars online to make sure the event data appears to be there for all of your calendars (even if their color or name is not what you want).
    Steps:
    1.     Go to every device that you have linked to iCloud separately. Go into Settings, iCloud, and then uncheck the "Calendars" option.  This delinks your calendars for that device to iCloud.  As you do this on each device, when prompted, select "Keep On My" ..iPAD...iPhone...iMac... etc.  This will preserve the calendar information on the device so it won't be deleted.  I think this is safer, but you can click on "Delete" if you want, too.  Note - if one of your devices is an iMac, with OSX Lion and before, you may be forced (I was) to delete the iCloud calendars from the iMac.  So again, make sure they are backed up to the Cloud first (or somewhere else).
    3.     With the iCloud Calendars Option on all your devices still turned off, go to the WEB and log into iCloud.com.  You need to figure our which calendar iCloud won't let you change the color for.  You probably already know.  On iCloud.com, click on "Calendars," then click open your calendar list and select "EDIT" at the bottom of the dialog box.  One at a time, click on the color dots next to each calendar name and try to change the color (you can put any back after the test if you want). You will probably see a certain one that just goes right back to what you don't want.  This is the one for which the color is stuck, but you may be able to change the name of it now that your devices are unlinked from iCloud.
    4.     Still in iCloud.com, change the names and colors of any of the other calendars you wish to change.  Delete any empty calendars that mysteriously appeared without your wanting them.  Take note of all the calendars, names, and colors that are on the final list of calendars.
    5.     On EVERY device, BEFORE turning iCloud back on on ANY of them: Change the colors and/or names of calendars, delete calendars, etc. so that the calendar names and colors on the device are exactly the same as what you left in iCloud.com in the last step.
    6.   One at a time on each device, go back to Settings and then "iCloud" and check again the box for "Calendars."  You will be asked whether you want to "MERGE" your data with iCloud.  I selected MERGE to ensure I didn't lose anything.  Link each device again into iCloud one at a time.
    7.  When each device is back, go back to iCloud on the Web, or go into iCAL on one of your devices.  Set to view ALL calendars.  Look for duplicates of some of your events.  I found quite several as an artifact of "merging", but in my case it only took me about 5 minutes to go through quickly and delete the duplicates.  It deleted the duplicates on all of the devices at once, so I only needed to delete dups on one device.  I did not find that I lost any events as long as I kept one valid copy.
    Again, no guarantees...hope this works for others.  Good luck.

    I'm getting the same thing and it's really bugging me! Keeps changing colour to one I do not want and I have tried everything to get it to stay the colour I have chosen!!

  • Color changes when creating PDF in Acrobat X Standard

    I'm printing to PDF from Word 2010 by using Acrobat X Standard.  Here are the two issues:
    I have overlaid two text boxes (different colors) on top of each other.  The overall image should be blue on top and bottom with tan in the middle.  When I print to PDF in Word, the PDF is perfect; however, when I print to the printer, the blue on the bottom changes to purple, while the blue on top is correct.  Again, this is the same blue text box, so I don't know why the color changes.
    Also, the tan is a darker shade than what the PDF shows.
    Is this a printer issue or PDF settings issue?
    I'm new to using Acrobat, so any step-by-step help is very much appreciated!
    Thank you.

    Create Adobe PDF is a (by default) a LOSSLESS operation where Acrobat processes the Word graphics data directly into PDF.   Printing is a LOSSY operation that first has Word convert Word->”printer spool”, then the printer driver (Adobe PDF) converts that “printer spool” into Postscript, and then Distiller converts the Postscript into PDF.   As you might imagine, you get MUCH higher quality and fidelity results from the former.
    Have you verified that you are using the same color management settings in the printer from both Word and Acrobat?  Is the Konica configured for Postscript, PCL, other?  There are SO MANY possible options that could be impacting your configuration…

  • Text color changes when more than one color is used in the same paragraph in a bulleted list

    I work in a print shop on designers' files preparing them for print. Machine I use is an iMac, plenty of RAM, running Tiger 10.4. Here is my problem: A PC user sent us an InDesign CS3 file. A portion of the text is styled as a bulleted list with character color and bullet (the solid circle) defined as (default) black. However, the style is over-ridden on the bullet and first two words following the bullet with a spot color red, which is present in the Swatches palette (PMS 186). The remainder of the sentence stays black. The text somehow lost this override, and instead of keeping the 2 different colors all the text changed to black. This seems to have occurred when I saved the file on my machine. When I go back and open the original file the text is still colored both red and black. I think that the file was originally an InDesign CS2 file, and could even have been a Indd version 1 or Quark file. Why did the color change with no user intervention? Also, I can't understand why, when the first 2 words are highlighted and changed to red, the bullet also changes to red. (That is good, of course, because that is what we want, but I don't understand how that happens when the character style is black, and I can't even highlight the bullet itself). I sure would appreciate any ideas anyone has on this, I have to try to explain why we printed the text in black when it was supposed to be red and black!

    thanks Alan and Bob. Nothing has explained the loss of color so far.
    Alan, I will suggest to the designer that she use a nested style. I wonder if that will make the styling more stable moving accross the different platforms.
    Bob, I feel like you may have thought, as I did, that hundreds of saves and saved-as and many different applications would have damaged the file, but as you could see by the History, the file was fairly fresh.
    There is a very outside chance that I wiped out the style overides by command click but I am really careful and I doubt it.
    So I'll thank you both again and check back each day, perhaps this will happen to someone else and become an issue. I have tried to repeat my actions and cause the error again but to no avail.

Maybe you are looking for

  • PLANT WISE FINANCIAL STATEMENT REQUIRED

    Hi Can any one tell me whether any standard report is available in SAP to get the plant wise Financial Statement ( No Business area wise ) as it is having in FBL3N ( thro dyanamic selection ) for GL balances. Please reply immediately if possible. Tha

  • WEBUTIL -- cannot start AIX window

    Hi, We are migrating forms 6i to 10g. But we cannot make the 10g Form to start an AIX window. In forms 6i we used win_api_shell.startfile to do it. We tried CLIENT_HOST in 10g form. It does not work. Here is my code: CLIENT_HOST('cmd /c start c:\fsap

  • Getting an actionscript to follow a symbol

    some scripts, even those relating to an object, seem to need to go in the main timeline to work, and therefore dont exist in the symbol itself. Is there any way to get those scripts to follow the object around? Ill give an example of some code. Its f

  • X-Fi Elite Pro - What are the inputs behind the soundcar

    Hi, I recently bought the Razer Barracuda headset with 5. input connectors. Behind my soundcard i can see the symbol for microphone but the other inputs says? ,2,3,4 and has speaker symbols on em. How do i know which one is for sub and so on ? I cant

  • Que debo hacer si se me perdio el ipod touch, que debo hacer si se me perdio el ipod touch

    que debo cer si se me perdio el ipod touch