Energy Management Hangs

I have a Yoga 2 Pro.  I have updated the BIOS, loaded the latest Energy Management Driver, and am on Window 8.1 update 1.  Pretty much up to date.  When I run the Energy Management program, I can cycle between the 4 modes and that works.  If I open the side panel (like to change settings), the entire program hangs and I must shut it down with Task Manager. 
Basically, I like the program, but I can't change conservation mode, etc. as it hangs when going into the settings.  I have uninstalled it and reinstalled it and it still hangs.  Sometimes I think it is trying to run multiple version of the programs as I see more than one icon in the system tray.
Any thoughts how to make this work so that I can change conservation mode, etc.?

Make sure you are running the latest BIOS and Lenovo Energy Management.
http://support.lenovo.com/us/en/products/laptops-and-netbooks/yoga-series/yoga-2-pro-lenovo
Jonas
Microsoft MVP: Windows Consumer Expert
Yoga Tablet 2 10 || ThinkPad X1 Carbon (20A7007MPH) || ThinkPad Helix (3698-6EU) || IdeaCentre B540
Twitter: @jonashendrickx

Similar Messages

  • Energy Manager interface with Outlook on Yoga 2 Pro

    I have a new Yoga 2 Pro and also have Outlook installed with two mail profiles defined. Whenever a reboot the machine I get a mail popup asking which profile I want to use. I have turned off the option in settings to use outlook so I'm not sure why this is still happening. I know it is energy manager because if I uninstall it it goes away. I need energy manager however for the yellow issue and the battery conservation mode.
    Any help is appreciated.

    This problem has been a pain-in-the-neck to me.  Every hour, suddenly up pops a prompt for an Outlook password.
    To partially deal with it, I wrote a very simple Python program that I start at system startup and runs every two seconds afterwards.  It checks to see if there is an Outlook password prompt pending without the main Outlook window open behind it.  If it finds this situation, the program clicks the Cancel button on the Outlook password prompt dialog box.
    Here is the Python program (give it a pyw suffix so it doesn't clutter up your system with a window):
    import os, sys, glob, time
    import win32gui as w32
    from win32con import *
    if __name__=="__main__":
        INTERVAL_DELAY = 2
        while True:
            hwndPswdDlg = w32.FindWindow(None, "Outlook Data File Password")  
            hwndOutlkWindow = w32.FindWindowEx (None, None, "rctrl_renwnd32", "Microsoft Outlook")
            if (hwndPswdDlg != 0 and hwndOutlkWindow == 0):  # password window without main Outlook window
                w32.PostMessage(hwndPswdDlg, WM_COMMAND, IDCANCEL, 0)  # press cancel button
            time.sleep(INTERVAL_DELAY)

  • Extension Manager Hangs, so does AIR

    Extension Manager hangs when I try to start it. I read a thread and it said AIR is the issue so I unistalled it and the new installer for AIR hangs! Help!
    Process:         Adobe AIR Installer [1613]
    Path:            /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
    Identifier:      com.adobe.air.Installer
    Version:         2.0.3 (2.0.3.13070)
    Code Type:       X86 (Native)
    Parent Process:  launchd [102]
    Date/Time:       2010-09-12 23:11:41.571 -0700
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          685320 sec
    Crashes Since Last Report:           15
    Per-App Interval Since Last Report:  8461 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      0C2A4BFA-8BB7-44DC-A9E7-5F0FCD9B076F
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000000c
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   WebKit.dylib                  0x18dc2476 WebKitGetAPI + 301010
    1   WebKit.dylib                  0x18e6fd1f WebKitGetAPI + 1011835
    2   WebKit.dylib                  0x18dc3ab9 WebKitGetAPI + 306709
    3   WebKit.dylib                  0x18ebe9b0 WebKitGetAPI + 1334540
    4   WebKit.dylib                  0x18ebee3b WebKitGetAPI + 1335703
    5   WebKit.dylib                  0x1918d236 WebKitGetAPI + 4277650
    6   WebKit.dylib                  0x1918b15a WebKitGetAPI + 4269238
    7   WebKit.dylib                  0x18d78f64 WebKitGetAPI + 704
    8   com.adobe.AIR                 0x11cdffa6 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907167
    9   com.adobe.AIR                 0x11ce0090 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1907401
    10  com.adobe.AIR                 0x11817c19 0x11800000 + 97305
    11  com.adobe.AIR                 0x118189dd 0x11800000 + 100829
    12  com.adobe.AIR                 0x11814cc0 0x11800000 + 85184
    13  com.apple.Foundation          0x94bad26c _nsnote_callback + 345
    14  com.apple.CoreFoundation      0x9109b3c3 __CFXNotificationPost + 947
    15  com.apple.CoreFoundation      0x9109adca _CFXNotificationPostNotification + 186
    16  com.apple.Foundation          0x94ba2090 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    17  com.apple.Foundation          0x94baf46d -[NSNotificationCenter postNotificationName:object:] + 56
    18  com.apple.AppKit              0x95c294a3 -[NSApplication terminate:] + 713
    19  com.apple.Foundation          0x94bc3b71 __NSFireDelayedPerform + 693
    20  com.apple.CoreFoundation      0x9107e70b __CFRunLoopRun + 8059
    21  com.apple.CoreFoundation      0x9107c094 CFRunLoopRunSpecific + 452
    22  com.apple.CoreFoundation      0x9107bec1 CFRunLoopRunInMode + 97
    23  com.apple.HIToolbox           0x9182cf9c RunCurrentEventLoopInMode + 392
    24  com.apple.HIToolbox           0x9182cd51 ReceiveNextEventCommon + 354
    25  com.apple.HIToolbox           0x9182cbd6 BlockUntilNextEventMatchingListInMode + 81
    26  com.apple.AppKit              0x959f0a89 _DPSNextEvent + 847
    27  com.apple.AppKit              0x959f02ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    28  com.apple.AppKit              0x959b255b -[NSApplication run] + 821
    29  com.adobe.AIR                 0x11802552 0x11800000 + 9554
    30  com.adobe.AIR                 0x118028c4 0x11800000 + 10436
    31  com.adobe.air.Installer       0x000030b9 RuntimeAppMain(char const*, int) + 193
    32  com.adobe.air.Installer       0x000031a4 main + 60
    33  com.adobe.air.Installer       0x00002146 _start + 216
    34  com.adobe.air.Installer       0x0000206d start + 41
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x947d4942 kevent + 10
    1   libSystem.B.dylib             0x947d505c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x947d4519 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x947d42be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x947d3d41 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x947d3b86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x947ae142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x947dbcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x94824203 pthread_cond_wait + 48
    3   com.adobe.AIR                 0x11cd6167 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866656
    4   com.adobe.AIR                 0x11b2ee20 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 133209
    5   com.adobe.AIR                 0x11cd639b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
    6   com.adobe.AIR                 0x11cd6415 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
    7   com.adobe.AIR                 0x11cd64b0 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
    8   libSystem.B.dylib             0x947db81d _pthread_start + 345
    9   libSystem.B.dylib             0x947db6a2 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x947ae142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x947dbcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x94824203 pthread_cond_wait + 48
    3   com.adobe.AIR                 0x11cd6167 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1866656
    4   com.adobe.AIR                 0x11b2ee20 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 133209
    5   com.adobe.AIR                 0x11cd639b r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867220
    6   com.adobe.AIR                 0x11cd6415 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867342
    7   com.adobe.AIR                 0x11cd64b0 r_0sxkwv70f9yg6kbm41b3d14u0dvqsem0nnvh83 + 1867497
    8   libSystem.B.dylib             0x947db81d _pthread_start + 345
    9   libSystem.B.dylib             0x947db6a2 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x947d39d2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x947d3f68 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x947d3b86 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x193ed800  ebx: 0x18dc2294  ecx: 0x193dd2d8  edx: 0x00000000
      edi: 0x193ed800  esi: 0x00000000  ebp: 0xbfffdf18  esp: 0xbfffde80
       ss: 0x0000001f  efl: 0x00010246  eip: 0x18dc2476   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x0000000c
    Binary Images:
        0x1000 -     0x6fff +com.adobe.air.Installer 2.0.3 (2.0.3.13070) <C87B272F-66CC-AA18-3E63-77D82CF3480B> /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer
      0x600000 -   0x6b5fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
      0x781000 -   0x785ff3  com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <5570694E-039D-7970-6083-1C8A7B7C937B> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/C ontents/MacOS/AudioIPCPlugIn
      0x78a000 -   0x790ffb  com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <0FE8B697-6D19-69C6-FA94-E18064ACFAEC> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
      0x7ea000 -   0x7edfff  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
      0x7f3000 -   0x7f6ff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x11800000 - 0x123c5fdb +com.adobe.AIR ??? (2.0.3.13070) <A7CB0328-F2E9-E93C-DCA0-5168EADAC42D> /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR
    0x134bf000 - 0x13524fde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x13544000 - 0x13599fdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x135c7000 - 0x13719fc3 +ch.rafz.naegeli.christoph.ff_avi_importer 1.0 (0.0) /Users/markus/Library/QuickTime/AviImporter-r7 (Intel).component/Contents/MacOS/AviImporter
    0x13a73000 - 0x13ae4fff +com.DivXInc.DivXDecoder 6.2.5 (6.2.5) /Users/markus/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x18549000 - 0x18557fe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1855b000 - 0x1856dff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x18d77000 - 0x192ebffb +WebKit.dylib ??? (???) <C6863C35-FB87-3E16-3593-828EBB802784> /Volumes/Adobe AIR 1/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/WebKit.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x90040ff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9004d000 - 0x90093ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x90094000 - 0x904c9ff7  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
    0x905a7000 - 0x90660fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x90661000 - 0x90689ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x9068b000 - 0x90aa1ff7  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
    0x90b97000 - 0x90bd4ff7  com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90bd5000 - 0x90c18ff7  libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90c19000 - 0x90c1cfe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90f36000 - 0x90f40ff7  com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x90f7b000 - 0x90f90fff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x90f91000 - 0x9103fff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x91040000 - 0x911bafe3  com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91231000 - 0x91428feb  com.apple.JavaScriptCore 6533.18 (6533.18.1) <EE3897A8-E1C0-DE28-A631-4B0C32DF737B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91429000 - 0x9142dff7  libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x9142e000 - 0x91440ff7  com.apple.MultitouchSupport.framework 205.34 (205.34) <813475E3-B323-9405-F758-DDA1F5D63B20> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x91441000 - 0x91448ff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x91449000 - 0x91575fff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91586000 - 0x91586ff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91587000 - 0x916cafef  com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x916cb000 - 0x916f1fff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x917a1000 - 0x917c2fe7  com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x917f8000 - 0x91b1cfef  com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x91b46000 - 0x92335557  com.apple.CoreGraphics 1.545.0 (???) <DCED8E1A-7504-C31A-B6EF-98BFF1A61060> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x923aa000 - 0x923c6fe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x923c7000 - 0x92422ff7  com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92423000 - 0x9242aff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9242b000 - 0x924a4ff7  com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x924a5000 - 0x924a8ff7  libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x924a9000 - 0x924afff7  com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x92558000 - 0x925a5feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x925b4000 - 0x925d2ff7  com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9260c000 - 0x92718ff7  libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x92719000 - 0x92749ff7  com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x9274a000 - 0x9277bff7  libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x927c3000 - 0x927dbff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x927dc000 - 0x929b7ff3  libType1Scaler.dylib ??? (???) <6FBA8250-3271-6ED4-052D-E27C2136E38F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x929b8000 - 0x929e9ff3  libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x929ea000 - 0x929faff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x929fb000 - 0x92a5cfe7  com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x92a5d000 - 0x92acbff7  com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x92acc000 - 0x92c4efe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x92c5d000 - 0x92f56fef  com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92f57000 - 0x92f5aff7  libCoreVMClient.dylib ??? (???) <CA0BA8DC-0159-A808-A300-750358A6970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x92f5b000 - 0x92f5bff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9306c000 - 0x930b0ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x930b1000 - 0x930d5ff7  libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x930d6000 - 0x933f6feb  com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x933f7000 - 0x9348ffe7  edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93490000 - 0x93510feb  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
    0x93511000 - 0x935b9ffb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x93764000 - 0x93765ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x937c4000 - 0x937d8ffb  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
    0x937d9000 - 0x93814feb  libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x93815000 - 0x938c2fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x938e3000 - 0x93d9cffb  com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x93fa4000 - 0x93fdafff  libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x94098000 - 0x94135fe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x94312000 - 0x9431cfe7  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
    0x9431d000 - 0x9441ffef  com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.frame work/Versions/A/MeshKitIO
    0x94420000 - 0x94424ff7  libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x94425000 - 0x944ceff7  com.apple.CFNetwork 454.9.8 (454.9.8) <DB2A5C33-E833-1B3A-4DE0-5FF172B2048B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x945bf000 - 0x945e1fef  com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x945e2000 - 0x94633ff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x94634000 - 0x94637ffb  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
    0x94638000 - 0x946cafe3  com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x946cb000 - 0x946cfff7  IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x946d0000 - 0x946d5ff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94731000 - 0x947acfe7  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x947ad000 - 0x94953feb  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x94954000 - 0x94955ff7  com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9499e000 - 0x949f8fe7  com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x949f9000 - 0x94a63fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94a64000 - 0x94a64ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94a65000 - 0x94a8cff7  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
    0x94b40000 - 0x94b96ff7  com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime. framework/Versions/A/MeshKitRuntime
    0x94b97000 - 0x94e07ffb  com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9587b000 - 0x959a7ffb  com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x959a8000 - 0x96288ff7  com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96289000 - 0x96366ff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x96367000 - 0x96417ff3  com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x96418000 - 0x96423ff7  libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96424000 - 0x96426ff7  libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x96449000 - 0x9645aff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9645b000 - 0x964a4fe7  libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x964a5000 - 0x964a5ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x964a6000 - 0x9651efef  com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB-9E32-81C2-59BD-C5DDB66DA621> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9651f000 - 0x96557ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x96558000 - 0x9660effb  libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x9660f000 - 0x96615fff  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
    0x96616000 - 0x96624fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x96625000 - 0x96700fe7  com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9670f000 - 0x968f1fff  com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x968f2000 - 0x968fbff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x968fc000 - 0x9692fff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x96930000 - 0x96976ffb  com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D-6844-9FD7-8769-44503DFD5363> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOSer vices
    0x969ac000 - 0x96bd7ff3  com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x96bd8000 - 0x96bd8ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x96bd9000 - 0x96c48ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x96de6000 - 0x96e3efe7  com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x96e90000 - 0x96ebaff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x96ebb000 - 0x96ebbff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x96ebc000 - 0x96efdff7  libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x96efe000 - 0x96f19ff7  libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x96f1a000 - 0x96f1cff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x96f1d000 - 0x96f9fffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x96fa0000 - 0x970a1fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x97174000 - 0x9732efe3  com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x9740e000 - 0x974befe3  com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668-214A-AB71-AAB8-E39E7F227C9B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x97511000 - 0x97555fe7  com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x97556000 - 0x97599ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9759a000 - 0x976d1ff7  com.apple.CoreAUC 6.04.01 (6.04.01) <B6E035A9-8DA2-82FC-9C2F-F57B9B62BE5F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x976d7000 - 0x976f7fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x97832000 - 0x97960fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97961000 - 0x97961ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9796f000 - 0x9797bff7  libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x97992000 - 0x979d1ff7  com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x979d2000 - 0x97a22ff7  com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x97a4f000 - 0x97a5dff7  com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x97a61000 - 0x97a61ff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97a62000 - 0x97a6cffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x97a6d000 - 0x97dd5ff7  com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x97dd6000 - 0x97ec8ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x97f0d000 - 0x97f4bff7  com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97f4c000 - 0x97f5cff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x97f70000 - 0x97f7bff7  libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x980c7000 - 0x9832bfef  com.apple.security 6.1.1 (37594) <3F68A006-6B30-85D5-1A75-8D748F72A6D5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9832c000 - 0x9836eff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x9836f000 - 0x983d3ffb  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
    0x983f9000 - 0x984c3fef  com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x98873000 - 0x997c3fe3  com.apple.QuickTimeComponents.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x997c4000 - 0x99804ff3  com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x99838000 - 0x99845ff7  com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x99846000 - 0x998e1ff7  com.apple.ApplicationServices.ATS 275.11.1 (???) <5FF65EC7-F512-530A-7771-3DE240EE6E43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x9992b000 - 0x9992cff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9992d000 - 0x9992dff7  com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9992e000 - 0x99942fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <12C58901-CCF3-4E8E-30CA-92A10CD55DF1> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <7FFF4AFA-6522-C7D5-760F-A8F13D6EF032> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,2, BootROM MBP52.008E.B05, 2 processors, Intel Core 2 Duo, 2.8 GHz, 8 GB, SMC 1.42f4
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.7f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8217, 0x06110000

    Good thinking, and thanks for the idea but no luck... this is very frustrating!
    Process:         Adobe Extension Manager CS5 [17819]
    Path:            /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/MacOS/Adobe Extension Manager CS5
    Identifier:      com.adobe.ExtensionManager
    Version:         "5.0.0.298" (5.0.298)
    Code Type:       X86 (Native)
    Parent Process:  launchd [102]
    Date/Time:       2010-09-20 08:32:06.843 -0700
    OS Version:      Mac OS X 10.6.4 (10F569)
    Report Version:  6
    Interval Since Last Report:          279045 sec
    Crashes Since Last Report:           15
    Per-App Interval Since Last Report:  199 sec
    Per-App Crashes Since Last Report:   11
    Anonymous UUID:                      0C2A4BFA-8BB7-44DC-A9E7-5F0FCD9B076F
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   com.adobe.ExtensionManager    0x000daa06 COWLFrontController::sendCallbackMessage(char const*, adobe::version_1::vector<adobe::version_1::any_regular_t, adobe::version_1::capture_allocator<adobe::version_1::any_regular_t> > const&) + 2100
    1   com.adobe.ExtensionManager    0x00002e86 SwfPlayerNibWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 222
    2   com.apple.HIToolbox           0x917fff2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    3   com.apple.HIToolbox           0x917ff1f6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    4   com.apple.HIToolbox           0x917ff055 SendEventToEventTargetWithOptions + 58
    5   com.apple.HIToolbox           0x91878fc9 SendSimpleDefProcEvent(WindowData*, unsigned long, unsigned char) + 176
    6   com.apple.HIToolbox           0x91878b66 WindowData::Destruct() + 434
    7   com.apple.CoreFoundation      0x9104cdfd _CFRelease + 301
    8   com.adobe.ExtensionManager    0x00006238 main + 4430
    9   com.adobe.ExtensionManager    0x00002b3a start + 54
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib             0x947d4942 kevent + 10
    1   libSystem.B.dylib             0x947d505c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib             0x947d4519 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib             0x947d42be _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib             0x947d3d41 _pthread_wqthread + 390
    5   libSystem.B.dylib             0x947d3b86 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib             0x947ae20e mach_wait_until + 10
    1   libSystem.B.dylib             0x948355a9 nanosleep + 345
    2   com.adobe.ExtensionManager    0x00141e0b ScObjects::Thread::sleep(unsigned int) + 143
    3   com.adobe.ExtensionManager    0x00141e6b ScObjects::Thread::wait(unsigned int) + 23
    4   com.adobe.ExtensionManager    0x00138a34 ScObjects::BridgeTalkThread::run() + 332
    5   com.adobe.ExtensionManager    0x00142375 ScObjects::Thread::go(void*) + 315
    6   libSystem.B.dylib             0x947db81d _pthread_start + 345
    7   libSystem.B.dylib             0x947db6a2 thread_start + 34
    Thread 3:
    0   libSystem.B.dylib             0x947ae0fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x947ae867 mach_msg + 68
    2   com.adobe.adobeswfl           0x13a8d18f ExternalPlayer_Initialize + 465535
    3   libSystem.B.dylib             0x947db81d _pthread_start + 345
    4   libSystem.B.dylib             0x947db6a2 thread_start + 34
    Thread 4:
    0   libSystem.B.dylib             0x947ae142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x947dbcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x94824203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x13a3af54 ExternalPlayer_Initialize + 129092
    4   com.adobe.adobeswfl           0x1380b34a 0x137fc000 + 62282
    5   com.adobe.adobeswfl           0x13a3ace7 ExternalPlayer_Initialize + 128471
    6   com.adobe.adobeswfl           0x13a3ad3f ExternalPlayer_Initialize + 128559
    7   libSystem.B.dylib             0x947db81d _pthread_start + 345
    8   libSystem.B.dylib             0x947db6a2 thread_start + 34
    Thread 5:
    0   libSystem.B.dylib             0x947ae142 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib             0x947dbcbc _pthread_cond_wait + 1089
    2   libSystem.B.dylib             0x94824203 pthread_cond_wait + 48
    3   com.adobe.adobeswfl           0x13a3af54 ExternalPlayer_Initialize + 129092
    4   com.adobe.adobeswfl           0x1380b34a 0x137fc000 + 62282
    5   com.adobe.adobeswfl           0x13a3ace7 ExternalPlayer_Initialize + 128471
    6   com.adobe.adobeswfl           0x13a3ad3f ExternalPlayer_Initialize + 128559
    7   libSystem.B.dylib             0x947db81d _pthread_start + 345
    8   libSystem.B.dylib             0x947db6a2 thread_start + 34
    Thread 6:
    0   libSystem.B.dylib             0x947d39d2 __workq_kernreturn + 10
    1   libSystem.B.dylib             0x947d3f68 _pthread_wqthread + 941
    2   libSystem.B.dylib             0x947d3b86 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xbfffe29c  ecx: 0x00d7eea0  edx: 0x00000000
      edi: 0xbfffe2cc  esi: 0x00d7eebe  ebp: 0xbfffe308  esp: 0xbfffe140
       ss: 0x0000001f  efl: 0x00010246  eip: 0x000daa06   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
        0x1000 -   0x1d1ff3 +com.adobe.ExtensionManager "5.0.0.298" (5.0.298) <70454C4E-E887-9203-990B-AB73BF5143B0> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/MacOS/Adobe Extension Manager CS5
      0x2fd000 -   0x300fe7 +libwchar.dylib ??? (???) <DE7B4F71-F31A-46F7-B70D-A8A157B5EB6B> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/libwchar.dylib
      0x304000 -   0x4fefef +AdobeOwl ??? (???) <466BD72B-E2A5-447A-9384-B6DC9AD3AE0C> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
      0x579000 -   0xa77fc3 +AdobeOwlCanvas ??? (???) <45219076-15E0-4A0D-9BC0-2FFED8EA7E46> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
      0xbc0000 -   0xc07fc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
      0xc14000 -   0xc18ffc +com.adobe.AdobeCrashReporter 3.0 (3.0.20100302) <E6437929-0E69-8A56-E69F-F64305E82DD9> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
      0xc1f000 -   0xc5fff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
      0xf08000 -   0xf4ffc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
      0xfde000 -   0xfe1fff  com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
      0xfe7000 -   0xfeaff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x137fc000 - 0x13ffffe2 +com.adobe.adobeswfl ??? (1.0.7) <53D59B93-133D-41B4-AE25-83532E5C0F6C> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeOwl.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/ AdobeSWFL
    0x14272000 - 0x14327fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x15432000 - 0x15497fde  com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x154b7000 - 0x1550cfdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1553a000 - 0x1568cfc3 +ch.rafz.naegeli.christoph.ff_avi_importer 1.0 (0.0) /Users/markus/Desktop/Quicktime/AviImporter-r7 (Intel).component/Contents/MacOS/AviImporter
    0x159e6000 - 0x15a57fff +com.DivXInc.DivXDecoder 6.2.5 (6.2.5) /Users/markus/Desktop/Quicktime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1d111000 - 0x1d11ffe7  libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1d123000 - 0x1d135ff7  libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1d73f000 - 0x1db31fff +WebKit.dylib ??? (1.0.7) <6FB30C58-17FE-4A4B-971E-CDE89FB7DD1B> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/AdobeOwl.framework/Resources/WebKit.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x90040ff7  com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9004d000 - 0x90093ff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x90094000 - 0x904c9ff7  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
    0x905a7000 - 0x90660fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x90661000 - 0x90689ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x9068b000 - 0x90aa1ff7  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
    0x90bd5000 - 0x90c18ff7  libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90c19000 - 0x90c1cfe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90f36000 - 0x90f40ff7  com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x90f7b000 - 0x90f90fff  com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x90f91000 - 0x9103fff3  com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x91040000 - 0x911bafe3  com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91429000 - 0x9142dff7  libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x9142e000 - 0x91440ff7  com.apple.MultitouchSupport.framework 205.34 (205.34) <813475E3-B323-9405-F758-DDA1F5D63B20> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x91441000 - 0x91448ff3  com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x91449000 - 0x91575fff  com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91586000 - 0x91586ff7  com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x916cb000 - 0x916f1fff  com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x917a1000 - 0x917c2fe7  com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x917f8000 - 0x91b1cfef  com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x91b46000 - 0x92335557  com.apple.CoreGraphics 1.545.0 (???) <DCED8E1A-7504-C31A-B6EF-98BFF1A61060> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x923aa000 - 0x923c6fe3  com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x923c7000 - 0x92422ff7  com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92423000 - 0x9242aff7  com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x924a5000 - 0x924a8ff7  libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x92558000 - 0x925a5feb  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x925b4000 - 0x925d2ff7  com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9260c000 - 0x92718ff7  libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x9274a000 - 0x9277bff7  libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x927c3000 - 0x927dbff7  com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x927dc000 - 0x929b7ff3  libType1Scaler.dylib ??? (???) <6FBA8250-3271-6ED4-052D-E27C2136E38F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x929b8000 - 0x929e9ff3  libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x929fb000 - 0x92a5cfe7  com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x92acc000 - 0x92c4efe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x92c5d000 - 0x92f56fef  com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92f57000 - 0x92f5aff7  libCoreVMClient.dylib ??? (???) <CA0BA8DC-0159-A808-A300-750358A6970C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x92f5b000 - 0x92f5bff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9306c000 - 0x930b0ff3  com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x930b1000 - 0x930d5ff7  libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x930d6000 - 0x933f6feb  com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x933f7000 - 0x9348ffe7  edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93490000 - 0x93510feb  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
    0x93511000 - 0x935b9ffb  com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x937c4000 - 0x937d8ffb  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
    0x937d9000 - 0x93814feb  libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x93815000 - 0x938c2fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x93fa4000 - 0x93fdafff  libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x94098000 - 0x94135fe3  com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x94312000 - 0x9431cfe7  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
    0x94420000 - 0x94424ff7  libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x94425000 - 0x944ceff7  com.apple.CFNetwork 454.9.8 (454.9.8) <DB2A5C33-E833-1B3A-4DE0-5FF172B2048B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x945bf000 - 0x945e1fef  com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x945e2000 - 0x94633ff7  com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x94634000 - 0x94637ffb  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
    0x94638000 - 0x946cafe3  com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x946cb000 - 0x946cfff7  IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x946d0000 - 0x946d5ff7  com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94731000 - 0x947acfe7  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x947ad000 - 0x94953feb  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x94954000 - 0x94955ff7  com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x949f9000 - 0x94a63fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94a64000 - 0x94a64ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94b97000 - 0x94e07ffb  com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x959a8000 - 0x96288ff7  com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96289000 - 0x96366ff7  com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x96367000 - 0x96417ff3  com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x96418000 - 0x96423ff7  libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96424000 - 0x96426ff7  libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x96449000 - 0x9645aff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9645b000 - 0x964a4fe7  libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x964a5000 - 0x964a5ff7  com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9651f000 - 0x96557ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x96558000 - 0x9660effb  libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x9660f000 - 0x96615fff  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
    0x96616000 - 0x96624fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x96625000 - 0x96700fe7  com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x968f2000 - 0x968fbff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x968fc000 - 0x9692fff7  com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x96bd8000 - 0x96bd8ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x96bd9000 - 0x96c48ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x96e90000 - 0x96ebaff7  com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x96ebb000 - 0x96ebbff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x96ebc000 - 0x96efdff7  libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x96efe000 - 0x96f19ff7  libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x96f1a000 - 0x96f1cff7  com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x96f1d000 - 0x96f9fffb  SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x96fa0000 - 0x970a1fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x97174000 - 0x9732efe3  com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x9740e000 - 0x974befe3  com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668-214A-AB71-AAB8-E39E7F227C9B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x97511000 - 0x97555fe7  com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x97556000 - 0x97599ff7  com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9759a000 - 0x976d1ff7  com.apple.CoreAUC 6.04.01 (6.04.01) <B6E035A9-8DA2-82FC-9C2F-F57B9B62BE5F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x976d7000 - 0x976f7fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x97832000 - 0x97960fe7  com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97961000 - 0x97961ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9796f000 - 0x9797bff7  libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x979d2000 - 0x97a22ff7  com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x97a4f000 - 0x97a5dff7  com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x97a61000 - 0x97a61ff7  com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97a62000 - 0x97a6cffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x97a6d000 - 0x97dd5ff7  com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x97dd6000 - 0x97ec8ff7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x97f4c000 - 0x97f5cff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x97f70000 - 0x97f7bff7  libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x980c7000 - 0x9832bfef  com.apple.security 6.1.1 (37594) <3F68A006-6B30-85D5-1A75-8D748F72A6D5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9832c000 - 0x9836eff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x9836f000 - 0x983d3ffb  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
    0x983f9000 - 0x984c3fef  com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x98873000 - 0x997c3fe3  com.apple.QuickTimeComponents.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x997c4000 - 0x99804ff3  com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x99838000 - 0x99845ff7  com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x99846000 - 0x998e1ff7  com.apple.ApplicationServices.ATS 275.11.1 (???) <5FF65EC7-F512-530A-7771-3DE240EE6E43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x9992b000 - 0x9992cff7  com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9992e000 - 0x99942fe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0xb0000000 - 0xb000fff8 +com.adobe.ahclientframework 1.5.0.30 (1.5.0.30) <24B39C2F-79B0-BDE3-C6D0-1F0E943070C7> /Applications/Adobe Extension Manager CS5/Adobe Extension Manager CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba900000 - 0xba916ff7  libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <12C58901-CCF3-4E8E-30CA-92A10CD55DF1> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7  libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <7FFF4AFA-6522-C7D5-760F-A8F13D6EF032> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,2, BootROM MBP52.008E.B05, 2 processors, Intel Core 2 Duo, 2.8 GHz, 8 GB, SMC 1.42f4
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.7f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8217, 0x06110000

  • Energy Management Driver causes windows to crash

    I installed Win 7 Ultimate x64 and was installing drivers. Energy Management made the blue screen appear after restarting. So i reinstalled windows and same problem continues.
    I try to download a new copy of Energy Management from official site and i cannot download it. I can download anything else but the energy management.
    The window pops, i click "I Agree" nothing happens after that. Tried it on different machines, no go,
    Any alternate links to the driver??? Plz help!!

    try this: http://consumersupport.lenovo.com/uk/en/DriversDownloads/drivers_show_4022.html

  • [Yoga 11s] When is the Win 8.1 update to Lenovo Energy Management Driver coming out?

    Till now, the driver for Lenovo Energy Management Driver is only available for Win 8.0. Using this driver on Win 8.1, I kept getting the error:
    Compatibility issue between your power management system and Windows
    Your power management system isn't compatible with this version of Windows.
    The model name of your power management system is Lenovo ACPI-Compliant Virtual Power Controller.
    The latest version is 8.0.2.4, but it is only for Win 8.0. Is Lenovo going to support Win 8.1 for the Yoga 11s?

    Till now, the driver for Lenovo Energy Management Driver is only available for Win 8.0. Using this driver on Win 8.1, I kept getting the error:
    Compatibility issue between your power management system and Windows
    Your power management system isn't compatible with this version of Windows.
    The model name of your power management system is Lenovo ACPI-Compliant Virtual Power Controller.
    The latest version is 8.0.2.4, but it is only for Win 8.0. Is Lenovo going to support Win 8.1 for the Yoga 11s?

  • G510 - Lenovo Energy Management on Windows 8.1 Pro

    Hello,
    Today I installed a fresh Windows 8.1 Pro copy on my Lenovo G510 Notebook.
    Everything went well and all drivers which I had downloaded from the support site installed successfully.
    There was no Energy Management Software available for Windows 8.1, so I figured that Windows 8 version might work. So, I installed it but after a restart, Windows message center showed an error saying that Energy Management software was incompatible with this version of Windows.
    So, what are your suggestions? I mainly use Energy Management to keep my battery at 50-60% charge because I always keep it plugged in and rarely take it outside with me on travels. When would you be releasing a software update? Or can I use Thinkpad's Windows 8.1 version of EM?
    Side note: Just wanted to say/ask a few things. Didn't wanted to create a separate thread.
    Is it okay to update Video drivers for Intel and/or AMD graphics directly from the website?
    I saw that the AMD drivers were outdated and decided to update them from the AMD website, but after update there was an error reported in the log of Installer. I don't remember the error specifically but after the update, in device manager it would show AMD Radeon HD 8000M Series, instead of my specific model i.e 8570M.
    So I rolled back. Also there used to be an easy access to Dolby Equilizer in the taskbar but the new drivers do not have that feature and I have to go in control panel to find the equilizer (I feel the sound quality has deterioated).
    Please update the drivers, as there are a number of updated even after I installed all the latest drivers that are provided on the support site. Example, Realtek Card Reader (Windows reported different models than which were available on the official Realtek website but I installed anyway, they don't seem to misbehave), Conexant Audio driver of size 180MB, from Windows Update ( After this update, I cannot switch between Voice Recording and VOIP, VOIP is greyed out), Intel Video Driver update from Windows Update, which I didnot install because I play games on my laptop, and I fear this will ruin the Switchable graphics options, and AMD drivers from officlal AMD website for the same reasons that I did not install Intel's.
    I am sorry for the long post. But any help and feedback will be greatly appriciated.

    I have installed Lenovo Energy Management 8.0.2.4 for Windows 8 (G510), in compatibility mode on my G510 running Windows 8.1 Pro.
    For now it is not giving a compatibility error.
    I did a little searching and found out that G510s is very similar to G510 model, except the touchscreen and Nvidia Graphics. My G510 has AMD Radeon. I found Lenovo Energy Management 1.0.0.31 for Windows 8.1 (G510s). Going to install that.
    Also, the Drivers CD which came with the box had Energy Management v1.0.0.24 and 32bit & 64bit were in different setups. I think this will be more compatible.
    I need experts advice. Please reply.
    EDIT: This works! v1.0.0.31 has that similar interface to the EM software that came in the CD. So far no compatibility errors as well.

  • Bug report: Energy Manager causes slow performance...

    Very slow Windows Startup..
    Energy Manager's plans and the problem occured using any plan as I remember, and it wasn't an issue with the maximum processor state. I had heavy disk usage, especially access to the Page File, which is what the person in the second link I posted also described. CPU usage was low. The disk usage was seemingly not related to Energy Manager (Chrome was usually the worst), but removing Energy Manager completely resolved the problem. If you would find it helpful. I'm quite confident that even with Maximum Processor state at %100, CPU usage was low when it was slow, and that disk access was the culprit.
    previously have use 1.0.0.31 or 32 not sure.
    Windows 8.1
    Im using Lenovo Energy Management Driver
    1.0.0.28
    4.6.2014

    I actually have the same problem.  Sorry to work on a old thread, but...
    I've got my Lenovo B50-70 less than 1 month ago, and had switched it to SSD and had set everything up and is working perfectly.  However there are a bunch of lenovo programs that came pre-installed.  This computer is used mainly for work and I really don't like programs that suddenly pop-up and ask you to do stuff, as it is quite distracting, and with Lenovo Energy Manager being one of them so I removed it.  (I did do some research before I remove...)
    Everything was fine, until when I try to switch on my wifi (I usually have it off, as I use LAN most of the time)...  For the B50-70 there is a airplane button on F7, which allow the user to switch wifi and bluetooth on/off.  That button was unresponsive...  After some digging it is actually related to the power energy manager being removed.  So I've downloaded the latest version from Lenovo and it was working again...
    However though, whenever I start my computer it is taking so long to start...  And I tried uninstalling the power energy manager and it solved the problem...  And I am stuck with either having no wifi on/off ability or a really slow boot, which loses the whole purpose of the SSD.  After you enter your username and password it originally takes around 5~10 seconds to login, now it takes over 1 minute.
    I have found this other link, which says Lenovo Power Manager having the same problem.
    https://forums.lenovo.com/t5/ThinkVantage-Technologies/Bug-report-Power-Manager-causes-slow-performa...
    There is a solution, which you can change the registry to switch a function off.  I've tried it and it didn't work, which is not surprising as it's a different program..  But I am hoping that Lenovo can provide a similar solution for Lenovo Energy Manager...

  • WIN XP Pro on Lenovo G500 - Drivers - Energy Management

    I bought a new G500 and asked the vendor to install WIN XP SP3 PRO - 32 bit from my existing disc.
    The vendor installed it, but it is not working perfectly.
    The Device Manager shows a few items - such as:
    (01.) ACPI/VPC2004 and
    (02.) Network Controller (Device ID being PCI\VEN_168C&DEV_0032&SUBSYS_32187AA)
    (03.) Bluetooth USB Host Controller
    as unknown items.
    Regarding the  (01.) ACPI/VPC2004 the following Lenovo Support page
    http://support.lenovo.com/en_US/diagnose-and-fix/detail.page?DocID=HT071645
    says to download and install Energy Management with proper Operating System. The said page also contains a link, but that link leads to another page:
    http://support.lenovo.com/en_US/downloads/detail.page?LegacyDocID=DRVR-MATRIX
    Here, on the new page, I just can not figure out where to go or what to do.
    Can anybody please guide this oldman how to install WIN XP SP 3 Pro - 32 bit on my new G500? What are the drivers required for installationof WIN XP SP 3 Pro - 32 bit and where from to download them (if possible with links to download pages), and a guide about the sequence for driver installation, i.e. which driver to install first (after installation of WIN XP) and which one at the last of the process, so that I can install the same.
    Thanks in advance

    Just to add to the knowledge base: I've been installing Windows XP SP3, 32-bit edition on a Lenovo G500; my findings so far follow. I haven't tested 64-bit. To determine of your system is 32-bit or 64-bit, see: http://www.intel.com/support/wireless/wlan/sb/CS-032028.htm
    Ethernet Controller
    The driver at the touslesdrivers link for the G500 Network Controller (hard-wired ethernet) posted by damon007 worked on my machine (G500 purchased Dec 2013). Here's the link again for reference:
    http://www.touslesdrivers.com/index.php?v_page=23&v_code=34891
    Device manager now lists the device as:
    Qualcomm Atheros AR8162/8166/8168 PCI-E Fast Ethernet Controller
    Wi-fi, Bluetooth
    My machine has the following combination wi-fi and bluetooth card by Intel:
    Intel Centrino Wireless-N 135
    The following Windows XP wi-fi driver worked for me:
    https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=22785&lang=eng&OSVersion=Windows%20X...
    The following Windows XP bluetooth driver worked for me:
    https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=22920
    SD Card Reader
    Realtek USB 2.0 Card Reader driver:
    http://www.realtek.com.tw/Downloads/downloadsView.aspx?Langid=4&PNid=15&PFid=25&Level=4&Conn=3&DownT...

  • Lenovo Energy Management - Where is my Dust Removal button?

    Hello. After installation my Windows 8.1 which i downloaded from Microsoft DreamSpark i installed all drivers from a CD which came with my laptop in a box.
    I installed Lenovo Energy Management and I had button to remove dust. After updating my system via WindowsUpdate this button dissapeared. It's gone.
    My laptop is Lenovo G500s (without touchable screen).
    Anyone had same problem like me?
    I want to emphasize that after fresh installation of Win 8.1 without any uptates (Windows 8.1 Pro - Build 9600) i had that "remove dust" button.
    Sorry for my bad english spelling but I'm from europe. Hope you forgive me.

    hi lyczewskiand,
    Welcome to Lenovo Community Forums!
    If this is the Dust removal that you are saying.
    If your system is Windows 8.1
        Open Control Panel / Uninstall a program and uninstall the Lenovo Energy Management that is currently installed.
    Now try and install this version
     Lenovo Power Management  
    Check if this can be found on this version
    If not can you post a screenshot of what showing up on your end.
    Thanks,
    Regards
    Solid Cruver
     

  • Lenovo Energy Management

    Will there be a Lenovo Energy Management software version for Windows 8.1? I have install Win 8.1 last week from MSDNA an can't activate WLAN. All Drivers are working fine. 
    When I try to activate WLAN via the Lenovo FN-Key on my S205, Windows just enaybles or disables Airplane Mode.

    Dear H4NN1BAL,
    Welcome to Lenovo Community,
    Unfortunately sir, the official release date of windows 8.1 and its support will start on 18-10-2013, so until then we will not be able to provide you with a release date of the Energy Management for Windows 8.1.
    Best Regards,
    Assal

  • Problem after Energy Manager update to 3.20

    Hi there,
    I have a problem with my t61 in order to energy manager after updating it to version 3.20.
    The symbol of the charge condition in the task bar disappeared and an error prompt appeared after new start ("Error by loading
    C:\PROGRA~1\ThinkPad\UTILIT~1\PWMTR32V.dll Can't find denoted module" [translated to engl.].
    The error also occures when I try to set the option "task bar" in options of energy manager.
    Are there any information about this lil problem on the boards?
    Thanks so far.
    Solved!
    Go to Solution.

    Hi,
    It happened to me when I downloaded Power Manager 3.20 through system update.
    To cure it I have dowmloaded Power Manager from Lenovo site
    http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-70601
    and installed it manually.
    Good luck!

  • Make Energy Management Utility keep brightness

    Hi,
    I have a Lenovo G550L which I use with Windows XP SP3.
    I have installed Lenovo Energy Management 3.0.3.0 and set it up. I like that it supports CPU throttling, because I couldn't set this up without installing the utility. One thing is bugging me a little bit and it's the automatic setting of brightness. There are two states of brightness that can be set. First is brightness when plugged in and second is brightness when running on batteries. Not a bad idea, but unnecessary for me. Okay then, since there is no leave brightness alone button, I set both to the brightest. Then I adjust brightness as night comes to lower levels (only with the Fn key, not by adjusting in the Energy Management center). Then I unplug my notebook and the brightness goes up to the maximum.
    No, I don't want Lenovo Energy Management Utility to change brightness at all. It should leave it on the level that has been set manually by the Fn key. How can I do this?
    Thanks
    László Sütő

    The PowerManagement sofware for the Thinkpad line is more powerful than the version for the consumer series.
    Although you may need some time to figure out the different settings I'm sure you'll find out everything you could do before and even more ;-)
    /L40SX/240/240X/2*340CSE/360PE/365XD/380D/380E/380XD/380Z/390/560E/560X/2*570/2*600/600E/750Cs/755C/760CD/760EL/760XD/770E/A20p/A22p
    A31/i1600/G40/R50p/R61i/S30/SL510/2*T22/4*T4x/11*T6x/6*T4x0x/6*T5x0/3*W5x0/W700/3*X2x/4*X3x/3*X4x/5*X6x/3*X6xT/10*X2xx/2*X200T/4*X30x/Z60m/3*Z61x
    Comunidad en Español  English Community  Deutsche Community   Русскоязычное Сообщество

  • Energy Management software keeps making shortcuts in the Start Menu

    I just recently reformatted my laptop and installed Windows 7 Ultimate. I got the drivers from my laptop model's download page in the Lenovo support website, and everything was working fine - except for when the Lenovo Energy Management software would keep making shortcuts in the Start Menu every time I reboot the system.
    I had my Start Menu organized, created folders to categorize my apps, so it's really annoying when a folder I already deleted pops up every time I start my laptop. Why does it happen? Is there a fix for it?

    Hi Pommy,
    Welcome to Lenovo Community!
    I’m sorry to hear that a shortcut is automatically getting created, I would suggest you to re-install the LEM (Lenovo Energy Management) in the computer and while installing the driver right click on the downloaded file and select “Run as administrator” option to get it installed without any error.
    Do post us back if the issue persists.
    Best Regards
    Shiva Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Lost "Energy Star" in the Energy Manager

    Hy@all!
    I have a problem: In the Energy Manager the point "Energy Star", but I have now two times the point "Maximum Performance" and I can't click an the field "restore defaults" and if I click on one of the "Maximum Performance", both points of "Maximum Performance" are outlines. How can I fix this? I want my "Energy Star" back..
    thanks

    http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=engy-star40#power-pl...
    Does this help?
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • Lenovo Energy Management broken under Windows 8 - Shortcuts don't work

    I've noticed that the Energy Management tool does not work properly under Windows 8 on a U300S.
    Especially stuff like the keyboard shortcuts don't work:
    Pressing F7 to toggle the wireless and bluetooth settings doesn't bring up the usual onscreen-menu like it does in Windows 7
    The buttons to toggle the display brightness bring up the Windows 8 style brightness indicator but doesn't work.

    Anyone?

Maybe you are looking for