AIR App in Mac OS X's menu extras

In Windows we can create a AIR app which can sit in SystemTray
On MAC :Can we place a AIR app in MAC OS X's menu extras???
In any refrences are there, please do share.
Thanks in Advance.
Vijay

Hi AlvaM3,
Thanks for using Apple Support Communities.  Here are the requirements and instructions on how to use AirPlay:
iTunes: Using AirPlay
http://support.apple.com/kb/HT5922
If you encounter trouble, this article may help:
iTunes: Troubleshooting AirPlay and AirPlay Mirroring
http://support.apple.com/kb/ts5209
Cheers,
- Ari

Similar Messages

  • [svn] 2210: Fix for layout issue of AIR apps on mac when only width or height is

    Revision: 2210
    Author: [email protected]
    Date: 2008-06-24 11:56:52 -0700 (Tue, 24 Jun 2008)
    Log Message:
    Fix for layout issue of AIR apps on mac when only width or height is
    set on root WindowedApplication tag.
    Bugs: SDK-14643.
    QA: Yes, very much so.
    Reviewer: Ryan
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-14643
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/airframework/src/mx/core/WindowedApplication. as

    Updates:
    I've opened a bug with Adobe regarding this issue:
    http://bugs.adobe.com/jira/browse/FP-4362
    Also, the Cancel operation on a FileReference causes the same issue to happen as does loading.  I really think it's an operating system focus issue.
    UPDATE:
    Looks like this has already been tracked and is scheduled to be fixed:
    https://bugs.adobe.com/jira/browse/FP-2785

  • Flex 3.3 can't launch AIR apps on Mac

    When using the 3.3 SDK if I try to debug an application I get
    this error:
    Process terminated without establishing connection to
    debugger.
    If the program is already running, close it before attempting
    to debug.
    I have tried all manner of restarting down to my full system.
    Flex/Flash Player works fine, its just launching AIR. If I try to
    run the AIR app (rather than debug) nothing happens at all --
    nothing launches, no errors, nothing.
    I'm using a MacBook Pro, Intel Core2Duo, OSX 10.5. The
    problem has been replicated on a coworkers' Mac as well. I haven't
    tested on Windows.

    https://bugs.adobe.com/jira/browse/SDK-19707

  • Trouble installing .air app on mac

    For the sake of people searching, or if the image gets removed on day, here is the error message as text:
    "Sorry, an error has occured.  The application cannot be installed due to a certificate problem.  The certificate does not match the installed application certificate, does not support application upgrades, or is invalid.  Please contact the application author."
    I keep getting the above error when trying to install a new .air desktop file on a third-party Mac over which I have limited control.  The .air app does work on Windows 8.1.
    -Do you think it could be the AIR runtime (currently version 14, and am getting admin to update it to version 16)?  I built the app in AIR 16.
    -There is a previous version of the app, with a different certificate that is already installed.  Would this possibly cause the error?
    -Finally, I signed the app with a self-created certificate for development reasons.  Is that likely to be a problem, it didn't seem to be an issue last time I did this?
    Thank you.

    This was covered a couple of times just in the last week.
    Search for "runtime redistribute" or similar.

  • Guide to create air apps for Mac appstore?

    Hi all,
    I was wondering if there is any guide for publishing an air app on the Mac AppStore. All I found so far is a simple tutorial by Pigsels which is written with air3.2 in mind.
    I can't seem to find any official articles from Adobe about this subject.
    Questions I have are:
    - is it possible to export to Mac AppStore from flash cs6?
    - are there any guidelines I have to follow? Like should I create minimize and close buttons from within flash? Or are they generated by apple?
    - how to test apps on your Mac before uploading to the Mac AppStore?
    Has anyone here been able to publish something in this store? Some tips would be really appreciated.
    Thanks!

    Okay, I figured it out myself.
    Here's the solution for anyone interested:
    - In Flash CS6 create an Air for Desktop Application
    - In publish settings choose to publish a Mac Installer. This will create an .app file.
    - Follow the steps from this forum: http://forums.adobe.com/message/4564789#4564789
    I had a little trouble signing the apps, but this buildscript from the guy in the forums really helped a lot: Just follow al the steps and you will succeed...
    Well, I managed to get my apps uploaded to apple. Don't know if they will get approved, but I'll just wait and see...
    Hope this helps a bit!
    ------ here's the buildscript for your terminal ------
    cp Info.plist <APPNAME>.app/Contents
    cp Icon.icns <APPNAME>.app/Contents/Resources
    chmod -R 777 <APPNAME>.app/
    rm <APPNAME>.app/Contents/Frameworks/Adobe\ AIR.framework/Versions/Current/Resources/WebKit.dylib
    codesign -f -v -s "3rd Party Mac Developer Application: <YOURNAME>" <APPNAME>.app/Contents/Frameworks/Adobe\ AIR.framework
    codesign -f -v -s "3rd Party Mac Developer Application: <YOURNAME>" <APPNAME>.app/Contents/Frameworks/Adobe\ AIR.framework/Versions/1.0/Resources/AdobeCP15.plugin
    codesign -f -v -s "3rd Party Mac Developer Application: <YOURNAME>" <APPNAME>.app/Contents/Frameworks/Adobe\ AIR.framework/Versions/1.0/Resources/Flash\ Player.plugin
    codesign -f -v -s "3rd Party Mac Developer Application: <YOURNAME>" <APPNAME>.app/Contents/Frameworks/Adobe\ AIR.framework/Versions/1.0/Resources/adobecp.plugin
    codesign -f -v -s "3rd Party Mac Developer Application: <YOURNAME>" --entitlements entitlements.plist <APPNAME>.app
    codesign --display --entitlements - <APPNAME>.app
    productbuild --component <APPNAME>.app /Applications <APPNAME>.pkg --sign "3rd Party Mac Developer Installer: <YOURNAME>"

  • Cannot open PDF files in AIR app on Mac OS

    Hello,
    I am having trouble opening a PDF file in adobe air application on Mac OS. I already installed adobe reader 11 and air on mac.
    I also traced HTMLLoader.pdfCapatibility, which returns 3204 (An error was returned by the OS when trying to load the Adobe Reader or Acrobat application or one of its necessary libraries.) on Macs.
    I am showing you some sample code to you.
    if(HTMLLoader.pdfCapability == HTMLPDFCapability.STATUS_OK)
           var request:URLRequest = new URLRequest(tempFile.url);
           pdf.load(request);
           var ui:UIComponent = new UIComponent();
            ui.addChild(pdf)
            container.addChild(ui);
      else
      trace("PDF cannot be displayed. Error code:",HTMLLoader.pdfCapability);
    it shows the output :  PDF cannot be displayed. Error code: 3204
    Please let me know if anyone has any ideas ............asap

    I have the exact same problem. looking forward to hearing something from anyone too.

  • Cannot open PDF files in AIR app on Mac OS error 3204

    Hello,
    I am having trouble opening a PDF file in adobe air application on Mac OS 10.9.2. I already installed adobe reader 11 and air on mac.
    I also traced HTMLLoader.pdfCapatibility, which returns 3204 (An error was returned by the OS when trying to load the Adobe Reader or Acrobat application or one of its necessary libraries.) .
    I am showing you some sample code to you.
    if(HTMLLoader.pdfCapability == HTMLPDFCapability.STATUS_OK)
                var request:URLRequest = new URLRequest(tempFile.url);
                pdf.load(request);
                var ui:UIComponent = new UIComponent();
                ui.addChild(pdf)
                container.addChild(ui);
      else
      trace("PDF cannot be displayed. Error code:",HTMLLoader.pdfCapability);
    It shows the output :  PDF cannot be displayed. Error code: 3204
    Please let me know if anyone have any ideas ............asap

    Hi jon123_123,
    I dont understand what you mean by opening PDF file in Adobe Air, that is platform.
    You should try uninstall Adobe Reader and install Latest version of Adobe Reader with latest updates patches and check again.
    Regards,
    Ajlan Huda.

  • Type does not show in my Adobe AIR apps? Mac OS 10.7.4

    I recently upgraded to Mac Lion, OS 10.7.4. Using a MacBook Pro 15",1st generation.
    In AIR v3.3, Iopen an application, and the type is invisible, or "white on white." The type is present, but is not visible. This has happened in two apps from two different developers. This is the only instance of this happening in the entire system.
    Any advice would be greatly appreciated!
    Thanks --
    Bill

    Ok, further developments. Still can't get Firefox to work; it makes Lion hang and I have to force a reboot. I tried using terminal to open FF's profile manager, delete my old profile and make a new one. Same problem.
    I tried making a new user account in Mac OS, and doing another fresh install of Firefox. It worked! I was able to use drop down menus and right click without crashing the system!
    However, as soon as I installed the Zotero plugin... the same issue started occurring again.
    Dear programmers, please help me. It will literally take me weeks of work to re-do all of my citations using a different software or manually. There must be a way to fix this problem!

  • Error when running Air apps on Mac

    Hey everyone,
    There is a person I am working with who keeps running into this issue where the Air application she is running crashes immediately. I have the error logs below. Anyone have the slightest idea what might be causing this?
    Error report:
    Model: iMac5,1, BootROM IM51.0090.B09, 2 processors, Intel Core 2 Duo, 2.16 GHz, 3 GB, SMC 1.9f4
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x87), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD2500JS-40TGB0, 232.89 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-85J
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd500000
    USB Device: Microsoft 5-Button Mouse with IntelliEye(TM), 0x045e  (Microsoft Corporation), 0x0039, 0xfd530000
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd520000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Mass Storage Device, 0x058f  (Alcor Micro, Corp.), 0x6366, 0xfd100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x7d100000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x7d200000
    Process:         Picaboo X [11446]
    Path:            /Applications/Picaboo X.app/Contents/MacOS/Picaboo X
    Identifier:      com.picaboo.Picaboo.A382D4714709B456C4E0088DFC1F7243AF9EBF75.1
    Version:         10.136P (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [94]
    Date/Time:       2011-03-23 17:27:20.054 -0400
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          1161 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  5 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      5A6F278B-732B-496F-8A19-3A1807BB9BAD
    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                     0x029a0ea8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1131149
    1   com.adobe.AIR                     0x02a6a77f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1956708
    2   ???                               0x0be6da23 0 + 199678499
    3   ???                               0x115c83fa 0 + 291275770
    4   com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    5   com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    6   com.adobe.AIR                     0x0275e0f2 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1195746
    7   ???                               0x115c8663 0 + 291276387
    8   ???                               0x115c97e3 0 + 291280867
    9   ???                               0x0eca1c38 0 + 248126520
    10  ???                               0x0ec490bf 0 + 247763135
    11  ???                               0x0ed4834c 0 + 248808268
    12  ???                               0x0ed48d13 0 + 248810771
    13  ???                               0x0ed48ea8 0 + 248811176
    14  ???                               0x0ed4768a 0 + 248805002
    15  ???                               0x0ec9f35b 0 + 248116059
    16  ???                               0x0eca1a0a 0 + 248125962
    17  ???                               0x0eca1c38 0 + 248126520
    18  ???                               0x0eca2095 0 + 248127637
    19  ???                               0x115cb4e3 0 + 291288291
    20  ???                               0x0ec490bf 0 + 247763135
    21  ???                               0x0ed4834c 0 + 248808268
    22  ???                               0x0ed48d13 0 + 248810771
    23  ???                               0x0ed48ea8 0 + 248811176
    24  ???                               0x0ed4768a 0 + 248805002
    25  ???                               0x0ec9f35b 0 + 248116059
    26  ???                               0x0eca1a0a 0 + 248125962
    27  ???                               0x0eca1c38 0 + 248126520
    28  ???                               0x0eca2095 0 + 248127637
    29  ???                               0x0ed47edb 0 + 248807131
    30  ???                               0x0ec490bf 0 + 247763135
    31  ???                               0x0ed4834c 0 + 248808268
    32  ???                               0x0ed48d13 0 + 248810771
    33  ???                               0x0ed48ea8 0 + 248811176
    34  ???                               0x0ed4ad02 0 + 248818946
    35  ???                               0x0ed4b91c 0 + 248822044
    36  com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    37  com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    38  com.adobe.AIR                     0x02943522 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747783
    39  com.adobe.AIR                     0x02940458 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 735293
    40  com.adobe.AIR                     0x02943263 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747080
    41  com.adobe.AIR                     0x02a698f1 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1952982
    42  ???                               0x0be7a485 0 + 199730309
    43  ???                               0x0be7108e 0 + 199692430
    44  ???                               0x0be70d48 0 + 199691592
    45  com.adobe.AIR                     0x0274a8a9 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1115801
    46  com.adobe.AIR                     0x027bb13f XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1576751
    47  ???                               0x0b451c4f 0 + 189078607
    48  ???                               0x0be71545 0 + 199693637
    49  ???                               0x0be70d8d 0 + 199691661
    50  com.adobe.AIR                     0x02943522 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747783
    51  com.adobe.AIR                     0x02940458 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 735293
    52  com.adobe.AIR                     0x0293f963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 732488
    53  com.adobe.AIR                     0x02943d73 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 749912
    54  com.adobe.AIR                     0x0294600e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 758771
    55  com.adobe.AIR                     0x02be328b shaders_acos_ss + 286123
    56  com.adobe.AIR                     0x02a69a2a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1953295
    57  ???                               0x0be77e67 0 + 199720551
    58  ???                               0x0be7170c 0 + 199694092
    59  com.adobe.AIR                     0x02be34fe shaders_acos_ss + 286750
    60  com.adobe.AIR                     0x029cde3c r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1315361
    61  com.adobe.AIR                     0x02998fbf r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1098660
    62  com.adobe.AIR                     0x029ce454 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1316921
    63  com.adobe.AIR                     0x02b826f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3103454
    64  com.adobe.AIR                     0x02b8551e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3115267
    65  com.adobe.AIR                     0x029fd0b7 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1508508
    66  com.adobe.AIR                     0x029fe457 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1513532
    67  com.apple.CoreFoundation          0x900cd4cb __CFRunLoopDoSources0 + 1563
    68  com.apple.CoreFoundation          0x900caf8f __CFRunLoopRun + 1071
    69  com.apple.CoreFoundation          0x900ca464 CFRunLoopRunSpecific + 452
    70  com.apple.CoreFoundation          0x900ca291 CFRunLoopRunInMode + 97
    71  com.apple.HIToolbox               0x911d2e04 RunCurrentEventLoopInMode + 392
    72  com.apple.HIToolbox               0x911d2bb9 ReceiveNextEventCommon + 354
    73  com.apple.HIToolbox               0x911d2a3e BlockUntilNextEventMatchingListInMode + 81
    74  com.apple.AppKit                  0x9086b78d _DPSNextEvent + 847
    75  com.apple.AppKit                  0x9086afce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    76  com.apple.AppKit                  0x9082d247 -[NSApplication run] + 821
    77  com.adobe.AIR                     0x0255ed2c 0x255a000 + 19756
    78  com.adobe.AIR                     0x0255f072 0x255a000 + 20594
    79  ...6C4E0088DFC1F7243AF9EBF75.1    0x00002ff7 start + 4363
    80  ...6C4E0088DFC1F7243AF9EBF75.1    0x00001fe7 start + 251
    81  ...6C4E0088DFC1F7243AF9EBF75.1    0x00001f15 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x92af1922 kevent + 10
    1   libSystem.B.dylib                 0x92af203c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x92af14f9 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x92af129e _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x92af0d21 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x92af0b66 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x92af09b2 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x92af0f48 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x92af0b66 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                 0x92acb0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x92b4145f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x92acb0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x92b4145f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x92acb0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92b27aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02a717a8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1985421
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x92acb0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92b27aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02b6e93b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3022112
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
       eax: 0x00000000  ebx: 0x029a0e11  ecx: 0x000d2bf0  edx: 0x11707154
       edi: 0xbfffc88c  esi: 0x117070d0  ebp: 0xbfffc8a8  esp: 0xbfffc860
        ss: 0x0000001f  efl: 0x00010246  eip: 0x029a0ea8   cs: 0x00000017
        ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
       cr2: 0x00000004
    Binary Images:
         0x1000 -     0x6ff7 +com.picaboo.Picaboo.A382D4714709B456C4E0088DFC1F7243AF9EBF75.1 10.136P (???) <61ACEB56-50C0-4195-7C4F-7AADFF5984AB> /Applications/Picaboo X.app/Contents/MacOS/Picaboo X
       0x500000 -   0x5b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
      0x255a000 -  0x31d0ff3 +com.adobe.AIR ??? (2.6.0.19120) <DF482B2D-E5BD-CEB1-E40E-0F2C7394FBED> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
      0xb42b000 -  0xb42fff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <6A211097-72ED-1461-4050-72C9101D79E4> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
      0xb434000 -  0xb43affb  com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <404165FF-1BA0-706B-F48A-10AC997162B1> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x10e3a000 - 0x10e48fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <AFA4C3C8-D752-EC96-FF56-6E2F8ABB391B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x10e4c000 - 0x10e5eff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <08801444-00D2-E55B-AE80-B807B99BB0C6> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x90003000 - 0x9003cff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
    0x9003d000 - 0x9008dff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9008e000 - 0x90209fe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9025b000 - 0x9026bff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x90273000 - 0x90287ffb  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
    0x90288000 - 0x90289ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x902d3000 - 0x90353feb  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
    0x90354000 - 0x90397ff7  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
    0x90398000 - 0x90406ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x90407000 - 0x90482fff  com.apple.AppleVAFramework 4.10.23 (4.10.23) <57B7C626-F344-AB15-8556-00425FA765DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90483000 - 0x904b6ffb  libTrueTypeScaler.dylib ??? (???) <574C2C51-65EC-7D2A-086D-C9312287DE22> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x904b7000 - 0x90573fff  com.apple.ColorSync 4.6.6 (4.6.6) <D00B95AE-2379-CB8E-B18C-FF5B66741C23> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x90574000 - 0x905a4ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x905a5000 - 0x905ecffb  com.apple.CoreMediaIOServices 134.0 (1160) <4CD78557-3CDA-A4B5-33CB-BBB876B4463D> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x905ed000 - 0x90608ff7  libPng.dylib ??? (???) <65E824F7-523A-CC34-ABDD-2A3B12DE1CA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x9079f000 - 0x907f7fe7  com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x90823000 - 0x91103ff7  com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91104000 - 0x9110bff3  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
    0x9110c000 - 0x91117ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x91196000 - 0x9119dff7  com.apple.agl 3.0.12 (AGL-3.0.12) <61A74CE1-750D-9CAB-B780-306841739EE1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9119e000 - 0x914c2fef  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
    0x914c3000 - 0x914d3ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x91692000 - 0x91695fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x91696000 - 0x916d3ff7  com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x916d4000 - 0x916deffb  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
    0x916df000 - 0x91a4aff7  com.apple.QuartzCore 1.6.3 (227.36) <8E927524-EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91d60000 - 0x91e40fe7  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
    0x91e5a000 - 0x91f11feb  libFontParser.dylib ??? (???) <DDBBB503-5289-2E2B-AD35-F3BA00D00D5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x91ff6000 - 0x92007ff7  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
    0x92008000 - 0x92136fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92163000 - 0x92163ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92164000 - 0x9261dffb  com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x9261e000 - 0x92629ff7  libGL.dylib ??? (???) <4425B9AA-B494-A336-EABB-6BBC9FF4EC4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9262a000 - 0x9262aff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9262b000 - 0x9266ffe7  com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x92670000 - 0x92990ff3  com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x92991000 - 0x92a0aff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x92a0b000 - 0x92a46feb  libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x92a88000 - 0x92ac9ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <95079B56-0B7B-F114-5C43-5220DBE0FBB1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x92aca000 - 0x92c71ff7  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    0x92da9000 - 0x92ed5ffb  com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x92ed6000 - 0x92f1aff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92f1b000 - 0x92f6cff7  com.apple.HIServices 1.8.2 (???) <F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x92f6d000 - 0x92f70ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B84D7376-EE9C-2B7F-04FA-D622E2C10CA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x92f71000 - 0x92f71ff7  com.apple.Carbon 150 (152) <734BDB59-8B13-54FA-0653-AA8623DF9846> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x939e8000 - 0x93a83ff7  com.apple.ApplicationServices.ATS 4.4 (???) <FD63F92B-8DDE-4DBA-A7A5-0294E3607083> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x93a84000 - 0x93a99fff  com.apple.ImageCapture 6.0.2 (6.0.2) <E9F4B952-27A1-5BFC-CA8D-DADA055D30E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x93c7a000 - 0x93cadff7  com.apple.AE 496.4 (496.4) <C73D124C-C722-41D8-3465-4CE0D0BA9307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x93d5f000 - 0x93d90ff7  libGLImage.dylib ??? (???) <1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x93d91000 - 0x93dadfe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x93dae000 - 0x93e5bfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <C8925910-B927-968B-4B71-D83A4CEF8646> /usr/lib/libobjc.A.dylib
    0x93eab000 - 0x93ed3ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x93ed4000 - 0x93edafe7  com.apple.CommerceCore 1.0 (9) <928FCA4F-1366-AE18-CF67-87C79F5DAC21> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x93edb000 - 0x93edbff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x93edc000 - 0x93efefef  com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x93f6f000 - 0x93fd9fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x93fda000 - 0x9403effb  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
    0x9403f000 - 0x9403fff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x94059000 - 0x9415afe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x9415b000 - 0x942ddfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D375C1CF-C88D-C5F6-3C49-CD429023FBAC> /usr/lib/libicucore.A.dylib
    0x942e3000 - 0x94365ffb  SecurityFoundation ??? (???) <2E1F1AF0-A258-D215-2600-5DF03896D1F1> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9456e000 - 0x9460bfe3  com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x94744000 - 0x94765fe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94766000 - 0x94774fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x94775000 - 0x947cbff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x947cc000 - 0x94ac5fef  com.apple.QuickTime 7.6.6 (1756.15) <C2567783-4EAC-6803-522B-D701B95C4DAE> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94ac6000 - 0x94cf1ff3  com.apple.QuartzComposer 4.2 ({156.28}) <62E864AD-3155-59B8-BA1F-8197360C8587> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x94cf2000 - 0x94cfcfe7  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
    0x9516e000 - 0x951b7fe7  libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-FDB3-61E86407CBB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x951da000 - 0x955f0ff7  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
    0x9569b000 - 0x956a4ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x957dd000 - 0x95fcc557  com.apple.CoreGraphics 1.545.0 (???) <8A4CB0D9-1001-0F62-4DA4-B8AB3B45E226> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x95fcd000 - 0x96232feb  com.apple.security 6.1.1 (37594) <251BA05D-6F3D-F687-77C2-15E52539F308> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96233000 - 0x962c5fe7  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
    0x962c6000 - 0x962ccfff  com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x962cd000 - 0x9630fff7  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
    0x964d9000 - 0x964e5ff7  libkxld.dylib ??? (???) <9D8378E0-1C58-EED8-EA00-F4515B8BE7A3> /usr/lib/system/libkxld.dylib
    0x964e6000 - 0x9691bff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x9691c000 - 0x96943ff7  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
    0x96944000 - 0x96afefeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <C96F11A7-2569-3037-C4C3-0342708FA3CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x96aff000 - 0x96b25ffb  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
    0x96b26000 - 0x96b27ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x96b28000 - 0x96b6eff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x96bf6000 - 0x96c0afe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x96c17000 - 0x96c1bff7  libGIF.dylib ??? (???) <447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x96c1c000 - 0x96d5ffef  com.apple.QTKit 7.6.6 (1756.15) <32C49374-14BC-53E7-FBFF-E11B42A41F56> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96d73000 - 0x96d73ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96db1000 - 0x96e0bfe7  com.apple.CorePDF 1.3 (1.3) <EA168671-F44F-BFE4-AA7D-3801DA29A650> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x96e0c000 - 0x96e14ff7  com.apple.DisplayServicesFW 2.3.0 (283) <305F9514-2404-5CF7-AFB4-00BB4D2EA69E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x96e15000 - 0x96e19ff7  libGFXShared.dylib ??? (???) <4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x96e52000 - 0x970c5fe7  com.apple.Foundation 6.6.6 (751.53) <C73FDD37-000B-C505-FD8D-80D1C9D17965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x970fb000 - 0x971d5ffb  com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x971d6000 - 0x97284ff3  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
    0x97285000 - 0x972e2ff7  com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x972e3000 - 0x972e3ff7  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
    0x97327000 - 0x97327ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97328000 - 0x9750afff  com.apple.imageKit 2.0.3 (1.0) <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x9750b000 - 0x9754bff3  com.apple.securityinterface 4.0.1 (40418) <26D84A83-F5B9-93CF-71BB-0712698181EE> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x975a8000 - 0x975c0ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x975fd000 - 0x976b6fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x976b9000 - 0x976bdff7  IOSurface ??? (???) <235E7E3D-B6E5-0AAA-C41A-7AC1F54A7EBF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x976dd000 - 0x9772afeb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x97735000 - 0x97735ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97736000 - 0x97743ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x97821000 - 0x978cbfe7  com.apple.CFNetwork 454.11.12 (454.11.12) <BE832CCE-B692-F55F-F5F8-3973649AFEA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x978df000 - 0x97940fe7  com.apple.CoreText 3.151.8 (???) <6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x97941000 - 0x97a12fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <41417F73-42C5-FFC3-E7A1-EF94602CDCD6> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
    0x97ba2000 - 0x97c1cfff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <A02CEAE9-943A-CBE2-2350-4631C1E7B0A7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x97c1d000 - 0x97c60ff7  libGLU.dylib ??? (???) <2C7B2727-26F6-F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x97c7f000 - 0x97c8dff7  com.apple.opengl 1.6.12 (1.6.12) <81AEF74E-E33A-B021-9CDB-6199104105FF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x97c8e000 - 0x97c90ff7  libRadiance.dylib ??? (???) <B83179D4-E41C-D2BA-1E4C-A64CB45C15E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x98c5d000 - 0x98cf5fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x98cf6000 - 0x98e02ff7  libGLProgrammability.dylib ??? (???) <2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x98e3d000 - 0x99019ffb  libType1Scaler.dylib ??? (???) <494D1BE1-8395-9A53-1224-1CFD4236D40E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x9901a000 - 0x99156ff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <781018FB-474B-E09C-D419-5BFF80590A10> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x99157000 - 0x9915aff7  libCoreVMClient.dylib ??? (???) <12EF6056-7AC7-6691-75A2-BD0675C56A35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x9918e000 - 0x99290fef  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
    0x99291000 - 0x9935cfef  com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x9935d000 - 0x9935eff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9935f000 - 0x9937eff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9937f000 - 0x99382ffb  com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x99399000 - 0x993d7ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x993de000 - 0x994e2fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x9950e000 - 0x9957dff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9957e000 - 0x99583ff7  com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x99705000 - 0x99745ff7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <CE815114-CEFA-4AF4-7365-7908428AB733> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x9977e000 - 0x99790ff7  com.apple.MultitouchSupport.framework 207.10 (207.10) <32CE2895-DAF0-2137-F9BE-8150359F43A1> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x9979d000 - 0x997daff7  com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x997db000 - 0x997fbfe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0x997fc000 - 0x999faff3  com.apple.JavaScriptCore 6533.20 (6533.20.20) <C97A479C-FDF9-3F19-2EE0-80288257C477> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x999fb000 - 0x99aa3ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x99aa4000 - 0x99ac8ff7  libJPEG.dylib ??? (???) <A50127EB-C202-0436-E62D-41E2E893E436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x99ac9000 - 0x99acbff7  com.apple.securityhi 4.0 (36638) <C7DA80C1-DCFD-C321-08DA-5E6946CA66E0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <02CCC192-2AC9-73DF-4A40-0B3AF87B6372> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <8697CB9C-AC3B-301B-F1BD-382E30FA5642> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
    Model: iMac5,1, BootROM IM51.0090.B09, 2 processors, Intel Core 2 Duo, 2.16 GHz, 3 GB, SMC 1.9f4
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x87), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD2500JS-40TGB0, 232.89 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-85J
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd500000
    USB Device: Microsoft 5-Button Mouse with IntelliEye(TM), 0x045e  (Microsoft Corporation), 0x0039, 0xfd530000
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd520000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Mass Storage Device, 0x058f  (Alcor Micro, Corp.), 0x6366, 0xfd100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8206, 0x7d100000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x7d200000
    Process:         Picaboo X [11446]
    Path:            /Applications/Picaboo X.app/Contents/MacOS/Picaboo X
    Identifier:      com.picaboo.Picaboo.A382D4714709B456C4E0088DFC1F7243AF9EBF75.1
    Version:         10.136P (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [94]
    Date/Time:       2011-03-23 17:27:20.054 -0400
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          1161 sec
    Crashes Since Last Report:           4
    Per-App Interval Since Last Report:  5 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      5A6F278B-732B-496F-8A19-3A1807BB9BAD
    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                     0x029a0ea8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1131149
    1   com.adobe.AIR                     0x02a6a77f r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1956708
    2   ???                               0x0be6da23 0 + 199678499
    3   ???                               0x115c83fa 0 + 291275770
    4   com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    5   com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    6   com.adobe.AIR                     0x0275e0f2 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1195746
    7   ???                               0x115c8663 0 + 291276387
    8   ???                               0x115c97e3 0 + 291280867
    9   ???                               0x0eca1c38 0 + 248126520
    10  ???                               0x0ec490bf 0 + 247763135
    11  ???                               0x0ed4834c 0 + 248808268
    12  ???                               0x0ed48d13 0 + 248810771
    13  ???                               0x0ed48ea8 0 + 248811176
    14  ???                               0x0ed4768a 0 + 248805002
    15  ???                               0x0ec9f35b 0 + 248116059
    16  ???                               0x0eca1a0a 0 + 248125962
    17  ???                               0x0eca1c38 0 + 248126520
    18  ???                               0x0eca2095 0 + 248127637
    19  ???                               0x115cb4e3 0 + 291288291
    20  ???                               0x0ec490bf 0 + 247763135
    21  ???                               0x0ed4834c 0 + 248808268
    22  ???                               0x0ed48d13 0 + 248810771
    23  ???                               0x0ed48ea8 0 + 248811176
    24  ???                               0x0ed4768a 0 + 248805002
    25  ???                               0x0ec9f35b 0 + 248116059
    26  ???                               0x0eca1a0a 0 + 248125962
    27  ???                               0x0eca1c38 0 + 248126520
    28  ???                               0x0eca2095 0 + 248127637
    29  ???                               0x0ed47edb 0 + 248807131
    30  ???                               0x0ec490bf 0 + 247763135
    31  ???                               0x0ed4834c 0 + 248808268
    32  ???                               0x0ed48d13 0 + 248810771
    33  ???                               0x0ed48ea8 0 + 248811176
    34  ???                               0x0ed4ad02 0 + 248818946
    35  ???                               0x0ed4b91c 0 + 248822044
    36  com.adobe.AIR                     0x027f1490 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1798784
    37  com.adobe.AIR                     0x027f1edf XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1801423
    38  com.adobe.AIR                     0x02943522 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747783
    39  com.adobe.AIR                     0x02940458 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 735293
    40  com.adobe.AIR                     0x02943263 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747080
    41  com.adobe.AIR                     0x02a698f1 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1952982
    42  ???                               0x0be7a485 0 + 199730309
    43  ???                               0x0be7108e 0 + 199692430
    44  ???                               0x0be70d48 0 + 199691592
    45  com.adobe.AIR                     0x0274a8a9 XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1115801
    46  com.adobe.AIR                     0x027bb13f XC_RSA_Decrypt_Zeroes_Coding_Lithium + 1576751
    47  ???                               0x0b451c4f 0 + 189078607
    48  ???                               0x0be71545 0 + 199693637
    49  ???                               0x0be70d8d 0 + 199691661
    50  com.adobe.AIR                     0x02943522 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 747783
    51  com.adobe.AIR                     0x02940458 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 735293
    52  com.adobe.AIR                     0x0293f963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 732488
    53  com.adobe.AIR                     0x02943d73 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 749912
    54  com.adobe.AIR                     0x0294600e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 758771
    55  com.adobe.AIR                     0x02be328b shaders_acos_ss + 286123
    56  com.adobe.AIR                     0x02a69a2a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1953295
    57  ???                               0x0be77e67 0 + 199720551
    58  ???                               0x0be7170c 0 + 199694092
    59  com.adobe.AIR                     0x02be34fe shaders_acos_ss + 286750
    60  com.adobe.AIR                     0x029cde3c r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1315361
    61  com.adobe.AIR                     0x02998fbf r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1098660
    62  com.adobe.AIR                     0x029ce454 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1316921
    63  com.adobe.AIR                     0x02b826f9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3103454
    64  com.adobe.AIR                     0x02b8551e r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3115267
    65  com.adobe.AIR                     0x029fd0b7 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1508508
    66  com.adobe.AIR                     0x029fe457 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1513532
    67  com.apple.CoreFoundation          0x900cd4cb __CFRunLoopDoSources0 + 1563
    68  com.apple.CoreFoundation          0x900caf8f __CFRunLoopRun + 1071
    69  com.apple.CoreFoundation          0x900ca464 CFRunLoopRunSpecific + 452
    70  com.apple.CoreFoundation          0x900ca291 CFRunLoopRunInMode + 97
    71  com.apple.HIToolbox               0x911d2e04 RunCurrentEventLoopInMode + 392
    72  com.apple.HIToolbox               0x911d2bb9 ReceiveNextEventCommon + 354
    73  com.apple.HIToolbox               0x911d2a3e BlockUntilNextEventMatchingListInMode + 81
    74  com.apple.AppKit                  0x9086b78d _DPSNextEvent + 847
    75  com.apple.AppKit                  0x9086afce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    76  com.apple.AppKit                  0x9082d247 -[NSApplication run] + 821
    77  com.adobe.AIR                     0x0255ed2c 0x255a000 + 19756
    78  com.adobe.AIR                     0x0255f072 0x255a000 + 20594
    79  ...6C4E0088DFC1F7243AF9EBF75.1    0x00002ff7 start + 4363
    80  ...6C4E0088DFC1F7243AF9EBF75.1    0x00001fe7 start + 251
    81  ...6C4E0088DFC1F7243AF9EBF75.1    0x00001f15 start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x92af1922 kevent + 10
    1   libSystem.B.dylib                 0x92af203c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                 0x92af14f9 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                 0x92af129e _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                 0x92af0d21 _pthread_wqthread + 390
    5   libSystem.B.dylib                 0x92af0b66 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                 0x92af09b2 __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x92af0f48 _pthread_wqthread + 941
    2   libSystem.B.dylib                 0x92af0b66 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                 0x92acb0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x92b4145f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                 0x92acb0e2 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c9c _pthread_cond_wait + 1089
    2   libSystem.B.dylib                 0x92b4145f pthread_cond_wait + 48
    3   com.adobe.AIR                     0x02a5e805 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907690
    4   com.adobe.AIR                     0x028ad14a r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 132399
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                 0x92acb0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92b27aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02a717a8 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1985421
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                 0x92acb0fa semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                 0x92af8c85 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                 0x92b27aa8 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.AIR                     0x02a5e847 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907756
    4   com.adobe.AIR                     0x02b6e93b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 3022112
    5   com.adobe.AIR                     0x02a5e8e9 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907918
    6   com.adobe.AIR                     0x02a5e963 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908040
    7   com.adobe.AIR                     0x02a5e9fe r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1908195
    8   libSystem.B.dylib                 0x92af87fd _pthread_start + 345
    9   libSystem.B.dylib                 0x92af8682 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
       eax: 0x00000000  ebx: 0x029a0e11  ecx: 0x000d2bf0  edx: 0x11707154
       edi: 0xbfffc88c  esi: 0x117070d0  ebp: 0xbfffc8a8  esp: 0xbfffc860
        ss: 0x0000001f  efl: 0x00010246  eip: 0x029a0ea8   cs: 0x00000017
        ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
       cr2: 0x00000004
    Binary Images:
         0x1000 -     0x6ff7 +com.picaboo.Picaboo.A382D4714709B456C4E0088DFC1F7243AF9EBF75.1 10.136P (???) <61ACEB56-50C0-4195-7C4F-7AADFF5984AB> /Applications/Picaboo X.app/Contents/MacOS/Picaboo X
       0x500000 -   0x5b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <AACC86C0-86B4-B1A7-003F-2A0AF68973A2> /usr/lib/libcrypto.0.9.7.dylib
      0x255a000 -  0x31d0ff3 +com.adobe.AIR ??? (2.6.0.19120) <DF482B2D-E5BD-CEB1-E40E-0F2C7394FBED> /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
      0xb42b000 -  0xb42fff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <6A211097-72ED-1461-4050-72C9101D79E4> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
      0xb434000 -  0xb43affb  com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <404165FF-1BA0-706B-F48A-10AC997162B1> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x10e3a000 - 0x10e48fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <AFA4C3C8-D752-EC96-FF56-6E2F8ABB391B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x10e4c000 - 0x10e5eff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <08801444-00D2-E55B-AE80-B807B99BB0C6> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <749D24EE-54BD-D74B-D305-C13F5E6C95D8> /usr/lib/dyld
    0x90003000 - 0x9003cff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
    0x9003d000 - 0x9008dff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9008e000 - 0x90209fe7  com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9025b000 - 0x9026bff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x90273000 - 0x90287ffb  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
    0x90288000 - 0x90289ff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x902d3000 - 0x90353feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818

    Hey Chris,
    This shouldn't be a influence hopefully. We also had her remove any leftover files for the Picaboo client and Air, for Picaboo that would be under User > Library > Preferences.
    For Air we had her go under Library > Frameworks, and delete Adobe Air.framework.
    Do you have another location in mind for Air we should look at?
    Thanks.

  • Code Signing Error with AIR.app on MAC OS

    Hi,
    I have an application that runs on Windows and MAC.  The last release of the application was signed in February of this year without any issues on both of the target patforms.  Now, when signing the latest release on MAC I am getting an error.
    code object is not signed at all
    In subcomponent: Path to application /Contents/Frameworks/Adobe AIR.framework
    I am using a DigiCert extended validation token to sign the code.
    I relaize this is pretty obscure, but will appreciate any ideas on how to solve this issue.
    Best,
    C.S.

    This is a pretty narrow little niche but hopefully what I've discovered will help someone out...
    When signing and air application in which the runtime is embedded, you must sign the Adobe Air executable first. 
    To do this right-click or control click on the app, e.g. appName.app and choose show package contents.  Find the Adobe Air executable in "Contents/Frameworks/Adobe Air.framework.  Right-click or control-click the Adobe Air shortcut and coose show original.  Right-click or control-click on the Adobe Air exe and select Get info.  From the pop-up window copy the path, and use it in the terminal with codesign -s appending a "/Adobe Air" to the end.  Once it's signed you can sign the app without an error.
    One more thing... Your application won't open on a MAC without a warning and the need to overide the default security settings unless you register as a developer with apple.
    I did this and used a MAC certificate to sign Adobe Air and the application.
    WHAT FUN!

  • Installing an AIR App on Mac and Win

    All -
    I am converting an Authorware program to Flash/AIR. In the
    original program, we distributed a full installer on CD. We would
    like to do this again for the new version. This would include
    Windows and Mac. Can someone explain what resources I would put on
    the CD to allow the customer to install everything needed, assuming
    there's no AIR runtime on the computer. If this can't be done by a
    non-technical end user we probably won't be able to use AIR.
    Perhaps we'd be stuck with Zinc or just a Win Mac Flash projector.
    Any thoughts?
    -Marc Lee
    Denver, CO

    This was covered a couple of times just in the last week.
    Search for "runtime redistribute" or similar.

  • Adobe air app integration with mac help

    Hi  all,
    I want to intergrate my help with adobe air app on mac(so that it should look like mac help). But i am not able to do so as we need to add entry in the file info.plist for doing it. Can anyone please guide me on this. I have downloaded several application but not able to find any application with help intergrated in it. Most of the sample apps don't have any help and the remaining apps send the link to their website for help.
    Any suggestion/ guidance in this regard would be great
    Thanks in advance
    Sumeet

    Try redownloading the Adobe Help application from http://www.adobe.com/support/chc/.
    Hope that helps,
    Frank
    AIR Engineering

  • Adt code sign GateKeeper rejection for OS X AIR app

    I'm having a problem getting a signed OS X AIR captive runtime bundle app to pass the GateKeeper signature smell test.
    Here are the digestible facts, in list format:
    - App is multi-platform OS X, Windows, iOS, Android, but let's just focus on OS X for now.
    - Application is a standalone captive runtime bundle app.
    - Dev machine running OS X 10.9.5 (with Xcode 6.0.1).
    - Built with AIR 15.0.0.258 Beta.
    - The certificate is a certificate from comodo.com guaranteed to work with AIR and OS X Digital Code Signing, Code Signing Certificates - COMODO
    - Tried compiling/packing with IntelliJ IDEA 14 beta and adt command line, both with same fail results.
    - Manual packaging method used: Adobe AIR * Packaging a captive runtime bundle for desktop computers
    The adt command fires without a hitch, the command asks for the p12 password, I can see the certificate authorities get pinged as the packaging progresses. The resulting app seems fine and runs well with GateKeeper disabled. However, GateKeeper does not like the resulting app. I need this app to launch flawlessly on all user's systems (that's why I bought a certificate).
    Here's the disappointing results from Terminal:
    spctl -a -t exec -vv myPrettyPony.app
    rejected
    source=no usable signature

    I would suggest that those interested take a look at thread Tutorial on publishing Flex/Air app for Mac App Store or just using Developer ID for general distribution
    However, since that thread is marked as answered, I want to leave this thread open until I find an answer to my particular question: What are the exact steps to properly package and codesign an OS X AIR app for independent distribution to OS X 10.9.5?

  • Command line arguments to Captive Runtime Air App

    I am having problems passing command line arguments to my Captive Runtime Air App on Mac OS X.  Argument handling occurs perfectly when running in ADL, via the InvokeEvent.INVOKE event.  However, when running the native executable, it seems that no command line arguments are getting passed through.
    How do I pass command line arguments into my Captive Runtime Air App?

    See:
    http://javafx-jira.kenai.com/browse/RT-24993
    "Native packaging: native launcher should pass command line parameters to the app"
    fixed for jdk7u10
    jdk7u10 is downloadable from here:
    http://jdk7.java.net/download.html
    It may take a week or two for the fix to propagate into there.

  • Adobe AIR app installation issue due to certificate problem on mac 10.9.5

    Im trying to upgrade and then reinstall an Adobe Air application but get the error message failing to install due to a certificate issue.
    The developer says the fix is to uninstall the app and install again but this also fails.
    Checked my machine clock - saved but that didnt work
    The adobe AIR uninstaller simply says I have the latest version? Cant seem to delete and reinstall although other adobe air apps work so I dont think this is the issue
    I have gone through the troubleshooting guide: Troubleshoot AIR installation | Mac OS but still have the issue?
    Any ideas would be great.

    I suspect your Mac OS install was an in place upgrade from an earlier version. This is something I would never even consider with a production machine.

Maybe you are looking for

  • Error in updating ALV field catalog in selection tool for Planning Book

    Hi , I am Implementing BADI  '/SAPAPO/SDP_SELECTOR' to upload Custom Fields Data in Planning Book Selection Window under APO Location Product. These Custom Fields are maintained in Custom Table.So from Table whatever Custom Fields are availabe all th

  • C5 calendar display

    Is it possible to see all my calendar events for the day on the display as soon as I turn on the phone? Right now I can only see the fist line (event) and have to go into the function to view the rest. On my previous Nokia model N70 I can. So I'd lik

  • Cyrillic Subject Encoding in Mail.app

    I have a problem with wrong cyrillic subject font on the message list pane in Mail.app Though on the message preview pane everything looks well. It has been happening with with only some emails, but it's quite disappointing... Can you please advise a

  • Private folder  (200GB)

    Hi, I was reading about the 'private folder' from other topics, but I still do not know what to do with mine. Inside it there is a folder called "folders" with 189.5 gb, and a folder called "vm" with 10.6gb. folders/60/w3cpz6754zb866y3thzz2f2h0000gn/

  • O2 coverage is variable at best ranging from very poor to pretty poor?

    From Southampton to London Waterloo coverage is pretty hopeless. A very busy commuter route without decent O2 coverage as far as I can see. 3G is rare , edge pops up sometimes and gprs is the best you can expect if anything at all. It is worse since