Finder won't launch after re-install quicktime 7.1

I reinstalled quicktime 7.1 after having problems with 7.2. I was getting only audio and no video. After the reinstall I rebooted and now the finder won't launch so I can't see my hard drive or any icons on my desktop. And oddly enough the only app that will open is safari and quicktime now works!
What have I done and any clue on what just happened?

There is no "re-install" of older software versions allowed in OS X.
The only safe way to revert to previous versions is by Archive and Install using the Tiger DVD.

Similar Messages

  • Finder won't launch after re-install 7.1

    I reinstalled QT 7.1 after having problems with 7.2. I was getting only audio and no video. After the reinstall I rebooted and now the finder won't launch so I can't see my hard drive or any icons on my desktop. And oddly enough the only app that will open is safari and quicktime now works!
    What have I done and any clue on what just happened?

    There is no "re-install" of older software versions allowed in OS X.
    The only safe way to revert to previous versions is by Archive and Install using the Tiger DVD.

  • Finder Won't Launch After Traumatic Re-Install

    Hello All,
    I've had one **** of a ride. I run 10.3.9. After a bad Mac update corrupted my boot disc, I was forced to reinstall...but since I bought my G4 used, I didn't have the original discs. I needed a computer up and running immediately, so installed the only operating system I could find...10.2.8. Luckily, all my files and apps are intact.
    Today, I finally managed to find an install disc for 10.3.4. When I installed 10.3.4, everything was great....except that Finder won't launch. I can still launch the programs in my dock, but I can't get to apps that aren't in the dock...namely Final Cut Pro. I thought I might be able to beat it by installing the combined 10.3.9 update from Mac, but my Finder is still dead.
    Any help anyone could provide would be more appreciated than you'll ever know. Thanks!

    Welcome To  Discussions Mulcahey!
    "...so installed the only operating system I could find...10.2.8."
    "...find an install disc for 10.3.4."
    What type of discs are these?
    Are they a Jaguar Full Retail CDs, and a Full Retail Version, of the Panther Install CDs?
    The discs should look exactly like the images in the above links, and not say Upgrade, CPU Drop-in DVD, or "This software is part of a hardware bundle purchase - not to be sold seperately." on them.
    If not, that may be the problem.
    Additional info in these links.
    Using OS X Install CDs/DVDs On Multiple Macs
    What's A Computer Specific Mac OS X Release
    Software Update, Upgrade: What's The Difference?
    ali b

  • Address Book Won't Launch after re-installing system.

    Hope someone has a suggestion here. I just installed a new HD and made a nice clean install of system, starting with original that came with my 1st edition G5 Tower and then upgraded to 10.3, then to 10.4.11 (which is where I stop), performing the Apple Software updates along the way. Everything seems to be fine. Boots extremely fast, just like when it was a baby.
    Everything except Address Book. I had been importing e-mails, etc. from my 2nd HD so that I could erase it and went to import from my old Address Book and it won't launch. Does the little animation in the Dock, but immediately quits. If I try to open it through Mail, it immediately kills the Mail application.
    I really don't want to have to go through the lengthy installation process again. Does anone have any thoughts as to what might be causing this? Even the version of Address Book on my 2nd HD is doing the same thing.
    Any help would be appreciated.
    Jim C.

    Ok. For those who are interested, I did a search and was able to find some things to look for. Bottom line is that it is now fixed. For some reason, the required info was not contained within the new system's Application Support directory. In comparing the same directory on both the new system and the one on my 2nd HD, I discovered that there was only one thing in the new directory, while the directory of the other system had many things (including Address Book and DVD Player).
    I hadn't yet launched DVD Player since installing, when I did, I got an error indicating that there was an error starting DVD Player. I copied the directory from the 2nd system into the Application Support on the new system and it then launched instantly.
    I'm not sure why these things didn't get placed in Application Support under normal installation, but that is what the problem was.
    Jim C.

  • Apps. won't launch after system install?

    I had to do a system re-install because of a finder corruption and while the re-install seemed to go okay, many of my third party apps required re-installing, some major apps like FM Pro 11 required re-installing and NONE of my iLife apps will launch.  Any idea, suggestions without having to re-install virtually everything. 

    If you erased the hard drive first, then you should have to reinstall everything. But you did not say what you did to reinstall Snow Leopard.

  • Finder won't launch after Firmware Update

    I ran the firmware update for my MBP (MBP31.0070.B07). Now, my finder will not automatically launch upon restart/login. I can click on the Finder icon in the dock and launch the finder, but it won't do so on its own.

    Weird...
    Go into /Applications/Utilities/Console.app. Click on "Console Messages" on the left side. Is there anything specifically mentioning the Finder in the text that appears on the right side from around the time you logged in? Then check LOG FILES->~/Library/Logs/CrashReporter. Are there any crash logs listed with Finder in the name? If so, copy/paste the bottom one into a reply and post it up. With that info we might be able to figure out what is going on with your machine... Good luck...

  • Apache won't launch after MySQL install

    I just installed PHP and MySQL in order to learn it. I installed PHP and everything worked fine, I tried out some basic PHP functions and then decided to get MySQL so I could do some more advanced functions.
    After installing MySQL I couldn't reach my own site through 127.0.0.1, and I entered the terminal and found out that Apache wasn't running, so I gave the command "sudo httpd" and got the following output:
    sudo httpd
    Processing config directory: /private/etc/httpd/users/*.conf
    Processing config file: /private/etc/httpd/users/+entropy-php.conf
    [Mon May 15 00:25:24 2006] [warn] module mod_php5.c is already added, skipping
    Processing config file: /private/etc/httpd/users/Helena.conf
    Processing config file: /private/etc/httpd/users/hulken.conf
    Bus error
    I have tried both with MySQL stopped and running, but it makes no difference, what should I do?
    PowerMac G4 MDD, iBook G4 12"   Mac OS X (10.4.6)  

    I've read through the file thoroughly several
    times and it is all good, nothing seems to be missing
    or be malplaced.
    Good, but let's make sure. First, look at the output of this Terminal command:
    <pre class="command">grep Documents /etc/httpd/httpd.conf.default</pre>You should get something like this:
    <pre class="command">DocumentRoot "/Library/WebServer/Documents"
    <Directory "/Library/WebServer/Documents">
    Alias /manual/ "/Library/WebServer/Documents/manual/"
    <Directory "/Library/WebServer/Documents/manual"></pre>If you don't, or you get an error message, post back with the result. If you get the same thing as what I posted, try swapping the default config file for the one you have now. First do this:
    <pre class="command">sudo mv /etc/httpd/httpd.conf /etc/httpd/httpd.conf.cmbak</pre>That will back up the current configuration file. Now, copy the default config file so Apache sees it:
    <pre class="command">sudo cp /etc/httpd/httpd.conf.default /etc/httpd/httpd.conf</pre>Try starting the server now:
    <pre class="command">sudo apachectl start</pre>If it starts, then it's a configuration problem. If it still crashes (bus error), then look for a crash log for httpd in your Console app. I suspect it'll be in /Library/Logs/CrashReporter. Post back with the contents of the thread that crashed. That might have a clue.
    One more thing, post the output of this Terminal command:
    <pre class="command">ls -l /etc/httpd/users/*</pre>I'd be looking for a file Apache can't open perhaps.
    I haven't made any modifications to
    it, it was working fine until I tried it after
    installing MySQL.
    It's really unlikely to be MySQL. If I had to take a guess right now, I'd say it's a problem caused by installing the PHP5 stuff. I can't think of any reason why MySQL would affect Apache, but because the PHP5 installation is changing Apache's config files, I'd suspect that first.
    charlie

  • Photoshop CS6 won't launch after successful installing the upgrade on my PC

    After a successful installation process, Photoshop CS6 opens, starts to load, then vanishes....   I'm on a PC where I'd been running CS5, then upgraded to CS6 via internet. Had problems with installation setup, which were settled via Adobe Chat. Now the programme starts up ready to open but shortly after the PS sign comes up and before the window actually opens, just disapears. Can anybody help with this please?

    Ok, I found one more article talking about upgrading to 11.3 upgrade instead of 11.4(latest). Finaly worked. Hope this helps someone else, this was painful.

  • AI cs6 won't launch after Mavericks installed...please help!

    I tried uninstalling and reinstalling, updating from Cloud. Hesitate to upgrade to new CC because don't have that at work.

    sterngirls,
    Did you use the full three step way?
    Uninstall, run the Cleaner Tool, and reinstall?
    http://www.adobe.com/support/contact/cscleanertool.html

  • Finder won't launch - tried everything - HELP!!!

    Okay...
    So following all of the sudden, the finder won't launch. Clicking on it on the dock doesn't work, and I can't use force quit to relaunch it (obvious, since it wasn't launched in the first place). Rebooted several times, to no avail. Further noticing, that only a few apps will open (Safari, Mail, TextEdit), but others won't, and even then, you can't interact with anything on the desktop (i.e., opening a text file with Safari). Things like iTunes or AppleWorks won't open at all, both are which essential to me.
    I've tried booting up in Safe Mode. Nothing. I tried repairing the permissions. Nothing. I tried running from the Install Disc, and repairing via Disk Utility (several times). Nothing. In fact, it did note several errors, but was unable to repair the drive. Also tried archive and restore off the 10.3 Disc 1, but wouldn't let me, as it said 10.4.9 was newer and couldn't repair through the older disc.
    So does anybody have any solutions on this? I upgraded to Tiger via a downloaded update, so I don't have the Tiger disc to repair through. And I certainly don't want to go through the whole debacle with a complete reinstall with a slave drive. Anything would be greatly, greatly appreciated.

    Well that sounds like it could work...and I really should get a backup...
    BUT!
    Saving that as the final straw, would there be any cheap (e.g. free) solutions left? I'd rather wait to buy another external drive, since I'm trying to save money now, so any immediate and cheap solutions would work best.
    Hmm... I upgraded to Tiger via download, so I don't have the boot CD for it. But since I already have Tiger, would it be at all possible to get a free 10.4 boot CD to help with this problem? If I explain my plight to Support, do you think they could spare one, since it's very probable 10.4 Disk Utility would work, since the only reason 10.3 couldn't was because it was too low?
    If that doesn't work, I suppose the only thing left to do would be to carry through and clone to an external. But first, do you think I could get a 10.4 disc for my problem, or would that be "forbidden" for some reason?

  • ICal won't launch after 10.5.2 upgrade

    my iCal won't launch after 10.5.2 upgrade. it won't even give an "unexpectedly quit" message, it pops up then quits, then nothing. This happened immediately after the upgrade today. I got the leopard disc out and did an archive and install then it worked perfect, no issues, then I did a software update (since I was back to 10.5.0), and installed the 10.5.2 security upgrade, now iCal will not launch, am I the only one with this problem?

    I had the exact same problem -- doubled events and could not edit anything. I flushed the cache as describe in some more detail here: http://www.tipstrs.com/tip/2506/iCal-problem-with-Leopard-Upgrade and everything started working just fine.

  • Finder won't launch and application icons just bounce

    I successfully logged in. But then it went to just a blue screen with the dock on it. No hard drive showed up in the corner. Applications just bounce, then get an unexpectedly quit message. Finder won't launch at all. Tried disk repair, permissions repair; these were all fine. Have no idea what to do next and could really use some help! Thanks.

    I would startup from your install disc. Enable root user which is found under utilities on the menubar, and restart the computer. Then see what happens when you login as root.

  • HELP!!!! Aperture 1 won't open after I installed Snow Leopard.

    Aperture 1.5 won't open after I installed snow leopard. Why is it not working?

    Because it's incompatible. You need to upgrade to version 2.1.4 or newer.
    (56089)

  • Safari won't launch after 3.1.1. download mistake

    safari won't launch after download of 3.1.1 by mistake I only have OS 10.3.9.
    mail won't relaunch either, i downloaded camino it won't launch either, my fire fox works but i can't get to my mail. How do I clean up this mess.

    Mail relies on WebKit for rendering, so it may have problems even after you got rid of the old Safari. I would try download the Mac OS X 10.3.9 Combo Update, and that should update WebKit and everything else for you. It's a 117 MB download, including all the extra languages.
    As for upgrading to 10.4.11, that's a completely new version of Mac OS X compared to your current version. It's faster, has more features, and you can actually run Safari 3.1.1 on it. It's not sold by Apple anymore, but various retailers have unsold copies still available. You might want to check around locally for a "Retail" (boxed) copy, or even on eBay for the same thing. Don't even think about buying a cheap copy for a laptop, since those are specific to those machines; you always want the full boxed copy.
    Mulder

  • "General" in Settings won't open after I installed the iphone 4.0 upgrade.

    "General" in Settings won't open after I installed the iphone 4.0 upgrade. Any ideas?

    Have you tried to reset? Hold off button and home button together until Apple apears.

Maybe you are looking for

  • Can the deskjet 3940 be used with a dell inspiron mini laptop which has no cd compartment?

    Hello ? Really keen to purchase Deskjet but at moment only have the laptop named above to use with it.Is this possible as the set up CD does not go in it as no CD compartment ?

  • Question related to getmetadata in connection object

    i just want to check up what r the names of the tables in a database. when i use this sentence rs1=cn1.getmetadata.gettables(null,null,null,null);(assume that the command is syntactically correct coz it is so) it returns me somethin.on this resultset

  • Automatic Publish Site Changes

    Is there a way for iWeb '09 to automatically publish site changes everyday at a specified time?

  • CS5 save as JPG slow dialog box

    I notice when I go to file=Save As and choose JPG, PS hangs for about 4 seconds and I cannot cancel or hit OK. The annoying part is that I often click twice thinking I  missed it and end up making another change to my file with whatever tool was in u

  • Cannot establish wireless connection with Macbook

    I bought Belkin ADSL2+ Wireless 802.11g Modem Router recently and have problems connecting via Airport. However, the signal for the Macbook is strong and generally, I could connect for about 10-15 seconds. Afterwhich, a dialog box that states that th