ITunes will not open on macbook air

Hello,
I can't open iTunes  12.1.2 on macbook air OS X Yosemite 10.10.3 any help would be greatly appreciated.

Launch the Console application in any of the following ways:
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
☞ Open LaunchPad and start typing the name.
The title of the Console window should be All Messages. If it isn't, select
          SYSTEM LOG QUERIES ▹ All Messages
from the log list on the left. If you don't see that list, select
          View ▹ Show Log List
from the menu bar at the top of the screen.
Click the Clear Display icon in the toolbar. Then try to launch iTunes. Select any lines that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
Please don't indiscriminately dump thousands of lines from the log into this discussion.
Please don't post screenshots of log messages—post the text.
Some private information, such as your name or email address, may appear in the log. Anonymize before posting.
When you post the log extract, you might see an error message on the web page: "You have included content in your post that is not permitted," or "The message contains invalid characters." That's a bug in the forum software. Please post the text on Pastebin, then post a link here to the page you created.

Similar Messages

  • My itunes will not open on macbook pro

    My Itunes will not open on my Macbook Pro
    Dawn D

    Hi there danc1ndawn,
    You may want try reinstalling iTunes as an inital troubleshooting step. Take a look at the article below for more information.
    Troubleshooting iTunes installation on Mac OS X
    http://support.apple.com/kb/HT2311
    -Griff W.

  • Itunes will not open on macbook.  says requires quicktime 7.5.5 or later.

    Have a macbook and when I try to open itunes it says that itunes requires quicktime 7.5.5 or later.  I try to download quicktime as i have 7.5 and it tells me to manage software through the software update function.  The software update function will not find an update for quicktime.  Help!  Not sure how to get itunes set up

    Hi there,
    I have also just updated my computer via the system updates. I am running OS Snow Leopard 10.5.8, and my iTunes won't open and then prompts me for a Quicktime update 7.5.5.
    Now, I have gone through the Apple support and downloaded the Quicktime update 7.5.5 for OS 10.5 or later (or whatever it was - the second from the top?). Anyways, it says it installed properly and that I need to restart my laptop. Once I have restarted, iTunes still will not open and it still says I need to update Quicktime.
    I have tried a few other solutions and nothing seems to work. Do you have any further suggestions on what I have to do to make this work? I'd really not like to have to use another media player to play music. And I don't really want to have to go out and buy a new laptop.. Although I'm starting to get really frustrated with the apparent lack of support for older versions.
    Any thing you can suggest will be greatly appreciated.
    Thanks!

  • App Store will not open on MacBook Air

    Hello - I am unable to open the Mac App Store.  When I click on the App Store App it briefly apprears in the dock (less than 1/2 second) and then disappears.  I have tried:
    1) Restarting
    2) Closing all apps, and trying again.
    3) Forcing all apps closed, then closing as many things as possible in Activty Monitor
    I am farily good with computers but am unable to figure this one out.  I am getting to the point of reinstalling OSX but would like to keep that as a last resort.
    Below are the details of my machine.  Any help would be appreciated.
    13in MacBook Air (Late 2010) running OSX 10.9

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -ef 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting. A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo; sudo defaults read com.apple.loginwindow LoginHook; echo; sudo crontab -l; } 2> /dev/null | open -ef 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; echo; crontab -l 2> /dev/null; } | open -ef 
    Step 4
    ls -A /e*/{cr,la,mach}* {,/}Lib*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -ef  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of login items' | open -ef 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Safari and iTunes will not open on my Macbook Air after Migration Assistant

    I did the Migration Assistant via wireless (from Macbook Pro TO Macbook Air) last night and it did work. However, my Safari and iTunes will not open on my Macbook Air now. The error messages are as follows:
    Safari: "Safari quit unexpectedly. Click Reopen to open the application again. Click Report to see more detailed information and send a report to Apple."
      - I tried reopening the app, restarting, and shutting down the computer. Nothing has worked.
    iTunes: "The file 'iTunes Library.itl' cannot be read because it was created by a newer version of iTunes. Would you like to download iTunes now?"
      - I clicked "Download iTunes" but then another message comes up that all my software is up to date.
    Any help is very appreciated.

    Try repairing permissions using Disk Utility.

  • After recent update to my macbook pro itunes will not open, it just bounces when I click on it

    fter recent update to my macbook pro itunes will not open, it just bounces when I click on it

    Means they are going to mess up your iPhoto Library pictures database  so it's unreadable by older versions of iPhoto on older OS X operating systems.
    You have the choice to right click on the iPhoto Lbrary and inside is a folder called Origianls, use the Finder to Duplicate this folder, then move the OriginalsCopy out of the iPhoto Library folder and save it elsewhere.
    I dont' think Apple will every intentionally touch the originals, however it's possible they could.

  • I have a 1st generation MacBook Pro and I recently downloaded OS X Maverick.  My iTunes will not open because it says i need a 64 bit version.  Already followed the promted instructions but no luck.  Any suggestions??

    I have a 1st generation MacBook Pro and I recently downloaded OS X Maverick.  My iTunes will not open because it says i need a 64 bit version.  Already followed the promted instructions but no luck.  Any suggestions??

    Oh, you do have the C2D! That's great!
    I'm no technical expert, I just like to help out whenever or wherever I can so... I don't know if this can help you, but let me tell you about how I got my Snow Leopard to run in 64 bit mode. When I got my (late 2008) iMac it was running in 32 bit mode under Tiger (2.4 GHz/Core 2 Duo). I eventually upgraded to Snow Leopard & it was running in 32 bit mode (by default) w/1 GB RAM.  
    Somewhere along the line, I happened to watch a YouTube Video that showed how to upgrade an iMac's RAM, so I ordered two - 2GB sticks of Crucial RAM and then - under the guidance of the 14 or 15 year-old young man who posted the video on YouTube; wearing a rather fashionable static-electricity-neutralizer-wrist-strap, I removed 1GB of RAM & plugged in the 4GBs of RAM. So - boom like that, it was like I bought a brand new machine.
    It was over a year later when I stumbled across a way to boot Snow Leopard into 64 bit mode. Turns out that if you boot while holding down the 6 & 4 key combo (the ones above the QWERTY keys), then the machine runs in 64 bit mode. Go figure. Now my Snow Leopard and just about all of my applications - with the ironic exception of iTunes - runs in 64 bit. iTunes seems fine though; if there's a performance bottleneck, I really can't tell.
    Well, that's about it..
    I hope that something I've mentioned can help you achieve your overall goal.
    Finally, it's hard to jump onto a train, a large cat, or a surfboard that's already moving. But don't be surprised when someone a fraction of your age shows you how to.
    Best Regards,
    mm~

  • Downloaded a book from itunes, works on iphone6, but will not open on ipad air. "not formatted correctly ". Any ideas ?

    Downloaded a book from itunes, works on iphone6, but will not open on ipad air. "not formatted correctly ". Any ideas ?

    Hello colinOxford0917,
    I'm sorry to hear you are having these issues with iBooks on your devices. If you continue to have issues opening the book in question on your iPad Air due to a format error, you may want to try deleting the copy on your iPad, then redownloading it directly to your iPad from the iBook Store. You may find the information and steps outlined in the following articles helpful:
    Frequently asked questions about iBooks - Apple Support
    iBooks: Tips for managing your iBooks library and storage on iOS devices - Apple Support
    Regards,
    - Brenden

  • IPhone 4 will not connect to macbook air via bluetooth. Message " not supported"

    iPhone 4 will not connect to macbook air via bluetooth

    Try the suggestions here >  iOS: Device not recognized in iTunes for OS X
    If nothing helped, repair permissions.
    Disconnect the iPhone.
    On your Mac open Disk Utility located in HD > Applications > Utilities
    Select the startup disk on the left then select the First Aid tab.
    Then select: Repair Disk Permissions
    This process can take a few minutes.
    When it's done, restart your Mac and connect the iPhone.
    If that doesn't help, reset the PRAM >  About NVRAM and PRAM

  • My iTunes will not open and comes up withh error 10013, not sure why, clean comp and have tried reinst

    My ITunes will not open and gives me error 10013, older macbook but just reformatted....HELP PLEASE!!!

    i had problems like this back when i installed iTunes 7.2. I had to uninstall 7.2, go onto the internet and get iTunes 7.1. have no clue if it will work for u though.

  • My iTunes will not open, error message 13014, help!

    My itunes will not open on my Macbook Pro, everytime I try it says error message 13014, what does this mean? Thank you!

    Hold the option key while starting iTunes and create a new library. Does it start now? If so, it's something to do with your library file. Is there anything we should know about your computer such as you keeping your library on a NAS?

  • Itunes will not open with Yosemite update!!!

    After updating my Macbook pro to Yosemite, I have not been able to open iTunes. I have restarted the macbook and plugged my iPhone in and no matter what iTunes will not open!!!

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • My Itunes will not open, please help

    I am running version 10.7.0.21 - since upgrade itunes will not open.  I have visited the support site and done many things to get this working - taken hours of my time I do not have, including setting up a new user and same result.
    My PC is running Windows 7.  I need my itunes as I have 4 ipods and 3 iphones - I need to back up a phone as I have just upgraded,
    One error I seem to have caught is as follows:
    Problem Event Name     BEX
    Application     itunes.exe
    Version     10.7.0.21
    timestamp     504d85d9
    Fault Module Name Quicktime.qts_unloaded
    Fault Module Version     0.0.0.0.
    If someone has some suggestions, it would be much appreciated.

    You're posting in the wrong area. This is the Mac OS X Lion area.
    Post in the iTunes area.

  • My itunes will not open at all. it occasionally will open but when i plug my iphone into it the program freezes and crashes. please help as soon as possible

    my itunes will not open at all. it occasionally will open but when i plug my iphone into it the program freezes and crashes. please help as soon as possible

    i think i might have a solution... i have windows vista and after i installed to latest itunes update everytime i tried to open it it would freeze. I tried everything, including uninstalling itunes and all of its components and reinstalled it numerous times. So i went to the itunes folder in my folders, not on itunes, and i deleted my itunes library and playlists. After that it worked just fine, all of my music was deleted but luckily i had my files saved elsewhere.
    I hope this helped! I know its frustrating and APPLE/ITUNES NEED TO FIX THE PROBLEM!!!!

  • TS1717 Started a software update this morning which didn't work.  Now Itunes will not open at all.  I get the following message."The program can't state becasue MSVCR80.dll is missing from your computer."

    Started a Itunes software update this morning which didn't work.  Now Itunes will not open at all.  I get the following message."The program can't state becasue MSVCR80.dll is missing from your computer."

    There are a couple of options that I know of to fix the issue.
    One is listed in this thread - https://discussions.apple.com/message/24606478#24606478 - and involves uninstalling iTunes and related components and then re-installing iTunes.  You will need to read the instructions in the thread to see the correct uninstall order.
    Second option is use System Restore to set your system back to a date prior to the iTunes update.  I did this before finding the thread mentioned above.
    Not sure exactly what the problem is but I know, after a search, that MSVCR80.dll was indeed already installed on my computer. 
    Message was edited by: karivers

Maybe you are looking for

  • Adobe Open and Type 1 Fonts in XP/SP3 plus updates & CS3

    Since applying the latest Microsoft updates to XP/SP3 last week I can now no longer add Open Type 1 or Type 1 fonts to Fonts in Windows, and therefore can't add more fonts for use in Photoshop CS3. I tried a new harddrive, reloaded with XP/SP3 plus u

  • How do I use my bluetooth for my Hp ENVY 17?

    Hello to the reader. My name is Kervin and I really wanna know if its possible to activate my bluetooth in my Hp Envy. If its possible, please give a steps by step instruction on how to do it.  Tried searching but the answers werent helpful. THnkas a

  • How do I save sent emails on my web server using Mail with IMAP?

    I have email through a web hosting company setup as IMAP through Apple Mail. In preferences, I have the box checked to save sent emails on the server, however, when I send emails they are stored in Sent Messages folder on my Mac and not on my web ser

  • License for cross-compilation for solaris 10 sparc on Linux x86

    I'd like to do cross-compilation for solaris 10 sparc on Linux x86 using gcc (for linux). To do that, I have to copy libraries (/lib/64) and includes (/usr/include) from a sparc machine to my linux machine. The compilation will be run on about (up to

  • Can I install Adobe Photoshop Elements 13 on a Vista computer?

    I just purchased and downloaded Adobe Photoshop Elements 13.  It did not tell me on the page where I purchased it that it will not install on a Vista computer.  What should I do?