Css not working in AIR app?? Help Please :(

Hi Everybody,
Really hope someone can help with this as I can't find the solution to save my life.
In my css file I have:
#map2{
    border-color:red;
    border-style:solid;
    border-width:1px;
    height:130px;
    width:84%;
    float:right;
    vertical-align:middle;
In my HTML file I have:
<div id='map2'><input type="text" name="search"><input type="submit" value="search blog"><input type="submit" value="search web"></div>
The css and HTML are woring fine together apart from the 'vertical-align:middle'??
I have no idea why this is not working and I have looked all over the internet, can anyone out there help with this, PLEASE!!
Thank you all in advance
IrishAIRMax

vertical-align doesn't work like you think it should. Read this page:
http://phrogz.net/CSS/vertical-align/index.html

Similar Messages

  • Ergonomic keyboard shortcuts not working... Help Please!

    If I use my mac keyboard the shortcuts work but if when I try to use the shortcuts from my ergonomic keyboard it's not working. Please Help!

    Your ergonomic KB is no doubt, third party. Contact the manufacturer.
    Barry

  • Itunes not working after update..help please

    I updated my itunes to 10.4 and since then it will not connect to the itunes store and synching is not working either.  I've emailed Apple and tried their suggestions with no luck.  There was a recent post on here in June with success and it was something to do with a proxy server??? Can someone help me reinstate my itunes please...i miss it!!!

    Disconnect all devices from your computer.  If you have not already done so after updating iTunes, repair permissions and restart your computer.  If this does not work, b oot up from your install DVD and run "Repair Disk" from the Utility menu.

  • I have 4S, the Syns not working...Any help please ...iPhone & iTunes are up 2 date any help ?

    Any help please..?

    All the contacts sync configuration has been done, first I configured the iTunes to sync with outlook but nothing happen, then change to Gmail but same.
    My contacts on my iPhone, no contacts in outlook.
    No error msg

  • HT4009 In-app purchases not working!!! HELP PLEASE(:

    So I am totally addicted to the game Crossme Color. My mom said she would let me use some of her iTunes money to get the premium version. So I logged into her account and tried to buy it. At first it was saying a bunch of bs about payment options and security questions. Then once my mom fixed all that it kept asking me if I still wanted to buy it. I kept clicking buy and coming up with other stuff, then the last time it asked me if I still wanted to buy it, it froze and now when I go into the app and try and get the premium version it says it is unable to be purchased. Anyone know how I am able to fix this at all??

    What "up with other stuff" was it asking for?
    Next
    See:
    iOS: Troubleshooting applications purchased from the App Store
    Contact the developer/go to their support site if only one app.

  • SetRequestHeader not working in air app?

    Most of this is sample code. What I'm doing here is trying to pass the user agent http header but it is not doing the trick
    I was trying this in a larger project but created a small project to test this
    What are the limitations of this function?
    I also tried setting cookie headers
    req.setRequestHeader('Cookie', 'test=test');
    but didnt have any luck
    function doRequest(url) {
                   var req = new XMLHttpRequest();
                   req.onreadystatechange = function() {
                        if (req.readyState == 4) {
                            var str = req.responseText;
                            if (str.length > 800) {
                                str = str.substring(0, 799);
                                str += "..";
                            alert('readystate: ' + req.readyState + '\n' +
                                'status/statusText: ' + req.status + '/' +
                                 req.statusText + '\n' +
                                'responseText (400 chars): '  + "\n\n" + str);
                    req.open('GET', url, true);
        var agent = "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100922 Ubuntu/8.04 (hardy) Firefox/3.0.3";
            req.setRequestHeader('User-Agent', agent);
            req.send(null);           

    Hi,
    Both Header and Cookie are special headers and they can be handled separately. For other custom headers, your code should work via the req.setRequestHeader ('header_name', 'value');
    For the header, please refer to this: http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7e7b. html
    Basically use:
         htmlLoader.userAgent = agent;
    instead of
        req.setRequestHeader('User-Agent', agent);
    For cookie header, you need to instruct the htmlLoader to not handle the default cookie jar (which means sending the default cookies associated with a url). Please refer to manageCookies property: http://help.adobe.com/en_US/AIR/1.5/jslr/flash/html/HTMLLoader.html#manageCookies
    You need to call this:
         htmlLoader.manageCookies = false;
    before
         req.setRequestHeader('Cookie', 'test=test');
    Best regards,
    Dragos Georgita | Adobe AIR Engineering

  • Adobe PSE 8 not working at all! Help please!!!!!

    HI,
    I have a fully licesned copy of PSE8 which has suddenly and inextricably stopped working, it loads fine and then crashes as soon as anything is clicked on. I have uninstalled and reinstalled without success.
    I am working on a macbook pro with snow leaopard 10.6.8 and the error report is set out below.
    Process:         Adobe Photoshop Elements [1748]
    Path:            /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/MacOS/Adobe Photoshop Elements
    Identifier:      com.adobe.PhotoshopElements
    Version:         8.0 (20090915.m.607995) (8.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [119]
    Date/Time:       2013-01-14 15:18:47.516 +0000
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          161673 sec
    Crashes Since Last Report:           5
    Per-App Interval Since Last Report:  84724 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      B3E01137-469B-4245-8AAD-8FCB5BAA491F
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000025c5d030
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x91656206 fixupSelectorsInMethodList + 27
    1   libobjc.A.dylib                         0x9165ea16 _class_getMethodNoSuper_nolock + 79
    2   libobjc.A.dylib                         0x9165fca1 lookUpMethod + 151
    3   libobjc.A.dylib                         0x91657417 _class_lookupMethodAndLoadCache + 40
    4   libobjc.A.dylib                         0x91656fc3 objc_msgSend + 83
    5   com.apple.AppKit                        0x92d725da -[NSActionCell initWithCoder:] + 61
    6   com.apple.AppKit                        0x92d7141f -[NSButtonCell initWithCoder:] + 61
    7   com.apple.AppKit                        0x92d711e3 -[NSMenuItemCell initWithCoder:] + 61
    8   com.apple.AppKit                        0x92d70d65 -[NSPopUpButtonCell initWithCoder:] + 68
    9   com.apple.Foundation                    0x964ebddc _decodeObjectBinary + 2902
    10  com.apple.Foundation                    0x964eb0d4 _decodeObject + 180
    11  com.apple.AppKit                        0x92d6f959 -[NSControl initWithCoder:] + 697
    12  com.apple.AppKit                        0x92d6f688 -[NSButton initWithCoder:] + 59
    13  com.apple.AppKit                        0x92d6f422 -[NSPopUpButton initWithCoder:] + 61
    14  com.apple.AppKit                        0x931b3ad8 -[NSNavNodePopUpButton initWithCoder:] + 64
    15  com.apple.AppKit                        0x92d6f3c6 -[NSClassSwapper initWithCoder:] + 574
    16  com.apple.Foundation                    0x964ebddc _decodeObjectBinary + 2902
    17  com.apple.Foundation                    0x964ecbe8 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1438
    18  com.apple.Foundation                    0x964ed255 -[NSArray(NSArray) initWithCoder:] + 586
    19  com.apple.Foundation                    0x964ebddc _decodeObjectBinary + 2902
    20  com.apple.Foundation                    0x964eb0d4 _decodeObject + 180
    21  com.apple.AppKit                        0x92d6fad7 -[NSView initWithCoder:] + 306
    22  com.apple.AppKit                        0x92daa8cb -[NSCustomView initWithCoder:] + 662
    23  com.apple.Foundation                    0x964ebddc _decodeObjectBinary + 2902
    24  com.apple.Foundation                    0x964ecbe8 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1438
    25  com.apple.Foundation                    0x964ed255 -[NSArray(NSArray) initWithCoder:] + 586
    26  com.apple.Foundation                    0x964ebddc _decodeObjectBinary + 2902
    27  com.apple.Foundation                    0x964eb0d4 _decodeObject + 180
    28  com.apple.AppKit                        0x92d6fad7 -[NSView initWithCoder:] + 306
    29  com.apple.AppKit                        0x92daa8cb -[NSCustomView initWithCoder:] + 662
    30  com.apple.Foundation                    0x964ebddc _decodeObjectBinary + 2902
    31  com.apple.Foundation                    0x964ecbe8 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1438
    32  com.apple.Foundation                    0x964ed255 -[NSArray(NSArray) initWithCoder:] + 586
    33  com.apple.Foundation                    0x964ebddc _decodeObjectBinary + 2902
    34  com.apple.Foundation                    0x964eb0d4 _decodeObject + 180
    35  com.apple.AppKit                        0x92d6fad7 -[NSView initWithCoder:] + 306
    36  com.apple.AppKit                        0x92daa8cb -[NSCustomView initWithCoder:] + 662
    37  com.apple.Foundation                    0x964ebddc _decodeObjectBinary + 2902
    38  com.apple.Foundation                    0x964eb0d4 _decodeObject + 180
    39  com.apple.AppKit                        0x92d707ec -[NSResponder initWithCoder:] + 85
    40  com.apple.AppKit                        0x92d6f9ff -[NSView initWithCoder:] + 90
    41  com.apple.AppKit                        0x92e84092 -[NSBox initWithCoder:] + 64
    42  com.apple.Foundation                    0x964ebddc _decodeObjectBinary + 2902
    43  com.apple.Foundation                    0x964eb0d4 _decodeObject + 180
    44  com.apple.AppKit                        0x92cefae4 -[NSNibConnector initWithCoder:] + 440
    45  com.apple.AppKit                        0x92cef91d -[NSNibOutletConnector initWithCoder:] + 384
    46  com.apple.Foundation                    0x964ebddc _decodeObjectBinary + 2902
    47  com.apple.Foundation                    0x964ecbe8 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1438
    48  com.apple.Foundation                    0x964ed255 -[NSArray(NSArray) initWithCoder:] + 586
    49  com.apple.Foundation                    0x964ebddc _decodeObjectBinary + 2902
    50  com.apple.Foundation                    0x964eb0d4 _decodeObject + 180
    51  com.apple.AppKit                        0x92ceeb7a -[NSIBObjectData initWithCoder:] + 2337
    52  com.apple.Foundation                    0x964ebddc _decodeObjectBinary + 2902
    53  com.apple.Foundation                    0x964eb0d4 _decodeObject + 180
    54  com.apple.AppKit                        0x92daa4ec -[NSNib instantiateNibWithExternalNameTable:] + 492
    55  com.apple.AppKit                        0x92daa2b0 -[NSNib instantiateNibWithOwner:topLevelObjects:] + 274
    56  com.apple.AppKit                        0x93242830 -[NSSavePanel(NSSavePanelLayout) _initContentView] + 131
    57  com.apple.AppKit                        0x9323af56 -[NSSavePanel initWithContentRect:styleMask:backing:defer:] + 418
    58  com.apple.AppKit                        0x93414a75 -[NSNavSavePanel initWithContentRect:styleMask:backing:defer:] + 103
    59  com.apple.AppKit                        0x93240755 +[NSSavePanel _crunchyRawUnbonedPanel] + 231
    60  com.apple.AppKit                        0x9341c238 _NSNavCreateGetFileDialog + 285
    61  com.apple.NavigationServices            0x9954248c NavCreateGetFileDialog + 154
    62  com.adobe.PhotoshopElements             0x0006e607 TApplication::ChooseDocument(long, TObjectList**) + 1177
    63  com.adobe.PhotoshopElements             0x00769dc7 TPhotoshopApplication::ChooseDocument(long, TObjectList**) + 67
    64  com.adobe.PhotoshopElements             0x0006fb4d TApplication::DoMenuCommand(long, PlayDialogOptions) + 195
    65  com.adobe.PhotoshopElements             0x007724ca TPhotoshopApplication::DoMenuCommand(long, PlayDialogOptions) + 1016
    66  com.adobe.PhotoshopElements             0x010ac088 TLEApplication::DoMenuCommand(long, PlayDialogOptions) + 3340
    67  com.adobe.PhotoshopElements             0x0008ce5e TEventHandler::HandleMenuCommand(long, PlayDialogOptions) + 146
    68  com.adobe.PhotoshopElements             0x001170e4 ZLogicalMenuItem::Invoke() + 96
    69  com.adobe.PhotoshopElements             0x00106f7f ZMenu::ZMenuImpl::Invoke(long) + 95
    70  com.adobe.PhotoshopElements             0x00107028 ZMenu::Invoke(long) + 26
    71  com.adobe.PhotoshopElements             0x00cc7962 HandleOpenDocument(OpaqueControlRef*) + 98
    72  com.adobe.PhotoshopElements             0x00cca3ca OWLTargetAppFilter(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 648
    73  com.apple.HIToolbox                     0x95768c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    74  com.apple.HIToolbox                     0x95767ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    75  com.apple.HIToolbox                     0x9578a7f3 SendEventToEventTarget + 52
    76  AdobeOwl                                0x034e17be OWLDockGetPreferredOrigin + 63774
    77  AdobeOwl                                0x0348b1b6 OWLThemeChangeInterpolator + 87826
    78  AdobeOwl                                0x0348acac OWLThemeChangeInterpolator + 86536
    79  AdobeOwl                                0x034dc229 OWLDockGetPreferredOrigin + 41865
    80  AdobeOwl                                0x03475ff1 OWLThemeChangeInterpolator + 1357
    81  com.apple.HIToolbox                     0x95768c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    82  com.apple.HIToolbox                     0x95767ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    83  com.apple.HIToolbox                     0x95767d55 SendEventToEventTargetWithOptions + 58
    84  com.apple.HIToolbox                     0x95846d9a SendControlDefTrack(HIView*, CGPoint const&, unsigned long*, void (*)(OpaqueControlRef*, short), OpaqueEventRef*, short*) + 311
    85  com.apple.HIToolbox                     0x9583e5e6 HIView::ClickInternal(CGPoint const&, unsigned long, void (*)(OpaqueControlRef*, short), OpaqueEventRef*, bool) + 124
    86  com.apple.HIToolbox                     0x9583fc18 HIView::ClickSelf(OpaqueEventRef*) + 368
    87  com.apple.HIToolbox                     0x9577baf9 HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 2363
    88  com.apple.HIToolbox                     0x95768c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    89  com.apple.HIToolbox                     0x95767ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    90  com.apple.HIToolbox                     0x9578a7f3 SendEventToEventTarget + 52
    91  com.apple.HIToolbox                     0x957d8b8e HIView::Click(OpaqueEventRef*) + 480
    92  com.apple.HIToolbox                     0x957d895b HandleClickAsHIView(OpaqueWindowPtr*, OpaqueEventRef*) + 151
    93  com.apple.HIToolbox                     0x957d7238 HandleWindowClick(OpaqueWindowPtr*, Point, short, unsigned long, OpaqueEventRef*) + 491
    94  com.apple.HIToolbox                     0x957d6d3b HandleMouseEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 786
    95  com.apple.HIToolbox                     0x957d6652 StandardWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 93
    96  com.apple.HIToolbox                     0x95768c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    97  com.apple.HIToolbox                     0x95767ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    98  com.apple.HIToolbox                     0x957d52a1 CallNextEventHandler + 95
    99  AdobeOwl                                0x03575a4f OWLWorkspaceBookmarkSnapshot + 102545
    100 AdobeOwl                                0x03576ce4 OWLWorkspaceBookmarkSnapshot + 107302
    101 AdobeOwl                                0x03475ff1 OWLThemeChangeInterpolator + 1357
    102 com.apple.HIToolbox                     0x95768c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    103 com.apple.HIToolbox                     0x95767ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    104 com.apple.HIToolbox                     0x9578a7f3 SendEventToEventTarget + 52
    105 com.apple.HIToolbox                     0x9579c34f ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1257
    106 com.apple.HIToolbox                     0x95769080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    107 com.apple.HIToolbox                     0x95767ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    108 com.apple.HIToolbox                     0x9578a7f3 SendEventToEventTarget + 52
    109 com.apple.HIToolbox                     0x95913c17 ToolboxEventDispatcher + 86
    110 com.apple.HIToolbox                     0x9591d8d5 GetOrPeekEvent + 548
    111 com.apple.HIToolbox                     0x9591dad9 GetNextEventMatchingMask + 190
    112 com.apple.HIToolbox                     0x9591dd96 WNEInternal + 160
    113 com.apple.HIToolbox                     0x9591df41 WaitNextEvent + 57
    114 com.adobe.PhotoshopElements             0x0006a03a TApplication::GetEvent(unsigned short, long, OpaqueRgnHandle*) + 90
    115 com.adobe.PhotoshopElements             0x0076d9e9 TPhotoshopApplication::GetEvent(unsigned short, long, OpaqueRgnHandle*) + 85
    116 com.adobe.PhotoshopElements             0x0006bcee TApplication::PollToolboxEvent(unsigned long, EventRecord const*) + 402
    117 com.adobe.PhotoshopElements             0x0006c028 TApplication::PollEvent(unsigned long, EventRecord const*) + 96
    118 com.adobe.PhotoshopElements             0x0006c1bf TApplication::MainEventLoop() + 55
    119 com.adobe.PhotoshopElements             0x0006aaf6 TApplication::Run() + 144
    120 com.adobe.PhotoshopElements             0x0026c2b8 psmain(int, char**) + 2574
    121 com.adobe.PhotoshopElements             0x0026c350 main + 24
    122 com.adobe.PhotoshopElements             0x000037f2 _start + 216 (cvtas_get_scale.c:184)
    123 com.adobe.PhotoshopElements             0x00003719 start + 41 (cvtas_get_scale.c:184)
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x969e2382 kevent + 10
    1   libSystem.B.dylib                       0x969e2a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x969e1f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x969e1cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x969e1781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x969e15c6 start_wqthread + 30
    Thread 2:  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libSystem.B.dylib                       0x969bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x969c1646 pthread_mutex_lock + 490
    2   com.apple.DesktopServices               0x992de7a4 TDSMutex::Acquire() + 46
    3   com.apple.DesktopServices               0x992e8761 TNode::HandleSyncStarted(unsigned long) + 29
    4   com.apple.DesktopServices               0x992e8926 TNode::HandleSync(unsigned long) + 148
    5   com.apple.DesktopServices               0x992e885e TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 56
    6   com.apple.DesktopServices               0x9933b4ea TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 1154
    7   com.apple.DesktopServices               0x992e6cbd __PostNodeTaskRequest_block_invoke_2 + 94
    8   libSystem.B.dylib                       0x969efa24 _dispatch_call_block_and_release + 16
    9   libSystem.B.dylib                       0x969e248c _dispatch_queue_drain + 249
    10  libSystem.B.dylib                       0x969e1ee8 _dispatch_queue_invoke + 50
    11  libSystem.B.dylib                       0x969e1cfe _dispatch_worker_thread2 + 240
    12  libSystem.B.dylib                       0x969e1781 _pthread_wqthread + 390
    13  libSystem.B.dylib                       0x969e15c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                       0x969bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x969e96f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x96a3205f pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x0af6cde6 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services                  0x0af68219 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services                  0x0af6ce44 AMTThread::Worker(void*) + 20
    6   libSystem.B.dylib                       0x969e9259 _pthread_start + 345
    7   libSystem.B.dylib                       0x969e90de thread_start + 34
    Thread 4:  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libSystem.B.dylib                       0x969bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x969c1646 pthread_mutex_lock + 490
    2   com.apple.DesktopServices               0x992de7a4 TDSMutex::Acquire() + 46
    3   com.apple.DesktopServices               0x992e356a TNode::GetVolumeInfo() const + 100
    4   com.apple.DesktopServices               0x992e6887 TNode::PostNodeTaskRequest(TCountedPtr<TNodeTask> const&) const + 39
    5   com.apple.DesktopServices               0x992e661a TNode::RequestInternalTask(unsigned long, TPropertyValue const&) const + 172
    6   com.apple.DesktopServices               0x992ebbe2 TNode::RequestSynchronize(unsigned long) + 120
    7   com.apple.DesktopServices               0x992eb582 TNode::DispatchSyncRequestNowWithOptions(TNode*, unsigned long) + 86
    8   com.apple.DesktopServices               0x992eb4e5 TNode::HandleListeners(unsigned long) + 99
    9   com.apple.DesktopServices               0x992eb0ca TNode::SendFullSyncRequests() + 116
    10  com.apple.DesktopServices               0x9933599a TNode::SynchronizeVolumes(bool, TCountedPtr<TVolumeSyncThread> const&) + 410
    11  com.apple.DesktopServices               0x9933b538 TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 1232
    12  com.apple.DesktopServices               0x992e6cbd __PostNodeTaskRequest_block_invoke_2 + 94
    13  libSystem.B.dylib                       0x969efa24 _dispatch_call_block_and_release + 16
    14  libSystem.B.dylib                       0x969e248c _dispatch_queue_drain + 249
    15  libSystem.B.dylib                       0x969e1ee8 _dispatch_queue_invoke + 50
    16  libSystem.B.dylib                       0x969e1cfe _dispatch_worker_thread2 + 240
    17  libSystem.B.dylib                       0x969e1781 _pthread_wqthread + 390
    18  libSystem.B.dylib                       0x969e15c6 start_wqthread + 30
    Thread 5:
    0   libSystem.B.dylib                       0x969bbb4e semaphore_timedwait_trap + 10
    1   ...ple.CoreServices.CarbonCore          0x9086f942 MPWaitOnSemaphore + 125
    2   MultiProcessor Support                  0x256d7aac ThreadFunction(void*) + 78
    3   ...ple.CoreServices.CarbonCore          0x9083d54a PrivateMPEntryPoint + 68
    4   libSystem.B.dylib                       0x969e9259 _pthread_start + 345
    5   libSystem.B.dylib                       0x969e90de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x969e9aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x969e975e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x969eb3f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9087221e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x9085db68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x90859533 MPWaitOnQueue + 250
    6   AdobeACE                                0x0370638d 0x36d5000 + 201613
    7   AdobeACE                                0x03705d85 0x36d5000 + 200069
    8   ...ple.CoreServices.CarbonCore          0x9083d54a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x969e9259 _pthread_start + 345
    10  libSystem.B.dylib                       0x969e90de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x969bbc0e mach_wait_until + 10
    1   libSystem.B.dylib                       0x96a43429 nanosleep + 345
    2   com.adobe.PSAutomate                    0x29b42c8f ScObjects::Thread::sleep(unsigned int) + 79
    3   com.adobe.PSAutomate                    0x29b33113 ScObjects::BridgeTalkThread::run() + 153
    4   com.adobe.PSAutomate                    0x29b42d79 ScObjects::Thread::go(void*) + 167
    5   libSystem.B.dylib                       0x969e9259 _pthread_start + 345
    6   libSystem.B.dylib                       0x969e90de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x969bbc0e mach_wait_until + 10
    1   libSystem.B.dylib                       0x96a43429 nanosleep + 345
    2   com.adobe.PhotoshopElements             0x017752d1 ScObjects::Thread::sleep(unsigned int) + 143
    3   com.adobe.PhotoshopElements             0x01775331 ScObjects::Thread::wait(unsigned int) + 23
    4   com.adobe.PhotoshopElements             0x0175a006 ScObjects::BridgeTalkThread::run() + 332
    5   com.adobe.PhotoshopElements             0x017755f1 ScObjects::Thread::go(void*) + 239
    6   libSystem.B.dylib                       0x969e9259 _pthread_start + 345
    7   libSystem.B.dylib                       0x969e90de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x969bbafa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x969bc267 mach_msg + 68
    2   com.apple.CoreFoundation                0x9752a2df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x975293c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x9752f304 CFRunLoopRun + 84
    5   com.apple.DesktopServices               0x992deb3d TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6   ...ple.CoreServices.CarbonCore          0x9083d54a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                       0x969e9259 _pthread_start + 345
    8   libSystem.B.dylib                       0x969e90de thread_start + 34
    Thread 10:  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   com.apple.CoreFoundation                0x974ff623 __CFStringHash + 387
    1   com.apple.CoreFoundation                0x974ff25c ___CFBasicHashFindBucket1 + 444
    2   com.apple.CoreFoundation                0x9750742c CFBasicHashFindBucket + 252
    3   com.apple.CoreFoundation                0x9751fc13 CFSetGetValue + 131
    4   com.apple.CoreFoundation                0x9751faf2 _uniqueStringForCharacters + 274
    5   com.apple.CoreFoundation                0x9754aacc parseQuotedPlistString + 1244
    6   com.apple.CoreFoundation                0x97549ccd parsePlistObject + 349
    7   com.apple.CoreFoundation                0x9754a34a parsePlistDictContent + 138
    8   com.apple.CoreFoundation                0x9751d2aa _CFPropertyListCreateFromXMLStringError + 2346
    9   com.apple.CoreFoundation                0x9751bca8 _CFPropertyListCreateWithData + 456
    10  com.apple.CoreFoundation                0x9751bada CFPropertyListCreateWithData + 58
    11  com.apple.CoreFoundation                0x9751ba6f CFPropertyListCreateFromXMLData + 191
    12  com.apple.LaunchServices                0x96792fe5 _LSCopyBundleStringsForLocale + 158
    13  com.apple.LaunchServices                0x96792ec6 _LSCopyBundleStringsForPreferredLocale + 46
    14  com.apple.LaunchServices                0x96792c67 _LSGetLocalizedNameForCanonicalName + 95
    15  com.apple.LaunchServices                0x96792bb7 _LSCopyLocalizedSystemFolderNameForNode + 91
    16  com.apple.LaunchServices                0x967928f4 _LSCopyNodeAttribute_DisplayNameIfDifferentFromFSName(LSNodeAttributeStateCache*) + 298
    17  com.apple.LaunchServices                0x96792791 _LSCopyNodeAttribute_DisplayName(LSNodeAttributeStateCache*) + 29
    18  com.apple.LaunchServices                0x967922ca _LSCopyNodeAttribute + 174
    19  com.apple.LaunchServices                0x967919e2 _LSCopyItemAttributeForRefInfoWithOptions + 281
    20  com.apple.LaunchServices                0x967918c3 _LSCopyDisplayNameForRefInfo + 59
    21  com.apple.DesktopServices               0x992ee139 TFSInfo::GetDisplayName() const + 257
    22  com.apple.DesktopServices               0x992edea7 TFSInfo::SynchronizeNames(TCountedPtr<TFSInfo> const&, std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >&) + 305
    23  com.apple.DesktopServices               0x992edd10 TFSInfo::SynchronizeFSMetaData(TCountedPtr<TFSInfo> const&, std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >&) + 40
    24  com.apple.DesktopServices               0x992edc98 TFSInfo::SynchronizeProperties(TCountedPtr<TFSInfo> const&, std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >&) + 40
    25  com.apple.DesktopServices               0x992edbbd TNode::ReconcileProperties(TCountedPtr<TFSInfo> const&, TNodeEventPtrSet&) + 79
    26  com.apple.DesktopServices               0x992e8b7a TNode::HandleSync(unsigned long) + 744
    27  com.apple.DesktopServices               0x992e885e TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 56
    28  com.apple.DesktopServices               0x9933b4ea TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 1154
    29  com.apple.DesktopServices               0x992e6cbd __PostNodeTaskRequest_block_invoke_2 + 94
    30  libSystem.B.dylib                       0x969efa24 _dispatch_call_block_and_release + 16
    31  libSystem.B.dylib                       0x969e248c _dispatch_queue_drain + 249
    32  libSystem.B.dylib                       0x969e1ee8 _dispatch_queue_invoke + 50
    33  libSystem.B.dylib                       0x969e1cfe _dispatch_worker_thread2 + 240
    34  libSystem.B.dylib                       0x969e1781 _pthread_wqthread + 390
    35  libSystem.B.dylib                       0x969e15c6 start_wqthread + 30
    Thread 11:  Dispatch queue: TFSVolumeInfo::GetSizingGCDQueue
    0   libSystem.B.dylib                       0x969bbb42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x969c1646 pthread_mutex_lock + 490
    2   com.apple.DesktopServices               0x992de7a4 TDSMutex::Acquire() + 46
    3   com.apple.DesktopServices               0x992e356a TNode::GetVolumeInfo() const + 100
    4   com.apple.DesktopServices               0x992efe7f TNode::RecalculateFreeSpace() + 33
    5   com.apple.DesktopServices               0x992ef9c8 TNode::HandleFolderSizingRequest(TCountedPtr<TNodeTask> const&, TFolderSizingThread*) + 528
    6   com.apple.DesktopServices               0x992ee431 TNode::HandleFolderSizingRequests(TNodeTask*, TFolderSizingThread*) + 223
    7   com.apple.DesktopServices               0x992ee33d __PostFolderSizingTaskRequest_block_invoke_5 + 38
    8   libSystem.B.dylib                       0x969efa24 _dispatch_call_block_and_release + 16
    9   libSystem.B.dylib                       0x969e248c _dispatch_queue_drain + 249
    10  libSystem.B.dylib                       0x969e1ee8 _dispatch_queue_invoke + 50
    11  libSystem.B.dylib                       0x969e1cfe _dispatch_worker_thread2 + 240
    12  libSystem.B.dylib                       0x969e1781 _pthread_wqthread + 390
    13  libSystem.B.dylib                       0x969e15c6 start_wqthread + 30
    Thread 12:
    0   libSystem.B.dylib                       0x969e1412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x969e19a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x969e15c6 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xa043e2c8  ebx: 0x916561f9  ecx: 0xa043e2c8  edx: 0x25c5d030
      edi: 0x25c5d030  esi: 0x2ab0ec20  ebp: 0xbfff8c58  esp: 0xbfff8c10
       ss: 0x0000001f  efl: 0x00010206  eip: 0x91656206   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x25c5d030
    Binary Images:
        0x1000 -  0x1dcefe3 +com.adobe.PhotoshopElements 8.0 (20090915.m.607995) (8.0) <36444EAA-1854-2E70-196D-780C9660C5C9> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/MacOS/Adobe Photoshop Elements
    0x2fc5000 -  0x2fcbff7  org.twain.dsm 1.9.4 (1.9.4) <1EF840DB-CB48-5207-7535-D82EBC0FCD5F> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x2fd2000 -  0x33ac01f +com.adobe.linguistic.LinguisticManager 4.0.0 (7863) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x3460000 -  0x365afcf +AdobeOwl ??? (???) <4CCA2C7B-4896-4DDA-A14B-725FB0C202B5> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x36d5000 -  0x37e2fff +AdobeACE ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x3800000 -  0x3bcafcf +AdobeMPS ??? (???) <99C8C96F-BA9C-4587-93B1-F1F45219C3F7> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x3c59000 -  0x3cb9fc7 +AdobeXMP ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x3cc8000 -  0x3fc3fff +AdobeAGM ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x4083000 -  0x4316fe7 +AdobeCoolType ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x439a000 -  0x43b3fff +AdobeBIB ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x43bd000 -  0x43deff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x43eb000 -  0x4406ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x4420000 -  0x4443ff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Share dExpat
    0x4455000 -  0x44e22cb +libicucnv.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x450f000 -  0x452a80f +libicudata.dylib.36.0 36.0.0 (compatibility 36.0.0) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x452d000 -  0x46c0fc5 +com.adobe.amtlib amtlib 2.1.0.1029 (2.1.0.1029) <9CB5346B-F512-4EFA-8318-CBB1CE0404D7> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x46f3000 -  0x4783fc3 +WRServices ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x4905000 -  0x4909ffc +com.adobe.AdobeCrashReporter 2.5 (3.0.20080806) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReport er
    0x490f000 -  0x492bfd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x4936000 -  0x498dfff +aif_core ??? (???) <B4DCB439-E1EE-ABE3-BD12-2C42E980366B> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x49a5000 -  0x49c2ffd +data_flow ??? (???) <8E452B6F-8032-39D8-EB5C-49A4E31CB988> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x49ee000 -  0x4a67fff +image_flow ??? (???) <498A857D-F8C6-F9E0-C92F-BC3EC8680ED0> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x4acd000 -  0x4addfff +image_runtime ??? (???) <F379A952-2983-1E44-676D-BBD8259F131A> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x4af2000 -  0x4cb1ffe +aif_ogl ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x4d62000 -  0x5260fc3 +AdobeOwlCanvas ??? (???) <FCB2D1A3-1F6E-4182-8E2C-D0B23572D285> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x53a9000 -  0x547afef +AdobeAXEDOMCore ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x552d000 -  0x558ffe7 +com.adobe.PlugPlug 1.0.0.73 (1.0.0.73) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x55f0000 -  0x5691fd7 +AdobeScCore 3.7.0 (compatibility 3.7.0) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x56ed000 -  0x57bbfff +AdobeExtendScript 3.7.0 (compatibility 3.7.0) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x5832000 -  0x58effff +AdobeAXSLE ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
    0x5997000 -  0x599bffc +AdobeOperaMgr ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeOperaMgr.framework/Versions/A/AdobeOperaMgr
    0x59a5000 -  0x5a7afdd +FileInfo ??? (???) <A3783694-5B4C-43A9-9727-F3DCA71188E3> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x5aab000 -  0x5ad6fff  com.apple.DiscRecordingUI 5.0.9 (5090.4.2) <3E6CC284-2F1B-9EDB-0B56-872F962669A2> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x5aee000 -  0x5b2eff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x5bc1000 -  0x5bc1ff7  libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x5bf5000 -  0x5bf6ff7  com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x5fed000 -  0x5ffbfe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <B408E41B-D90F-4A04-DB72-D61C8C52BFBC> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xaf4f000 -  0xafedfeb +com.adobe.amt.services AMTServices 2.1.0.1029 (BuildVersion: 55.395602; BuildDate: Fri Jul 17 2009 11:24:28) (2.1.0.1029) <FA40CF42-4D96-497B-BFBC-8ABA22088CE7> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
    0x1b617000 - 0x1b629ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <EA696A00-4054-6F65-0F86-7901EAB5969F> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1b62d000 - 0x1b62eff7  ATSHI.dylib ??? (???) <56F243F1-C341-86EA-2BCC-31E75D46EBBC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x1b691000 - 0x1b69eff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
    0x1b6eb000 - 0x1b6f4ffb +FastCore ??? (???) <2A6B26D1-8EC7-2CF9-18A6-7F95ECC6F287> /Applications/Adobe Photoshop Elements 8/Plug-Ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
    0x24b95000 - 0x24bdcfc7 +com.adobe.adobe_caps adobe_caps 2.0.99.0 (2.0.99.0) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/adobe_caps.framework/Versions/a/adobe_caps
    0x24cc4000 - 0x25054ff7 +AdobeLM_libFNP.dylib ??? (???) <5A83D80C-9B71-0157-CFEE-229C00B5E2E5> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/amtlib.framework/Versions/a/AdobeLM_libFNP.dylib
    0x2557b000 - 0x255acfe3 +com.adobe.amt.registration AMTRegistration 2.1.0.1029 (BuildVersion: 55.395602; BuildDate: Fri Jul 17 2009 11:24:28) (2 . 1) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/registration.framework/Versions/a/registration
    0x255e5000 - 0x25641ff2 +AdobeUpdater ??? (???) <064CFAA4-1CAF-46E3-BEBF-04948641C927> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeUpdater.framework/Versions/a/AdobeUpdater
    0x25680000 - 0x25687fff +PPCCore ??? (???) <30F6717C-E003-8345-D1CF-AAC1B747AF7A> /Applications/Adobe Photoshop Elements 8/Plug-Ins/Extensions/PPCCore.plugin/Contents/MacOS/PPCCore
    0x2568f000 - 0x25696fff +AltiVecCore ??? (???) <2D7F7605-32F7-9D5B-A5F2-8D79A48B555A> /Applications/Adobe Photoshop Elements 8/Plug-Ins/Extensions/AltiVecCore.plugin/Contents/MacOS/AltiVecCore
    0x2569e000 - 0x256e7ff3 +MultiProcessor Support ??? (???) <F664315C-CD84-D3ED-D37F-D6AD607BC218> /Applications/Adobe Photoshop Elements 8/Plug-Ins/Extensions/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x25717000 - 0x25869fc7 +com.adobe.coretech.adm 3.10x16 (3.1) /Applications/Adobe Photoshop Elements 8/Locales/en_US/Plug-Ins/ADM/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x25c61000 - 0x25ca7ff7  com.apple.AppleScriptKit 1.5.1 (82.1) <CFCB7516-7CF2-9AB0-4B11-4A3768BCC536> /System/Library/Frameworks/AppleScriptKit.framework/Versions/A/AppleScriptKit
    0x25cea000 - 0x25cf6fe7  libexslt.0.dylib 9.13.0 (compatibility 9.0.0) <34C0FB3A-490E-2144-F40B-5EC09CD54ACB> /usr/lib/libexslt.0.dylib
    0x25e00000 - 0x25f6cfff +com.kodak.KODAK_AiO_TWAIN 5.8.3; Copyright (c) 2006-2009 Eastman Kodak Company, Rochester, New York 14650 (5.8.3.0) <336CC731-DCDA-437E-9183-C3B849596BC7> /Library/Image Capture/TWAIN Data Sources/KODAK AiO Printer.ds/Contents/MacOS/KODAK AiO Printer
    0x26cf6000 - 0x26d32ff7  com.apple.OSAKit 1.2.1 (76) <1D4D69CA-EABA-F514-A488-EB0F1E1BB96E> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x26d56000 - 0x26dd1fe7 +com.kodak.KODAK_AiO2_Printer 7.6.12.0; ©Eastman Kodak Company, 2012.  All Rights Reserved. (7.6.12.0) <3CD88CD8-0B7B-4D73-358E-908E68F0F39C> /Library/Image Capture/TWAIN Data Sources/KODAK AiO2 Printer.ds/Contents/MacOS/KODAK AiO2 Printer
    0x29a00000 - 0x29cbefc2 +com.adobe.PSAutomate 10.0 (10.0) <079E7AB4-E223-4241-8728-9CE5109BB043> /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Required/scriptingsupport.plugin/Contents/MacOS/ScriptingSupport
    0x40000000 - 0x400ae030 +AdobeJP2K ??? (???) /Applications/Adobe Photoshop Elements 8/Adobe Photoshop Elements.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    0x90212000 - 0x9050cfef  com.apple.QuickTime 7.6.6 (1791) <8E56F3DC-725B-0299-7E62-8599CA6EC4C0> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9050d000 - 0x90510ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x90511000 - 0x90572fe7  com.apple.CoreText 151.13 (???) <23F359DA-D845-5C50-4DF3-19E858CF2B2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x90573000 - 0x905b9ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x905ba000 - 0x9073cfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <50A70082-F800-93D8-1A7C-C95AAB1F352C> /usr/lib/libicucore.A.dylib
    0x9078e000 - 0x90798fe7  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
    0x907a9000 - 0x907b3ffb  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
    0x907c1000 - 0x90811ff7  com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x90817000 - 0x90b37ff3  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
    0x90bb0000 - 0x90bb7ff3  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
    0x90bb8000 - 0x90fedff7  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
    0x91074000 - 0x91090fe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x91651000 - 0x916fefe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x91955000 - 0x91955ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x919d4000 - 0x919d7fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x91a20000 - 0x91a73ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x91a74000 - 0x91b30fff  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
    0x91b31000 - 0x91bc9fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91bec000 - 0x91c00fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x91c01000 - 0x91c43ff7  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
    0x91ce4000 - 0x920faff7  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
    0x920fb000 - 0x921a9ff3  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
    0x921aa000 - 0x92287fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x92288000 - 0x92298ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x922b2000 - 0x922c3ff7  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
    0x92427000 - 0x9245afff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x92ad7000 - 0x92ae2ff7  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
    0x92ae3000 - 0x92ae9fff  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
    0x92bb8000 - 0x92c70feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x92c71000 - 0x92cb5ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92cb6000 - 0x92ce7ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x92ce8000 - 0x935cbff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x935cc000 - 0x935daff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x935db000 - 0x93618ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9367a000 - 0x9376eff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <061ABF36-8BA9-79C1-6CE7-EC69A4998F51> /usr/lib/libiconv.2.dylib
    0x937e7000 - 0x93806ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x938bb000 - 0x938beffb  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
    0x93a06000 - 0x93a41ffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x93a8a000 - 0x93c4dfeb  com.apple.ImageIO.framework 3.0.6 (3.0.6) <5BF202E9-730A-3675-4374-E5300BC8ED10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x93d55000 - 0x94acdfe7  com.apple.WebCore 6534.57 (6534.57.2) <6AF29D9A-F549-5BE7-3842-CFF75FC46360> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x94cc1000 - 0x94d3bfff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9539c000 - 0x9547cfe7  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
    0x9547d000 - 0x95481ff7  libGIF.dylib ??? (???) <9E51F8ED-83B4-DA41-1E2F-CFA726936A30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x95482000 - 0x95584fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x95585000 - 0x95592ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x95593000 - 0x95593ff7  com.apple.Carbon 150 (152) <BFDDA394-0F01-A3A3-A226-ED3A45975A56> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95594000 - 0x95594ff7  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
    0x95595000 - 0x95615feb  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
    0x9566d000 - 0x9567fff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x95680000 - 0x956a6ffb  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
    0x956a7000 - 0x95760fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x95761000 - 0x95a85fef  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
    0x95a90000 - 0x95affff7  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
    0x95b8b000 - 0x95b8fff7  IOSurface ??? (???) <F9E6DFC1-8DD9-7C7E-CA85-B80735586E05> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x95b90000 - 0x95b90ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95b91000 - 0x95fe2fef  com.apple.RawCamera.bundle 3.7.1 (570) <AF94D180-5E0F-10DF-0CB2-FD8EDB110FA2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x95fe6000 - 0x960b7fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/V ersions/A/Resources/ColorSyncDeprecated.dylib
    0x962e4000 - 0x962e4ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x962f9000 - 0x962f9ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x96428000 - 0x9642bff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x96456000 - 0x96458ff7  com.apple.securityhi 4.0 (36638) <FC01BFC4-04DB-96F3-2412-A86CC4F94CB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x96459000 - 0x964c3fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x964c4000 - 0x964c6ff7  libRadiance.dylib ??? (???) <5F803B4A-B294-BA94-FB68-E8756EE41B20> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x964da000 - 0x9674bfef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96787000 - 0x96824fe3  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
    0x96825000 - 0x968cdffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x968ce000 - 0x96969fe7  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
    0x9696a000 - 0x969bafe7  libTIFF.dylib ??? (???) <E8B31850-BFD4-48E6-B264-A4340CD19929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x969bb000 - 0x96b62ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x96e68000 - 0x96f96fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96f9a000 - 0x97248fe7  com.apple.JavaScriptCore 6534.57 (6534.57.3) <5B18B308-DBB2-7133-DE56-494C2FA1848B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9728f000 - 0x972c9ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A6C207E3-7B42-926D-9C93-BE3F50B92496> /usr/lib/libcups.2.dylib
    0x972d8000 - 0x972e6fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x972e7000 - 0x97369ffb  SecurityFoundation ??? (???) <BFE377A4-C830-3ECA-E69F-8A8094CDA0A6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x974ed000 - 0x97668fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97670000 - 0x97694ff7  libJPEG.dylib ??? (???) <C43FD809-08B6-629D-8980-D7B0ECEA20A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x97695000 - 0x9769eff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9769f000 - 0x976c7ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x976c8000 - 0x97805fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.f

    Go to Applications>Adobe Photoshop Elements 8>Plug-ins>ImportModules and remove TWAIN.plugin and put it someplace where you can find it again. It's okay to trash it as long as you don't empty the trash. Note that doing this may mean you can't scan directly into PSE anymore. If the crashing stops, that was your problem. If not, put it back in the ImportModules folder again.

  • Panels not working...need help please!! :)

    Hi!
    I just installed Indesign CS5.5 onto my computer. I have a PC and I am running windows 7.
    My issue is that none of the panels are working properly. Basically, they won't allow me to use any of their functions. Here are a few specific examples:
    -The page panel will not allow me to scroll between pages, select pages, create new pages, etc.
    -The align panel- I can click on everything on this panel and no changes are made to my objects
    -Library- It will allow me to drop layouts into the library panel but that is about it. As soon as I drop it in, if I click on the top corner option button I can use those options. However, if I add another layout to the library I can no longer access anything else other than the new template. None of the other functions work on it as well.
    These are the panels I have had trouble using so far. I would really appreciate any help you can give me. I have spent hours trying to get this to work.
    Thanks!

    Sorry, there are some issues this morning withthe new forum. When my message left here it was a hyperlink, but it look like it got stripped otu, so let's try again with the URL: http://kb2.adobe.com/cps/403/kb403039.html

  • F-keys are not working...need help please.

    In the process of trying to take a screen shot for a project I was doing, I somehow messed up to F-keys and they no longer work. Some do still function but they do not do what they are suppose to. For example my volume up f12 key brings up my widget desktop. Along with these keys not functioning right, I have a black line around all selected text boxes. Hoping that someone can help me correct this without have to loose any info on my computer and without having to go to geek squad.
    p.s. yes I have restarted my computer and re-set keyboard functions.
    Thanks!

    It sounds like you've turned on some Universal Access features.
    (The clue was the black line around selected text boxes.)
    If you have volume turned up, you may hear the system voice speaking the text in the black outlined boxes.
    You can turn the various Universal Access features on/off in System Preferences, System, Universal Access.
    It's also possible to enable/disable various keyboard shortcuts in System Preferences, Hardware, Keyboard & Mouse.

  • Brand new ipod Not working!!! =[ Help please...

    Ok I downloaded the latest version of Itunes, I reset the Ipod, but for some reason my computer when I conect the usb cable the "found new hardware" windows pops up, I do not have a software to install for Ipod and the only thing I can find on the website are manuals to download, also my Itunes won't even see the Ipod hooked to the computer, nothing happens, can someone please help me?

    I reset the Ipod, but for some reason my computer when I conect the usb cable the "found new hardware" windows pops up
    perhaps try MarkTaylor46's technique from the following post:
    http://discussions.apple.com/thread.jspa?threadID=892874&tstart=15

  • My G60-243CL webcam will not work. I need help please!

    Can someone plesae help me!  I have a HP G60-243CL.  
    I upgraded to Windows 7 Home premium a while back.  The cam was working within the past 6 weeks.  I may have erased software on the computer that has disabled it, however I cannot figure out what it may be.
    I have tried updating drivers.  But when I try to use the webcam via Skype or G-chat, it says no webcam has been detected.
    Can anyone please help?  I am at a loss 

    Unable to Update or Restore

  • Xp home and IE already installed. Added firefox and javascript dropdown menus not working at all. Help please

    I installed firefox on my laptop, vista and IE installed, and as yet have no problems. I decided to install firefox on my desktop with XP home and IE installed and it has created a problem. Before installing firefox I had javascript dropdown menus on my web site which I build and upload to my isp. Now I cannot get the dropdown menus to run at all on my desktop. I tried uninstalling firefox but it still doesn't work. Help would be appreciated even to get back to how it was before installing firefox.

    Yes, there is a work around by doing a forced restore to a "new iPhone", and manually synching the apps, one by one. You still can't update or delete any of them without going through this again. The only real fix will be from Apple - hopefully in 2.1 which is rumored to be released later today...
    If you read though these threads, you'll find some really excellent posts that will remind you of a 5 year old when he finds out that his new Batman suit doesn't make him fly.

  • I tunes not working...need help please

    after i downloaded i tunes off the cd, i restart my computer as it tells me, when i go to click on it, a little window pops up and says " The iTunes Libary.itl file is locked, on a locked disk, or you do not have write permission for the file"
    why is it saying this and how do i get my itunes to work.
    thanks

    Hey i donno0100 and Rachyl,
    The itunes music library.itl file is described here: http://docs.info.apple.com/article.html?artnum=93732
    The steps in this article: http://docs.info.apple.com/article.html?artnum=93976 should resolve the issue.
    Jason

  • Captivate 5 files not working in Atlantic link, help please

    Version Captivate 5
    Published file swf
    Atlantic link's Content Point version 1.31
    I've previously been using Captivate 4 and publishing swf files to be loaded in to Atlantic Link's Content Point.  To get the swf files to work in the past have publish set the publishing preferences to using Action Script 2 (AS2) settings.  This is not an option in Captivate 5.  When I put the swf files in to Content Point and publish the elearning the swf files will not run correctly, different elements appear all over the screen.
    Does anyone know of a way to resolve this problem.
    Regards
    David

    David
    Captivate 5 SWF are now AS3 .looks like you have to setup your Content point to AS3 .
    Thanks
    Suresh

  • Since updating to this new version my facebook game farmville will not work properly can you help please

    i have farmville on my facebook page.since updating to this new version of firefox it will not load certain things from farmville.can you please advise

    Hi
    Are you still facing the same error ? If yes, are you getting this error everytime you are trying to export ?
    Please try again and check.
    This is basically a compilation error , where files are not converted into proper format correctly.
    Thanks,
    Sanjit

Maybe you are looking for

  • I can't update my photoshop 7.0 to 7.0.1 why ??

    I have photoshop 7.0 installed and it's new i didn't use it yet now i have to update it to 7.0.1 each time i run the update installer it gives me this message: The adobe photoshop 7.0.1 update program cannot find Adobe photoshop 7.0 in C:\Program Fil

  • Hp officejet 6500 won't scan

    I have a MacBook running OS X 10.9.5 and I'm using an HP Officejet 6500 series. I'm connected via USB cable. My scanner worked fine for months, now it's not working. The error message on the printer says "No Scan Options. Refer to device documentatio

  • PowerMac G5 act as a switch?

    I have a room at home where I have my PowerMac G5 running Leopard OS, and I'm going to be installing another computer in the room for another purpose. Instead of buying a switch to split up the ethernet cord that had been run into this room, since th

  • Cannot tab out of contact first name field in CSXSRISR

    Hi, For some specific customers, we have this strange issue. If a value from LOV is chosen for the contact first name, last name or email, user cannot get out of the field. There is no error message. Unless the contact field is cleared, the user cann

  • Deployment of ADF Application on Oracle application server

    Respected Experts , I have created a ADF application using Jdeveloper 10.1.3.2.0 the version of ADF is 10.1.3.40.66 Now i have the following questions. 1. I have installed Oracle Application server 10.1.3.1.0 (Oracle SOA Suite 10.1.3.1.0) ,how ever i