Bands Example

Here is a jar file that contains one of the more advanced EJB examples.
It includes a set of EJB 2.0 CMP entity beans with local interfaces. It
also illustrates 1-1, 1-N, and M-N relationships and using a sequence
table for automatic primary key generation.
Complete documentation for this example will be released in the next
beta refresh.
-- Rob
Coming Soon: Building J2EE Applications & BEA WebLogic Server
by Michael Girdley, Rob Woollen, and Sandra Emerson
http://learnweblogic.com
[bands_example.jar]

Apple has to be able to make an agreement with the record label that owns any particular song before being able to sell it on the iTunes Store. While that does result in some gaps, my impression is many of those have filled in and continue to fill in over time.
However, Metallica is well represented on iTunes.
15" MacBook Pro 2.0GHz/100GB (7200rpm)/2GB RAM; Windows XP Pro on Parallels   Mac OS X (10.4.8)   400MHz G4 (Sawtooth); Airport network; 60GB iPod photo; Dell-in-the-Closet

Similar Messages

  • Local interfaces documentation/examples

    i'm looking for good examples/documentation on using local interfaces
    with weblogic (6.1).
    i gave it a try and kept getting a class cast exception while trying to
    cast the ic.lookup result to the localhome interface. something tells
    me that some deployment descriptors weren't up to snuff perhaps. i'm
    using stateless session beans one main bean trying to call others. i'm
    also using xdoclet to generate all the interfaces, but not the
    deployment descriptors. i've reverted to using remote interfaces for
    the time being just to get it all working.
    one specific question that i've been getting mixed answers on. for
    ejb's to use local interfaces, do they need to be in the same jar/war?
    all our beans are deployed as one bean per jar file. makes for lots of
    descriptor files ;).
    thanks!
    ~mark

    none wrote:
    i'm looking for good examples/documentation on using local interfaces
    with weblogic (6.1).You might have a look at the bands example. You could also check out
    http://learnweblogic.com/updates/webauction.zip
    >
    i gave it a try and kept getting a class cast exception while trying to
    cast the ic.lookup result to the localhome interface. The best way to debug ClassCastExceptions is to print out the class name
    and loader of each class.
    Something like this:
    Object h = ic.lookup("fooHome")
    System.out.println("lookup returned "+h.getClass().getName());
    System.out.println("loaded by "+h.getClass().getClassLoader());
    System.out.println("Trying to cast into "
    +FooHome.class.getClassLoader());
    something tells
    me that some deployment descriptors weren't up to snuff perhaps. i'm
    using stateless session beans one main bean trying to call others. i'm
    also using xdoclet to generate all the interfaces, but not the
    deployment descriptors. i've reverted to using remote interfaces for
    the time being just to get it all working.I'd suggest you check out EJBGen as well.
    >
    one specific question that i've been getting mixed answers on. for
    ejb's to use local interfaces, do they need to be in the same jar/war?
    all our beans are deployed as one bean per jar file. makes for lots of
    descriptor files ;).Personally I'm not a big fan of 1 ejb per jar file. You can make local
    calls between jars if they are packaged within the same ear.
    -- Rob
    >
    thanks!
    ~mark

  • Column-map in weblogic-cmp-rdbms-jar.xml

    Hi,
    How to specify column-map for the following database tables:
    Table1: id,col2,col3. Primary key - id.
    Table2: m_id,description,col4,col5. Primay key - (m_id,col4).
    The relationship I specified is table1-has-many-table2. This is a 1 to m relation
    and
    Table1.id = Table2.m_id.
    I specified the following column-map
    <column-map>
    <foreign-key-column>m_id</foreign-key-column>
    <key-column>id</key-column>
    </column-map>
    But the server is throwing an exception that all the columns in table2 should
    me mapped.
    But in this case, I can join the tables with just id only. What should I specify
    for col4 map?.
    I can just reverse the mapping, but I am trying to test the boundaries of weblogic
    server.
    Is this case handled in weblogic server implementation?.
    I am testing relationship-role-map for ejb2.0 on weblogic server8.1 beta version.
    Thanks,
    Sathish

    Hello Sathish,
    Glad to help! Have a wonderful week.
    Best regards,
    Ryan LeCompte
    [email protected]
    http://www.louisiana.edu/~rml7669
    "Sathish Kandacharam" <[email protected]> wrote:
    >
    Hi Ryan,
    Thanks alot. That example helped alot.
    Thanks,
    Sathish
    "Ryan LeCompte" <[email protected]> wrote:
    Hello Sathish,
    Please refer to the sample code that comes packaged with BEA WebLogic
    Server for
    examples of how the weblogic-cmp-rdbms-jar.xml file should look forall
    of the
    various relationships. In particular, look at the Bands example.
    Best regards,
    Ryan LeCompte
    [email protected]
    http://www.louisiana.edu/~rml7669
    "Sathish Kandacharam" <[email protected]> wrote:
    Hi,
    How to specify column-map for the following database tables:
    Table1: id,col2,col3. Primary key - id.
    Table2: m_id,description,col4,col5. Primay key - (m_id,col4).
    The relationship I specified is table1-has-many-table2. This is
    a
    1 to m relation
    and
    Table1.id = Table2.m_id.
    I specified the following column-map
    <column-map>
    <foreign-key-column>m_id</foreign-key-column>
    <key-column>id</key-column>
    </column-map>
    But the server is throwing an exception that all the columns intable2
    should
    me mapped.
    But in this case, I can join the tables with just id only. Whatshould
    I specify
    for col4 map?.
    I can just reverse the mapping, but I am trying to test the boundaries
    of weblogic
    server.
    Is this case handled in weblogic server implementation?.
    I am testing relationship-role-map for ejb2.0 on weblogic server8.1
    beta version.
    Thanks,
    Sathish

  • Missing EJB application and tutorial sample in workshop 8.1

    HI,
    I just installed workshop 8.1 from the BEA CD. I wanted to follow the EJB tutorial
    that's available in e-docs on the web, however, i don't see the Enterprise JavaBeans
    tutorial (the Band example) in the list of new Applications (under tutorial).
    I also don't see a new application template of Enterprise javaBeans under 'All'
    (not sure if there should be one).
    Could someone please let me know why I'm missing the Enterprise javaBeans tutorial
    and how I can get it? Also, why don't I see an application template for EJB Application?
    Thanks,
    Prab

    Akshay,
    Please post this question in the Workshop 8.1 Beta Newsgroup.
    weblogic.developer.interest.81beta.workshop
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Akshay Aggarwal" <[email protected]> wrote in message
    news:3e9107da$[email protected]..
    >
    Hi All,
    I am getting problem in loading variables and control in the Workshop Dataand
    Control Palette at times when I open the application. The Workshopinterface shows
    the variable at times and does not show up at all on another instance. Letme
    know if anybody else has faced a similar problem or not

  • EJBGen 1.21 released

    EJBGen is an EJB 2.0 code generator based on Javadoc.
    This new version has a bunch of enhancements, all documented at
    http://beust.com/cedric/ejbgen
    In a nutshell:
    1.21
    - Changed @cmr-field syntax: no arguments needed
    - Added bands example
    - Bug: bad code generation for local methods that throw exceptions
    - Bug: ejbCreateFoo() only generated create() on home interfaces
    - Added naming convention options
    - Deprecated @jndi-name, added @remote-jndi-name and @local-jndi-name
    - Made -pfd2 the default, added -pfd1 option
    - Added @reentrant
    - Added @trans-timeout-seconds
    - Added @transaction-attribute
    - Added @resource-ref
    - Removed @ejb-entity-ref
    - Supports all four tags for method-intf (new in pfd3)
    - Deprecated @business-method, replaced with @remote-method
    - Bug: no generation of transaction for local methods
    - Bug: no generation of isolation level for @remote-home-method
    - Added support for cascade-delete in the @relation tag
    Most of these features have been debated on the mailing-list these past
    weeks, feel free to check out the archives if you need more information
    about them: http://www.yahoogroups.com/group/ejbgen
    Cedric

    They assumed because of how Apple puts in the next *check for updates* date in iTunes. They assumed the new version would come out that day. Though each time a date gets hit after an update, they have always changed the date to another future date at least once.
    Also who knows if it is going to be 1.1.3 or 1.2.1 anyhow since nobdy but Apple knows. Sites calling it 1.1.3 just shows they don't know for sure because the version depends on what is being done...fixes or new features (which nobody but Apple will know).

  • Power Spectrum with RFSA

    Hi all,
    I have some question about fetching power spectrum with RFSA drivers.
    when i set span and resolution bandwidth as 100M and 1M respective in ni5660 Configure for Spectrum,and use ni5660 Read Averaged Power Spectrum to fetch the power spectrum,does averaged power spectrum output the 100M signal once?
    if so,how can i draw the spectrum in Waveform Chart as RFSA demo show us?RFSA demo did use Waveform Chart to draw spectrum,did't it?
    Thanks
    Liu Yuan

    Hello Liu Yuan,
    If you take a look at ni5660 Power in Band example in the LabView Example Finder ( Help -> Find Examples ), you will notice it uses a Waveform Graph.  The Read Averaged Power Spectrum vi is contained within a while loop which means that it will continuously output the averaged power spectrum.  If you want to use the RFSA drivers, I suggest looking at the RFSA Getting Started Spectrum example in the example finder.  This example only reads the spectrum once, but you could put a while loop around the read vi to get continuous spectrum output.  If you have any more questions feel free to post back.
    Regards,
    Benjamin Cook

  • Save Power Spectrum from ni5660

    I am using ni5660 to capture the power pectrum using "ni5660 Power in Band" example.
    Is it possible to save the power spectrum for later use?  In which format can it be saved?  Is there a VI that will do it for me?
    When I mean the spectrun data I mean the output of "ni5660 Read Averaged Power Spectrum".
    Thanks.

    Hi,
    Using any of the File I/O VIs within LabVIEW should work fine for this.  I have attached an example of how this could be implemented by writing to a binary file.  When streaming data in the way you intend to with this example, the binary file format is recommended because it is more efficient in terms of space than other file formats.  In addition to the modified example I have also attached a sample VI that shows how you can read back the data written to the file and confirm that the spectrum actually was saved.  Let me know if you have any questions.
    Regards,
    Andrew W
    National Instruments
    Attachments:
    ni5660 Power In Band w Binary Write.vi ‏57 KB
    Read Binary.vi ‏243 KB

  • Time Capsule disk access SLOW!   2TB - Dual band

    I have a Time Capsule (2TB, Dual Band, Firmare at 7.4.2)
    Its been working like a dream, backing up 3 Macs for the last 8 months.
    I also use it for connecting two or three other disks via USB and then making those accessible over the LAN, and there is also about 100GB of data on the Time capsule disk itself that i use as a dump for files so i can get to them from anywhere on my LAN.
    Lately I started to notice EXTREMELY slow disk access, even when i am connected via ethernet (1000 base) - and equally when I am connected via wifi (n)
    for example, copying over a 2Mb photo can take minutes when it should take seconds.
    i've been trying to figure out whats going on here for a while and so i checked out the sizes of the backup files.. the sparseimages that time machine creates.
    one of them was nearly 1TB, while another was around 500GB and the other was around 120GB
    that plus my data meant there was only about 300GB free on the 2TB disk.
    I have a feeling the slowness could be down to extreme fragmentation of the drive... ??
    so i decided to dump the backup files and copy off my other data and do a erase of the disk and start again.. but get this.. i can't even delete the 1TB file ! I have been trying for about 3 days now and it just will not delete.. i get the Deleting msg box and it just sits there, literally ALL night...
    i know it isn't just hanging on the Mac (10.6.4) because deleting the other two images also took a long time (but not this long!)
    i can't just wipe the disk now because i can't get my other data off either.. I have tried copying it over the network and onto a USB disk connected directly to the Time Capsule, but 3 days later and i'm still copying files..
    to put some context into this, I copied over 1.8Gb today and it took about 4 hours...
    has anyone had this problem before?? what on earth is going on?? is it down to fragmentation, or something else?? the TC has been working fine up until a few weeks ago when i started to notice slow speed.
    any ideas ?
    thanks
    Adam

    if anyone ever has this issue ....
    it must have been EXTREME fragmentation. I bought another 2TB external disk, connected it to the TC, did a complete archive, which took around 24 hours... then i wiped the TC and put stuff back... it now works fine again...

  • White pixel band on my 15" screen

    Hello guys!
    I hope you can help me because I do not know where to turn now. Let me explain my problem.
    I purchased in the month of November 2010 my 15 "MacBook Pro (mid 2010, 2.4 GHz, 4GB of RAM). During the first year of use no problem, the mac worked great and I used it immediately as your primary computer ( traveling and living away from home was an obvious choice.) If at the beginning of the second year were presented serious problems, namely: continuous computer crash, that I initially tried to solve disassembling and exchanging of cards instead of the Ram ), irreversible damage to hard disk drives (internal and external) resulting in loss of critical data, partly recovered by programs such as Drive Genius. And a band of white pixels appeared on the screen (approximately 6.5 cm from the left side of the screen wide and about 4 cm), which is attenuated slightly shake up the screen. All these problems (in time of exams and work) have led me first to ask for help Aesse computer, Apple Premium Reseller of Catania, with whom we have tested the Mac for more than a month, and it was found necessary to replace the Main Board. same fate at the Apple Store in Catania.
    After litigation related to Apple's warranty (the problem occurred in the second year and was linked to a lack of conformity), the Mac has been sent by the retailer Euronics (chain reseller Italian electronics) where I bought it, to its headquarters in Turin , where it replaced the Main Board. It's all right for a year.
    To be noted that in terms of performance, the Mac is back to the first, but about two weeks the band reappeared pixels, giving me a few problems in the visualization and realization of the work (I'm a graphic designer). The Hardware Test does not detect any problems and the band alternates between moments of everlasting presence in moments of terrifying absence (for example, two days ago I had to present to a client a job with the **** white band, the first five minutes when he was absent ).
    I did research on research on the internet but it seems this problem is far from common (the only loser I am, of course). I assume by contradiction that it is a burnt connector on the screen, because when the screen is slightly bent at the sides of the band fades or disappears (sometimes to reappear, sometimes to disappear), but would not explain why after repair (not touching the screen, but only the Main Board), the problem was not resubmitted immediately, but only after a year ... So, not being an expert, I ask you if you can understand what the problem is, because I have run out of options.
    Thank you all for your attention

    Welcome to Apple Discussions, wannafly.
    You should be able to take it to be inspected at an Apple Authorised Service Provider.
    Assuming that you are based in the Netherlands, try Apple Netherlands' online resource locator here.
    15 1.25G/12 1G PBs, Mac minis, iBooks G3/G4,   Mac OS X (10.4.3)   Cube, TAMs, iPods 2G/4G, iPs, AEBS, AX

  • Cannot delete .band files from desktop

    I was working on a file in GarageBand, I saved the .band file on my desktop, but after I quit GarageBand without saving the work, the .band file went a little weird. I tried dragging it to the trash and cmd-delete it but the message came up saying "The item “Recording Final.band” can’t be moved to the Trash because it can’t be deleted." Later I launched GarageBand again, and when I tried to drag the weird .band file from desktop to the GarageBand icon on my dock, the dock appears to crash, my wallpaper went gray for a second and then the dock came back up. Also when I select the file and hit space bar to do a quick look it shows up saying No Items Selected. I like to keep my desktop tidy don't want these files here blocking the way. Anyone knows the solution to the problem?

    The first thing I'd do is just restart your system. You might find the file has disappeared. If not, try deleting it again. If you get the same error msg, do as follows.
    Enable 'show path bar' in Finder > View. Highlight the problem file and make a note of the path.
    Open Terminal and use the
    rm <path to file>
    command to remove it (remove the angled brackets). If you want to be on the safe side, use the command
    cd <parent directory of file>
    to move into the correct folder first.
    Example
    Suppose the path is:
    Lion > Music > Garageband > problemfile.band
    In Terminal, you'd type
    cd ~/Music/Garageband
    Then type
    ls -l
    Assuming you see 'problemfile.band' in the list, type
    rm problemfile.band
    If you get an error, try
    sudo rm problemfile.band
    and enter your admin password (which will be invisible when you type it).
    If you still get an error msg, post back here, stating the error msg.

  • Help! Colour banding graphics problem /posterization?

    Hi.
    I've been having a few problems lately with colour banding/gradients/posterization. I first noticed it 3 or 3 days ago in photoshop, and seem to have noticed it's mostly system wide. I ask her because you're all clever and I don't have a clue what to do next! So please help me!
    Quoted from my thread somewhere else that I've had no luck with and was recomendded to try here...
    Since yesterday whenever I'm using Photoshop and there is blurred edges/gradients etc, basically not solid colours, there is really noticeable sharp colour banding lines around it.
    It's happened before and I've accidentally had it on 8-bit instead of 16-bit, but I've checked all that and it's on 16-bit.
    I've googled it and the only suggestion was about duplicating the layer and blurring it then adding noise, but that didn't even work.
    [EDIT] SINCE THEN I HAVE REALISED IT IS AFFECTING SYSTEM WIDE GRADIENTS AND COLOURS
    My system is set to Highest 32-bit too. I changed it to 16-bit to see what happened and it made the banding 10 times worse.
    An example of the problem
    Posted: Thu May 03, 2012 7:32 pm    Post subject:
    It's supposed to be a smooth gradient. I didn't use the gradient tool, I used the brush tool with solid white and then smudged and blurred it like I always do.
    That's a good point, and actually I did start it as an 8-bit originally (my photoshop has been starting as 8-bit, grayscale for a few weeks now and I don't know why) but then after I remembered and changed it to 16-bit, and noticed the banding, I closed that document and started a new one and changed it to 16-bit RGB when the pop-up for a new document came up.
    The resolution is always 72pixels/inch, and the size 256x512, colour mode RGB.
    In advanced it says colour profile Working RGB: sRGB IEC61966-2.1 which I have no clue what means, and I never usually click advanced so I don't know if that is usually that or different.
    When I use the brush tool and blur and smudge it it's fine, with no banding. It's only when I lower the opacity of that layer, or use Hue/Saturation and Lightness to darken it so it's hardly visible that the banding appears.
    I've just tried it again with a fresh new document and it's still the same. Even in 32-bit it's exactly the same.
    It's done it before, and all I did was close and reopen Photoshop and it was all fine again, but this time it happened last night and since then I have restarted my computer, had it turned off for hours, and I've even tried it on gimp and it's the same.
    Ruled out that it's my monitor, tried a different one that I know works perfectly and it's still the same.
    I've double checked all drivers, and monitor profiles, and drivers for my monitor, and colour profiles, and colour management, my graphics card settings, device manager for problems with any hardware, and everythings coming back fine. Could it be that my graphics card is old and just needs replacing? I'm not good with which one to buy so would getting a new one the same be of any help? The computer is about 6 years old, and the only thing changed on it is the RAM and hard drive.
    I don't really want to end up not using this computer anymore if it's a simple graphics card issue, I just don't know how to tell if it is.
    The thread that is from is here if you want to see some suggestions I've already had.http://www.imvu.com/catalog/modules.php?op=modload&name=phpbb2&file=viewtopic.php&t=423942 &postdays=0&postorder=asc&start=0
    My username is 'Ao'  on there so that is me explaining the problem.
    To add to that...
    Here is another example of what is happening.
    I'm thinking from all the answers I got from google its a graphics card problem. Only problem is all the updates are installed, and I can't find anywhere that sells my graphics card to buy a new one. So I need to know which graphics card will work with my system right now?
    I've done some tests so you can see my system details. Im clueless with which one to buy so please help.
    Here is the first system information....
    Operating System new – server roles
    System Model
    Windows Vista Home Basic Service Pack 2 (build 6002)
    Install Language: English (United States)
    System Locale: English (United Kingdom)
    Installed: 03/09/2011 15:55:03
    GATEWAY E4214 200
    System Serial Number: GCC7320001757
    Processor a
    Main Circuit Board b
    3.45 gigahertz Intel Celeron D
    16 kilobyte primary memory cache
    512 kilobyte secondary memory cache
    64-bit ready
    Not hyper-threaded
    Board: Intel Corporation D945GCCRG1 AAD86518-300
    Serial Number: BTCR70500NBP
    Bus Clock: 133 megahertz
    BIOS: Intel Corp. CR94510J.15A.1015.2007.0712.1513 07/12/2007
    new USB Storage Use in past 30 Days (mouse over last used for details)
    new Hosted Virtual Machines (mouse over name for details)
    Generic USB CF Reader -- drive 2, s/n 920321111113, rev 1.01
    05/05/2012 04:09:52
    Generic USB MS Reader -- drive 4, s/n 920321111113, rev 1.03
    05/05/2012 04:09:52
    Generic USB SD Reader -- drive 1, s/n 920321111113, rev 1.00
    05/05/2012 04:09:52
    Generic USB SM Reader -- drive 3, s/n 920321111113, rev 1.02
    05/05/2012 04:09:52
    HTC Android Phone, s/n HT1BMTR06733, rev 0100
    21/04/2012 15:55:20*
    HTC Android Phone, rev 0100
    21/04/2012 15:48:53*
    USB Mass Storage Device, s/n 812520090519
    21/04/2012 04:23:16*
    * Possibly used again before the reboot following this time.
    None discovered
    Drives new – drive encryption
    Memory Modules c,d
    120.03 Gigabytes Usable Hard Drive Capacity
    32.04 Gigabytes Hard Drive Free Space
    ATAPI DVD W DH16W1P ATA Device [Optical drive]
    Generic USB CF Reader USB Device [Hard drive] -- drive 2
    Generic USB MS Reader USB Device [Hard drive] -- drive 4
    Generic USB SD Reader USB Device [Hard drive] -- drive 1
    Generic USB SM Reader USB Device [Hard drive] -- drive 3
    WDC WD1200JS-00NCB1 [Hard drive] (120.03 GB) -- drive 0, s/n WD-WCANP1131697, rev 10.02E02, SMART Status: Healthy
    2038 Megabytes Usable Installed Memory
    Slot 'J6H1' has 1024 MB (serial number 0x683839C5)
    Slot 'J6J1' has 1024 MB (serial number 0x6A397A46)
    Local Drive Volumes new – volume encryption
    c: (NTFS on drive 0)
    120.03 GB
    32.04 GB free
    Network Drives
    None discovered
    Users (mouse over user name for details)
    Printers
    local user accounts
    last logon
    Adam
    05/05/2012 04:13:02
    (admin)
    Guest
    04/05/2012 16:15:14
    local system accounts
    Administrator
    11/04/2009 14:34:46
    (admin)
    Marks a disabled account;   Marks a locked account
    Lexmark 3100 Series
    on USB001
    Microsoft XPS Document Writer
    on XPSPort:
    Controllers
    Display
    ATA Channel 0 [Controller] (2x)
    ATA Channel 1 [Controller]
    Intel(R) 82801G (ICH7 Family) Ultra ATA Storage Controllers - 27DF
    Intel(R) 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller - 27C0
    Intel(R) 82945G Express Chipset Family [Display adapter]
    LG L1917S [Monitor] (17.1"vis, s/n 11083, January 2006)
    Bus Adapters
    Multimedia
    Microsoft iSCSI Initiator
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB
    Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC
    Realtek High Definition Audio
    Virus Protection [Back to Top]
    Group Policies
    AVG Internet Security 2011
    None discovered
    And here is my DxDiag...
    System Information
    Time of this report: 5/4/2012, 20:45:35
           Machine name: ADAM-PC
       Operating System: Windows Vista™ Home Basic (6.0, Build 6002) Service Pack 2 (6002.vistasp2_gdr.111025-0338)
               Language: English (Regional Setting: English)
    System Manufacturer: GATEWAY
           System Model: E4214
                   BIOS: Default System BIOS
              Processor: Intel(R) Celeron(R) D CPU 3.46GHz, ~3.5GHz
                 Memory: 2036MB RAM
              Page File: 1829MB used, 2487MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
         DxDiag Version: 7.00.6002.18107 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
            Card name: Intel(R) 82945G Express Chipset Family
         Manufacturer: Intel Corporation
            Chip type: Intel(R) 82945G Express Chipset Family
             DAC type: Internal
           Device Key: Enum\PCI\VEN_8086&DEV_2772&SUBSYS_7201107B&REV_02
       Display Memory: 256 MB
    Dedicated Memory: 0 MB
        Shared Memory: 256 MB
         Current Mode: 1280 x 1024 (32 bit) (60Hz)
              Monitor: Generic PnP Monitor
          Driver Name: igdumd32.dll
       Driver Version: 7.14.0010.1437 (English)
          DDI Version: 9Ex
       BGRA Supported: Yes
    Driver Attributes: Final Retail
    Driver Date/Size: 2/11/2008 19:36:08, 3301376 bytes
          WHQL Logo'd: Yes
      WHQL Date Stamp:
    Device Identifier: {D7B78E66-6432-11CF-5676-0B52A3C2CA35}
            Vendor ID: 0x8086
            Device ID: 0x2772
            SubSys ID: 0x7201107B
          Revision ID: 0x0002
          Revision ID: 0x0002
          Video Accel: ModeMPEG2_A ModeMPEG2_C
    Deinterlace Caps: {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                       {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                       {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                       {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                       {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                       {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                       {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                       {AEDC1D5D-8546-440E-AAB2-B69FA725AF82}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_FieldAdaptive
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
         DDraw Status: Enabled
           D3D Status: Enabled
           AGP Status: Enabled
    Sound Devices
                Description: Speakers (Realtek High Definition Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0883&SUBSYS_107B7201&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHDA.sys
             Driver Version: 6.00.0001.6526 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 12/13/2011 19:27:30, 3921448 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Stereo Mix (Realtek High Definition Audio)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: RTKVHDA.sys
             Driver Version: 6.00.0001.6526 (English)
          Driver Attributes: Final Retail
              Date and Size: 12/13/2011 19:27:30, 3921448 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x27C8
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 4/11/2009 14:18:06, 196096 bytes
    | Driver: usbd.sys, 1/21/2008 03:32:24, 5888 bytes
    Gameport Devices
    PS/2 Devices
    + Standard PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 1/21/2008 03:32:45, 54784 bytes
    | Driver: kbdclass.sys, 1/21/2008 03:32:49, 35384 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 1/21/2008 03:32:45, 54784 bytes
    | Driver: kbdclass.sys, 1/21/2008 03:32:49, 35384 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x15D9, 0x0A4D
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    | Driver: mouhid.sys, 1/21/2008 03:32:45, 15872 bytes
    | Driver: mouclass.sys, 1/21/2008 03:32:45, 34360 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 4/11/2009 14:18:05, 53224 bytes
    | Driver: sermouse.sys, 1/21/2008 03:32:45, 19968 bytes
    | Driver: mouclass.sys, 1/21/2008 03:32:45, 34360 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 32.1 GB
    Total Space: 114.5 GB
    File System: NTFS
          Model: WDC WD1200JS-00NCB1 ATA Device
          Drive: D:
          Model: ATAPI DVD W  DH16W1P ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 67072 bytes
    System Devices
         Name: Intel(R) 82801G (ICH7 Family) Ultra ATA Storage Controllers - 27DF
    Device ID: PCI\VEN_8086&DEV_27DF&SUBSYS_7201107B&REV_01\3&2ACF1E9&0&F9
       Driver: C:\Windows\system32\DRIVERS\intelide.sys, 6.00.6001.18000 (English), 1/21/2008 03:32:21, 17976 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 43496 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 19944 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 109032 bytes
         Name: Intel(R) 82801G (ICH7 Family) SMBus Controller - 27DA
    Device ID: PCI\VEN_8086&DEV_27DA&SUBSYS_7201107B&REV_01\3&2ACF1E9&0&FB
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_27D8&SUBSYS_7201107B&REV_01\3&2ACF1E9&0&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:07, 561152 bytes
         Name: Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D6
    Device ID: PCI\VEN_8086&DEV_27D6&SUBSYS_27D68086&REV_01\3&2ACF1E9&0&E3
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 149480 bytes
         Name: Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D4
    Device ID: PCI\VEN_8086&DEV_27D4&SUBSYS_27D48086&REV_01\3&2ACF1E9&0&E2
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 149480 bytes
         Name: Intel(R) 82801G (ICH7 Family) PCI Express Root Port - 27D0
    Device ID: PCI\VEN_8086&DEV_27D0&SUBSYS_27D08086&REV_01\3&2ACF1E9&0&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 149480 bytes
         Name: Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC
    Device ID: PCI\VEN_8086&DEV_27CC&SUBSYS_7201107B&REV_01\3&2ACF1E9&0&EF
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:07, 39936 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:07, 226304 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 196096 bytes
       Driver: C:\Windows\system32\hccoin.dll, 6.00.6000.16386 (English), 11/2/2006 10:46:05, 8704 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/21/2008 03:32:24, 15872 bytes
         Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB
    Device ID: PCI\VEN_8086&DEV_27CB&SUBSYS_7201107B&REV_01\3&2ACF1E9&0&EB
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/21/2008 03:32:24, 23552 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:07, 226304 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 196096 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/21/2008 03:32:24, 15872 bytes
         Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA
    Device ID: PCI\VEN_8086&DEV_27CA&SUBSYS_7201107B&REV_01\3&2ACF1E9&0&EA
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/21/2008 03:32:24, 23552 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:07, 226304 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 196096 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/21/2008 03:32:24, 15872 bytes
         Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9
    Device ID: PCI\VEN_8086&DEV_27C9&SUBSYS_7201107B&REV_01\3&2ACF1E9&0&E9
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/21/2008 03:32:24, 23552 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:07, 226304 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 196096 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/21/2008 03:32:24, 15872 bytes
         Name: Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8
    Device ID: PCI\VEN_8086&DEV_27C8&SUBSYS_7201107B&REV_01\3&2ACF1E9&0&E8
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/21/2008 03:32:24, 23552 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:07, 226304 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 196096 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/21/2008 03:32:24, 15872 bytes
         Name: Intel(R) 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller - 27C0
    Device ID: PCI\VEN_8086&DEV_27C0&SUBSYS_7201107B&REV_01\3&2ACF1E9&0&FA
       Driver: C:\Windows\system32\DRIVERS\intelide.sys, 6.00.6001.18000 (English), 1/21/2008 03:32:21, 17976 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 43496 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 19944 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 109032 bytes
         Name: Intel(R) 82801GB/GR (ICH7 Family) LPC Interface Controller - 27B8
    Device ID: PCI\VEN_8086&DEV_27B8&SUBSYS_7201107B&REV_01\3&2ACF1E9&0&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.00.6001.18000 (English), 1/21/2008 03:32:22, 16440 bytes
         Name: Intel(R) 82945G Express Chipset Family
    Device ID: PCI\VEN_8086&DEV_2772&SUBSYS_7201107B&REV_02\3&2ACF1E9&0&10
       Driver: C:\Windows\system32\DRIVERS\igdkmd32.sys, 7.14.0010.1437 (English), 2/11/2008 19:36:10, 2302976 bytes
       Driver: C:\Windows\system32\igdumd32.dll, 7.14.0010.1437 (English), 2/11/2008 19:36:08, 3301376 bytes
       Driver: C:\Windows\system32\iglhxs32.vp, 2/11/2008 21:06:46, 32848 bytes
       Driver: C:\Windows\system32\iglhxo32.vp, 2/11/2008 18:35:36, 2096 bytes
       Driver: C:\Windows\system32\iglhxc32.vp, 10/19/2006 03:10:57, 2096 bytes
       Driver: C:\Windows\system32\hccutils.dll, 7.14.0010.1437 (English), 2/11/2008 18:46:50, 106496 bytes
       Driver: C:\Windows\system32\igfxsrvc.dll, 7.14.0010.1437 (English), 2/11/2008 18:47:14, 48640 bytes
       Driver: C:\Windows\system32\igfxsrvc.exe, 7.14.0010.1437 (English), 2/11/2008 20:13:10, 256536 bytes
       Driver: C:\Windows\system32\igfxpph.dll, 7.14.0010.1437 (English), 2/11/2008 18:47:34, 204800 bytes
       Driver: C:\Windows\system32\igfxcpl.cpl, 7.14.0010.1437 (English), 2/11/2008 18:47:24, 122880 bytes
       Driver: C:\Windows\system32\igfxcfg.exe, 7.14.0010.1437 (English), 2/11/2008 20:13:04, 539160 bytes
       Driver: C:\Windows\system32\igfxdev.dll, 7.14.0010.1437 (English), 2/11/2008 18:46:44, 204800 bytes
       Driver: C:\Windows\system32\igfxdo.dll, 7.14.0010.1437 (English), 2/11/2008 18:46:58, 135168 bytes
       Driver: C:\Windows\system32\igfxtray.exe, 7.14.0010.1437 (English), 2/11/2008 20:13:12, 141848 bytes
       Driver: C:\Windows\system32\igfxzoom.exe, 7.14.0010.1437 (English), 2/11/2008 20:13:14, 170520 bytes
       Driver: C:\Windows\system32\hkcmd.exe, 7.14.0010.1437 (English), 2/11/2008 20:13:02, 166424 bytes
       Driver: C:\Windows\system32\igfxress.dll, 7.14.0010.1437 (English), 2/11/2008 18:46:32, 3293184 bytes
       Driver: C:\Windows\system32\igfxpers.exe, 7.14.0010.1437 (English), 2/11/2008 20:13:08, 133656 bytes
       Driver: C:\Windows\system32\igfxTMM.dll, 7.14.0010.1437 (English), 2/11/2008 18:48:00, 245760 bytes
       Driver: C:\Windows\system32\igfxext.exe, 7.14.0010.1437 (English), 2/11/2008 20:13:06, 170520 bytes
       Driver: C:\Windows\system32\igfxexps.dll, 7.14.0010.1437 (English), 2/11/2008 18:47:26, 24576 bytes
       Driver: C:\Windows\system32\oemdspif.dll, 7.14.0010.1437 (English), 2/11/2008 18:47:38, 69632 bytes
       Driver: C:\Windows\system32\igfxrara.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:14, 159744 bytes
       Driver: C:\Windows\system32\igfxrchs.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:14, 114688 bytes
       Driver: C:\Windows\system32\igfxrcht.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:14, 110592 bytes
       Driver: C:\Windows\system32\igfxrdan.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:16, 176128 bytes
       Driver: C:\Windows\system32\igfxrdeu.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:16, 192512 bytes
       Driver: C:\Windows\system32\igfxrenu.lrc, 7.14.0010.1437 (English), 2/11/2008 18:46:32, 172032 bytes
       Driver: C:\Windows\system32\igfxresp.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:16, 188416 bytes
       Driver: C:\Windows\system32\igfxrfin.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:16, 176128 bytes
       Driver: C:\Windows\system32\igfxrfra.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:18, 184320 bytes
       Driver: C:\Windows\system32\igfxrheb.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:18, 155648 bytes
       Driver: C:\Windows\system32\igfxrita.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:18, 188416 bytes
       Driver: C:\Windows\system32\igfxrjpn.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:18, 131072 bytes
       Driver: C:\Windows\system32\igfxrkor.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:20, 126976 bytes
       Driver: C:\Windows\system32\igfxrnld.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:20, 188416 bytes
       Driver: C:\Windows\system32\igfxrnor.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:20, 176128 bytes
       Driver: C:\Windows\system32\igfxrplk.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:20, 180224 bytes
       Driver: C:\Windows\system32\igfxrptb.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:20, 180224 bytes
       Driver: C:\Windows\system32\igfxrptg.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:20, 180224 bytes
       Driver: C:\Windows\system32\igfxrrus.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:22, 180224 bytes
       Driver: C:\Windows\system32\igfxrsky.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:22, 176128 bytes
       Driver: C:\Windows\system32\igfxrslv.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:22, 172032 bytes
       Driver: C:\Windows\system32\igfxrsve.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:22, 176128 bytes
       Driver: C:\Windows\system32\igfxrtha.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:22, 163840 bytes
       Driver: C:\Windows\system32\igfxrcsy.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:14, 176128 bytes
       Driver: C:\Windows\system32\igfxrell.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:16, 192512 bytes
       Driver: C:\Windows\system32\igfxrhun.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:18, 184320 bytes
       Driver: C:\Windows\system32\igfxrtrk.lrc, 7.14.0010.1437 (English), 2/11/2008 18:52:22, 172032 bytes
       Driver: C:\Windows\system32\ig4icd32.dll, 7.14.0010.1437 (English), 2/11/2008 19:01:30, 2420736 bytes
       Driver: C:\Windows\system32\ig4dev32.dll, 7.14.0010.1437 (English), 2/11/2008 19:01:44, 2174976 bytes
       Driver: C:\Windows\system32\igfxCoIn_v1437.dll, 2/11/2008 19:55:18, 147456 bytes
         Name: Intel(R) 945G/GZ/P/PL Processor to I/O Controller - 2770
    Device ID: PCI\VEN_8086&DEV_2770&SUBSYS_7201107B&REV_02\3&2ACF1E9&0&00
       Driver: n/a
         Name: Intel(R) 82801 PCI Bridge - 244E
    Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_7201107B&REV_E1\3&2ACF1E9&0&F0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 14:18:06, 149480 bytes
         Name: Intel(R) PRO/100 VE Network Connection
    Device ID: PCI\VEN_8086&DEV_1094&SUBSYS_7201107B&REV_01\4&1535EDCF&0&40F0
       Driver: C:\Windows\system32\DRIVERS\e100b325.sys, 8.00.0044.0000 (English), 1/21/2008 03:32:24, 159744 bytes
         Name: PCI Soft Data Fax Modem with SmartCP
    Device ID: PCI\VEN_14F1&DEV_2F40&SUBSYS_200014F1&REV_00\4&1535EDCF&0&28F0
       Driver: C:\Windows\SYSTEM32\DRIVERS\HSX_CNXT.sys, 7.67.0000.0000 (English), 6/20/2007 03:28:22, 660480 bytes
       Driver: C:\Windows\SYSTEM32\DRIVERS\HSXHWBS2.sys, 7.67.0000.0000 (English), 6/20/2007 03:28:38, 267264 bytes
       Driver: C:\Windows\SYSTEM32\DRIVERS\HSX_DPV.sys, 7.67.0000.0000 (English), 6/20/2007 03:29:56, 984064 bytes
       Driver: C:\Windows\SYSTEM32\DRIVERS\mdmxsdk.sys, 1.00.0002.0012 (English), 6/19/2006 06:26:58, 12672 bytes
       Driver: C:\Windows\SYSTEM32\DRIVERS\HSFProf.cty, 6/30/2007 14:38:38, 143829 bytes
       Driver: C:\Windows\SYSTEM32\DRIVERS\XAudio.sys, 1.00.0011.0000 (English), 6/29/2007 09:11:02, 8704 bytes
       Driver: C:\Windows\SYSTEM32\DRIVERS\XAudio.exe, 1.00.0011.0000 (English), 6/29/2007 09:11:16, 386560 bytes
       Driver: C:\Windows\system32\mdmxsdk.dll, 1.00.0002.0012 (English), 6/19/2006 06:26:50, 94208 bytes
       Driver: C:\Program Files\CONEXANT\CNXT_MODEM_PCI_HSF\UIU32m.exe, 4.00.0026.0000 (English), 6/26/2007 03:30:56, 790528 bytes
       Driver: C:\Windows\system32\UCI32M20.dll, 2.00.0020.0000 (English), 7/13/2007 04:42:40, 217088 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,,
    WMAPro over S/PDIF DMO,0x00600800,1,1,,
    WMSpeech Decoder DMO,0x00600800,1,1,,
    MP3 Decoder DMO,0x00600800,1,1,,
    Mpeg4s Decoder DMO,0x00800001,1,1,,
    WMV Screen decoder DMO,0x00600800,1,1,,
    WMVideo Decoder DMO,0x00800001,1,1,,
    Mpeg43 Decoder DMO,0x00800001,1,1,,
    Mpeg4 Decoder DMO,0x00800001,1,1,,
    CoreVolume Filter,0x00000000,0,0,,
    Full Screen Renderer,0x00200000,1,0,,6.06.6002.18533
    Multiple File Output,0x00200000,2,2,WMM2FILT.dll,
    WMT Black Frame Generator,0x00200000,1,1,WMM2FILT.dll,
    WMT Import Filter,0x00200000,0,1,WMM2FILT.dll,
    DV Muxer,0x00400000,0,0,,6.06.6001.18000
    Color Space Converter,0x00400001,1,1,,6.06.6002.18533
    WMT Interlacer,0x00200000,1,1,WMM2FILT.dll,
    WM ASF Reader,0x00400000,0,0,,11.00.6001.7000
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,11.00.6001.7000
    AVI Splitter,0x00600000,1,1,,6.06.6002.18533
    VGA 16 Color Ditherer,0x00400000,1,1,,6.06.6002.18533
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.6002.18363
    WMT Format Conversion,0x00200000,1,1,WMM2FILT.dll,
    9x8Resize,0x00200000,1,1,WMM2FILT.dll,
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.6002.18363
    WMT Virtual Source,0x00200000,0,1,WMM2FILT.dll,
    MJPEG Decompressor,0x00600000,1,1,,6.06.6002.18533
    MPEG-I Stream Splitter,0x00600000,1,2,,6.06.6002.18533
    SAMI (CC) Parser,0x00400000,1,1,,6.06.6002.18533
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.6001.18000
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.6002.18363
    WMT AudioAnalyzer,0x00200000,1,1,WMM2FILT.dll,
    Stretch Video,0x00200000,1,1,WMM2FILT.dll,
    Internal Script Command Renderer,0x00800001,1,0,,6.06.6002.18533
    MPEG Audio Decoder,0x03680001,1,1,,6.06.6002.18533
    DV Splitter,0x00600000,1,2,,6.06.6001.18000
    CoreImgSrc,0x00000000,0,0,,
    Video Mixing Renderer 9,0x00200000,1,0,,6.06.6002.18533
    Frame Eater,0x00200000,1,1,WMM2FILT.dll,
    CoreMovSrc,0x00000000,0,0,,
    Allocator Fix,0x00200000,1,1,WMM2FILT.dll,
    ACM Wrapper,0x00600000,1,1,,6.06.6002.18533
    Video Renderer,0x00800001,1,0,,6.06.6002.18533
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.6002.18363
    Capture ASF Writer,0x00200000,0,0,WMM2FILT.dll,
    Line 21 Decoder,0x00600000,1,1,,6.06.6002.18533
    Video Port Manager,0x00600000,2,1,,6.06.6002.18533
    Video Renderer,0x00400000,1,0,,6.06.6002.18533
    Bitmap Generate,0x00200000,1,1,WMM2FILT.dll,
    Proxy Sink,0x00200000,1,0,WMM2FILT.dll,
    Proxy Source,0x00200000,0,1,WMM2FILT.dll,
    WM ASF Writer,0x00400000,0,0,,11.00.6001.7000
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.00.6001.18000
    WMT Sample Information Filter,0x00200000,1,1,WMM2FILT.dll,
    File writer,0x00200000,1,0,,6.06.6001.18000
    CoreCaption Filter,0x00000000,0,0,,
    CoreNullXfrm Filter,0x00000000,0,0,,
    WAV Dest,0x00000000,0,0,,
    DVD Navigator,0x00200000,0,3,,6.06.6002.18533
    WMT DV Extract,0x00200000,1,1,WMM2FILT.dll,
    Overlay Mixer2,0x00200000,1,1,,6.06.6002.18533
    AVI Draw,0x00600064,9,1,,6.06.6002.18533
    WST Pager,0x00800000,1,1,WSTPager.ax,6.06.6001.18000
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.6002.18363
    Record Queue,0x00200000,1,1,WMM2FILT.dll,
    DV Video Decoder,0x00800000,1,1,,6.06.6001.18000
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.6002.18005
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.6002.18005
    WMT Log Filter,0x00200000,1,1,WMM2FILT.dll,
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.6002.18496
    WMT Virtual Renderer,0x00200000,1,0,WMM2FILT.dll,
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.6002.18363
    Smart Tee,0x00200000,1,2,,6.06.6001.18000
    Overlay Mixer,0x00200000,0,0,,6.06.6002.18533
    AVI Decompressor,0x00600000,1,1,,6.06.6002.18533
    WMT MuxDeMux Filter,0x00200000,0,0,WMM2FILT.dll,
    AVI/WAV File Source,0x00400000,0,2,,6.06.6002.18533
    WMT Volume,0x00200000,1,1,WMM2FILT.dll,
    Wave Parser,0x00400000,1,1,,6.06.6002.18533
    MIDI Parser,0x00400000,1,1,,6.06.6002.18533
    Multi-file Parser,0x00400000,1,1,,6.06.6002.18533
    File stream renderer,0x00400000,1,1,,6.06.6002.18533
    WMT VIH2 Fix,0x00200000,1,1,WMM2FILT.dll,
    AVI Mux,0x00200000,1,0,,6.06.6001.18000
    Line 21 Decoder 2,0x00600002,1,1,,6.06.6002.18533
    File Source (Async.),0x00400000,0,1,,6.06.6002.18533
    File Source (URL),0x00400000,0,1,,6.06.6002.18533
    AudioRecorder WAV Dest,0x00200000,0,0,,6.00.6001.18000
    AudioRecorder Wave Form,0x00200000,0,0,,6.00.6001.18000
    SoundRecorder Null Renderer,0x00200000,0,0,,6.00.6001.18000
    Infinite Pin Tee Filter,0x00200000,1,1,,6.06.6001.18000
    WMT Switch Filter,0x00200000,1,1,WMM2FILT.dll,
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.00.6002.18005
    Uncompressed Domain Shot Detection Filter,0x00200000,1,1,WMM2FILT.dll,
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.6002.18496
    MPEG Video Decoder,0x40000001,1,1,,6.06.6002.18533
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,,6.00.6001.18000
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,,
    WMVideo9 Encoder DMO,0x00600800,1,1,,
    MSScreen 9 encoder DMO,0x00600800,1,1,,
    DV Video Encoder,0x00200000,0,0,,6.06.6001.18000
    MJPEG Compressor,0x00200000,0,0,,6.06.6002.18533
    Cinepak Codec by Radius,0x00200000,1,1,,6.06.6001.18000
    Logitech Video (I420),0x00200000,1,1,,6.06.6001.18000
    Intel IYUV codec,0x00200000,1,1,,6.06.6001.18000
    Microsoft RLE,0x00200000,1,1,,6.06.6001.18000
    Microsoft Video 1,0x00200000,1,1,,6.06.6001.18000
    VP60® Simple Profile ,0x00200000,1,1,,6.06.6001.18000
    VP61® Advanced Profile,0x00200000,1,1,,6.06.6001.18000
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,,
    WMAudio Encoder DMO,0x00600800,1,1,,
    IMA ADPCM,0x00200000,1,1,,6.06.6002.18533
    PCM,0x00200000,1,1,,6.06.6002.18533
    Microsoft ADPCM,0x00200000,1,1,,6.06.6002.18533
    GSM 6.10,0x00200000,1,1,,6.06.6002.18533
    Messenger Audio Codec,0x00200000,1,1,,6.06.6002.18533
    CCITT A-Law,0x00200000,1,1,,6.06.6002.18533
    CCITT u-Law,0x00200000,1,1,,6.06.6002.18533
    MPEG Layer-3,0x00200000,1,1,,6.06.6002.18533
    Audio Capture Sources:
    Stereo Mix (Realtek High Defini,0x00200000,0,0,,6.06.6001.18000
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,,6.06.6002.18533
    Microsoft GS Wavetable Synth,0x00200000,1,0,,6.06.6002.18533
    WDM Streaming Capture Devices:
    Realtek HD Audio Line input,0x00200000,1,1,,6.00.6001.18000
    Realtek HD Audio Mic input,0x00200000,1,1,,6.00.6001.18000
    Realtek HD Audio Stereo input,0x00200000,1,1,,6.00.6001.18000
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,1,1,,6.00.6001.18000
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.0

    Thank you for the reply, you seem to know what you're on about.
    When I go to color managment in the first tab, devices, where it says profiles associated with this device it is empty, and 'use my settings for this device' is unticked. It says device at the top and mine says 'Display: Generic Pnp Monitor - Intel(R) 82945G Express Chipset Family'.
    I did try to set up my monitor and had the .icc file for it in that list that pops up when I tick use my settings and click add, and I think I did set the profile to be the one for my monitor. I can't remember exactly how I did it and where I get that .icc file from, I've been through so many settings and websites trying to fix this.
    It's not like I've recently changed any hardware or anything or my monitor, I was on photoshop one minute and it worked fine, then the next it just didn't. It's so strange because all I was doing at the time was using photoshop and I don't understand how it can go from working fine to all these problems with graphics and the banding. It's so confusing.
    I can noticeably see banding on that image. It is still a gradient and smooth to a degree, but there is obvious lines of colour differences, and a harsher line on the outside.
    Is that smooth for you? For me there is very obvious banding, especially at the top on the white on black.
    I just don't know what else to do. I've tried everything I can think of, and spent hours upon hours on google. I've even tried a system restore to put it back to how it was when it was working perfectly, but it's still the same. I tried it on another monitor, just plug and play, and it was the same. Is there an easy way to install a monitor properly so that it should in theory work perfect? Because you're talking about the monitor profile, but with the second one I tried to test it all I did was plug it in and it was still the same. I've even tried it on my tv, and as I remember I think it was less noticeable, but then again that might be because of my tv settings because my tv is quite dark.
    Just clueless as to what else to do now. I don't want to go out and buy a new computer for £100's over this, as I don't really have the funds to do so but I need a computer so the only option would be to sell my new iphone that I only got last week! Which I obviously don't want to do. That's how desperate I am to fix this though.

  • How to create the bands

    Hi,
    Can any one help me out in creating the bands in Webi (for example : Report of aging and its performance, so some measures need to be analysed against the age bands like 10-20,20-30,30-40....so on).
    Is it possible to define certain bands in the BO XI 3.1 Webi.
    Regards,
    Siva

    You can define bands in Web-I with the help of If Else logic and Context operators (If required). Here is one of the formula
    that I am using in my reports:
    =If(([Measure] ForEach ([Dim]))>=80) Then ">80%" ElseIf(([Measure] ForEach ([Dim]) Between(70;80))) Then "70% - 80%" ElseIf
    (([Measure] ForEach ([Dim]) Between(60;70))) Then "60% - 70%" ElseIf(([Measure] ForEach ([Dim]) Between(50;60)))
    Then "50% - 60%" Else "<50%"
    You can remove the For Each ([Dim]) from the formula if you want to work with default context. Else use "In", "For Each" and
    "For All" depending on the requirement.
    Regards,
    Rohit
    Edited by: rohit12 on Jun 15, 2010 8:10 AM

  • I have an iPad 1 that is currently showing software updated at version 5.1.1.  Is it possible to update to iOS version 7 on this device?  My goal is to get Garage Band on this device and the app store is telling me I need iOS version 7.

    I have an iPad 1 that is currently showing software updated at version 5.1.1.  Is it possible to update to iOS version 7 on this device?  My goal is to get Garage Band on this device and the app store is telling me I need iOS version 7.

    Hi,
    If you really need to upgrade you can save a bit of money and get an older version than the ipad Air.
    First, you can sell your ipad 1 to places like gazelle.com, cashforyourmac.com, sellyour mac.com, or many others out there. The sites I listed give you cash. At this point gazelle.com is giving $70.00 for any ipad 1 in 'good' condition. And cashforyourmac will give you $25.00 over what gazelle.com or sellyourmac.com offers you. Shipping is free.
    Then, with that money, go the the Apple online certified refurbished store. As an example, a new 64gb Air costs $699.00. A refurbed 4th gen 64gb costs $529.00 and a 3rd gen 64gb costs $499.00. Personally, I'd skip the 3rd gen. So if you buy a 4th gen 64gb at $529.00 minus what you can get from a sale to above, you can get an ipad 4 64gb for just over $430.00, a savings of savings of about $270.00. (A new 32gb Air is $599.00, a 4th gen 32gb is $449.00, and a 3rd gen 32gb is not on the site right now.) Google it and check if you can get better offers anywhere else. But getting one from the Apple refurb store gives you an essentially new ipad and using the above sites, you're not locked in with a particular site which will give you a gift card and restrict you to their store/site.
    Each Apple refurbished ipad (any version) comes with a new front and back cover, a brand new battery, same return policy, and a full one year warranty with 90 days of phone support. Each comes in a white box like a new ipad with the wall charger and usb cable. The only difference is that it says in small print on the bottom of the box that it is Apple certified refurbished. Also, if you buy refurbs, be sure to check the store many times a day. They can come and go quickly, so when you see what you want, buy it right away. Shipping is free and pretty fast. (We bought two a year and a half ago and they have been great!)
    Hope this helps.

  • How to calculate power in specific frequency band

    Hi Everyone. I have been trolling on here for months but this is my first post so I hope I am putting this in the correct place.
    What I am trying to do is simple in theory but I have tried over and over and am having no luck in getting this to work. I wish to calculate the power in specific frequency bands for heart rate variability analysis.
    Referring to the article "Using LabVIEW for Heart Rate Variability Analysis"  http://zone.ni.com/devzone/cda/epd/p/id/5832 I am aware of the steps I need to follow.
    I have plotted the RR intervals and resampled these with cubic spline interpolation to give a nice time dependent series. I then wire this to a PSD VI and this is where I am out of my depth.
    I know from the above article that I am looking for power in these frequency bands
    VLF  
    ms2
    Power from 0–0.04 Hz.
    LF  
    ms2
    Power from 0.04–0.15 Hz.
    HF
    ms2
    Power from 0.15–0.4 Hz.
    The NI Biomedical Startup kit can do these, however I am unable to look into the source code as I do not have some required plugins in my installation. I have LabVIEW 8.6 full development system.
    As this is not my area there is a steep learning curve and I have read many forum posts and pages but am still unsure of what I need to do here.
    It is my understanding that the frequency resolution is simply the sample rate/number of samples. So if I require a resolution of 0.01Hz then theoretically 100Hz sample rate and 10,000samples would give me this.Furthermore I gather that the size of the output array from the PSD VI is equal to the # of data points (This i have just noticed from trial and error so I may be wrong).
    Therefore if I am using the above values then is it correct that PSD would return an array and all I need to do is simply sum the contents of those array elements to get the power?
    For example if frequency resolution is 0.01 , then to get power from 0-0.04Hz I must simply add the first 4 elements in the PSD output array?
    I have made a test VI to show what I am talking about and attached it to this post.
    Some feedback on the required approach would be a lifesaver here. I have purchased a couple of books and read through pages of forum posts but am still having trouble with this.
    Many thanks!
    Attachments:
    labviewhelp.jpg ‏53 KB

    Sorry about that, I didn't realize you wanted to run the code too The VI was doing a bunch of other stuff so I have tried to clean that out and just leave the relevant bit. As mentioned above, the case block executes when a peak is detected in the data and appends this value to an array.
    I am using the technique of resampling the data because this is what was mentioned in this http://zone.ni.com/devzone/cda/epd/p/id/5832 and also in another reference that I have been following titled "Heart Rate Variability Standards of Measurement, Physiological Interpretation, and Clinical Use" http://circ.ahajournals.org/cgi/content/full/93/5/1043 which states
    "The spectrum of the HRV signal is generally calculated eitherfrom the RR interval tachogram (RR durations versus number ofprogressive beats; see Fig 5a,b) or by interpolating the DES,thus obtaining a continuous signal as a function of time, orby calculating the spectrum of the counts–unitary pulsesas a function of time corresponding to each recognized QRS complex.35Such a choice may have implications on the morphology, themeasurement units of the spectra, and the measurement of therelevant spectral parameters. To standardize the methods used,the use of RR interval tachogram with the parametric method,or the use of the regularly sampled interpolation of DES withthe nonparametric method may be suggested; nevertheless, regularlysampled interpolation of DES is also suitable for parametricmethods. The sampling frequency of interpolation of DES mustbe sufficiently high that the Nyquist frequency of the spectrumis not within the frequency range of interest."
    Attachments:
    Exp-PulseOximeter.vi ‏205 KB

  • Error while opening garage band

    Hi, does anybody knows what this errors mean???
    I was using my garage band like always, then a few weeks ago it just doesnt open, and give me errors like this one:
    Process:         GarageBand [1964]
    Path:            /Applications/GarageBand.app/Contents/MacOS/GarageBand
    Identifier:      com.apple.garageband
    Version:         6.0.5 (428.5)
    Build Info:      GarageBand_App-4280500~2
    Code Type:       X86 (Native)
    Parent Process:  launchd [96]
    Date/Time:       2012-06-01 22:03:23.311 +0200
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          76477 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  18 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      A4B474DA-9409-4DA4-AD79-AA9DE51BA793
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                                     0x17cd7e40 0 + 399343168
    1   com.apple.AppKit                        0x9545b626 -[NSWindowTemplate nibInstantiate] + 588
    2   com.apple.AppKit                        0x953cc9f9 -[NSIBObjectData instantiateObject:] + 253
    3   com.apple.AppKit                        0x953cbcfe -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 336
    4   com.apple.AppKit                        0x953ca1a4 loadNib + 257
    5   com.apple.AppKit                        0x953c97f7 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 831
    6   com.apple.AppKit                        0x953c94ad +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158
    7   com.apple.AppKit                        0x95458fcb -[NSWindowController loadWindow] + 223
    8   com.apple.AppKit                        0x953eff22 -[NSWindowController window] + 89
    9   com.apple.garageband                    0x002b4125 0x1000 + 2830629
    10  com.apple.garageband                    0x0006d765 0x1000 + 444261
    11  com.apple.garageband                    0x00066fc5 0x1000 + 417733
    12  com.apple.Foundation                    0x90fc2db3 _nsnote_callback + 176
    13  com.apple.CoreFoundation                0x900d7763 __CFXNotificationPost + 947
    14  com.apple.CoreFoundation                0x900d716a _CFXNotificationPostNotification + 186
    15  com.apple.Foundation                    0x90fb7c50 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    16  com.apple.Foundation                    0x90fc505d -[NSNotificationCenter postNotificationName:object:] + 56
    17  com.apple.AppKit                        0x9543c216 -[NSApplication _postDidFinishNotification] + 125
    18  com.apple.AppKit                        0x9543c126 -[NSApplication _sendFinishLaunchingNotification] + 74
    19  com.apple.AppKit                        0x95593339 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 274
    20  com.apple.AppKit                        0x95592f59 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    21  com.apple.Foundation                    0x90ff81f8 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    22  com.apple.Foundation                    0x90ff7fbc _NSAppleEventManagerGenericHandler + 228
    23  com.apple.AE                            0x99ce6f5c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    24  com.apple.AE                            0x99ce6e5b dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    25  com.apple.AE                            0x99ce6d65 aeProcessAppleEvent + 197
    26  com.apple.HIToolbox                     0x925af197 AEProcessAppleEvent + 50
    27  com.apple.AppKit                        0x9540c7d2 _DPSNextEvent + 1420
    28  com.apple.AppKit                        0x9540bdd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    29  com.apple.AppKit                        0x953ce1f3 -[NSApplication run] + 821
    30  com.apple.AppKit                        0x953c6289 NSApplicationMain + 574
    31  com.apple.garageband                    0x0019cae0 0x1000 + 1686240
    32  com.apple.garageband                    0x0000311a 0x1000 + 8474
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x967a8382 kevent + 10
    1   libSystem.B.dylib                       0x967a8a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x967a7f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x967a7cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x967a7781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x967a75c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x967a7412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x967a79a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x967a75c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                       0x96781afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96782267 mach_msg + 68
    2   com.apple.CoreFoundation                0x900b92df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x900b83c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x900b81f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x90ffc224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x90fc34c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x90fc3474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    9   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 4:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x967a0ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x900f8c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    3   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967db9c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x967db903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x95575e2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x90fc34c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x90fc3474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x967a7412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x967a79a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x967a75c6 start_wqthread + 30
    Thread 7:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles            0x02a2c5e8 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a2c6b1 ResolveFile + 55009
    5   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    6   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles            0x02a2c5e8 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a2c6b1 ResolveFile + 55009
    5   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    6   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x96781b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x967af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x967de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x943b43ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x943b73dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x943b4cda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x943b4571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x943b4488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    9   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x96781b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x967af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x967de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x943b43ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x943b73dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x943b4cda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x943b4571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x943b4488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    9   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x96781c0e mach_wait_until + 10
    1   ...ple.CoreServices.CarbonCore          0x922c67f0 MPDelayUntil + 43
    2   ...ple.CoreServices.CarbonCore          0x922d6226 Delay + 107
    3   ...opellerheads.rewire.library          0x1a60b7e8 RWPUnregisterDeviceImp + 21574
    4   ...opellerheads.rewire.library          0x1a626a5c RWPUnregisterDeviceImp + 132794
    5   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    6   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x967bd58a select$DARWIN_EXTSN$NOCANCEL + 10
    1   libSystem.B.dylib                       0x96855c4b select + 92
    2   libQtCore.4.dylib                       0x1d1624a1 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 81
    3   libQtCore.4.dylib                       0x1d1663ea QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 458
    4   libQtCore.4.dylib                       0x1d1678ec QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 172
    5   libQtCore.4.dylib                       0x1d12c711 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
    6   libQtCore.4.dylib                       0x1d12c95a QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
    7   libQtCore.4.dylib                       0x1cff499d QThread::exec() + 157
    8   TorqEngine                              0x1a8340ef ReWireEngineThread::run() + 47
    9   libQtCore.4.dylib                       0x1cff6deb QThreadPrivate::start(void*) + 235
    10  libSystem.B.dylib                       0x967af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02ae970c MD::CallProcessThread1(void*) + 108
    4   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    5   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02ae94bc MD::CallProcessThread2(void*) + 108
    4   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    5   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02ae892c MD::CallProcessThread7(void*) + 108
    4   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    5   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af84d _pthread_cond_wait + 1430
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02b05717 GetCurrentCoreAudioDeviceNameFromUserDefaults(signed char) + 18391
    4   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    5   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x96781afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96782267 mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x0299c0c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3   com.apple.audio.midi.CoreMIDI           0x029ba97a MIDIProcess::RunMIDIInThread() + 150
    4   com.apple.audio.midi.CoreMIDI           0x0299d2d9 XThread::RunHelper(void*) + 17
    5   com.apple.audio.midi.CoreMIDI           0x0299cca6 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x96781b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x967af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x967de5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x92242b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x922428ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x92266b8b TimerThread + 97
    6   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 19:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.JavaScriptCore                0x9483dfc1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    5   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x17cd7e40  ebx: 0x005d3c7a  ecx: 0x00000001  edx: 0x00000000
      edi: 0x20c0cb80  esi: 0x00620e40  ebp: 0xbfffe468  esp: 0xbfffe41c
       ss: 0x0000001f  efl: 0x00010246  eip: 0x17cd7e40   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x17cd7e40
    Binary Images:
        0x1000 -   0x428fe3  com.apple.garageband 6.0.5 (428.5) <DEDA1CED-FB43-0783-3755-AE671947EF8E> /Applications/GarageBand.app/Contents/MacOS/GarageBand
      0x4d0000 -   0x501ff7  com.apple.music.apps.MAAudioUnitSupport 9.1.0 (233.34) <EF5FF8ED-F996-71D8-B424-A72442128013> /Applications/GarageBand.app/Contents/Frameworks/MAAudioUnitSupport.framework/V ersions/A/MAAudioUnitSupport
      0x517000 -   0x575fff  com.apple.music.apps.MALoopManagement 9.1.0 (219.62) <F8291491-AB7C-C79C-4533-2C31CBEA73A6> /Applications/GarageBand.app/Contents/Frameworks/MALoopManagement.framework/Ver sions/A/MALoopManagement
      0x594000 -   0x617fe7  com.apple.music.apps.MACore 9.1.0 (477.43) <59ACF487-1481-D87A-2D42-A0056B018C54> /Applications/GarageBand.app/Contents/Frameworks/MACore.framework/Versions/A/MA Core
      0x653000 -   0x6aafe3  com.apple.music.apps.MAHarmony 9.1.0 (199.68) <D93C0554-754F-4E64-C8A7-6CE502C6AEC6> /Applications/GarageBand.app/Contents/Frameworks/MAHarmony.framework/Versions/A /MAHarmony
      0x6c8000 -   0x9b5fef  com.apple.music.apps.MAChrome 9.1.0 (124.60) <2CE0BFD2-8E2E-A18F-A01A-1F948EAC430F> /Applications/GarageBand.app/Contents/Frameworks/MAChrome.framework/Versions/A/ MAChrome
      0x9ce000 -  0x1098fef  com.apple.music.apps.Logic 9.1.0 (1699.74) <F5114BCD-EA65-DD8C-3C81-52410F6FA556> /Applications/GarageBand.app/Contents/Frameworks/Logic.framework/Versions/A/Log ic
    0x128f000 -  0x16a7fef  com.apple.music.apps.MAPlugInGUI 9.1.0 (424.64) <905DC6CF-71AE-B201-515E-6AEB4E75F01C> /Applications/GarageBand.app/Contents/Frameworks/MAPlugInGUI.framework/Versions /A/MAPlugInGUI
    0x19c0000 -  0x19e1ff7  com.apple.music.apps.MAApogeeSupport 9.1.0 (313.17) <DBF7531A-026C-852B-F67B-132FD2669385> /Applications/GarageBand.app/Contents/Frameworks/MAApogeeSupport.framework/Vers ions/A/MAApogeeSupport
    0x19ec000 -  0x1a15fe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1a26000 -  0x1af6feb  com.apple.GarageBandUIKit 9.1.0 (359.20) <870E58C8-02A0-F382-7D7A-D77A6EFC5B46> /Applications/GarageBand.app/Contents/Frameworks/GarageBandUIKit.framework/Vers ions/A/GarageBandUIKit
    0x1b7b000 -  0x21cfff3  com.apple.music.apps.MADSP 9.1.0 (588.83) <7E792833-AC89-C512-E6A6-9E63599F23A6> /Applications/GarageBand.app/Contents/Frameworks/MADSP.framework/Versions/A/MAD SP
    0x2910000 -  0x2915ff7  com.apple.IntlPreferences 1.4.0 (1.4.0) <3EC16BA6-E65C-F109-BD51-B8238C2FDD20> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
    0x291c000 -  0x295cff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2975000 -  0x2981ff3  com.apple.music.apps.MAUnitTest 9.1.0 (97.18) <CA508367-5661-45C0-18D9-6A8AFE04D9D1> /Applications/GarageBand.app/Contents/Frameworks/MAUnitTest.framework/Versions/ A/MAUnitTest
    0x298c000 -  0x29d8ffb  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x29fd000 -  0x2ab3fff  com.apple.music.apps.MAFiles 9.1.0 (144.72) <572BF301-2154-CE53-04F4-2E9C4C74B0B2> /Applications/GarageBand.app/Contents/Frameworks/MAFiles.framework/Versions/A/M AFiles
    0x2ad5000 -  0x2b49ff3  com.apple.music.apps.MAAudioEngine 9.1.0 (157.84) <5DC67971-7BB0-B293-6FD0-39AE095668D7> /Applications/GarageBand.app/Contents/Frameworks/MAAudioEngine.framework/Versio ns/A/MAAudioEngine
    0x2b9a000 -  0x2badfff  com.apple.music.apps.MAVideo 9.1.0 (12.61) <8D01016D-2B64-E18E-7D9B-E59C535D1E40> /Applications/GarageBand.app/Contents/Frameworks/MAVideo.framework/Versions/A/M AVideo
    0x688a000 -  0x688eff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x6893000 -  0x6899ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x689e000 -  0x68b9ff7  com.apple.OpenTransport 10.6.0 (10.6.0) <ECA6FEC6-5ECD-51BA-162F-CFC43899196A> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x182e6000 - 0x182f0ff7  com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x1a600000 - 0x1a65ffe1 +se.propellerheads.rewire.library 1.7 (1.7) /Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x1a67e000 - 0x1ab3efe7 +TorqEngine 1.0 (???) <8330E3FC-A8E5-BEE0-2F57-8366DD7B37C1> /Applications/Avid/Torq 2/TorqEngine.plugin/TorqEngine
    0x1accd000 - 0x1ad99ff7 +libfmodex.dylib ??? (???) <95BF61A8-DBF1-32E3-3961-6AD8480AFB7A> /Applications/Avid/Torq 2/TorqEngine.plugin/Versions/1/libfmodex.dylib
    0x1adf1000 - 0x1b118fe2 +libQtDeclarative.4.dylib 4.7.1 (compatibility 4.7.0) <CDA62390-1618-902E-4B17-CF6D8182BEC0> /Applications/Avid/Torq 2/Frameworks/libQtDeclarative.4.dylib
    0x1b280000 - 0x1b4fdfeb +libQtScript.4.dylib 4.7.1 (compatibility 4.7.0) <301C4238-837F-E450-B3BE-B08E20E34417> /Applications/Avid/Torq 2/Frameworks/libQtScript.4.dylib
    0x1b5bd000 - 0x1b606fef +libQtSvg.4.dylib 4.7.1 (compatibility 4.7.0) <D9B13CE7-301A-36F6-04B3-CB56089CCF23> /Applications/Avid/Torq 2/Frameworks/libQtSvg.4.dylib
    0x1b625000 - 0x1b729fef +libQtSql.4.dylib 4.7.1 (compatibility 4.7.0) <0CC7210D-2173-F107-15C2-D119B4D3A402> /Applications/Avid/Torq 2/Frameworks/libQtSql.4.dylib
    0x1b74c000 - 0x1bd8aff3 +libQtXmlPatterns.4.dylib 4.7.1 (compatibility 4.7.0) <AE4DFE29-9C69-8698-AEBE-3C7993FA717C> /Applications/Avid/Torq 2/Frameworks/libQtXmlPatterns.4.dylib
    0x1bfa5000 - 0x1c066ff2 +libQtOpenGL.4.dylib 4.7.1 (compatibility 4.7.0) <1B538C7F-8831-F723-34D9-F84EA0355AE6> /Applications/Avid/Torq 2/Frameworks/libQtOpenGL.4.dylib
    0x1c0a5000 - 0x1c1c0fef +libQtNetwork.4.dylib 4.7.1 (compatibility 4.7.0) <6D8D2E62-AC13-2ED2-0C83-5DA7DB2F3A09> /Applications/Avid/Torq 2/Frameworks/libQtNetwork.4.dylib
    0x1c228000 - 0x1c28dfff +libQtXml.4.dylib 4.7.1 (compatibility 4.7.0) <483B4674-0094-1F02-2662-7AF7A7AD1473> /Applications/Avid/Torq 2/Frameworks/libQtXml.4.dylib
    0x1c2af000 - 0x1ccfdff2 +libQtGui.4.dylib 4.7.1 (compatibility 4.7.0) <DAF9E5C5-4456-F24F-83E0-9F0FA2B15953> /Applications/Avid/Torq 2/Frameworks/libQtGui.4.dylib
    0x1cfd2000 - 0x1d246fe3 +libQtCore.4.dylib 4.7.1 (compatibility 4.7.0) <FE2D2A9D-5126-3344-5772-9786B383DF8B> /Applications/Avid/Torq 2/Frameworks/libQtCore.4.dylib
    0x1d467000 - 0x1d4a3fe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1790) <6C96B4EC-ED7A-2111-5392-4C9508A8790C> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x3e000000 - 0x3e046ff7  com.apple.glut 3.4.4 (GLUT-3.4.4) <DF15FD36-E1F5-D745-1BF6-DD3AEA2897E4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90014000 - 0x90032fe7  libPng.dylib ??? (???) <45185287-25AD-C239-AA58-8FA53DF55B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9007c000 - 0x901f7fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x901f8000 - 0x90200ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90201000 - 0x9070dfff  com.apple.RawCamera.bundle 3.13.0 (627) <3859CCFE-E5FB-3EA6-7D4D-D32801FC31E4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x9070e000 - 0x90766fe7  com.apple.datadetectorscore 2.0 (80.7) <58C659CA-72CC-31D2-9732-09BF1A0CAAF6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90767000 - 0x907e7feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x907e8000 - 0x90838ff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90839000 - 0x9087cff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90986000 - 0x909c1fe7  com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x909c2000 - 0x909c2ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x909c3000 - 0x909d1ff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x909f8000 - 0x90a2bfff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90a2c000 - 0x90a41fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x90a42000 - 0x90abdfff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90abe000 - 0x90b77fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x90b78000 - 0x90b86fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x90b87000 - 0x90b98ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x90bb7000 - 0x90bfbff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90bfc000 - 0x90d08fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90e45000 - 0x90e50ff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x90e51000 - 0x90e57fff  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
    0x90e58000 - 0x90f29fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x90f2a000 - 0x90facffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90fad000 - 0x9121efef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9127b000 - 0x9127bff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9127c000 - 0x912e6fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x912e7000 - 0x91415fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9141d000 - 0x91457fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x91c34000 - 0x91ce2ff3  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
    0x91ce3000 - 0x91d80fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91d81000 - 0x91d8bffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x91d8c000 - 0x91ddcff7  com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x91ddd000 - 0x920d7fef  com.apple.QuickTime 7.6.6 (1790) <A5B2CDA8-47C9-F1AE-ED54-625B0FAB426F> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x920d8000 - 0x920f0ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x920f9000 - 0x921fbfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x921fc000 - 0x9251cff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9251d000 - 0x92524ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92525000 - 0x92572feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x92573000 - 0x92897fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92898000 - 0x9289dff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9289e000 - 0x9289fff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x928a0000 - 0x928a0ff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x928a1000 - 0x928bdfe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x928be000 - 0x930ad557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x930ae000 - 0x930cfff7  com.apple.frameworks.preferencepanes 13.5 (13.5) <8B69C1CC-47B0-B03E-21FB-3A99752F919C> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x930d0000 - 0x930d3ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x93144000 - 0x93175ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93176000 - 0x93276fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x93277000 - 0x932a7ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x932a8000 - 0x932a8ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x932a9000 - 0x9330afe7  com.apple.CoreText 151.12 (???) <98F53C15-1D29-A2B3-0717-5A26A2699163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x93313000 - 0x93381ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x93382000 - 0x93396ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x93397000 - 0x933dbfe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x933f4000 - 0x933fbff7  com.apple.agl 3.0.12 (AGL-3.0.12) <A5FF7623-9F55-0364-AD9B-42CF13C677C1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x934db000 - 0x934dcff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x934f3000 - 0x934f7ff7  libGIF.dylib ??? (???) <5D29E5F4-30B9-5A24-55E7-BCBA30499093> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x934f8000 - 0x93535ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93536000 - 0x9379cff7  com.apple.security 6.1.2 (55002) <E999CCEF-B769-4355-3E68-6003FCF6FE2B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93acc000 - 0x93accff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x93acd000 - 0x93b4aff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x93b57000 - 0x93b60ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93b61000 - 0x93b71ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x93ba7000 - 0x93ba7ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x93be7000 - 0x93be8ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93be9000 - 0x93c7bfe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93cb5000 - 0x93cbbfe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x93cbc000 - 0x93d01ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x93d38000 - 0x93d7fffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x93d80000 - 0x93d83fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x93d84000 - 0x93da3fe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x93ea0000 - 0x94063feb  com.apple.ImageIO.framework 3.0.5 (3.0.5) <87750C2B-193F-56A6-AB97-0842A2D02092> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9423e000 - 0x9431efe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9436d000 - 0x94393ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x94394000 - 0x9440efff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9440f000 - 0x94486ff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9449d000 - 0x944a8ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x944d3000 - 0x94519ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x9451a000 - 0x9455aff3  com.apple.securityinterface 4.0.1 (40418.0.1) <2141A924-748E-CE6F-2D75-D82BC265BD30> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9455b000 - 0x94683fe7  com.apple.WebKit 6534.57 (6534.57.2) <4CB86278-4657-3503-8042-074628222DF3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x947c7000 - 0x947efff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x947f0000 - 0x94832ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94833000 - 0x94ae1fe7  com.apple.JavaScriptCore 6534.57 (6534.57.3) <5B18B308-DBB2-7133-DE56-494C2FA1848B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94ae2000 - 0x9515dff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9515e000 - 0x9528bffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x952d4000 - 0x95317ff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x953c4000 - 0x95ca7ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95ca8000 - 0x95cf7fe7  libTIFF.dylib ??? (???) <D0EB31DC-40E6-9A97-64D3-9867605DC3DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95cf8000 - 0x95d0cfe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x95d0d000 - 0x95d81fef  com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x95d88000 - 0x95e23fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95e25000 - 0x9625aff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x96265000 - 0x96311fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96312000 - 0x96414fef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x96415000 - 0x96780ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96781000 - 0x96928ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x96929000 - 0x9694dff7  libJPEG.dylib ??? (???) <5F2343E4-C268-B9AE-1BC3-466F5A614648> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x969c8000 - 0x969ccff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x969cd000 - 0x96ac1ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <061ABF36-8BA9-79C1-6CE7-EC69A4998F51> /usr/lib/libiconv.2.dylib
    0x96ac2000 - 0x96accfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x96acd000 - 0x96b75ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96bb5000 - 0x96bd5fe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x96bd6000 - 0x96be3ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x96be4000 - 0x96c21ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x96c22000 - 0x96cdefff  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
    0x96cdf000 - 0x96db9fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96dba000 - 0x97b32fe7  com.apple.WebCore 6534.57 (6534.57.2) <6AF29D9A-F549-5BE7-3842-CFF75FC46360> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x97b41000 - 0x97bbaff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x97c77000 - 0x97c87ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x97cb3000 - 0x97d90fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x97e66000 - 0x97fa9fef  com.apple.QTKit 7.7 (1790) <95F7C69A-1D24-A96A-E95D-1DF8CCD03FB3> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97ff3000 - 0x97ff5ff7  libRadiance.dylib ??? (???) <98EC06D5-1A02-EDEF-BF9D-2C986761AD54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x97ff6000 - 0x98003fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <828CCEAB-F193-90F1-F48C-54E3C88B29BC> /usr/lib/libbz2.1.0.dylib
    0x98004000 - 0x98004ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x98005000 - 0x98142fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x98143000 - 0x98325fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x98326000 - 0x98364ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x98365000 - 0x98367fe7  com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x98368000 - 0x983c2fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x983c3000 - 0x983c3ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x983d7000 - 0x98892ff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x988b5000 - 0x9890bff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x9890c000 - 0x9892bff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9892c000 - 0x9894dfe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9894e000 - 0x98960ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x98961000 - 0x989a2ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x989a3000 - 0x989deffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x989df000 - 0x98a97feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x98a98000 - 0x98afcffb  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
    0x98afd000 - 0x98b00ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x98cde000 - 0x98cdeff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x98cdf000 - 0x98ceaff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x98ceb000 - 0x98cefff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98cf0000 - 0x98cfffe7  libxar.1.dylib ??? (???) <2FC317EB-7AC2-CD6C-8C09-E06B2DF02929> /usr/lib/libxar.1.dylib
    0x98d00000 - 0x98d0cff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x98d20000 - 0x99c73ffb  com.apple.QuickTimeComponents.component 7.6.6 (1790) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99ce3000 - 0x99d16ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x99d17000 - 0x99d6aff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x99d6b000 - 0x99e18fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x99e19000 - 0x9a020feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9a1c9000 - 0x9a1ebfef  com.apple.DirectoryService.Framework 3.6 (621.14) <A24C9308-4EB3-456D-1691-43DDB6F9A79F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9a1ec000 - 0x9a213ff7  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
    0x9a214000 - 0x9a396fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x9a397000 - 0x9a406ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9a407000 - 0x9a49ffe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9a4a0000 - 0x9a4fdff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9a4fe000 - 0x9a538ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x9a539000 - 0x9a53bff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9a53c000 - 0x9a767ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9a768000 - 0x9ab7eff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9ab7f000 - 0x9abb7ff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9abdf000 - 0x9acaafef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9acab000 - 0x9acaeff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 232,89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06610000 / 6
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0237, 0x06300000 / 2

    no, i can not open garageband,while initializing its crashes and give me some errors.
    for example now it gave me this one:
    Process:         GarageBand [1964]
    Path:            /Applications/GarageBand.app/Contents/MacOS/GarageBand
    Identifier:      com.apple.garageband
    Version:         6.0.5 (428.5)
    Build Info:      GarageBand_App-4280500~2
    Code Type:       X86 (Native)
    Parent Process:  launchd [96]
    Date/Time:       2012-06-01 22:03:23.311 +0200
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          76477 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  18 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      A4B474DA-9409-4DA4-AD79-AA9DE51BA793
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                                     0x17cd7e40 0 + 399343168
    1   com.apple.AppKit                        0x9545b626 -[NSWindowTemplate nibInstantiate] + 588
    2   com.apple.AppKit                        0x953cc9f9 -[NSIBObjectData instantiateObject:] + 253
    3   com.apple.AppKit                        0x953cbcfe -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 336
    4   com.apple.AppKit                        0x953ca1a4 loadNib + 257
    5   com.apple.AppKit                        0x953c97f7 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 831
    6   com.apple.AppKit                        0x953c94ad +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 158
    7   com.apple.AppKit                        0x95458fcb -[NSWindowController loadWindow] + 223
    8   com.apple.AppKit                        0x953eff22 -[NSWindowController window] + 89
    9   com.apple.garageband                    0x002b4125 0x1000 + 2830629
    10  com.apple.garageband                    0x0006d765 0x1000 + 444261
    11  com.apple.garageband                    0x00066fc5 0x1000 + 417733
    12  com.apple.Foundation                    0x90fc2db3 _nsnote_callback + 176
    13  com.apple.CoreFoundation                0x900d7763 __CFXNotificationPost + 947
    14  com.apple.CoreFoundation                0x900d716a _CFXNotificationPostNotification + 186
    15  com.apple.Foundation                    0x90fb7c50 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    16  com.apple.Foundation                    0x90fc505d -[NSNotificationCenter postNotificationName:object:] + 56
    17  com.apple.AppKit                        0x9543c216 -[NSApplication _postDidFinishNotification] + 125
    18  com.apple.AppKit                        0x9543c126 -[NSApplication _sendFinishLaunchingNotification] + 74
    19  com.apple.AppKit                        0x95593339 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 274
    20  com.apple.AppKit                        0x95592f59 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    21  com.apple.Foundation                    0x90ff81f8 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    22  com.apple.Foundation                    0x90ff7fbc _NSAppleEventManagerGenericHandler + 228
    23  com.apple.AE                            0x99ce6f5c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    24  com.apple.AE                            0x99ce6e5b dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    25  com.apple.AE                            0x99ce6d65 aeProcessAppleEvent + 197
    26  com.apple.HIToolbox                     0x925af197 AEProcessAppleEvent + 50
    27  com.apple.AppKit                        0x9540c7d2 _DPSNextEvent + 1420
    28  com.apple.AppKit                        0x9540bdd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    29  com.apple.AppKit                        0x953ce1f3 -[NSApplication run] + 821
    30  com.apple.AppKit                        0x953c6289 NSApplicationMain + 574
    31  com.apple.garageband                    0x0019cae0 0x1000 + 1686240
    32  com.apple.garageband                    0x0000311a 0x1000 + 8474
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x967a8382 kevent + 10
    1   libSystem.B.dylib                       0x967a8a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x967a7f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x967a7cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x967a7781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x967a75c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x967a7412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x967a79a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x967a75c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                       0x96781afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96782267 mach_msg + 68
    2   com.apple.CoreFoundation                0x900b92df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x900b83c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x900b81f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x90ffc224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x90fc34c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x90fc3474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    9   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 4:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x967a0ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x900f8c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    3   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967db9c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x967db903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x95575e2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x90fc34c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x90fc3474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x967a7412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x967a79a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x967a75c6 start_wqthread + 30
    Thread 7:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles            0x02a2c5e8 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a2c6b1 ResolveFile + 55009
    5   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    6   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.music.apps.MAFiles            0x02a2c5e8 ResolveFile + 54808
    4   com.apple.music.apps.MAFiles            0x02a2c6b1 ResolveFile + 55009
    5   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    6   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 9:
    0   libSystem.B.dylib                       0x96781b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x967af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x967de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x943b43ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x943b73dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x943b4cda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x943b4571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x943b4488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    9   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x96781b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x967af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x967de5a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.audio.CoreAudio               0x943b43ab CAGuard::WaitFor(unsigned long long) + 219
    4   com.apple.audio.CoreAudio               0x943b73dd CAGuard::WaitUntil(unsigned long long) + 289
    5   com.apple.audio.CoreAudio               0x943b4cda HP_IOThread::WorkLoop() + 1892
    6   com.apple.audio.CoreAudio               0x943b4571 HP_IOThread::ThreadEntry(HP_IOThread*) + 17
    7   com.apple.audio.CoreAudio               0x943b4488 CAPThread::Entry(CAPThread*) + 140
    8   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    9   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 11:
    0   libSystem.B.dylib                       0x96781c0e mach_wait_until + 10
    1   ...ple.CoreServices.CarbonCore          0x922c67f0 MPDelayUntil + 43
    2   ...ple.CoreServices.CarbonCore          0x922d6226 Delay + 107
    3   ...opellerheads.rewire.library          0x1a60b7e8 RWPUnregisterDeviceImp + 21574
    4   ...opellerheads.rewire.library          0x1a626a5c RWPUnregisterDeviceImp + 132794
    5   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    6   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x967bd58a select$DARWIN_EXTSN$NOCANCEL + 10
    1   libSystem.B.dylib                       0x96855c4b select + 92
    2   libQtCore.4.dylib                       0x1d1624a1 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 81
    3   libQtCore.4.dylib                       0x1d1663ea QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 458
    4   libQtCore.4.dylib                       0x1d1678ec QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 172
    5   libQtCore.4.dylib                       0x1d12c711 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 65
    6   libQtCore.4.dylib                       0x1d12c95a QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 170
    7   libQtCore.4.dylib                       0x1cff499d QThread::exec() + 157
    8   TorqEngine                              0x1a8340ef ReWireEngineThread::run() + 47
    9   libQtCore.4.dylib                       0x1cff6deb QThreadPrivate::start(void*) + 235
    10  libSystem.B.dylib                       0x967af259 _pthread_start + 345
    11  libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02ae970c MD::CallProcessThread1(void*) + 108
    4   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    5   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02ae94bc MD::CallProcessThread2(void*) + 108
    4   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    5   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02ae892c MD::CallProcessThread7(void*) + 108
    4   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    5   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af84d _pthread_cond_wait + 1430
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02b05717 GetCurrentCoreAudioDeviceNameFromUserDefaults(signed char) + 18391
    4   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    5   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x96781afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x96782267 mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x0299c0c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3   com.apple.audio.midi.CoreMIDI           0x029ba97a MIDIProcess::RunMIDIInThread() + 150
    4   com.apple.audio.midi.CoreMIDI           0x0299d2d9 XThread::RunHelper(void*) + 17
    5   com.apple.audio.midi.CoreMIDI           0x0299cca6 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x96781b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x967af6e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x967de5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x92242b90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x922428ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x92266b8b TimerThread + 97
    6   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    7   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 19:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x967afaa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x967af75e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x967b13f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.JavaScriptCore                0x9483dfc1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   libSystem.B.dylib                       0x967af259 _pthread_start + 345
    5   libSystem.B.dylib                       0x967af0de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x17cd7e40  ebx: 0x005d3c7a  ecx: 0x00000001  edx: 0x00000000
      edi: 0x20c0cb80  esi: 0x00620e40  ebp: 0xbfffe468  esp: 0xbfffe41c
       ss: 0x0000001f  efl: 0x00010246  eip: 0x17cd7e40   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x17cd7e40
    Binary Images:
        0x1000 -   0x428fe3  com.apple.garageband 6.0.5 (428.5) <DEDA1CED-FB43-0783-3755-AE671947EF8E> /Applications/GarageBand.app/Contents/MacOS/GarageBand
      0x4d0000 -   0x501ff7  com.apple.music.apps.MAAudioUnitSupport 9.1.0 (233.34) <EF5FF8ED-F996-71D8-B424-A72442128013> /Applications/GarageBand.app/Contents/Frameworks/MAAudioUnitSupport.framework/V ersions/A/MAAudioUnitSupport
      0x517000 -   0x575fff  com.apple.music.apps.MALoopManagement 9.1.0 (219.62) <F8291491-AB7C-C79C-4533-2C31CBEA73A6> /Applications/GarageBand.app/Contents/Frameworks/MALoopManagement.framework/Ver sions/A/MALoopManagement
      0x594000 -   0x617fe7  com.apple.music.apps.MACore 9.1.0 (477.43) <59ACF487-1481-D87A-2D42-A0056B018C54> /Applications/GarageBand.app/Contents/Frameworks/MACore.framework/Versions/A/MA Core
      0x653000 -   0x6aafe3  com.apple.music.apps.MAHarmony 9.1.0 (199.68) <D93C0554-754F-4E64-C8A7-6CE502C6AEC6> /Applications/GarageBand.app/Contents/Frameworks/MAHarmony.framework/Versions/A /MAHarmony
      0x6c8000 -   0x9b5fef  com.apple.music.apps.MAChrome 9.1.0 (124.60) <2CE0BFD2-8E2E-A18F-A01A-1F948EAC430F> /Applications/GarageBand.app/Contents/Frameworks/MAChrome.framework/Versions/A/ MAChrome
      0x9ce000 -  0x1098fef  com.apple.music.apps.Logic 9.1.0 (1699.74) <F5114BCD-EA65-DD8C-3C81-52410F6FA556> /Applications/GarageBand.app/Contents/Frameworks/Logic.framework/Versions/A/Log ic
    0x128f000 -  0x16a7fef  com.apple.music.apps.MAPlugInGUI 9.1.0 (424.64) <905DC6CF-71AE-B201-515E-6AEB4E75F01C> /Applications/GarageBand.app/Contents/Frameworks/MAPlugInGUI.framework/Versions /A/MAPlugInGUI
    0x19c0000 -  0x19e1ff7  com.apple.music.apps.MAApogeeSupport 9.1.0 (313.17) <DBF7531A-026C-852B-F67B-132FD2669385> /Applications/GarageBand.app/Contents/Frameworks/MAApogeeSupport.framework/Vers ions/A/MAApogeeSupport
    0x19ec000 -  0x1a15fe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1a26000 -  0x1af6feb  com.apple.GarageBandUIKit 9.1.0 (359.20) <870E58C8-02A0-F382-7D7A-D77A6EFC5B46> /Applications/GarageBand.app/Contents/Frameworks/GarageBandUIKit.framework/Vers ions/A/GarageBandUIKit
    0x1b7b000 -  0x21cfff3  com.apple.music.apps.MADSP 9.1.0 (588.83) <7E792833-AC89-C512-E6A6-9E63599F23A6> /Applications/GarageBand.app/Contents/Frameworks/MADSP.framework/Versions/A/MAD SP
    0x2910000 -  0x2915ff7  com.apple.IntlPreferences 1.4.0 (1.4.0) <3EC16BA6-E65C-F109-BD51-B8238C2FDD20> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPref erences
    0x291c000 -  0x295cff7  com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2975000 -  0x2981ff3  com.apple.music.apps.MAUnitTest 9.1.0 (97.18) <CA508367-5661-45C0-18D9-6A8AFE04D9D1> /Applications/GarageBand.app/Contents/Frameworks/MAUnitTest.framework/Versions/ A/MAUnitTest
    0x298c000 -  0x29d8ffb  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x29fd000 -  0x2ab3fff  com.apple.music.apps.MAFiles 9.1.0 (144.72) <572BF301-2154-CE53-04F4-2E9C4C74B0B2> /Applications/GarageBand.app/Contents/Frameworks/MAFiles.framework/Versions/A/M AFiles
    0x2ad5000 -  0x2b49ff3  com.apple.music.apps.MAAudioEngine 9.1.0 (157.84) <5DC67971-7BB0-B293-6FD0-39AE095668D7> /Applications/GarageBand.app/Contents/Frameworks/MAAudioEngine.framework/Versio ns/A/MAAudioEngine
    0x2b9a000 -  0x2badfff  com.apple.music.apps.MAVideo 9.1.0 (12.61) <8D01016D-2B64-E18E-7D9B-E59C535D1E40> /Applications/GarageBand.app/Contents/Frameworks/MAVideo.framework/Versions/A/M AVideo
    0x688a000 -  0x688eff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x6893000 -  0x6899ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.5 (2.0.5f14) <38E3C1A4-84E4-C105-B55F-8FC4C154036D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x689e000 -  0x68b9ff7  com.apple.OpenTransport 10.6.0 (10.6.0) <ECA6FEC6-5ECD-51BA-162F-CFC43899196A> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x182e6000 - 0x182f0ff7  com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x1a600000 - 0x1a65ffe1 +se.propellerheads.rewire.library 1.7 (1.7) /Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x1a67e000 - 0x1ab3efe7 +TorqEngine 1.0 (???) <8330E3FC-A8E5-BEE0-2F57-8366DD7B37C1> /Applications/Avid/Torq 2/TorqEngine.plugin/TorqEngine
    0x1accd000 - 0x1ad99ff7 +libfmodex.dylib ??? (???) <95BF61A8-DBF1-32E3-3961-6AD8480AFB7A> /Applications/Avid/Torq 2/TorqEngine.plugin/Versions/1/libfmodex.dylib
    0x1adf1000 - 0x1b118fe2 +libQtDeclarative.4.dylib 4.7.1 (compatibility 4.7.0) <CDA62390-1618-902E-4B17-CF6D8182BEC0> /Applications/Avid/Torq 2/Frameworks/libQtDeclarative.4.dylib
    0x1b280000 - 0x1b4fdfeb +libQtScript.4.dylib 4.7.1 (compatibility 4.7.0) <301C4238-837F-E450-B3BE-B08E20E34417> /Applications/Avid/Torq 2/Frameworks/libQtScript.4.dylib
    0x1b5bd000 - 0x1b606fef +libQtSvg.4.dylib 4.7.1 (compatibility 4.7.0) <D9B13CE7-301A-36F6-04B3-CB56089CCF23> /Applications/Avid/Torq 2/Frameworks/libQtSvg.4.dylib
    0x1b625000 - 0x1b729fef +libQtSql.4.dylib 4.7.1 (compatibility 4.7.0) <0CC7210D-2173-F107-15C2-D119B4D3A402> /Applications/Avid/Torq 2/Frameworks/libQtSql.4.dylib
    0x1b74c000 - 0x1bd8aff3 +libQtXmlPatterns.4.dylib 4.7.1 (compatibility 4.7.0) <AE4DFE29-9C69-8698-AEBE-3C7993FA717C> /Applications/Avid/Torq 2/Frameworks/libQtXmlPatterns.4.dylib
    0x1bfa5000 - 0x1c066ff2 +libQtOpenGL.4.dylib 4.7.1 (compatibility 4.7.0) <1B538C7F-8831-F723-34D9-F84EA0355AE6> /Applications/Avid/Torq 2/Frameworks/libQtOpenGL.4.dylib
    0x1c0a5000 - 0x1c1c0fef +libQtNetwork.4.dylib 4.7.1 (compatibility 4.7.0) <6D8D2E62-AC13-2ED2-0C83-5DA7DB2F3A09> /Applications/Avid/Torq 2/Frameworks/libQtNetwork.4.dylib
    0x1c228000 - 0x1c28dfff +libQtXml.4.dylib 4.7.1 (compatibility 4.7.0) <483B4674-0094-1F02-2662-7AF7A7AD1473> /Applications/Avid/Torq 2/Frameworks/libQtXml.4.dylib
    0x1c2af000 - 0x1ccfdff2 +libQtGui.4.dylib 4.7.1 (compatibility 4.7.0) <DAF9E5C5-4456-F24F-83E0-9F0FA2B15953> /Applications/Avid/Torq 2/Frameworks/libQtGui.4.dylib
    0x1cfd2000 - 0x1d246fe3 +libQtCore.4.dylib 4.7.1 (compatibility 4.7.0) <FE2D2A9D-5126-3344-5772-9786B383DF8B> /Applications/Avid/Torq 2/Frameworks/libQtCore.4.dylib
    0x1d467000 - 0x1d4a3fe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1790) <6C96B4EC-ED7A-2111-5392-4C9508A8790C> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x3e000000 - 0x3e046ff7  com.apple.glut 3.4.4 (GLUT-3.4.4) <DF15FD36-E1F5-D745-1BF6-DD3AEA2897E4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90014000 - 0x90032fe7  libPng.dylib ??? (???) <45185287-25AD-C239-AA58-8FA53DF55B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9007c000 - 0x901f7fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x901f8000 - 0x90200ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90201000 - 0x9070dfff  com.apple.RawCamera.bundle 3.13.0 (627) <3859CCFE-E5FB-3EA6-7D4D-D32801FC31E4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x9070e000 - 0x90766fe7  com.apple.datadetectorscore 2.0 (80.7) <58C659CA-72CC-31D2-9732-09BF1A0CAAF6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90767000 - 0x907e7feb  com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x907e8000 - 0x90838ff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90839000 - 0x9087cff7  libGLU.dylib ??? (???) <6CC3CE6A-7024-C685-EADA-7F9DC27128E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90986000 - 0x909c1fe7  com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x909c2000 - 0x909c2ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x909c3000 - 0x909d1ff7  com.apple.opengl 1.6.14 (1.6.14) <82622F67-E032-0BF6-A78D-50B346E8D0FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x909f8000 - 0x90a2bfff  libTrueTypeScaler.dylib ??? (???) <8ADB7D19-413E-4499-C874-13C383F97685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x90a2c000 - 0x90a41fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x90a42000 - 0x90abdfff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90abe000 - 0x90b77fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x90b78000 - 0x90b86fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x90b87000 - 0x90b98ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x90bb7000 - 0x90bfbff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90bfc000 - 0x90d08fe7  libGLProgrammability.dylib ??? (???) <6167CEB0-D8D6-C4D9-DD74-49755ADB540F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90e45000 - 0x90e50ff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x90e51000 - 0x90e57fff  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
    0x90e58000 - 0x90f29fe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <C618942F-BC01-0565-18CF-477B63C02181> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x90f2a000 - 0x90facffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90fad000 - 0x9121efef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9127b000 - 0x9127bff7  liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9127c000 - 0x912e6fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x912e7000 - 0x91415fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9141d000 - 0x91457fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x91c34000 - 0x91ce2ff3  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
    0x91ce3000 - 0x91d80fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91d81000 - 0x91d8bffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x91d8c000 - 0x91ddcff7  com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x91ddd000 - 0x920d7fef  com.apple.QuickTime 7.6.6 (1790) <A5B2CDA8-47C9-F1AE-ED54-625B0FAB426F> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x920d8000 - 0x920f0ff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x920f9000 - 0x921fbfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x921fc000 - 0x9251cff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9251d000 - 0x92524ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92525000 - 0x92572feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x92573000 - 0x92897fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92898000 - 0x9289dff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9289e000 - 0x9289fff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x928a0000 - 0x928a0ff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x928a1000 - 0x928bdfe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x928be000 - 0x930ad557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x930ae000 - 0x930cfff7  com.apple.frameworks.preferencepanes 13.5 (13.5) <8B69C1CC-47B0-B03E-21FB-3A99752F919C> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x930d0000 - 0x930d3ff7  libCoreVMClient.dylib ??? (???) <37F56237-4ABA-E5B5-968D-70FFE357E8E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x93144000 - 0x93175ff7  libGLImage.dylib ??? (???) <D18E2E76-DBF4-6930-039A-F66CA0D120B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93176000 - 0x93276fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x93277000 - 0x932a7ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x932a8000 - 0x932a8ff7  com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x932a9000 - 0x9330afe7  com.apple.CoreText 151.12 (???) <98F53C15-1D29-A2B3-0717-5A26A2699163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x93313000 - 0x93381ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x93382000 - 0x93396ffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x93397000 - 0x933dbfe7  com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x933f4000 - 0x933fbff7  com.apple.agl 3.0.12 (AGL-3.0.12) <A5FF7623-9F55-0364-AD9B-42CF13C677C1> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x934db000 - 0x934dcff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <93EC71F1-4D4E-F456-8EFE-32E7EFD7A064> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x934f3000 - 0x934f7ff7  libGIF.dylib ??? (???) <5D29E5F4-30B9-5A24-55E7-BCBA30499093> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x934f8000 - 0x93535ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93536000 - 0x9379cff7  com.apple.security 6.1.2 (55002) <E999CCEF-B769-4355-3E68-6003FCF6FE2B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93acc000 - 0x93accff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x93acd000 - 0x93b4aff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x93b57000 - 0x93b60ff7  com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93b61000 - 0x93b71ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x93ba7000 - 0x93ba7ff7  com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x93be7000 - 0x93be8ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93be9000 - 0x93c7bfe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93cb5000 - 0x93cbbfe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x93cbc000 - 0x93d01ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x93d38000 - 0x93d7fffb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x93d80000 - 0x93d83fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x93d84000 - 0x93da3fe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x93ea0000 - 0x94063feb  com.apple.ImageIO.framework 3.0.5 (3.0.5) <87750C2B-193F-56A6-AB97-0842A2D02092> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9423e000 - 0x9431efe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9436d000 - 0x94393ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x94394000 - 0x9440efff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9440f000 - 0x94486ff3  com.apple.backup.framework 1.2.2 (1.2.2) <D65F2FCA-15EB-C200-A08F-7DC4089DA6A2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9449d000 - 0x944a8ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x944d3000 - 0x94519ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x9451a000 - 0x9455aff3  com.apple.securityinterface 4.0.1 (40418.0.1) <2141A924-748E-CE6F-2D75-D82BC265BD30> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9455b000 - 0x94683fe7  com.apple.WebKit 6534.57 (6534.57.2) <4CB86278-4657-3503-8042-074628222DF3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x947c7000 - 0x947efff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <E761F29A-328B-29D9-3DF0-023F2C21E500> /usr/lib/libxslt.1.dylib
    0x947f0000 - 0x94832ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94833000 - 0x94ae1fe7  com.apple.JavaScriptCore 6534.57 (6534.57.3) <5B18B308-DBB2-7133-DE56-494C2FA1848B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94ae2000 - 0x9515dff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9515e000 - 0x9528bffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x952d4000 - 0x95317ff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x953c4000 - 0x95ca7ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95ca8000 - 0x95cf7fe7  libTIFF.dylib ??? (???) <D0EB31DC-40E6-9A97-64D3-9867605DC3DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95cf8000 - 0x95d0cfe7  libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x95d0d000 - 0x95d81fef  com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x95d88000 - 0x95e23fe7  com.apple.ApplicationServices.ATS 275.19 (???) <2E83B3E9-AF39-36FC-5D05-CC1E952098AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95e25000 - 0x9625aff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x96265000 - 0x96311fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96312000 - 0x96414fef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x96415000 - 0x96780ff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96781000 - 0x96928ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x96929000 - 0x9694dff7  libJPEG.dylib ??? (???) <5F2343E4-C268-B9AE-1BC3-466F5A614648> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x969c8000 - 0x969ccff7  libGFXShared.dylib ??? (???) <09540618-2ED1-72C4-61CB-938B35927568> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x969cd000 - 0x96ac1ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <061ABF36-8BA9-79C1-6CE7-EC69A4998F51> /usr/lib/libiconv.2.dylib
    0x96ac2000 - 0x96accfe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x96acd000 - 0x96b75ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96bb5000 - 0x96bd5fe7  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <8C2B5FA8-2469-21C7-D297-F95A0FFE5F19> /usr/lib/libresolv.9.dylib
    0x96bd6000 - 0x96be3ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x96be4000 - 0x96c21ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x96c22000 - 0x96cdefff  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
    0x96cdf000 - 0x96db9fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96dba000 - 0x97b32fe7  com.apple.WebCore 6534.57 (6534.57.2) <6AF29D9A-F549-5BE7-3842-CFF75FC46360> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x97b41000 - 0x97bbaff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x97c77000 - 0x97c87ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x97cb3000 - 0x97d90fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x97e66000 - 0x97fa9fef  com.apple.QTKit 7.7 (1790) <95F7C69A-1D24-A96A-E95D-1DF8CCD03FB3> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97ff3000 - 0x97ff5ff7  libRadiance.dylib ??? (???) <98EC06D5-1A02-EDEF-BF9D-2C986761AD54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x97ff6000 - 0x98003fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <828CCEAB-F193-90F1-F48C-54E3C88B29BC> /usr/lib/libbz2.1.0.dylib
    0x98004000 - 0x98004ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x98005000 - 0x98142fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <423BDE4D-5082-B6CA-BB2C-E22A037235A4> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x98143000 - 0x98325fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x98326000 - 0x98364ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x98365000 - 0x98367fe7  com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x98368000 - 0x983c2fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x983c3000 - 0x983c3ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x983d7000 - 0x98892ff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x988b5000 - 0x9890bff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x9890c000 - 0x9892bff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9892c000 - 0x9894dfe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9894e000 - 0x98960ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x98961000 - 0x989a2ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x989a3000 - 0x989deffb  libFontRegistry.dylib ??? (???) <19ED5DE0-D3AF-B229-9193-35D58FE377E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x989df000 - 0x98a97feb  libFontParser.dylib ??? (???) <D2D0C922-5ED1-3AE9-6F99-707C74DF3E62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x98a98000 - 0x98afcffb  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
    0x98afd000 - 0x98b00ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x98cde000 - 0x98cdeff7  com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x98cdf000 - 0x98ceaff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x98ceb000 - 0x98cefff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98cf0000 - 0x98cfffe7  libxar.1.dylib ??? (???) <2FC317EB-7AC2-CD6C-8C09-E06B2DF02929> /usr/lib/libxar.1.dylib
    0x98d00000 - 0x98d0cff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x98d20000 - 0x99c73ffb  com.apple.QuickTimeComponents.component 7.6.6 (1790) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99ce3000 - 0x99d16ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x99d17000 - 0x99d6aff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x99d6b000 - 0x99e18fe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x99e19000 - 0x9a020feb  com.apple.AddressBook.framework 5.0.4 (883) <E26855A0-8CEF-8C81-F963-A2BF9E47F5C8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9a1c9000 - 0x9a1ebfef  com.apple.DirectoryService.Framework 3.6 (621.14) <A24C9308-4EB3-456D-1691-43DDB6F9A79F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9a1ec000 - 0x9a213ff7  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
    0x9a214000 - 0x9a396fe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x9a397000 - 0x9a406ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9a407000 - 0x9a49ffe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9a4a0000 - 0x9a4fdff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9a4fe000 - 0x9a538ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x9a539000 - 0x9a53bff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9a53c000 - 0x9a767ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9a768000 - 0x9ab7eff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9ab7f000 - 0x9abb7ff7  com.apple.LDAPFramework 2.0 (120.1) <131ED804-DD88-D84F-13F8-D48E0012B96F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9abdf000 - 0x9acaafef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9acab000 - 0x9acaeff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 232,89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06610000 / 6
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0237, 0x06300000 / 2

Maybe you are looking for

  • Issue with gui_download function module

    Hi All,          I have an issue with gui_download function module that it is creating one extra line while downloading my internal table data into text file,which i donot want.i have searched for various threads but couldnot get the proper reply.Or

  • Rack mount Kit for ESW500

    Hi Team, Looking that either the rack mount kit for ESW500 is orderable as a spare. I'm not sure if the one for UC520 can fit the ESW500s ACS-UC500RM-19= https://supportforums.cisco.com/docs/DOC-9698 Best Regards, Sohaib

  • Perform a form routine within a sap script form

    Hi! How can I perform a form routine within a sap script form. Regards sas

  • Error in invocie

    hi friends, please help me regarding Invoice is failing and coming with the following error message - Posting Status - G Posting document not created (export data missing)

  • Photoshop Plugin and Windows XP style?

    Hello, can anybody tell me, how I can use the Windows XP style for my export-plugin. It is possible to use manifest files, or in which direction I have to give the support of Windows XP styles to my plugin. Thanks a lot, Klaus