New install, hangs at "GRUB Loading ..."

I just finished installing Arch on a new system, following the beginners guide, and everything went fine, until I restarted the system.
It shows "GRUB Loading ...", and a blinking cursor, and nothing else. The GRUB menu never comes up.
Has anyone encountered this before?
I'd say I have a fairly simple setup:
/boot /dev/sda1 ext2 300MB
/ ext4 /dev/sda2  120GB
I made the partitions with fdisk, so I have the "old" MBR partition table.
I have installed grub with:
(boot the install medium)
loadkeys hu
mount /dev/sda2 /mnt
mount /dev/sda1 /mnt/boot
arch-chroot /mnt
pacman -S grub-bios
grub-install --target=i386-pc --recheck /dev/sda
(Grub install finishes, says no errors detected)
cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
grub-mkconfig -o /boot/grub/grub.cfg
exit
umount /mnt/boot
umount /mnt
reboot
And then I'm back to the hanging BIOS Loading screen.
Edit:
There were some pieces of information regarding an encrypt root drive, I have retried the install without encrypting the root drive, and the problem perists.
Edit2:
Syslinux boots it just fine.
Last edited by WishCow (2012-10-02 12:32:55)

Yes, 2 MiB if GPT is used. That's what I meant. And don't use "/dev/sda1" or "/dev/sda2" when installing GRUB. You want to install to the MBR, so use /dev/sda.
https://wiki.archlinux.org/index.php/Be … bootloader
Also: https://wiki.archlinux.org/index.php/Be … partitions
Pay attention, because the mounting order is important.
First, mount the root partition on /mnt.
Then mount the /home partition and any other separate partition (/boot, /var, etc), if you have any.
So do not mount the boot partition first, then the root partition after. That's just wrong.
You mentioned encryption earlier. Well? Which is it? Encrypted or not? Because you can't just mount it like any regular partition if it's encrypted.
If you still want to go with Syslinux, see the Basic Config for encryption examples.

Similar Messages

  • [SOLVED] new install hangs at fsck

    Hi all,
    I am trying my first install on the new installation media 10-6.  Everything seemed to go smoothly until I rebooted.  Now boot hangs at Filesystem is clean. The full message I am stuck on is below.
    fsck.jfs version 1.1.15, 04-Mar-2011
    processing started: 10/31/2012 11:23:56
    The current device is: /dev/sda3
    Block size in bytes: 4096
    Filesystem size in blocks: 14080972
    **Phase 0 - Replay Journal Log
    Filesystem is clean.
    Then I have nothing.  The computer is a lenovo thinkpad t420.  Any help would be appreciated, thanks.
    edit: added code tags
    Last edited by rickeyski (2012-11-05 02:43:36)

    I ran into something similar yesterday.. I'm not sure it's the same problem but here's what I tried and found.
    *After an unsucessful boot, restart your computer and boot off the installation media
    *Mount your paritions on /mnt as you would for a fresh install.
    *Run arch-chroot /mnt to chroot into your installation.
    *Now you can run journalctl to see all messages logged during boot. There will be a ton of them, so hit 'G' to scroll to the bottom.
    *Look for messages in red or white.
    Now, in my case I found some errors from nouveau and dri. After those errors, the logs went on to show that the system fully booted, although I never got past the fsck step on the screen. A bit of searching found posts about problems with nouveau and dual graphics cards (I have on-board GPU + a Nvidia card). Some posts mentioned adding the nomodeset option to your kernel line in grub. Doing this allowed me to boot up, and after installing the nvidia driver, I was able to remove this option and still boot.
    Hope this helps.
    Edit: grub config with nomodeset
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=e7975760-f032-438a-b38d-93bc03246e96 ro nomodeset
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    Last edited by dmartins (2012-11-03 13:11:42)

  • Dad needs Help, 180 New Install- Hang on Verify Pool DMI

    Trying to build a new system with my son, he has put it together (with supervision) and I can't get the SW to load....  So not looking too good right now...
    Bought a Mega 180
    Amd Sempron 2400 proc
    Segat 120G Drive
    Sony DRU-540 DCD+-RW/+-RCD Drive
    Corsair 512Mb (2 DDR-Dims)
    Assembled the machine.  Went smoothly, needed to reseat ram simms once.  Got the system to boot to bios.  Windows xp pro failed to install.  Friend had a set of dev discs and had a made me a copy and given me one of his licenses.  Install had started and hung on loading before being asked for serial number.
    On reboot system hangs in bios screen with
    Verify DMI Pool ....
    What to i do next?  thx in advance

    I would suspect you have another computer. If so download the lastest BIOS for it from the Msi web site. Then useing a USB key or connecting a floppy drive then flash it in DOS.
    The floppy connecter is on the mother board just no cable, also by default the floppy drive is turned off in BIOS so you will need to enable it.
    If you are going to use a floppy disc to reprogram then do a full disc scan on the disc with the drive you will be using, the last thing you want is to have a bad disc. If you do have a bad disc and you only find out during flashing then keep that machine turn on and with you other PC load the BIOS on another disc and try again (don't turn it off).
    Links that could help
    BIOS
    USB FLASH

  • New install hangs on boot when GDM or LXDM services are enabled

    Greetings Arch users,
    I've been trying out installing Arch on a USB drive in order to get familiar with the process and use it on my main machine in the future. I've been following the Beginners' Guide, and after a few hiccups, I managed to install what appears to be a fully-functional Arch system onto a 16 GB USB drive, albeit without a window manager or desktop environment.
    When I tried that is where I ran into problems. I installed X, vesa driver, and GNOME and enabled gdm.service, and upon the next reboot the system hung after or in the middle of the fsck process, exactly as described in this thread.
    rebooted, hangs after the fsck bit where it says something like /dev/sda4: clean, 112977/9296096 files, 185427/21217024 blocks
    I just get the blinking cursor. I left it there long enough to take a nap and nothing else came up.
    Examining the journalctl output, I see an error exactly like mentioned in this thread:
    GLib-GObject-CRITICAL: g_object_ref: assertion 'object->refcount > 0' failed
    GLib-GObject-CRITICAL: g_object_unref: assertion 'object->refcount > 0' failed
    Chrooting into the system and disabling gdm.service allowed for normal boot.
    Well, I thought, maybe there's an issue with GDM or GNOME. I'll try LXDE and LXDM instead. Unfortunately, that hung at the exact same point in the loading process. Looking at the journalctl, I saw an output exactly like what was described in this thread:
    Lxdm.service main process exited code=exited status=1/FAILURE
    lxdm.service entered failed state
    I'm stumped. I've searched and haven't come up with anything. Does anyone have any ideas about what might be the cause? What additional information would be helpful in diagnosing the issue? Thank you for your help.
    Last edited by AbortToddlers (2014-01-28 15:06:04)

    Neburski wrote:
    slowpoke1584 wrote:
    killall gdm
    GDM then restarts immediately. Problem recurring each boot.
    Can you check the logs (dmesg, journalctl, xorg) and see if there are any differences for the startup of GDM before and after a successful GDM start.
    Technically from the lack of information you provided it's not possible to state if you actually have the same issue or not. It might be better for you to start your own separate thread.
    If you start your separate thread please provide some more details so people don't need to start guessing.
    I think I'll just RTM.

  • Help with new install... cannot load database file...

    I have installed the latest trial (dev license) of Sybase ASE 15 on a windows 2008r2 VM to test.  The install completed successfully and I brought the DB up... and created a database and new devices.  I am attempting to load a dump file from version 12.5
    When I run this command:
    load database NEWDBCREATED from "compress::S:\12_5_DRUMP.dmp"
    I get this:
    The sp_db shows:
    Msg 7205, Level 17, State 2:
    Server 'SYBASEDB', Line 1:
    Can't open a connection to site 'SYB_BACKUP'. See the error log file in the ASE boot directory.
    Msg 7205, Level 18, State 3:
    Server 'SYBASEDB', Line 1:
    Can't open a connection to site 'SYB_BACKUP'. See the error log file in the ASE boot directory.
    Msg 3220, Level 16, State 8:
    Server 'SYBASEDB', Line 1:
    Could not establish communication with Backup Server 'SYB_BACKUP'.  Please make sure that there is an entry in Sysservers for
    this server, and that the correct server is running.
    1>
    1> sp_helpserver SYB_BACKUP
    2> GO
    name       network_name    security_mechanism   server_principal   class
             status                                                                    id cost
    SYB_BACKUP SYBASEDB_BS NULL                 NULL               ASEnterprise
             timeouts, no net password encryption, writable , enable login redirection  1 NULL
    (return status = 0)
    1>
    I DO NOT see the service in windows for the backup server, did I miss something on install?
    ANY idea where to go from here?

    If I try to set using sp_configure I get this..
    1> sp_configure "default sortorder id",44
    2> go
    Msg 5824, Level 16, State 4:
    Server 'AIGORACLE11G', Procedure 'sp_configure', Line 1310:
    Cannot reconfigure server to use sort order ID 44, because the row for its underlying character set (ID 2) does not exist
    syscharsets.
    (return status = 1)
    But the char set seems to be there???
    1> sp_helpsort
    2> go
    Collation Name                 Collation ID
    altdict                                  45
    altnoacc                                 39
    altnocsp                                 46
    binary                                   25
    cyrnocs                                  64
    defaultml                                20
    dict                                     51
    elldict                                  65
    espdict                                  55
    espnoac                                  57
    espnocs                                  56
    gbpinyin                                163
    hundict                                  69
    hunnoac                                  70
    hunnocs                                  71
    iso14651                                 22
    noaccent                                 54
    nocase                                   52
    nocasep                                  53
    rusnocs                                  59
    scandict                                 47
    scannocp                                 48
    thaidict                                 21
    turknoac                                 73
    turknocs                                 74
    utf8bin                                  24
    nocase_eucgb                             52
    nocase_cp936                             52
    nocase_gb18030                           52
    nocase_eucjis                            52
    nocase_sjis                              52
    nocase_deckanji                          52
    gbpinyinnocs                             26
    gbpinyin_eucgb                          163
    gbpinyin_gb18030                        163
    gbpinyin_cp936                          163
    gbpinyinnocs_eucgb                       26
    gbpinyinnocs_gb18030                     26
    gbpinyinnocs_cp936                       26
    Loadable Sort Table Name       Collation ID
    cp932bin                                129
    cyrdict                                 140
    dynix                                   130
    eucjisbn                                192
    euckscbn                                161
    gb2312bn                                137
    rusdict                                 165
    sjisbin                                 179
    turdict                                 155
    big5bin                                 194
    Sort Order Description
    Character Set = 2, cp850
         Code Page 850 (Multilingual) character set.
    Sort Order = 49, caseless_34
         Case-insensitive sort order for 3.4.1 caseless database.
    Characters, in Order
    any idea why I can't set 44?
    -Ken

  • Boot Camp / Win 7 (64-bit) install hangs at "windows loading files"

    I was hoping I might get some help from the community. I've got the new MBP 15", 2.66/i7 and OS 10.6.3. I launch Boot Camp utility, assign a partition for Windows (76 GB in this case), insert the Win 7 disc (Home Premium 64-bit OEM I just bought) when prompted, and the laptop restarts.
    It asks me to press any key to boot off the CD/DVD (screen color is blocked a bit oddly, but no worries). I press a key, screen goes black, and the message, "windows is loading files" appears. The white status bar below it progresses from the left all the way to the right, and then the whole process freezes before going to the next step.
    I found another person's solution post on this here:
    http://forums.macrumors.com/showthread.php?t=703045
    I haven't tried it yet, because I don't understand if I have too format the whole drive or just a partition. I don't understand his solution completely, so I was hopeful someone could tell me if it even sounds like it might work or if there is another known solution.
    Thanks!

    Thanks for including the details. Up front even better. Two different makes? AMD and Nvidia do not play together in Windows. 2 'extra' means 3 GPUs. Now there I would look at leaving just one.
    What I meant to say was just leave the one drive where Windows will go, no other drives present - pull those sleds. And put Windows in bay #1.
    Slowest burn speed, which is usually 2x but if 4x is the slowest setting, fine. Odd behavior and bad installs even when it does appear to.

  • [SOLVED] lxde (new install) hangs at startup

    Fresh install of Arch.  X configured and working fine (tested using WindowMaker) - nvidia card + hal + evdev.
    Installed LXDE.  startx  Panel and desktop appear, but no mouse or keyboard (I can Ctrl-Alt-F1 to kill X).  No errors in Xorg0.log.  Also tried svn build of lxsession-lite and lxpanel from AUR, same behavior.
    I don't think it's an X issue b/c WindowMaker works flawlessly.
    Here's my whole xorg.conf just in case (not I get same behavior if I startx with no xorg.conf present):
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
        Load           "dbe"
        Load           "extmod"
        Load           "glx"
    EndSection
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "ViewSonic"
        DisplaySize     444    277
        HorizSync       30.0 - 82.0
        VertRefresh     50.0 - 75.0
        Option         "DPMS"
    EndSection
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth   24
        Option         "AddARGBGLXVisuals" "True"
        Option         "RenderAccel" "true"
        Option         "NoLogo" "true"
        Option         "AGPFastWrite" "true"
        Option         "MetaModes" "1680x1050_60 +0+0"
        SubSection     "Display"
            Depth       24
            Modes      "1680x1050" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    Section "Extensions"
        Option         "Composite" "Enable"
    EndSection
    I've tried this with both gamin and fam.
    Last edited by dfelicia (2009-05-26 15:01:20)

    Ack, it wasn't installed!  So obvious, how did I miss it?  I blindly assumed it was installed as part of the lxde group, and never thought to check.
    Thanks!

  • New Install Hangs

    Hi all,
    I have just installed iMovie 08 on Leopard and before using it checked for any updates, Which it did successfully. Restarted iMac.
    Launch iMovie but it just hangs and gives the spinning wheel of death and I have to force quit it as it is not responding.
    Any help anyone could offer would be greatly appreciated as this is becoming increasingly frustrating.
    Cheerio.

    Here is a fix for Leopard on Intel.
    It's in this thread:
    http://discussions.apple.com/thread.jspa?threadID=1207400&tstart=30
    from race86:
    Hey All:
    My fix is alot easier than apples. In the Library/quicktime folder you need to look at each DivX file and check it using "get info" or "more info". Under Kind, you keep the one that says (Universal). The older DivX files go to the trash. After I did that, everything worked perfectly.
    Sherm

  • QuickTime new install hangs, freezes executing MOV files?

    Once worked?
    A iTunes user I have removed & reinstalled ITunes back having same issue never fixed awhile (I did not know it was I QuickTime thing)
    I tried to run any video in iTunes or podcast and it freezed.. I lost mouse keybd everything Reboot!
    That was iTunes on another ticket suggested that I remove & reinstalled... same problem, never did solve it?
    Today I tried QT, running a MOV from fresh boot, to execute a MOV file, one that worked and I created a year ago..
    I went repair soft and apps in control panel, then finally remove & reloaded it, Quicktime still freezes when executing a MOV file.

    1] Try it with another user account (make one if you need to in Apple menu > System Preferences > Accounts)
    2] If its only happening in your account:
    Inside your hard drive, in the Users folder should be your user home folder (with your account name.) Within that folder is a folder called Library... open that and look for a QuickTime folder within, pull that QuickTime folder out to the Desktop. Do the same for Internet Plug-ins and throw away the ~/Library/Caches/QuickTime folder too. Then, open Preferences and pull out com.apple.quicktime... (all of them) and the QuickTime Preferences file.
    Then log out (Apple menu) and back in (or restart) and try again.
    3] If its happening for all users then try:
    Pull the /Library/Preferences/com.apple.quicktime.plist to the desktop (Your QuickTime Pro registration is in that file so don't throw it away, just move it out, restart and try again.)
    4] If there are still problems, try repairing your disk either with the OS X install disc (run Disk Utility from the menu bar) or by rebooting in Singel-User-Mode and running fsck. Then repair permissions with Disk Utility.
    Let us know if you still have trouble.

  • Oracle Linux 4 hangs after first reboot....@ GRUB Loading stage2

    Hi Linux experts,
    after I installed Oracle Linux 4(on Vmware), I go through the 4 ISO images(that I had burnt to CDs)...After the 4th CD is done, I have to do the first Linux reboot...Linux hangs on
    "GRUB Loading stage2...."
    Any idea how to fix this?
    Thanks.

    Hi,
    I'm using Chan's article to install Linux on top of Vmware. His article is on http://www.oracle.com/technology/pub/articles/chan-bul-vmware.html#2.
    Maybe I missed step 11 of his instructions.....but it says leave the default /dev/sda1...thats what I did.

  • [Solved] Grub Error 15 at boot on new install.

    So I was trying to avoid asking for help, but I honestly can't see what's wrong with my new install of arch.  I followed the beginner's guide all the way up to the part where you reboot and remove the liveCD.  It all went swimmingly until I rebooted and got:
    GRUB Loading stage1.5.
    GRUB Loading, please wait...
    Error 15
    I don't know what's going on.  Error 15 is supposedly "file not found," but I don't know what file it's looking for since I have a grub.cfg that I created from the steps posted on the guide.  Any help is greatly appreciated.
    --Wes
    EDIT:
    Just to be clear I followed the BIOS motherboard steps for GRUB.
    Last edited by Wesman26 (2012-11-09 01:25:38)

    Xacky wrote:Which instructions did you follow? This would normaly do it when chrooted (during install).
    Wat your disk en partition lay-out?
    -One or more harddisks?
    -Partitions? Everything on / or separate /home /boot (/var)?
    I'm following the beginner's guide instructions for a BIOS install.  After chroot I used the following:
    # pacman -S grub-bios
    # grub-install --target=i386-pc --recheck --force --debug /dev/sdb
    # cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
    # grub-mkconfig -o /boot/grub/grub.cfg
    Aside from the warnings (that I think most people ignored) of a few files not existing during the installation of grub-bios, it all went fine.  The harddrive is definitely sdb (fdisk -l shows sda as my windows drive, not to mention I just formatted and partitioned sdb).  My partitions are laid out exactly as the guide tells me to (/ on /dev/sdb1 and /home on /dev/sdb2).  They are the only partitions on sdb.
    DSpider wrote:Lol... a full reinstall wasn't needed. This mentality is typical to a Windows user.
    I don't appreciate your condescension.  These forums have (up to this point) always been really helpful and friendly to me; just because I'm posting in the newbie corner doesn't mean I'm not familiar with linux, and even if I were unfamiliar with linux I would hope that you could show more respect and compassion for someone who needs help than to ostracize them and laugh about their problem.  I posted here because I figured I didn't need to waste the time of the mods and users who offer help in the installation subforum with something that I assumed would be a trivial fix.  I expected courteous, thoughtful responses.  I was apparently wrong to assume.
    I reinstalled because I didn't know what else to do, and figured that there might have been a chance that I made a mistake.  Since your previous advice was literally getting me nowhere I figured the 10 minutes of my time reinstalling took up would be worth the potential of fixing my problem. 
    To answer your questions that are actually helpful:
    I don't have grub installed on another drive and my drive and partition layout is detailed above.  As for boot priority, it hasn't changed since I first installed linux in 2006 and it's worked ever since; I'm performing this operation to clear what was once a drive cluttered with a few other distros that I've abandoned since 2007 when I found Arch (yes I am actually that lazy).
    Is it possible that my old installation of grub might have stayed on the drive even after I rid it of the old partitions (since it's stored in MBR)?  If so does the installation of grub2 I'm performing not get rid of it?
    Hope this helps,
    --Wes
    Last edited by Wesman26 (2012-11-08 20:53:27)

  • Logic Pro 9 new install won't load due to plug in problem - Rewire

    Just installed Logic Studio with Pro 9. Every time I try to open it, it hangs. The loading window shows that Logic Pro 9 is searching for a TC Electronics plug-in called "TC voicestrip.vst". I get an error message from my TC Powercore stating that the sample settings in the host application are incompatible, so I've disabled the Voicestrip plug ins in AU Manager. I even removed those plug ins from the Plug In folder. After Logic Pro 9 hangs, I quit out of it, then get a message that says the app has quit unuexpectedly possibly due to a problem with Rewire. When I chose to send the error message to Apple, here's the msg it sent:
    Process: Logic Pro [1123]
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: com.apple.logic.pro
    Version: 9.0.0 (1660.11)
    Build Info: Logic-16601100~1
    Code Type: PPC (Native)
    Parent Process: launchd [97]
    Interval Since Last Report: 10592292 sec
    Crashes Since Last Report: 155
    Per-App Interval Since Last Report: 1856 sec
    Per-App Crashes Since Last Report: 12
    Date/Time: 2010-04-16 13:53:12.056 -0600
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: 71C60083-39E6-447A-8C03-D57D0F4B030B
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000004
    Crashed Thread: 11
    Thread 0:
    0 com.apple.logic.pro 0x0098f660 void UnitTest::CheckEqual<ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment>(UnitTest::TestResults&, ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment, UnitTest::TestDetails const&) + 86032
    1 libSystem.B.dylib 0x95336aac _cxafinalize + 208
    2 libSystem.B.dylib 0x953369a4 exit + 32
    3 com.apple.AppKit 0x9568220c -[NSApplication terminate:] + 632
    4 com.apple.prokit 0x0118c684 -[NSProApplication terminate:] + 116
    5 com.apple.logic.pro 0x00677200 0x1000 + 6775296
    6 com.apple.AppKit 0x957b6550 -[NSApplication _terminateSendShould:] + 52
    7 com.apple.CoreFoundation 0x913c89a8 _invoking__ + 168
    8 com.apple.CoreFoundation 0x913c8230 -[NSInvocation invoke] + 128
    9 com.apple.Foundation 0x9636caf8 __NSFireTimer + 144
    10 com.apple.CoreFoundation 0x91355818 CFRunLoopRunSpecific + 2968
    11 com.apple.HIToolbox 0x95019b14 RunCurrentEventLoopInMode + 264
    12 com.apple.HIToolbox 0x95019938 ReceiveNextEventCommon + 412
    13 com.apple.HIToolbox 0x95019778 BlockUntilNextEventMatchingListInMode + 84
    14 com.apple.AppKit 0x95500244 _DPSNextEvent + 596
    15 com.apple.AppKit 0x954ffbfc -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112
    16 com.apple.AppKit 0x954f989c -[NSApplication run] + 744
    17 com.apple.prokit 0x0118cc64 NSProApplicationMain + 292
    18 com.apple.logic.pro 0x00003590 0x1000 + 9616
    Thread 1:
    0 libSystem.B.dylib 0x953241f8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9532b11c mach_msg + 56
    2 com.apple.CoreFoundation 0x91355394 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x91355c1c CFRunLoopRun + 60
    4 com.apple.DesktopServices 0x96a7b520 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 104
    5 ...ple.CoreServices.CarbonCore 0x967c0428 PrivateMPEntryPoint + 76
    6 libSystem.B.dylib 0x953660c4 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x953241f8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9532b11c mach_msg + 56
    2 com.apple.CoreFoundation 0x91355394 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x91355c1c CFRunLoopRun + 60
    4 com.apple.DesktopServices 0x96a7b69c TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 176
    5 ...ple.CoreServices.CarbonCore 0x967c0428 PrivateMPEntryPoint + 76
    6 libSystem.B.dylib 0x953660c4 pthreadstart + 316
    Thread 3:
    0 libSystem.B.dylib 0x9532ac0c _semwaitsignal + 12
    1 libSystem.B.dylib 0x9536746c pthread_condwait + 1580
    2 ...ple.CoreServices.CarbonCore 0x967c2644 TSWaitOnCondition + 132
    3 ...ple.CoreServices.CarbonCore 0x967a09c0 TSWaitOnConditionTimedRelative + 204
    4 ...ple.CoreServices.CarbonCore 0x967c2200 MPWaitOnQueue + 272
    5 com.apple.DesktopServices 0x96a86bf4 TNodeSyncTask::SyncTaskProc(void*) + 88
    6 ...ple.CoreServices.CarbonCore 0x967c0428 PrivateMPEntryPoint + 76
    7 libSystem.B.dylib 0x953660c4 pthreadstart + 316
    Thread 4:
    0 libSystem.B.dylib 0x95324278 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x95367368 pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x967a09e4 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x967c2200 MPWaitOnQueue + 272
    4 com.apple.DesktopServices 0x96a888b4 TFolderSizeTask::FolderSizeTaskProc(void*) + 88
    5 ...ple.CoreServices.CarbonCore 0x967c0428 PrivateMPEntryPoint + 76
    6 libSystem.B.dylib 0x953660c4 pthreadstart + 316
    Thread 5:
    0 libSystem.B.dylib 0x9532ac0c _semwaitsignal + 12
    1 libSystem.B.dylib 0x9536746c pthread_condwait + 1580
    2 libGLProgrammability.dylib 0x90bafb68 glvmDoWork + 120
    3 libSystem.B.dylib 0x953660c4 pthreadstart + 316
    Thread 6:
    0 libSystem.B.dylib 0x953241f8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9532b11c mach_msg + 56
    2 com.apple.CoreFoundation 0x91355394 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x91355c1c CFRunLoopRun + 60
    4 com.apple.XSKey 0x02c676fc EmagicKeyDevice_WatcherThread(void*) + 296
    5 libSystem.B.dylib 0x953660c4 pthreadstart + 316
    Thread 7:
    0 libSystem.B.dylib 0x95387d74 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x91360808 __CFSocketManager + 764
    Thread 8:
    0 libSystem.B.dylib 0x9532ac0c _semwaitsignal + 12
    1 libSystem.B.dylib 0x9536746c pthread_condwait + 1580
    2 com.apple.ColorSync 0x94e64050 pthreadSemaphoreWait(t_pthreadSemaphore*) + 36
    3 com.apple.ColorSync 0x94e77bbc CMMConvTask(void*) + 48
    4 libSystem.B.dylib 0x953660c4 pthreadstart + 316
    Thread 9:
    0 libSystem.B.dylib 0x9532ac0c _semwaitsignal + 12
    1 libSystem.B.dylib 0x9536746c pthread_condwait + 1580
    2 com.apple.music.apps.MAFiles 0x02aeee34 CheckNavServices + 55892
    3 com.apple.music.apps.MAFiles 0x02aeef2c CheckNavServices + 56140
    4 libSystem.B.dylib 0x953660c4 pthreadstart + 316
    Thread 10:
    0 libSystem.B.dylib 0x9532ac0c _semwaitsignal + 12
    1 libSystem.B.dylib 0x9536746c pthread_condwait + 1580
    2 com.apple.music.apps.MAFiles 0x02aeee34 CheckNavServices + 55892
    3 com.apple.music.apps.MAFiles 0x02aeef2c CheckNavServices + 56140
    4 libSystem.B.dylib 0x953660c4 pthreadstart + 316
    Thread 11 Crashed:
    0 libSystem.B.dylib 0xffff8264 _spinlock + 4 (cpu_capabilities.h:227)
    1 libSystem.B.dylib 0x95360ab4 pthreadmutextrylock + 52
    2 ...opellerheads.rewire.library 0x3980957c RWPUnregisterDeviceImp + 204004
    3 ...opellerheads.rewire.library 0x398093bc RWPUnregisterDeviceImp + 203556
    4 ...opellerheads.rewire.library 0x397d8488 RWPUnregisterDeviceImp + 3056
    5 ...opellerheads.rewire.library 0x39810a04 RWPUnregisterDeviceImp + 233836
    6 libSystem.B.dylib 0x953660c4 pthreadstart + 316
    Thread 12:
    0 libSystem.B.dylib 0x9532ac0c _semwaitsignal + 12
    1 libSystem.B.dylib 0x9536746c pthread_condwait + 1580
    2 ...le.music.apps.MAAudioEngine 0x02bab080 MD::CallProcessThread1(void*) + 544
    3 libSystem.B.dylib 0x953660c4 pthreadstart + 316
    Thread 13:
    0 libSystem.B.dylib 0x9532ac0c _semwaitsignal + 12
    1 libSystem.B.dylib 0x9536746c pthread_condwait + 1580
    2 ...le.music.apps.MAAudioEngine 0x02baae30 MD::CallProcessThread2(void*) + 544
    3 libSystem.B.dylib 0x953660c4 pthreadstart + 316
    Thread 14:
    0 libSystem.B.dylib 0x9532ac0c _semwaitsignal + 12
    1 libSystem.B.dylib 0x9536746c pthread_condwait + 1580
    2 ...le.music.apps.MAAudioEngine 0x02baa2a0 MD::CallProcessThread7(void*) + 544
    3 libSystem.B.dylib 0x953660c4 pthreadstart + 316
    Thread 11 crashed with PPC Thread State 32:
    srr0: 0xffff8264 srr1: 0x0200d930 dar: 0x00000004 dsisr: 0x40000000
    r0: 0x95360ab8 r1: 0xf072bbf0 r2: 0x69d784ba r3: 0x00000004
    r4: 0x3407c124 r5: 0x000003e8 r6: 0x00000000 r7: 0x000879e8
    r8: 0x00ee6b28 r9: 0x00000000 r10: 0x69d784ba r11: 0xa07dadb0
    r12: 0x9532e8b0 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
    r24: 0x00000000 r25: 0xa07d5f98 r26: 0x0000e403 r27: 0x32c6e870
    r28: 0xa07e0a90 r29: 0x00000000 r30: 0xa07d653c r31: 0x95360a90
    cr: 0x24002004 xer: 0x00000000 lr: 0x95360ab8 ctr: 0x9532e8b0
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0xc10ffa com.apple.logic.pro 9.0.0 (1660.11) <46318cfaa8be2e20ec0af5d2d495a4e5> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0xe6b000 - 0xe85ff3 com.apple.music.apps.MAAudioUnitSupport 9.0.0 (201.7) <4152005f710dbb913abe921d05ca964e> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
    0xe93000 - 0xec0ff7 +MAAssetSharing ??? (???) /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
    0xed2000 - 0xf56feb com.apple.DotMacKit 21 (3.0.1L) /Applications/Logic Pro.app/Contents/Frameworks/DotMacKit.framework/Versions/A/DotMacKit
    0xfb4000 - 0x1082ff5 com.apple.DiscRecording 4.0.7 (4070.4.1) <73f6a269ffb9718fa9f165da9f2a5eb1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x10e9000 - 0x10ebfff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x10f1000 - 0x114efff com.apple.music.apps.MALoopManagement 9.0.0 (195.6) <bedb77635792a902b316da2c6dfece2e> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
    0x1169000 - 0x132effb com.apple.prokit 5.0 (883) <eb781a0ac241037a05d240696a5b040e> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1429000 - 0x14aeff3 com.apple.music.apps.MACore 9.0.0 (436.7) <391bd25c102d799053d963a279ad6c27> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x14e3000 - 0x14ffffb com.apple.audio.midi.CoreMIDI 1.6.1 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x1515000 - 0x1558ffb com.apple.music.apps.MAHarmony 9.0.0 (174.6) <9e604bcffd3e6cee79037d34eab2e41c> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x156b000 - 0x19a0ff1 com.apple.music.apps.MAPlugInGUI 9.0.0 (396.8) <7aaabd3ad4702c5f21a4be73aab93cac> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1c18000 - 0x1ceaff7 com.apple.music.apps.OMF 9.0.0 (98.6) <6d391e0238da8f77c9669fb3a15b5c4e> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1cfd000 - 0x2291fff com.apple.music.apps.MADSP 9.0.0 (550.11) <f2893ce78a4c51ceaa03e1dc1325322d> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x296d000 - 0x298bff7 com.apple.music.apps.LogicFileBrowser 9.0.0 (201.6) <cad06051eb09a22b367005da76d8ea73> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x2999000 - 0x2a03ff7 com.apple.music.apps.LogicLoopBrowser 9.0.0 (190.6) <c1a7b7097744ccb73a93e1d57361d3b5> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2a28000 - 0x2a44ff3 com.apple.music.apps.MAApogeeSupport 9.0.0 (284.6) <1dbcc29f98c119946b2128c6333c14fa> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x2a4d000 - 0x2a52fff com.apple.music.apps.MAResources 9.0.0 (202.6) <24bace14001c75fe67761728a076951b> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x2a56000 - 0x2a71ff9 com.apple.audio.CoreAudioKit 1.5 (1.5) <b7e5287b5d5cdda58e147a6ffa19667e> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x2a82000 - 0x2a8afff com.apple.AEProfiling 1.2 (22) <abe7eb329c8ac259cf01e1aae9a7389a> /Applications/Logic Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x2a92000 - 0x2aa2fff com.apple.AERegistration 1.2 (77) <a414e04adc8d3707b024759d8836bee1> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2ab5000 - 0x2ac0ff3 com.apple.music.apps.MAUnitTest 9.0.0 (73.6) <ddee1b370319665a3ebc245238112c41> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2ac7000 - 0x2b80ff3 com.apple.music.apps.MAFiles 9.0.0 (117.7) <d484d0c8e69c8634b981e670c4b05257> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2b98000 - 0x2c06fff com.apple.music.apps.MAAudioEngine 9.0.0 (127.9) <8e30cee74a803fd07ccba822f5e706e0> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2c49000 - 0x2c54ff3 com.apple.music.apps.MAToolKit 9.0.0 (323.6) <1da0ca283f2d36f0bc3a73023ca30b14> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2c59000 - 0x2c77ffb com.apple.XSKey 1.0.0 (52) <eb878ce4313af544efbfb43a1724339d> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x2c85000 - 0x2ca6ff1 libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x2cae000 - 0x2d08fff com.apple.Symbolication 1.1 (42.3.6) <8a37cbd04ebd2c7cc890b46558c9d911> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x2d39000 - 0x2d7dfff com.apple.vmutils 4.1 (104) <ea4bd764588ed4625099564b5e253eb1> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2d9e000 - 0x2da3ffb com.apple.DebugSymbols 1.1 (1.0) <64bd88af2864dd2a58175d73f0273c3a> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x2daa000 - 0x2dcbfff libexpat.1.dylib ??? (???) <e955fbf7296287c4d40694cf7dffd64f> /usr/lib/libexpat.1.dylib
    0x2fb2000 - 0x2fd7ffd com.apple.prokit.LeopardPanels 5.0 (883) <015fe2ef86e72a573c2814584c3b9b75> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/Leopard Panels.bundle/Contents/MacOS/LeopardPanels
    0x2fac4000 - 0x2fac5ffd com.apple.aoa.halplugin 2.5.8 (2.5.8f1) <0d6be2c83d2f582060ba48293d283cdd> /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x2feaa000 - 0x2feaefff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <ac58ebbd8e1179ff891b7a60b2ba33cc> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x2ffa0000 - 0x2ffa7fff com.apple.proapps.mrcheckpro 1.4 (359) <986b9225b761ef5aa33b349717ef474b> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x30d7e000 - 0x30d9afff GLRendererFloat ??? (???) <020c309b1f0a3109fbf8f76764e9ad69> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x30dd4000 - 0x30dddfff com.apple.iokit.IOUSBLib 3.4.9 (3.4.9) <d8e92abec3e3d0569d298799e68bfbee> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0x3114b000 - 0x31332ff3 com.apple.RawCamera.bundle 2.1.1 (508) <43747f42347f4d5db7a26942587b3b4d> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x313c5000 - 0x3153dffb GLEngine ??? (???) <ad5267f50a418511daf9f5f237d7f852> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x3156f000 - 0x3182dff1 com.apple.ATIRadeon9700GLDriver 1.5.48 (5.4.8) <fae0f5b1c48e3b907714618156e0324c> /System/Library/Extensions/ATIRadeon9700GLDriver.bundle/Contents/MacOS/ATIRadeo n9700GLDriver
    0x32ae0000 - 0x32ae2ff7 com.apple.music.apps.anvil.resources 9.0.0 (269.6) <6be242b4dff5ff8f1d7725554eb6adce> /Applications/Logic Pro.app/Contents/Resources/anvil.res/Contents/MacOS/anvil
    0x32ae6000 - 0x32ae8ff7 com.apple.music.apps.common.resources 9.0.0 (269.6) <5eca185d9e079a3ee4c970c674c9daca> /Applications/Logic Pro.app/Contents/Resources/common.res/Contents/MacOS/common
    0x32aec000 - 0x32aeefff com.apple.music.apps.ebp.resources 9.0.0 (269.6) <1e44b8d38039f38c1cd1e993b649a68e> /Applications/Logic Pro.app/Contents/Resources/ebp.res/Contents/MacOS/ebp
    0x32af2000 - 0x32af4fff com.apple.music.apps.efx.resources 9.0.0 (269.6) <4ec687f9fee4d24f56c315250261a82c> /Applications/Logic Pro.app/Contents/Resources/efx.res/Contents/MacOS/efx
    0x32af8000 - 0x32afafff com.apple.music.apps.egt.resources 9.0.0 (269.6) <b789b1b08d8eda0a3e490791ca5d6775> /Applications/Logic Pro.app/Contents/Resources/egt.res/Contents/MacOS/egt
    0x334bf000 - 0x334c1fff com.apple.music.apps.emx.resources 9.0.0 (269.6) <b2c70eae6620894adcb8d4607b8cb19c> /Applications/Logic Pro.app/Contents/Resources/emx.res/Contents/MacOS/emx
    0x334c5000 - 0x334c7fff com.apple.music.apps.es1.resources 9.0.0 (269.6) <9350f05c9bb5af83d1ec4283f24434d5> /Applications/Logic Pro.app/Contents/Resources/es1.res/Contents/MacOS/es1
    0x334cb000 - 0x334cdfff com.apple.music.apps.es2.resources 9.0.0 (269.6) <17d890df7502324490ce763a261745bf> /Applications/Logic Pro.app/Contents/Resources/es2.res/Contents/MacOS/es2
    0x334d1000 - 0x334d3fff com.apple.music.apps.esp.resources 9.0.0 (269.6) <ff096dc215103368f8a5ae8efaa50d0e> /Applications/Logic Pro.app/Contents/Resources/esp.res/Contents/MacOS/esp
    0x334d7000 - 0x334d9fff com.apple.music.apps.evb3.resources 9.0.0 (269.6) <aee878c6fc16c2cea7e10a73385436e3> /Applications/Logic Pro.app/Contents/Resources/evb3.res/Contents/MacOS/evb3
    0x334dd000 - 0x334dffff com.apple.music.apps.evd6.resources 9.0.0 (269.6) <affc5327ad76cc38074af1cd88faee90> /Applications/Logic Pro.app/Contents/Resources/evd6.res/Contents/MacOS/evd6
    0x334e3000 - 0x334e5fff com.apple.music.apps.evoc.resources 9.0.0 (269.6) <1f331d7ad4a73c068a14a59c1968db60> /Applications/Logic Pro.app/Contents/Resources/evoc.res/Contents/MacOS/evoc
    0x334e9000 - 0x334ebff7 com.apple.music.apps.evp88.resources 9.0.0 (269.6) <e94a38cd84fb8e781265e3042ee45a78> /Applications/Logic Pro.app/Contents/Resources/evp88.res/Contents/MacOS/evp88
    0x334ef000 - 0x334f1ff7 com.apple.music.apps.exs24.resources 9.0.0 (269.6) <07f3fc1ab91e86db4d9e93a8d04ab12a> /Applications/Logic Pro.app/Contents/Resources/exs24.res/Contents/MacOS/exs24
    0x334f5000 - 0x334f7fff com.apple.music.apps.guitaramp.resources 9.0.0 (269.6) <c8c17f8b5ca6fa3a781a8ce10e4820ae> /Applications/Logic Pro.app/Contents/Resources/guitaramp.res/Contents/MacOS/guitaramp
    0x334fb000 - 0x334fdff7 com.apple.music.apps.guitarcontrols.resources 9.0.0 (269.6) <f0a60ff07af79f939f926235f7e65949> /Applications/Logic Pro.app/Contents/Resources/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x33501000 - 0x33503ff7 com.apple.music.apps.mutapdel.resources 9.0.0 (269.6) <43b4fc36c1d9800987437c4def799699> /Applications/Logic Pro.app/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
    0x33507000 - 0x33509fff com.apple.music.apps.pedalboard.resources 9.0.0 (269.6) <2d78a75590d1ad253a55b5c02bcaa660> /Applications/Logic Pro.app/Contents/Resources/pedalboard.res/Contents/MacOS/pedalboard
    0x3350d000 - 0x3350fff7 com.apple.music.apps.revolver.resources 9.0.0 (269.6) <ccea5ca7f16ff071b616c6d646413e22> /Applications/Logic Pro.app/Contents/Resources/revolver.res/Contents/MacOS/revolver
    0x33513000 - 0x33515ff7 com.apple.music.apps.sphere.resources 9.0.0 (269.6) <ec10e721a6b31566059d868f38eef8b1> /Applications/Logic Pro.app/Contents/Resources/sphere.res/Contents/MacOS/sphere
    0x397d0000 - 0x3983cfff +se.propellerheads.rewire.library 1.7 (1.7) /Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x39859000 - 0x39878fff com.apple.OpenTransport 3.0 (3.0) /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x3e000000 - 0x3e044fff com.apple.glut 3.4.2 (GLUT-3.4.2) <c77000ce8b508b7a8a98182e3eda1ed4> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x8fe00000 - 0x8fe30c23 dyld 97.1 (???) <89a0055b0e7ea2db881b73c6e63bc774> /usr/lib/dyld
    0x90003000 - 0x90040fff libRIP.A.dylib ??? (???) <a710b7ef58700a54a39e7738dd804e57> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x90041000 - 0x9005dffb libPng.dylib ??? (???) <036c49544cb7b1d09d5e0185a1e26f7d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9005e000 - 0x9005effe com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9005f000 - 0x90066ffb com.apple.print.framework.Print 218.0.3 (220.2) <021d2263007c538fd9e6b52e66a2623d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90067000 - 0x90069ffd libRadiance.dylib ??? (???) <304e574d5de8d26630c4c516cc6e47fb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x902e7000 - 0x9042effb com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9042f000 - 0x90461fff com.apple.bom 9.0.1 (136.1.1) <1399341d4cd4b8d4c560e683bc81d73c> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x90462000 - 0x9048cff7 libssl.0.9.7.dylib ??? (???) <2aafe2efc0fb9868cb630ac50b5892b4> /usr/lib/libssl.0.9.7.dylib
    0x9048d000 - 0x9049bfff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x9049c000 - 0x9049ffff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x904a0000 - 0x905ecfff com.apple.ImageIO.framework 2.0.7 (2.0.7) <c466caa621b9fa7431877610c21e39a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x905ed000 - 0x90615fff libxslt.1.dylib ??? (???) <bb985380f353bbc7ce694d56884ea156> /usr/lib/libxslt.1.dylib
    0x90616000 - 0x906cdfff com.apple.QTKit 7.6.4 (1327.73) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x906f8000 - 0x906f9ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x906fa000 - 0x9077cfff com.apple.print.framework.PrintCore 5.5.4 (245.6) <3cde2550ec10348b7162d2b6cb0dfc67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9077d000 - 0x907b2ff3 com.apple.LDAPFramework 1.4.5 (110) <0cf1d114abaf598355afb6537b76874e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x907b3000 - 0x90810ffb com.apple.HIServices 1.7.1 (???) <a6c5c0bf2d68aeb453dbc493b7d0c8d9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90811000 - 0x909b2ff7 com.apple.QuartzComposer 2.1 (106.13) <6dd1df71cb588b1b9ceb0c5bbf32e842> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x909b3000 - 0x909b3fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x909b4000 - 0x90a4dfc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x90a4e000 - 0x90a79ff7 libauto.dylib ??? (???) <a64d088b2d17e013b9ee5a08d3a20d33> /usr/lib/libauto.dylib
    0x90a7a000 - 0x90ae1ffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x90ae2000 - 0x90afaffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90afb000 - 0x90b83ffb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <6fc8a8cb43506b57b951da899a55d3b9> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90b8a000 - 0x90fb8ffe libGLProgrammability.dylib ??? (???) <5d52750ec9e438b25d3a4db51361fa2b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90fb9000 - 0x91069fff edu.mit.Kerberos 6.0.13 (6.0.13) <2ed20a450576465ee4f9c317b8ce8c44> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9106a000 - 0x91154fff libxml2.2.dylib ??? (???) <c16d0fbbf8fd6b30695cd3c930355066> /usr/lib/libxml2.2.dylib
    0x91155000 - 0x91225ffb com.apple.syncservices 3.3 (389.20) <6f381ee31b84416f59603afc05de893d> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x91232000 - 0x91250fff com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91251000 - 0x912ebff7 com.apple.ApplicationServices.ATS 3.8 (???) <61c7a66473c16fce3d1eac4d09d401d7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x912ec000 - 0x91411ff3 com.apple.CoreFoundation 6.5.7 (476.19) <dee0f0024f3bf976cfa0a0816e8aa338> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91eb8000 - 0x91ef9ffb libTIFF.dylib ??? (???) <a4fac1b78bf536e570841166630ff642> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91efa000 - 0x91f5bfff com.apple.CoreText 2.0.4 (???) <ebcc2c7e9b0bc10016af530d82a11f03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x91f5c000 - 0x92016fff libcrypto.0.9.7.dylib ??? (???) <1d82e65c85d65367f3b6b06355c89c9b> /usr/lib/libcrypto.0.9.7.dylib
    0x92017000 - 0x92022fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92068000 - 0x9209dfff com.apple.AE 402.3 (402.3) <75725936d014fd3ca2553d18b784b99b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9209e000 - 0x92123fff libsqlite3.0.dylib ??? (???) <daf55b073488086ef5b9a3781be53f14> /usr/lib/libsqlite3.0.dylib
    0x92124000 - 0x92249ffb com.apple.imageKit 1.0.2 (1.0) <50dfcbe41b384bd71761c761c3fbfd5e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9224a000 - 0x92273fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x92274000 - 0x9282efff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x929b6000 - 0x929c9fff com.apple.LangAnalysis 1.6.5 (1.6.5) <2a661ad6e432dd62dd831e234904061f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x929ca000 - 0x92a0efff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x92a0f000 - 0x92a0fffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x92a10000 - 0x92a98fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92a99000 - 0x92ac0fff libcups.2.dylib ??? (???) <640068d6a91267e0d6e31afdac1c4a03> /usr/lib/libcups.2.dylib
    0x92ac1000 - 0x92ac9ffb libCGATS.A.dylib ??? (???) <72ecb94f23cdc622a277671b4976a7d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x92aca000 - 0x93046ff7 com.apple.CoreGraphics 1.409.5 (???) <5055e3621c3a2239851bd7e829e94ea1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93047000 - 0x93074fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93075000 - 0x930c4fff libGLImage.dylib ??? (???) <2e1f2a2625064149d209ec19e52d0384> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x930c5000 - 0x9342affe com.apple.QuartzCore 1.5.8 (1.5.8) <60e54cfb861dc5e66bb4f263a192d558> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9342b000 - 0x9343afff com.apple.DSObjCWrappers.Framework 1.3 (1.3) <305892aafaceb4e31915f0d759ef7e6d> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9343b000 - 0x93446ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x93447000 - 0x93447fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93448000 - 0x934aaffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x934c8000 - 0x93532ffb com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <48a24c4079638af1b2b53fea1183b121> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x93533000 - 0x93539fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <7f4de3ca234fdf3f06f25d47d7119e9b> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9353a000 - 0x93555ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <408eb07010ed69f4c94353cac76c84c6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93556000 - 0x93572ffb com.apple.openscripting 1.2.8 (???) <01f86cdb8f7347d2f3f13066e954acb6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93573000 - 0x9389cfe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9389d000 - 0x93970fff com.apple.CoreServices.OSServices 228 (228) <8610aed4edbd5d21e887a68c32b5c216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93b34000 - 0x93bc9ff7 com.apple.framework.IOKit 1.5.2 (???) <ced0a498252f76a2d2ba9f2a0ae02160> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93bca000 - 0x93be9fff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x93bf5000 - 0x93c70fff com.apple.SearchKit 1.2.2 (1.2.2) <a9d0033a5e1e55b5e382e52fe578d734> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93c71000 - 0x93c84ffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <050180a659a3905ea38f2acddcdf7b40> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x93c85000 - 0x93c8bffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93c8c000 - 0x93d6ffff libobjc.A.dylib ??? (???) <a1d4be2eed463c6799b6a1447fde72ba> /usr/lib/libobjc.A.dylib
    0x93d70000 - 0x93d79fff com.apple.DiskArbitration 2.2.1 (2.2.1) <682f5c45591e8c4a89c79e384e2c49af> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93d7a000 - 0x93de4fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x93e25000 - 0x93e32fff libCSync.A.dylib ??? (???) <7ccecf2b36209e1196c42c635938519e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x93e7e000 - 0x93ecdfff com.apple.Metadata 10.5.8 (398.26) <1a261534027b9d1518327d1fabe1182b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x93ece000 - 0x93f96ffb com.apple.CoreData 100.2 (186.2) <be912ff41bd4506438a71d5665e89069> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94bc3000 - 0x94d0bff3 libicucore.A.dylib ??? (???) <bdab570d90979c4f601131d442f84720> /usr/lib/libicucore.A.dylib
    0x94d0c000 - 0x94d0cfff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x94d0d000 - 0x94d1afff libbz2.1.0.dylib ??? (???) <03227e92407191ff8e754461e842201b> /usr/lib/libbz2.1.0.dylib
    0x94deb000 - 0x94e2dfff com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x94e2e000 - 0x94efefff com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x94f4e000 - 0x94f5efff libsasl2.2.dylib ??? (???) <c0d4783f9b08dfd1bded5e0b5ffe37cb> /usr/lib/libsasl2.2.dylib
    0x94f90000 - 0x94faaffb com.apple.CoreVideo 1.6.0 (20.0) <2bc359d0334aa51fcf0534320dee89e9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94fe9000 - 0x95322ff7 com.apple.HIToolbox 1.5.6 (???) <a3b713a77c16da495c886463985f1e39> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95323000 - 0x954c3ff3 libSystem.B.dylib ??? (???) <900415cd2c829b2de9a6cdcdaa6307e3> /usr/lib/libSystem.B.dylib
    0x954c4000 - 0x95c3afff com.apple.AppKit 6.5.9 (949.54) <687f1742c249d7c9268e2eb57713cef6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95c3b000 - 0x95c74fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <21dee7ffd93306032f911b5ef3fdbab3> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x95c75000 - 0x95ca6fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95ca7000 - 0x95cb5ff3 com.apple.opengl 1.5.10 (1.5.10) <54bae289e544387ce7997a4a05e70aa9> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x95cb6000 - 0x95cbefff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x95cfe000 - 0x95d0effb com.apple.agl 3.0.9 (AGL-3.0.9) <e751a9e491c3a9ef82c6405466106726> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x95d0f000 - 0x95d56fff com.apple.NavigationServices 3.5.2 (163) <453fd79dd63debad4908dcc726f9aa04> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x95d57000 - 0x95d6effb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x95d6f000 - 0x95d8fff7 libJPEG.dylib ??? (???) <bcc63fc19e0a5fa3d4b411f0de1d5851> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x95d90000 - 0x95ea4ffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x95ea5000 - 0x95f55fff com.apple.QD 3.11.57 (???) <e74b370c6f81fc00e8936f5cf7c8ebe0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x95f56000 - 0x95f5dfff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x95f5e000 - 0x95f5effc com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x95f5f000 - 0x95f63ffe libGIF.dylib ??? (???) <cc34b3a44618a0e1ccc1c5b1cf28b5bb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x95f64000 - 0x96296ff7 com.apple.QuickTime 7.6.4 (1327.73) <2a47a570627b516ad5d7e2ee611c49fa> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96297000 - 0x9632efff com.apple.LaunchServices 292 (292) <06cb373fd960fbc2b4a0201f55c7dd6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9632f000 - 0x96334ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x96335000 - 0x9657bffb com.apple.Foundation 6.5.9 (677.26) <c30e4aea51bbae480d4550cd53abb441> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9657c000 - 0x966d3ffb com.apple.JavaScriptCore 5531.21 (5531.21.9) <4954a9baddeb61795c18970e821caa57> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96777000 - 0x96a79ffb com.apple.CoreServices.CarbonCore 786.11 (786.14) <4da8e0984e333f8cea32a24ba4364e8c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96a7a000 - 0x96b09ffb com.apple.DesktopServices 1.4.8 (1.4.8) <efaf20fbcdf58c7da37ddbcf190bba75> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96b0a000 - 0x96cf3fff com.apple.security 5.0.6 (37592) <75e10021fca58a7274de9a365010049e> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96d0a000 - 0x96d0dffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96e22000 - 0x96f8eff9 com.apple.AddressBook.framework 4.1.2 (702) <00009729166ef5c0294f864e1c4e54c9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x970e3000 - 0x97139fff libGLU.dylib ??? (???) <3418ce7ca0863162847f553c15d08674> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9713e000 - 0x97188fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x97189000 - 0x9723cffc com.apple.CFNetwork 438.14 (438.14) <6e213ab40eabfc276ca46a7c7cfad01a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9723d000 - 0x9723dffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9723e000 - 0x9723ffff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x97240000 - 0x97269ffb com.apple.shortcut 1.0.1 (1.0) <8da20d176ab4cf71cdf4f79b477fe0e7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9726a000 - 0x9726aff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9726b000 - 0x972f5fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x972f6000 - 0x97315fff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9731c000 - 0x9733bfff libresolv.9.dylib ??? (???) <c5c72e1cf61cb844163156956a1d8407> /usr/lib/libresolv.9.dylib
    0x97433000 - 0x9743fff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x97440000 - 0x9744bffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Any ideas how to fix this?

    Two things: VST's don't work with Logic anyway, and they won't work in any program if you put them in the components folder. The Components folder is for AU plugins (that work with Logic) and the VST folder is for, well, you can guess...
    But your real problem is Rewire. You must either update it to a compatible version, or remove the folder Propellerheads from *Library>Application Support*.

  • Windows 7 install hangs at "Windows is loading files ..." on MBA

    I have been trying to install Windows 7 Ultimate but each time the install hangs at "Windows is loading files ..." on reboot. I am using a Windows install DVD using an external drive. When the install hangs, the DVD is not being accessed. I have tried several times and it leads to the same result. I have tried different partition sizes (20 GB - 50 GB), no luck.
    Any help would be greatly appreciated.

    Solution
    I have a macmini bought in mid2011 with OS Lion on it. AS it doesnot come with an optical drive, I bought an LG DVD drive and used the windows 7 (64bit) installation DVD. It stopped at windows is loading files....
    I tired couple of other options like using flash dirve but it dint work.
    The I went to Apple's Genius Bar, and they put the installation dvd into their dvd drive (by Apple). Then the windows installed perfectly fine.
    When asked they said it must be the problem of DVD and I found out that it actually is the cause. Apple products require dual layer optical drives but in general the optical drives we buy can only read single layer dvds. So I got to fix the problem by borrowing their dvd drive in genius bar and now i m good to go.....
    Hope this helps

  • I had to have a new hard drive installed.  Now programs load slowly and pinwheel spins a lot.  Any suggestions?, I had to have a new hard drive installed.  Now programs load slowly and pinwheel spins a lot.  Any suggestions?

    I had to have a new hard drive installed.  Now programs load slowly and pinwheel spins a lot.  Any suggestions?, I had to have a new hard drive installed.  Now programs load slowly and pinwheel spins a lot.  Any suggestions?

    It's likely that the new drive isn't working, or it wasn't installed correctly, or you had some other hardware fault rather than a bad drive.

  • After a new install with old TBird uninstalled."Your Thunderbird profile cannot be loaded. It may be missing or inaccessible" Should have created a NEW profile?

    My Windows 7 Ultimate computer received an unauthorized Windows overnight update followed by error messages. Bless Microsoft. To compound the problem there were NO restore dates found and no recent backups. I lost about the last entire year of data including all my many downloads and recent documents, etc.
    Like another user, I also had more than a year of Thunderbird emails in my inbox and many other folders. Important to me. Now TBird won't open...at all... and gives me an error message: "Your Thunderbird profile cannot be loaded. It may be missing or inaccessible." OK. So I uninstalled it and REINSTALLED IT, more than once, and still get this same error message after a supposedly successful installation. The error message and then TBird fails to open. Shouldn't it create a new profile with the new install?

    No. It's looking for, and finding, profiles.ini but can't find the profile in the location stored in profiles.ini.
    Deleting (or moving or renaming) profiles.ini should indeed force it to generate a new profile.
    Do these help?
    http://kb.mozillazine.org/Recovering_a_profile_that_suddenly_disappeared
    http://kb.mozillazine.org/Recovering_a_missing_profile

Maybe you are looking for