Tiger Update night mare.

I had a problem where I couldnt log in at all. No way no how no single user, no safe mode. Apple told me to update to tiger. I did a archive and install. It went fine I was able to log in. I down loaded all updates. I backed up my home folders, prefs and settings, and iLife. I ran disk warrior. It said 32% so I rebuilt the directory. My problem is apps and files would not open. Wm player wouldn open just bounce in dock and then close. So I did an erase and install of Tiger.I down loaded the new versionof wm player for Mac. Still wont open. I trashed all the wm player files. Trash will not empty it says the files are locked. Some movie files wont open quicktime flashes fast message locating files.Virex wont open I lost it. Can I get it back? Nanosaur game gone! I tryed to down load it from their site but the file looked funny like a page. It wouldnt install. I use LimeWire. I downloaded it again and it doesnt work right The skins dont look right everything is weird. What can I do. Do I need to erase and install panter, then do tiger upgrade? Help please.
iMac G5 20 inch 160GB   Mac OS X (10.3.8)   iSight, 1GB Ram, AirPort, 160GB FireWire Ext. Drive

I recommend you erase the hard drive and reinstall Tiger from scratch. I assume you have the standard Tiger DVD. Do the following:
1. Boot from your Tiger DVD. After the installer loads select Disk Utility from the Utilities menu.
2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
3. Set the number of partitions from the dropdown menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled, if supported.) Click on the Partition button and wait until the volume(s) mount on the Desktop.
4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
5. Set the format type to Mac OS Extended (Journaled, if supported.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
6. Click on the Erase button. The format process will take 30 minutes to an hour or more depending upon the drive size.
After the reformatting has completed quit Disk Utility to return to the installer. Now proceed to install Tiger. Be sure to disconnect all peripherals except the original keyboard and mouse. This includes Firewire drives. Once you have completed the installation of Tiger download the 10.4.3 Combo Updater from Apple and install it.
After you have a properly working version of Tiger installed you can move on to reinstall your other software. However, be sure to verify that the versions you have are compatible with Tiger. If not then get upgrades to versions that are. If you install incompatible software you will be back to where you were before.
In the future do not install any new system software or upgrades without first repairing your hard drive and permissions. After installing third-party software you should always repair permissions.

Similar Messages

  • Just updated Nightly but now it crashes after a few seconds.

    Turned on my computer this morning and got a message to update Nightly. After doing so I opened Nightly. Nightly stays open for a few seconds and then crashes.

    The (never really supported) Win64 nightly channel builds (which gets updates each day) have been more crash prone in the last while ever since the code merge/move on the channels a week ago. The Win64 does not get supported like the Win32 and the 32/64-bit Mac and Linux builds so any regressions or server issues and such for WWin64 can take a while to be fixed if ever. Especially in next while as Mozilla is planning to not focus on the Win64 nightly much for the time being.
    The Win64 builds were really more for to catch breakage/regressions since it is possible to affect Win64 without affecting the Win32 however far too many users have been using them in thinking they were a better option for their 64-bit Windows.

  • System password not regognised with install of Tiger update on mac restart

    Hi all,
    I have just installed the latest Tiger update and on the machine restarting after installation to complete the install process, a message comes up asking for the password so that the Tiger update can access the system.
    When I type in my password, it says it is wrong.
    Caps lock is not on and I have tried variations to no avail.
    Any ideas?
    Thank you.

    I must add that this very same password that I am trying still works on software installs and so forth.

  • PANTHER TO Tiger update discs?

    Anyone know where I can get some Tiger update discs?
    Our G4 needs Tiger and we currently have Panther. Evilbay is a little pricey for them at the moment.
    We will Be getting a new G5 in a year or 2 with Leopard....for now I need to upgrade to Tiger any ideas?

    SPCreative,
    An Upgrade disc, is a disk that was provided by Apple, to consumers that purchased a new model of Mac, shortly before, or after, a new version of OS X Tiger 10.4.x, was released.
    The new Mac would have had the older version Panther 10.3.x, pre-installed when manufactured.
    The Upgrade disc Tiger 10.4.x, is Model Specific, for that particular Mac, and will only Update the existing system Panther 10.3.x.
    It is not a full version of the OS X.
    Therefore, the previous version of OS X, must be present.
    The Full Retail Version, of the Tiger Install DVD, will install Tiger 10.4.x, regardless if a previous version Panther 10.3.x is present.
    The discs must 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.
    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?
    This is the correct one Mac OS X 10.4.6 Tiger, (DVD) Retail at FastMac.
    And at HardCore Mac.
    Notice, both are more expensive, than The Apple Store (U.S.).
    ali b

  • Z field addition in MM01 and updation of MARA table

    Hi ABAPers
    I have created a Z field in BASIC DATA1 TAB in MM01 transaction as Input/Output Enabled of length 1 and type CHAR.
      Screen Name: SAPLZMGD1
        Numer : 2313
    And also added the same field in MARA table (Append structure) .
    When I enter value in MM02 screen for this field and is getting updated in MARA table and in MM02/MM03 screen  as well.
    My requirement is to update this field through BAPI_MATERIAL_SAVEDATA throug a Z program.
    To update using  this BAPI , I have added this field to BAPI_TE_MARA and BAPI_TE_MARAX structures also and passing these values to EXTENSIONIN and EXTENSIONINNX tables.
    But it is not getting updated when I supplied this value to BAPI , whereas other Z fields getting populated in MARA table.
    So please let me know where Iam doing wrong or any settings I missed while creating Screen field -
    Your quick response is highly appreciated
    Thanks
    Satya

    Hi Reddy
    Thanks for your reply
    I did as you mentioned .
    The field that I created is not getting populated and the other Z field on the same screen and  same tab is getting populated correctly.
    YYXPTY  CHAR(4)
    YYHISIND CHAR(1)
    here the YYXPTY field is getting populated in MARA table correctly but not YYHISIND which is created by me.
    The code that I have written is as below :  [Please help me out]
    REPORT  ztest_yyxpty.
    DATA: wa_bapimara TYPE bapimathead,
          t_extn  TYPE STANDARD TABLE OF bapiparex,
          wa_extn TYPE bapiparex,
          t_extnx  TYPE STANDARD TABLE OF bapiparexx,
          wa_extnx TYPE bapiparexx,
          wa_return TYPE bapiret2,
          t_rettab  TYPE STANDARD TABLE OF bapi_matreturn2,
          wa_makt TYPE bapi_makt,
          t_makt TYPE STANDARD TABLE OF bapi_makt.
    wa_bapimara-material = '500000000000088999'.
    wa_bapimara-basic_view = 'X'.
    wa_extn-structure = 'BAPI_TE_MARA'.
    wa_extn-valuepart1+0(18) = '500000000000088999'.  "Material number
    wa_extn-valuepart1+65(4) = '0002'.       " field YYXPTY
    wa_extn-valuepart1+69(1) = 'A'.            " field YYHISIND
    wa_extnx-structure = 'BAPI_TE_MARAX'.
    wa_extnx-valuepart1+0(18) = '500000000000088999'.
    wa_extnx-valuepart1+27(1) = 'X'.         
    wa_extnx-valuepart1+28(1) = 'X'.
    APPEND wa_extn TO t_extn.
    APPEND wa_extnx TO t_extnx.
    CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
      EXPORTING
        headdata            = wa_bapimara
      IMPORTING
        return              = wa_return
      TABLES
        materialdescription = t_makt
        returnmessages      = t_rettab
        extensionin         = t_extn
        extensioninx        = t_extnx.
    IF wa_return-type = 'S'.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait = 'X'.
    ENDIF.
    WRITE: wa_return-type, wa_return-message, wa_return-message_v1,
    wa_return-message_v2, wa_return-message_v3, wa_return-message_v4.

  • Does anyone know where I can download the IPlanet App Server 6.0 SP3 to get rid of this f... SP2 installation night mare on win  NT

    Does anyone know where I can download the IPlanet Application Server 6.0 SP3 to get rid of this f... SP2 installation night mare on win NT

    Hi,
    You an download the iAS6.5 from http://wwws.sun.com/software/download/download/
    There is no place where you can download the SP3. Anyway 6.5 has more advance features. Anyway SP2 works fine with win NT. If you have any specific problem with installation, you can point them out. I would suggest you to use 6.5 instead.
    Thanks
    parsu

  • Serious QuickTime 7.3.1 (Tiger) update problems

    I installed the QuickTime 7.3.1 Tiger update on a PowerBook G4 1.2GHz running OS X v10.4.11 that is well-maintained and has worked flawlessly for months.
    I assume the update installed properly, but I left the room for dinner. When I returned and awoke the sleeping computer, I was informed that the updater was successfully installed and prompted to Retsart. Upon restarting, the updated PowerBook would not pass the gray Apple screen -- it simply froze at the spinning wheel (I probably waited about 10 minutes) and tried restarting several times.
    - During several subsequent Restart attempts, the updated computer would not boot into Safe Mode (depressing Shift key during startup).
    - The PowerBook would not boot from an external FireWire drive with OS X installed.
    - I then inserted and booted from an OS X v10.4 install DVD and launched Disk Utility, which found the drive. In several attempts, Repair Permissions "quickly "lost contact with the disk" being repaired. Disk First Aid found no problems to repair.
    - Next, I tried "Safe Boot" mode again, and this time, I encountered a kernal panic for CPU 0) unable to find driver for this platform: "PowerBook 5,2"). I may have inadvertently let go of the Shift key for a moment during this attempt, so...
    - I tried "Safe Boot" mode yet again. Same kernal panic as above.
    Now what? Target Disk Mode? I'd like to try to manually remove some suspect files as noted here (http://www.macfixit.com/article.php?story=20060322080433175) by MacFixIt... Any other ideas?

    I encountered a kernal panic for CPU 0) unable to find driver for this platform: "PowerBook 5,2")
    I believe that driver is munged on the HD, or the HD is munged, seen several just like that on 2.5" drives, never on a 3.5"er btw.
    If you can copy/retrieve your important data, I think you need to Zero the internal HD & start over, though if Permissions get repaired on it, you might try a reinstall of the latest big Combo Update... 2nd an Archive & install.

  • Tiger Update Crashes my Mac Mini Intel

    I got a new Mac Mini and finally got it going though it was not easy to transfer from my eMac. But I prevailed. Then I made the fatal mistake of updating all that the Software Update software suggested. Now my brand new Mac Mini will not run at all.
    REWIND: I tried to update my eMac a couple of weeks ago to Tiger. I did that and ran Software Update and GUESS WHAT? It crashed my eMac so badly I had to reinstall ALL the Panther software.
    Did Microsoft buy Apple???

    I figured out the problem last night after a week of gnashing, grumping, and general anxiety. Hope this post helps others with a similar problem.
    I have a free Lexmark 1150 All-In-One printer attached to my Mac. Apparently Tiger DOES NOT like the Lexmark application that turns off the printer during Restart and Shutdown. The application is in Library/Startupwhatever folder and I just trashed the Lexmarksleep..app (whatever it is named - I'm at work and cannot remember the exact name) and erased it.
    Now my Mac Mini is back working like a Mac - PERFECT.
    fiat1969
    Mac Mini Intel Dual Core Mac OS X (10.4.6) Brand New
    Mac Mini Intel Dual Core Mac OS X (10.4.6) Brand New

  • Tiger update 2008-004 screwed up iMac G5 screen resolution/desktop

    I have an iMac G5. Installed the Tiger 2008-004 update (and Safari update). When the iMac boots up the screen resolution/desktop gets enlarged just as the spotlight icon appears. As I move the mouse around the screen the desktop moves with it. The desktop is about 5%-10% larger than the standard size. Tried display preferences with no effect. Zapped PRAM. Re-installed updates individually,nothing works.Help!

    Hi,
    You probably have 'Zoom' enabled in the Universal Access preferences. Have a play around in there to find the setting to turn it off (sorry for the vague directions but I'm on a Linux machine at the moment )

  • Which Tiger update version is the best?

    Have installed the original Tiger 10.4 on my Sawtooth 400mHz. Need to do a software update, but not sure which of the updates (from 10.4.1 to 10.4.11) is the best one to use without having any headaches. I have not installed any other software on the Mac yet (plan on installing Microsoft Office X and iWork 06 for example) until it's updated a bit. Haven't even hooked up a printer to it yet. The iWork 06 program says that you need at least 10.4.3. I've heard 10.4.7 and possibly the last update (10.4.11) have given problems.
    Any suggestions and advice is greatly appreciated!
    silverado93

    In Applications>Utilities, launch Disk Utility, that will allow you to Verfy & Repair Permissions both, but if the Verify says there's a problem, then you must boot from the Install Disk...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc that came with your computer, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Yes, I'd do it in one swoop, far less to go wrong!

  • Streaming DIVX dead after Tiger update!

    Not sure if this is the right place, but I have Tiger (10.4.11) and after a couple of updates (I believe for Quicktime and Mozilla), Divx completely stopped working in my browser... I've downloaded the most recent Divx player (the all-in-one, free) from divx.com and it's still not working. I got rid of the old version, rebooted the computer several times, and still get nothing. I haven't found ANY help online with this specific issue. Would anyone possibly be able to direct me to a helpful resource if they don't know what the problem could be? Thank you!

    These are the downloads and the settings you need in order to view/hear pretty much everything that the net can throw at you: The setup described below has proved repeatedly successful on both PPC and Intel macs, but nothing in life carries a guarantee!
    It is known to work in the great majority of cases with Safari 3.0.4, QT 7.3 or 7.4 and OS 10.4.11. (If you are running Leopard, ensure that all plug-ins have been updated for OS 10.5)
    Assuming you already run Tiger versions OS 10.4.9 or above (this has not yet been verified with Leopard) and have Quicktime 7.2 or above, and are using Safari 2 or 3, download and install (or re-install even if you already had them) the latest versions, suitable for your flavor of Mac, of:
    RealPlayer 10 for Mac from http://forms.real.com/real/player/blackjack.html?platform2=Mac%20OS%20X&product= RealPlayer%2010&proc=g3&lang=&show_list=0&src=macjack
    Flip4Mac WMV Player from http://www.microsoft.com/windows/windowsmedia/player/wmcomponents.mspx (Windows Media Player for the Mac is no longer supported, even by Microsoft)
    Perian from http://perian.org/
    You should read this support page http://perian.org/#support in case you need to delete older codecs.
    Adobe FlashPlayer should first be uninstalled using the appropriate uninstaller available here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157&sliceId=2 and then the latest version obtained from here: http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash and installed.
    (You can check here: http://www.adobe.com/products/flash/about/ to see which version you should install for your Mac and OS.)
    In earlier versions than QT 7.1.3 in Quicktime Preferences, under advanced, UNcheck Enable Flash, and under Mime settings/Miscellananeous only check Quicktime HTML (QHTM).
    You should also ensure, if you are running Tiger 10.4.11 or Leopard, that you have downloaded and installed the correct version for your Mac of Security Update 2007-009.1.1, which also deals with the Quicktime/Flash issues you may have experienced, such as the '?'. What happened was that both Quicktime as well as Adobe FlashPlayer tried to play the Flash video at the same time. This no longer happens. (N.B. Security Update 2007-009 1.1 requires both a restart and a permission repair.)
    If you get problems with viewing video on a website try moving this file to your Desktop:
    Hard drive/Library/Internet Plug-Ins/QuickTime Plugin.webplugin
    and then restarting Safari. If all now works, you can trash that file.
    In Macintosh HD/Library/Quicktime/ delete any files relating to DivX (Perian already has them). However it should be noted that Perian is not an internet plugin and will not play DivX files imbedded on a website. For that you will need the DivX Player browser plugin available from http://www.divx.com/divx/mac/
    Now go to Safari Preferences/Security, and tick the boxes under Web Content (all 4 of them) to enable Java.
    Lastly open Audio Midi Setup (which you will find in the Utilities Folder of your Applications Folder) and click on Audio Devices. Make sure that both Audio Input and Audio Output, under Format, are set to 44100 Hz, and that you have selected 'Built in Audio'.
    Important: Now repair permissions and restart.
    You should also consider having the free VLC Player from http://www.videolan.org/ in your armory, as this plays almost anything that DVD Player might not.

  • Hanging Disconnect Returns wih new Tiger updates

    I use an Apple v92 modem with my MacBook Pro (2006). Since the plethora of recent updates over the last 2 weeks I have had a return of the hanging disconnect bug.
    The modem forever tries to disconnect without success. This occurs when I get knocked offline, frequent in my rural setting.
    In his case I can solve the problem by unplugging and re-plugging the USB modem or restart. Unplugging is by far the fastest solution. A log out/in does not work.
    I have not had time to test which update did this, nor test the End Hanging DIsconnect script which I trashed long ago.
    Has anyone else seen this? Does anyone know of a permanent solution?
    TIA,
    Bill

    Don't use Tiger much at all, still use Panther or OS9 to get my work done, but one thing that may help is to repair permissions & clear caches, I'd use Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, boot holding down CMD+s, then when the prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things. Updates seem to have a way of borking some previous stuff, and Applejack quite frequently straightens them out... at least we'll have some idea what it isn't.

  • New powerbook - airport extreme does not connect after Tiger update

    Hi guys,
    I see a lot of people are having problems with airport right now. I just got a new powerbook that worked fine with Panther, went online without a hitch. I downloaded a couple of software updates but don't know which. Then I installed the Tiger software and since then the computer does not connect. It show a wifi signal but tells me it can't connect etc.
    Any ideas,
    Thanks
    Sabina

    Hi Sabina,
    I had the samething happen to me. I talked to tech support and they just had me click on the blue apple at the top- go to software updates- than I ran that...there was an update in there that corrected my problem. and I have been able to get get back my network!!
    so give that a try.
    ~Janet

  • Can't print after Tiger update

    I updated from Panther to Tiger 10.4 today,and then did an update to 10.4.6.
    Now I can't print. Tried "Save to PDF" from the File>Print menu. Nothing. Tried clicking on the "print" button. Nothing.
    The Apple knowledge base only says something about deleting a Xerox plugin, which I didn't have, so I couldn't do that.
    Anyone know what's going on? Thanks!

    Not unusual to have this problem if you had printers installed before upgrading. Open the Printer Setup app and select "Reset Printing System" from the File menu. Then reinstall your printers. If still no joy, you might want to check your printer's mfgr's website for new (10.4) drivers.

  • How do I install X11 after many OS X tiger updates?

    My iMac G5 came with OS X 10.4.0 installed. Since then, I have updated to the present 10.4.7 via web updates. Now, I need to run MatLab 14 and need to have X11 installed. Of course, I don't have an OS X install CD for 10.4.7 and my original CD has a lot of ancient application versions on it. How can I install X11 w/ minimal hassle? I cannot find a stand alone version of X11 on the Apple web site for tiger, let alone my new version.

    Hi, Mr. EGL.
    You do not want to choose the icon for the Xcode tools if you want X11. The Xcode Tools icon leads to the installation of Xcode tools, not a custom install of X11.
    To install X11 at any time, see "Custom installs in Mac OS X 10.4"
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

Maybe you are looking for

  • Late 2013 retina Macbook Pro kernel panics

    Hi guys, maybe you can help me. From time to time my macbook has to restart because of kernel panics. I cannot really provoke a crash.. at first it only happened when I went to fullscreen mode in VLC. thats why I thought it might be just a bug in VLC

  • How do I get rid of the gradient that appears on both my home and lock screen?

    Hello, I'm curious as to if there's an option for being able to get rid of the gradient that shows up on my wallpapers whenever I set it/unlock my phone. If possible, can it be made customizable? Like, to be able to have the option of not having one

  • Do I need iMovie 11 for a Sony HDR-CX260V?

    Trying to figure out why iMovie does not recoginize this camera? It does not pop-up automatically at the point that you should be able to start an import.

  • Help! Home Button Disfunctioning!

    Hello there. My situation is a little different the others, so let me tell you the story. My dad had an original iPhone (Silver backing), and the home button seemed to wear out over time, so eventually he got a new iPhone 3GS. I got a original iPhone

  • Problem in Standard Include

    Hello Guru's,          I have a requirement like I have SO10 include(That include in French language),It is used in Script, But I am not able to see the output same as So10 include, Insted of displaying the ' charecter it is displaying the # Charecte