Mail Folders Disappeared After Upgrade to OS X Mountain Lion!

Okay, I am in a VERY desprate situation. (Please read the entire post before responding, I apologize for the length...)
My school had a mandatory re-imaging to upgrade to this new Mountain Lion operating system.
I backed up/exported all of my files, but was told I wouldn't need to back up or export anything in my e-mail.
After getting my laptop back, I opened mail to find that ALL of the folders I had created to organize college information was GONE.
The e-mails had very important information so I need to retrieve them ASAP!
I scoured through a lot of posts on here to find that many others had the same issue.
They solved it by going to the lefthand sidebar and hovering their cursor over ON MY MAC (or ICLOUD) then clicked "SHOW" and their lost folders were automatically restored. However, I do not see either ON MY MAC or ICLOUD as options. I see MAILBOXES and below that SMART MAILBOXES then below that my school's server which has the options of  "JUNK E-MAIL" and "RSS FEEDS." Nothing else is in my lefthand bar.
I WILL BE ETERNALLY GRATEFUL TO ANYONE WHO CAN HELP ME WITH THIS.
In all hopes, I did not lose these e-mails for good!
Thanks. -Frustrated Mac User

Reset your SMC ( System Management Controller )
http://support.apple.com/kb/ht3964
This fixed my macbook jumpy mouse.

Similar Messages

  • After upgrading macbook pro from mountain lion to mavericks computer performance slowdown

    after upgrading macbook pro from mountain lion to mavericks computer performance slowdown

    Fixing a Mavericks Installation Problem
    How to manage a failed OS X Mavericks installation | MacFixIt - CNET Reviews.
    Try these in order:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
         Boot to the Recovery HD: Restart the computer and after the chime press and hold down the
         COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and
         after the chime press and hold down the OPTION key until the boot manager screen appears.
         Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    4. Reinstall Lion/Mountain Lion, Mavericks: Reboot from the Recovery HD. Select Reinstall Lion/Mountain Lion, Mavericks from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Apps store icon no longer available, book shelf will no longer access the store, and my mac pro will not sinc apps with my iPad.  What's up??  How do I correct?  This is after upgrading to iOS6 and Mountain Lion.

    Apps store icon no longer available, book shelf will no longer access the store, and my mac pro will not sinc apps with my iPad.  What's up??  How do I correct?  This is after upgrading to iOS6 and Mountain Lion.

    Saw this on another post.
    Applecare Senior Advisor Txx Bxxx (I have his contact info in an email he just sent) just confirmed with me that the problem people are having with the App Store not loading is an apple issue with there servers, ITS NOT YOUR IPAD so don't go restoring it!   It's not happening to everyone however but they are looking into it, its really hit or miss.
    In the meantime ...........
    The Complete Guide to Using the iTunes Store
    http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-using-t he-itunes-store/
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    Best Fixes for ‘Cannot Connect to iTunes Store’ Errors
    http://ipadinsight.com/ipad-tips-tricks/best-fixes-for-cannot-connect-to-itunes- store-errors/
    Try this first - Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    This works for some users. Not sure why.
    Go to Settings>General>Date and Time> Set Automatically>Off. Set the date ahead by about a year.Then see if you can connect to the store.
     Cheers, Tom

  • I am not being able to attach a pdf file to my apple mail after upgrading to os X mountain lion

    Hi, I was easily able to attach pdf files to my apple mail.  infact I could just open a pdf file and then send it as attachment in the email earlier. but after downloading and upgrading to os X Mountain lion, I am neither being able to attach and send pdf files in my apple mail, nor can I send PDF file as an attachment.
    Is there any issue with OS X Mountain Lion.

    Hi, Thanks for the response.
    I compose an Email, now I wish to attach a pdf file, I select attach, navigate. select the file, then click on attach.
    It shows as attached in the body of my Email ( either as an icon, or the first page of file).
    When I send it to the receiver ,  it is not present as attachment in the receiver's email.
    whereas the same file when I attach and send through gmail, it goes properly.
    Issue no.2
    I open a PDF file.  I go to file > attach to Email > on the right hand side, appears a menu where I click on the attach link,  and I get this message
    The SendMail doesn't know how to talk to your default mail client.  Please select a different mail application to use.

  • Boot camp lost after upgrading to Yosemite from mountain lion

    I lost my windows7 boot camp after I upgrade to Yosemite from mountain lion. When I press ALT when rebooting there is no more alternative to boot for window anymore. I did read some thread about this but my case is different since when I tried to type 3 steps(diskutil.......etc)  as LonerT user answers it did not work. The attached files here are what I faced with. Please help. I have a lot of important files in windows

    If you look at the GAP between GPT3 and GPT4 it is start/size of 782929176/37595880 but the NTFS header starts at 782929920 according to your Testdisk output shown here.
    MS Data                782929920  976773112  193843193
    The difference is 782929920 - 782929176 = 744 bytes. You will need to delete the current GPT4 and recreate a new GPT4. Please stop if you see any error messages and post here.
    1. Delete the old entry and create a new entry at GPT#4.
    sudo gdisk /dev/disk0
    p
    d
    4
    n
    4
    782929920
    976773112
    0700
    p
    w
    y
    Here is an example of the delete/new...
    Command (? for help): d
    Partition number (1-4): 4
    Command (? for help): n
    Partition number (4-128, default 4): 4
    First sector (34-1954210086, default = 1454210080) or {+-}size{KMGTP}: 1454211072
    Last sector (1454211072-1954210086, default = 1954210086) or {+-}size{KMGTP}: 1954209791
    Current type is 'Apple HFS/HFS+'
    Hex code or GUID (L to show codes, Enter = AF00): 0700
    Changed type of partition to 'Microsoft basic data'
    Command (? for help): p
    Disk /dev/disk0: 1954210120 sectors, 931.8 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 6ED0C429-00D1-4759-B50E-04B6FB80D0E3
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 1954210086
    Partitions will be aligned on 8-sector boundaries
    Total free space is 1293 sectors (646.5 KiB)
    Number  Start (sector)    End (sector)  Size       Code  Name
       1              40          409639   200.0 MiB   EF00  EFI System Partition
       2          409640      1452940543   692.6 GiB   AF00  Customer
       3      1452940544      1454210079   619.9 MiB   AB00  Recovery HD
       4      1454211072      1954209791   238.4 GiB   0700  Microsoft basic data
    2. This is a tedious process and you want to check after the second 'p'rint command that it looks reasonable, before the 'w'rite and 'y'es to confirm.
    3. You will need to reboot after the change, because the disk you are booted from is the one being modified. Reboot will rebuild disk0s4 using the start/end you entered.
    4. Run the dd command - sudo dd if=/dev/rdisk0s4 count=1 2>/dev/null | hexdump -C and check that the first line contains "R.NTFS".
    5. Once you have a working GPT#4, a new hybrid MBR needs to be created which will overwrite what you see in your Fdisk output. This is also done using GPT Fdisk (Gdisk). Your numbers will look different than what are in the following example. In most cases, you will use the default except entry 4, which should have a 'y' for bootable flag.
    sudo gdisk /dev/disk0
    GPT fdisk (gdisk) version 0.8.10
    Warning: Devices opened with shared lock will not have their
    partition table automatically reloaded!
    Partition table scan:
      MBR: hybrid
      BSD: not present
      APM: not present
      GPT: present
    Found valid GPT with hybrid MBR; using GPT.
    Command (? for help): p
    Disk /dev/disk0: 490234752 sectors, 233.8 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 59BDFEEB-1EB4-4529-94FE-3CBC2C3CD513
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 490234718
    Partitions will be aligned on 8-sector boundaries
    Total free space is 2604 sectors (1.3 MiB)
    Number  Start (sector)    End (sector)  Size       Code  Name
       1              40          409639   200.0 MiB   EF00  EF
       2          409640       401060383   191.0 GiB   AF05  Macintosh HD
       3       401060384       402329919   619.9 MiB   AB00  Re
       4       402331648       490233848   41.9 GiB    0700  Microsoft basic data
    Command (? for help): r
    Recovery/transformation command (? for help): h
    WARNING! Hybrid MBRs are flaky and dangerous! If you decide not to use one,
    just hit the Enter key at the below prompt and your MBR partition table will
    be untouched.
    Type from one to three GPT partition numbers, separated by spaces, to be
    added to the hybrid MBR, in sequence: 2 3 4
    Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): y
    Creating entry for GPT partition #2 (MBR partition #2)
    Enter an MBR hex code (default AF): AF
    Set the bootable flag? (Y/N): n
    Creating entry for GPT partition #3 (MBR partition #3)
    Enter an MBR hex code (default AB): AB
    Set the bootable flag? (Y/N): n
    Creating entry for GPT partition #4 (MBR partition #4)
    Enter an MBR hex code (default 07): 07
    Set the bootable flag? (Y/N): y
    Recovery/transformation command (? for help): w
    Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
    PARTITIONS!!
    Do you want to proceed? (Y/N): y
    OK; writing new GUID partition table (GPT) to /dev/disk0.
    Warning: Devices opened with shared lock will not have their
    partition table automatically reloaded!
    Warning: The kernel may continue to use old or deleted partitions.
    You should reboot or remove the drive.
    The operation has completed successfully.
    6. a. Test 1 - Can you see your Bootcamp volume in Finder.
        b. Test 2 - Can you files in the Bootcamp volume?
        c. Test 3 - Can you see Bootcamp in your System Preferences -> Startup Disk.
        d. Test 4 - If Test 1-3 are successful, select Bootcamp and click on Restart. You may need Windows startup repair, if you see a hanging underline cursor at the top left corner of your screen. In most cases, it is not required.
    Here is an example...
    Command (? for help): d
    Partition number (1-4): 4
    Command (? for help): n
    Partition number (4-128, default 4): 4
    First sector (34-1954210086, default = 1454210080) or {+-}size{KMGTP}: 1454211072
    Last sector (1454211072-1954210086, default = 1954210086) or {+-}size{KMGTP}: 1954209791
    Current type is 'Apple HFS/HFS+'
    Hex code or GUID (L to show codes, Enter = AF00): 0700
    Changed type of partition to 'Microsoft basic data'
    Command (? for help): p
    Disk /dev/disk0: 1954210120 sectors, 931.8 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 6ED0C429-00D1-4759-B50E-04B6FB80D0E3
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 1954210086
    Partitions will be aligned on 8-sector boundaries
    Total free space is 1293 sectors (646.5 KiB)
    Number  Start (sector)    End (sector)  Size       Code  Name
       1              40          409639   200.0 MiB   EF00  EFI System Partition
       2          409640      1452940543   692.6 GiB   AF00  Customer
       3      1452940544      1454210079   619.9 MiB   AB00  Recovery HD
       4      1454211072      1954209791   238.4 GiB   0700  Microsoft basic data

  • Elements 11 is not running anymore after upgrading my Mac to Mountain Lion

    Elements 11 is not running anymore after upgrading my Mac to Mountain Lion

    PSE11 does work OK with Mountain Lion but you need to delete the saved prefs and application state.
    Quit Elements.
    Launch Finder and click on Go (hold down the optn key) and click on Library when it appears in the list below Home.
    Delete the following files from the Preferences folder:
    com.adobe.PhotoshopElements.plist    
    Adobe Photoshop Elements 11 Paths
    Adobe Photoshop Elements 11 Settings
    Delete this file from the Saved Application State folder:
    com.adobe.PhotoshopElements.savedState

  • Connecting my macbook pro with retina display after upgrading my OS to Mountain Lion

    I have been using my macbook pro with retina display for more than a month and I can connect it to my HD Television, Fine. But since I upgraded my OS to mountain Lion, I can no longer connect it to my television.  Did apple missed something with mountain lion? I know there is nothing wrong with my connection, so something is wrong with the new mountain lion OS.  Can people from APPLE help me?

    No one from Apple here - this is a user-to-user forum. I don't have a Retina but if you could let us know how you were connecting (HDMI>HDMI, for example) perhaps someone will be able to help you out.
    Clinton

  • Mail folders missing after upgrading from snow leopard to mavericks.

    I seem to have lost my mail folders after the upgrade from Snow Leopard to Mavericks.
    Are they hidden? if not is there any way to recover them from TimeMachine?
    thanks

    sorry, I found them: by clicking "On my Mac" - show.

  • Email folders disappeared after upgrading to Windows 10

    After upgrading to Windows 10 (and using Edge rather than IE), all of the folders etc. on the left side of my Verizon email disappeared.  I can move emails to folders but I can't see the folders.  Does anyone know how to fix?

    A VZ DSL Tech told me last week to use Google Chrome or another browser (other than I.E. 11) since I Upgraded to WINDOWS 10 on Aug 3.  I think he said this issue also affects FiOS users. In I.E. 11, I see NO Folders on left, and NO New eMails.  Only page headers. In MICROSOFT's new EDGE, the Folders are missing on the LEFT but the NEW eMails show. The VZ Tech said VZ know about this issue but that VZ cannot resolve it.  It is a MICROSOFT issue.  My hunch is that IF IT IS a MICROSOFT issue, a "FIX" will come out in a WINDOWS 10 UPDATE.  The VZ Tech could NOT give me a time frame.  So for now, I use CHROME to check my VZ Email.  I've read posts where some are able to use Firefox. Best wishes.

  • How do I ensure bootcamp partition works after upgrading snow leopard to mountain lion

    I am very apprehensive about upgrading to Mountain Lion due to performance concerns and the debacle with the new Auto Save feature which seems like a very poor and confusing solution to a problem that didn't really exist. I am only considering the upgrade, so that I can get the latest version of Xcode - 4.3; for some reason, 4.2 for SL is no longer available and my current 4.0 version is no longer supported, so I feel forced to upgrade to ML. Also, I have a bootcamp partition that I need to be able to use without issues after having upgraded to ML. So the essence of my question is this: what steps do I need to take prior to upgrading to ML to ensure that my Bootcamp partition is left intact and bootable. I have already created a compressed backup disk image and stored on a separate external hard disk for precautionary reasons. Is there anything else I should know beore going ahead with the upgrade?
    Thanks.

    Auto Save is actually a very useful feature. If you are typing a paper in Pages and you haven't saved in a long time, and then your battery dies suddenly, your paper is saved. Before Auto Save, you would have lost all your progress.
    Your BootCamp partition will not even be touched during the install of Mountain Lion. As long as you make sure to select your Mac OS partition during setup, nothing will happen to your Windows side and everything will still work fine.

  • Do I need to download drivers for an HP 8600 all in one printer after upgrading to Mavericks from Mountain Lion?

    I am about to upgrade my Mac's OS from Mountain Lion to Mavericks.   I recently networked to my Mac on our home wireless network an HP 8600 all in one printer/scanner and an HP LaserPro 127.   I saw a note posted in a non-Apple forum stating that the Mavericks upgrade should include the drivers needed to run these products on Mavericks.   Is that correct or will I need to download a new set of drivers from HP after I upgrade to Mavericks?
    Any guidance would be appreciated.

    Hi mcubed33,
    Welcome to the Support Communities!
    The article below may be able to help you with this.  Click on the link below for more information:
    OS X: Printer and scanner software available for download
    http://support.apple.com/kb/HT3669
    Apple delivers third-party software for scanners and printers using Software Update. To set up your printer or scanner, just connect it to your Mac. If software is needed and available, OS X automatically downloads and installs it.
    This article is a comprehensive list of currently supported printer and scanner models and associated software provided by third-party vendors as of 23 January 2014.
    OS X Mavericks: Set up a printer
    http://support.apple.com/kb/PH14143
    Cheers,
    - Judy

  • Can't start any program after upgrading to Mavericks from Mountain Lion.

    After upgrading my Macbook Pro from Mountain Lion to Mavericks, I can't start any program from the dock or finder.  The screen flashes briefly gray, then returns to the desktop.  I repairded permissions from the recovery partition.

    No need to repair permissions from the recovery partition. You can do that using the Disk Utility app located in HD > Applications > Utilities.
    As for the issues with your Mac. Check to see if the startup disk needs reparing. (not the same as permissions)
    The startup disk may need repairing ...
    Launch Disk Utility located in HD > Applications > Utillities
    Select the startup disk on the left then select the First Aid tab.
    Click:  Verify Disk  (not Verify Disk Permissions)
    If DU reports errors, restart your Mac while holding down the Command + R keys. From there you should be able to acces the built in utilities in  OS X Recovery
    Make sure to back up all important files first before using OS X Recovery.

  • Battery life is decreased after upgrading to OS X Mountain Lion.

    I have upgraded my MacBook Pro 15" Late 2011 to OS X Mountain Lion from Lion 10.7.4.
    It has great new features, but my battery perfomance seems to be degraded after I have installed it.
    Any suggestion for getting around it?

    Hi, I posted earlier that my battery had been reduced by 50%. It is approximately one week since I installed the Mountain Lion. My battery is actually back to normal now! I got almost 11 hours on my macbook Air 13" i7 yesterday (minimal use). Which is about the same as before the upgrade. So it seems that the system needs a couple of days to adjust/index/whatever..
    The system is working perfectly now, including my battery

  • After upgrading to Mavericks from Mountain Lion, the computer is not opening most of the programs, with the exception of iPhoto, iTunes and Skype. How to right the wrongs?

    I was running Mountain Lion and absent-mindedly upgraded to Maverick.
    Now it would be nice to have a computer again...
    When clicking on an application in the dock, the icon will reluctantly jump once or twice, and then just calls it a day.
    Could somebody please help?

    You ran a defective third-party "utility" such as "CleanMyMac" that purports to "clean up" "junk" files. What it really does is to corrupt the operating system.
    The first thing you need to do is remove that software, if you know what it is, according to the developer's instructions. Never install it, or anything like it, again. Then see below.
    If you don't already have a current backup, back up all data, then reinstall the OS. You don't need to erase the startup volume, and you won't need the backup unless something goes wrong. If the system was upgraded from an older version of OS X, you may need the Apple ID and password you used.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    If you installed the Java runtime distributed by Apple and still need it, you'll have to reinstall it. The same goes for Xcode.

  • MacBook Pro crashes after upgrade to 10.8 Mountain Lion

    Upgraded MBP to 10.8 when it first came out but it crashes all the time. I have since reinstalled OS X many times to cure various problems of CD drive not working, USB ports disconnecting drives, etc. but the crashing hasn't stopped.
    I finally took the plunge and have now done a clean installs of 10.6 and 10.8 but it panic crashes when I open iPhoto, etc.  I've done this 4 times now trying something slightly different each time.  At the moment, the only apps on here are the ones that came with it out the box and I've updated them through software update so they should be compatible with 10.8.  I've not moved to the latest iLife 11 versions though.
    Hardware test is all ok and all software updates have been installed.  Apple took a look at it last year and said it was a software fault and suggested a reinstall.
    The machine is a lot more stable if I go back to 10.6 but does still crash when I use a screen recorder and staying on 10.6 isn't really an option as much of the Apps I have bought won't run on it - any ideas?

    Thanks Linc - here it is
    Wed Feb  6 16:59:58 2013
    panic(cpu 1 caller 0xffffff7f863a8b25): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff8119981000 0x0a5480a2, D0, P2/4
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80e833af80 : 0xffffff8005c1d626
    0xffffff80e833aff0 : 0xffffff7f863a8b25
    0xffffff80e833b080 : 0xffffff7f864a24b3
    0xffffff80e833b0e0 : 0xffffff7f864a2527
    0xffffff80e833b150 : 0xffffff7f867b7853
    0xffffff80e833b290 : 0xffffff7f864c8659
    0xffffff80e833b2c0 : 0xffffff7f863b28da
    0xffffff80e833b370 : 0xffffff7f863adfac
    0xffffff80e833b560 : 0xffffff7f863af1d8
    0xffffff80e833b630 : 0xffffff7f8740345e
    0xffffff80e833b6f0 : 0xffffff7f8743400f
    0xffffff80e833b770 : 0xffffff7f87418b4a
    0xffffff80e833b7d0 : 0xffffff7f87419415
    0xffffff80e833b820 : 0xffffff7f8741980f
    0xffffff80e833b8c0 : 0xffffff7f8741a239
    0xffffff80e833b900 : 0xffffff7f873d5e81
    0xffffff80e833ba80 : 0xffffff7f874167fe
    0xffffff80e833bb40 : 0xffffff7f873d498a
    0xffffff80e833bba0 : 0xffffff8006065bc9
    0xffffff80e833bbc0 : 0xffffff8006067170
    0xffffff80e833bc20 : 0xffffff8006064b8f
    0xffffff80e833bd70 : 0xffffff8005c981e1
    0xffffff80e833be80 : 0xffffff8005c20aed
    0xffffff80e833beb0 : 0xffffff8005c10448
    0xffffff80e833bf00 : 0xffffff8005c1961b
    0xffffff80e833bf70 : 0xffffff8005ca5b16
    0xffffff80e833bfb0 : 0xffffff8005cced53
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(8.0)[A4C53A36-22B6-3075-82B9-9DE612A9C015]@0xffffff7f86341 000->0xffffff7f86643fff
                dependency: com.apple.iokit.IOPCIFamily(2.7.2)[B1B77B26-7984-302F-BA8E-544DD3D75E73]@0xffff ff7f862af000
                dependency: com.apple.iokit.IONDRVSupport(2.3.5)[86DDB71C-A73A-3EBE-AC44-0BC9A38B9A44]@0xff ffff7f8632d000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.5)[803496D0-ADAD-3ADB-B071-8A0A197DA53D]@0 xffffff7f862ea000
             com.apple.nvidia.nv50hal(8.0)[9F3D09B5-3158-3D9E-BDA3-E71576AAD3B7]@0xffffff7f8 6651000->0xffffff7f86973fff
                dependency: com.apple.NVDAResman(8.0.0)[A4C53A36-22B6-3075-82B9-9DE612A9C015]@0xffffff7f863 41000
                dependency: com.apple.iokit.IOPCIFamily(2.7.2)[B1B77B26-7984-302F-BA8E-544DD3D75E73]@0xffff ff7f862af000
             com.apple.GeForce(8.0)[2E56ED9A-D848-3795-9E52-56BABDC9000C]@0xffffff7f873c8000 ->0xffffff7f8748afff
                dependency: com.apple.NVDAResman(8.0.0)[A4C53A36-22B6-3075-82B9-9DE612A9C015]@0xffffff7f863 41000
                dependency: com.apple.iokit.IONDRVSupport(2.3.5)[86DDB71C-A73A-3EBE-AC44-0BC9A38B9A44]@0xff ffff7f8632d000
                dependency: com.apple.iokit.IOPCIFamily(2.7.2)[B1B77B26-7984-302F-BA8E-544DD3D75E73]@0xffff ff7f862af000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.5)[803496D0-ADAD-3ADB-B071-8A0A197DA53D]@0 xffffff7f862ea000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    12C60
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x0000000005a00000
    Kernel text base: 0xffffff8005c00000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 9090391742465
    last loaded kext at 6526596216689: com.Greatdy.driver.SystemAudioCapture          1.0.0 (addr 0xffffff7f87fbc000, size 28672)
    last unloaded kext at 6518280394427: com.Greatdy.driver.SystemAudioCapture          1.0.0 (addr 0xffffff7f87fb7000, size 20480)
    loaded kexts:
    com.Greatdy.driver.SystemAudioCapture          1.0.0
    com.apple.filesystems.smbfs          1.8
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f33
    com.apple.driver.AudioAUUC          1.60
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AGPM          100.12.69
    com.apple.driver.AppleHDA          2.3.1f2
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.2.11
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.GeForce          8.0.0
    com.apple.driver.AppleIntelHDGraphics          8.0.0
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.driver.AppleSMCLMU          2.0.2d0
    com.apple.driver.AppleMikeyDriver          2.3.1f2
    com.apple.driver.AppleIntelHDGraphicsFB          8.0.0
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleMuxControl          3.2.11
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.driver.AppleUSBTCButtons          235.4
    com.apple.driver.AppleUSBCardReader          3.1.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.driver.AppleIRController          320.15
    com.apple.driver.AppleUSBTCKeyboard          235.4
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.2
    com.apple.driver.AppleUSBHub          5.2.5
    com.apple.driver.AirPort.Brcm4331          602.15.22
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.iokit.AppleBCM5701Ethernet          3.2.5b3
    com.apple.driver.AppleAHCIPort          2.4.1
    com.apple.driver.AppleUSBEHCI          5.4.0
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.3.1f2
    com.apple.iokit.IOAudioFamily          1.8.9fc10
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.IOSurface          86.0.3
    com.apple.iokit.IOBluetoothFamily          4.0.9f33
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.nvidia.nv50hal          8.0.0
    com.apple.NVDAResman          8.0.0
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleHDAController          2.3.1f2
    com.apple.iokit.IOHDAFamily          2.3.1f2
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.driver.AppleGraphicsControl          3.2.11
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.5
    com.apple.iokit.IOGraphicsFamily          2.3.5
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.1
    com.apple.iokit.IOUSBMassStorageClass          3.5.0
    com.apple.driver.AppleUSBMultitouch          235.7
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.driver.AppleUSBMergeNub          5.2.5
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IOUSBUserClient          5.2.5
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOAHCIFamily          2.2.1
    com.apple.iokit.IOUSBFamily          5.4.0
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7.2
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0

Maybe you are looking for

  • Apple just disabled my Apple ID that has a valid credit card and $13.44 store credit. How can they do that?

    Up to yesterday I was using my Apple ID on itunes and the app store. I have a valid credit card on file and $13.44USD store credit. Prior to 28th September 2012 I had $40.42USD store credit on my account. On the 28th September 2012, I subscribed to i

  • Window size in CS4

    This is probably a simple one, but in CS4 when I use the space+command to access the magnifier and click on the image the whole window gets bigger along with the image. Is there some way to keep the window the same size while enlarging the image? I h

  • Output determination - Requirement

    Hello Gurus     I have an output type which is always entered as manual only in the sale order. If the order is on credit hold then system should issue an error message when the user selects this message type. I have created a requirement for this an

  • Need Wireless Network Scenarios!!

    Hey guys, I really could use your help with designing a perfect wireless network for my odd shaped house. My house is 1 story, shaped just like an L. The top of the little line of the "L" is where my current router and cable modem is located. THAT CA

  • Tools for running process flows and mappings

    The operations/production area is responsible for running process flows and mappings in a day by day base. As developer, I need to implement a solution that allow them run these artifacts. For this purpose, is there any tool apart from Control Center