Lost files after Tiger upgrade.

My problem: All music files dissapeared from iTunes but still now retrieved from elsewhere on the drive, all vCards are now vanished completely, all photos gone from iPhoto, now luckily retrieved and imported back. All filed mail gone from Mail, now suddenly vanished still after retrieving and reimporting. Also mail account settings suddenly gone. I know I have myself to blame for not backing up, but why the h... is this happening? Also a lot of my settings is "being ignored" after restarting. What has really happened? How can I retrieve? I connected my iPod 4GB and turned it to manual, could it be the cause? Tried to download all my pics to it, but there was no dialogue window. Except the nogo sign on the iPod. Which I had to ignore after an hour. ALL of THIS happened after a SUCCESSFULL upgrade to Tiger. ALL my files were initially intact. IS the iPod the sinner here?

There are some good reasons there to backup first, and to do some basic repairing and maintenance before any upgrade. Pick up a good Firewire drive to hold 2x what you think you need.
Try using Disk Utility 10.4.6 DVD or fsck to repair your drive and then do a Safe Boot.
You don't say if this was 10.4.8 update from .7, or something else, but I would recommend only using the standalone and combo updaters. And never use your Mac while updating, and always do a restart before the update (ideally having repaired the drive first anyway).
This 42-page guide is designed to introduce some techniques, routines and habits that have a pretty good track record for quashing the most common OS X problems. available MacFixIt subscribers.
Mac Pro 2GHz 2GB WD 10K Raptor; MDD G4   Mac OS X (10.4.8)   APC RS1500/XS1500; Vista

Similar Messages

  • Lost files after Mavericks upgrade but files still present in System Info app.

    I upgraded to Mavericks but after the install I did not have any of my files. I tried to login under the original user but there is no other User to login. Although, my files are not lost. They are hidden or something like that because when I try to recover files; from my time machine backup I did prior to the upgrade, it says I only have 12gb available out of 160gb. It shows in System Information that the files are still there and I was able to navigate to select my iTunes and iPhoto libraries.
    How can I get ALL my files and applications back to being recognized like it was before I upgraded?

    If all your files are missing
    You may have logged in as a different user, such as Guest. Open the Users & Groups pane in System Preferences. Your name should be at the top of the user list, under Current User. See also this support article.
    If files are missing from one folder
    Change the Finder view mode; for example, from icon view to list view, or vice versa.

  • 'Lost' media After ITunes Upgrade

    Hi - I have an older computer and have saved my ITunes library to an external harddrive owing to capacity limitations on my system. I recently updated ITunes to the latest version and it changed the media file location back to the main unit C:Drive, from the external F:Drive I was using. I did not notice this for a while, until updating my iPhone it said lots of files were unlocated. Anything downloaded or added after the upgrade is fine, but all material (95%) from before is stuck on the external drive. I need to get all the new stuff onto the external drive and then run that as my media file location.
    Please help an absolute computer duffer learn what to do!

    If you read through the original thread that I linked to I mention that there might be a problem with the way the script generates the File Open dialog box. I don't have a Vista/Windows 7 system but hopefully I've now updated the script in a way which is supposed to work on Vista/Win 7 (but which I can't test on XP) and trapped the error so that if a file browse dialog isn't generated you get a file path to edit.
    You can correct the location of the media path in *Edit > Preferences > Advanced*. If your media is already/still there in the standard iTunes folders then iTunes may even reconnect to it automatically.
    If not then my script should help. It first tries to establish the proper location of your iTunes Media folder by scanning up to 100 files for ones that can be located and derives the path to the media folder from the location of the file. When I have time this could be updated to prompt the user if the automated scan is unable to work it out.
    The script then processes the selected tracks or playlist, and for those files that can't currently be located by iTunes attempts to track them down at *<iTunes Media Folder>\<Media Type>\<Album Artist>\<Album>\## <Name>.<ext>*. If it finds a file at the expected location it will either reconnect iTunes to it automaticaly or will prompt for confirmation depending on your initial choice when you run the script.
    If it still can't find the file it will attempt to get you to browse for it or edit it's current best guess.
    As a rule don't move any files by hand. iTunes only gets confused. Once iTunes "knows" where all your files are you can consolidate to your chosen media folder, which copies anything currently outside of the iTunes media folder inside it. You can delete the original copies that are outside of the iTunes Media folder, e.g. on a differnt drive, once you've confirmed that all is well.
    tt2

  • Pacnew_scripts: scripts to merge some .pacnew files after an upgrade

    info page: http://xyne.archlinux.ca/info/pacnew_scripts
    I was updating my old system which doesn't get turned on that often and had to deal with about 15 pacnew files. Most only required a simple "mv /path/to/file{.pacnew,}" but some required merging. I found a script that I had written a while ago to merge /etc/group.pacnew, made some changes, made a copy which can handle gshadow, then wrote scripts to handle the pacman mirrorlist and locale.gen.
    Thus the pacnew_scripts package was born.
    infopage wrote:
    This package contains scripts which can help merge .pacnew files after a pacman upgrade. These scripts print their results to STDOUT and thus do NOT make any changes to the files. It is up to the user to inspect the output and, if satisfied, redirect it to the original file and then delete the .pacnew file.
    The scripts accept "-c" and "--compare" as options and will display relevant information about differences between the files. For group and gshadow, this will display 3 columns to compare the original, .pacnew and merged files and will use colors to highlight changes. For the mirrorlist and locale.gen, it will check that all settings in the original file are available in the new file and print out a list of any that aren't (e.g. if one of your current mirrors has been dropped from the mirrorlist, it will be listed in the output).
    I'll probably add scripts as I go. I might also merge the scripts to avoid some redundancy but I decided to keep them simple for now. merge_pacnew_locale_gen is actually very generic and works on the mirrorlist and probably other files as well. If you find any, let me know.
    Last edited by Xyne (2010-03-21 13:03:34)

    beroal wrote:
    I'm really astonished that you interpreted my post as an advertisement of "diffpac".
    Xyne wrote:Have you even tried these scripts and compared them to the alternatives that you've proposed? … you can at least post comments based on an informed comparison.
    I expected such a comparison from you. If "pacnew_scripts" merges files automatically, what algorithm does it use?
    I didn't interpret it as advertisement. It seemed that you read the basic description of what this does and concluded that something else already does the same thing. Following on the tail of the previous posts I felt that your post was somewhat rude because it implies that this is useless. Obviously that is relative, but even so I see no point of posting in this thread to express it, even indirectly.
    I admit that I may have interpreted your post the wrong way and if I did then I apologize, but even then I don't understand why you felt the need to post what you did in a contribution thread.
    As for algorithms, there are different scripts and they use different algorithms. The group and gshadow scripts create hash representations of the groups in the original and .pacnew files. Groups which only exist in one of the files pass through untouched. Groups which exist in both have their members combined, which usually means that the original simply passes through. Using the "--compare" option, three aligned columns are displayed which clearly shows existing groups, new groups and the results of merging, with colors used to highlight all changes.
    The mirrorlist script creates a list of selected servers in the current mirrorlist and generates a new mirrorlist from the .pacnew mirrorlist with all servers in the generated list uncommented, if they exist. Passing the "--compare" option will simply check if all the currently selected mirrors still exist in the new mirrorlist (they might not if they're dropped) and prints out a list of any that aren't.
    The locale_gen script does the same thing for currently enabled locales.
    Also note that all of the results are printed to STDOUT so no files are actually changes. It isn't fully "automatic" and the user is expected to sanity-check the results before overwriting the target files.

  • Mail.app crashes after Tiger upgrade

    Hey! I have had trouble with mail.app crashing after I upgraded to Tiger v 10.4.6
    I have tried reinstalling Tiger since and have all the updates to 10.4.9
    The mail.app still crashes even after repairing disk permissions and disk...
    Please, if anyone can decode this, help!
    Thanks!
    Lacey
    Date/Time: 2007-06-04 17:31:46.356 -0500
    OS Version: 10.4.9 (Build 8P135)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [91]
    Version: 2.1 (752)
    Build Version: 22
    Project Name: MailViewer
    Source Version: 7520000
    PID: 351
    Thread: 1
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0xc6a3b3ac
    Thread 0:
    0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x93298b20 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x932981b4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x93298020 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x9377dae4 _DPSNextEvent + 384
    8 com.apple.AppKit 0x9377d7a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.AppKit 0x93779cec -[NSApplication run] + 472
    10 com.apple.AppKit 0x9386a87c NSApplicationMain + 452
    11 com.apple.mail 0x000871d8 0x1000 + 549336
    12 com.apple.mail 0x00087080 0x1000 + 548992
    Thread 1 Crashed:
    0 ...entSemanticMappingFramework 0x97612a08 LSMMapCounter::LSMMapCounter[unified](LSMReadFileDesc*, LSMWordTable*, long) + 1088
    1 ...entSemanticMappingFramework 0x97617184 LSMTrainingMap::LSMTrainingMap[unified](__LSMMap*, __CFURL const*, long) + 200
    2 ...entSemanticMappingFramework 0x976167fc LSMMapLoadWithOptions + 212
    3 com.apple.MessageFramework 0x9a35f8ac JunkMailGlobalMap + 148
    4 com.apple.MessageFramework 0x9a3b860c MFJunkMailLevelForString + 48
    5 com.apple.MessageFramework 0x9a31614c -[MessageCriterion _evaluateJunkMailCriterion:] + 968
    6 com.apple.MessageFramework 0x9a313c0c -[MessageCriterion doesMessageSatisfyCriterion:] + 368
    7 com.apple.MessageFramework 0x9a313888 -[MessageRule doesMessageSatisfyCriteria:] + 160
    8 com.apple.MessageFramework 0x9a3135a0 +[MessageRouter putRulesThatWantsToHandleMessage:intoArray:colorRulesOnly:] + 444
    9 com.apple.MessageFramework 0x9a31335c +[MessageRouter colorForMessage:highlightTextUsingColor:] + 96
    10 com.apple.MessageFramework 0x9a2fe36c -[MessageStore(MessageFrameworkOnly) updateMessages:updateColor:updateNumberOfAttachments:] + 592
    11 com.apple.MessageFramework 0x9a2f20b4 -[LibraryStore openSynchronouslyUpdatingMetadata:] + 448
    12 libobjc.A.dylib 0x90a461f4 objc_msgSendv + 180
    13 com.apple.Foundation 0x92bdcc94 -[NSInvocation invoke] + 944
    14 com.apple.MessageFramework 0x9a2e8800 -[MonitoredInvocation invoke] + 144
    15 com.apple.MessageFramework 0x9a2f1e80 -[InvocationQueue _drainQueue] + 416
    16 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    17 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x90055468 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900552c4 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x92c605d4 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x92c604f0 -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9a2f1d90 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x90055468 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900552c4 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x92c605d4 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x92c604f0 -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9a2f1d90 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c086a8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c097e8 +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9000b4c8 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b41c mach_msg + 60
    2 com.apple.CoreFoundation 0x907deba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de4ac CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92bf0170 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x92bf00a8 -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x95726e30 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x92be11a0 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002be88 pthreadbody + 96
    Thread 1 crashed with PPC Thread State 64:
    srr0: 0x0000000097612a08 srr1: 0x000000000200d030 vrsave: 0x0000000000000000
    cr: 0x24444224 xer: 0x0000000020000004 lr: 0x0000000097612990 ctr: 0x0000000090001748
    r0: 0x00000000705bb0c0 r1: 0x00000000f0100e40 r2: 0x0000000005346000 r3: 0x00000000046a0520
    r4: 0x00000000f0100eb0 r5: 0x00000000f0100ea0 r6: 0x0000000000000001 r7: 0x0000000000000000
    r8: 0x0000000000000000 r9: 0x00000000f0100ea0 r10: 0x0000000000001000 r11: 0x00000000a0006208
    r12: 0x0000000090001748 r13: 0x0000000000000001 r14: 0x000000000464b390 r15: 0x000000000461ab70
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x00000000aa2d33e4 r19: 0x00000000f0100ec4
    r20: 0x0000000004664694 r21: 0x00000000046a0520 r22: 0x00000000f0100f60 r23: 0x0000000000000000
    r24: 0x00000000f0100e80 r25: 0x0000000004664690 r26: 0x00000000705bd4eb r27: 0x0000000000000000
    r28: 0x00000000046646bc r29: 0x00000000c16f53ac r30: 0x00000000f0100e40 r31: 0x00000000976170c4
    Binary Images Description:
    0x1000 - 0x199fff com.apple.mail 2.1 (752) /Applications/Mail.app/Contents/MacOS/Mail
    0x505000 - 0x506fff com.CircusPonies.CPNoteBook ??? (0.6) /Users/laceyhoward/Library/InputManagers/CPNoteBook/CPNoteBook.bundle/Contents/ MacOS/CPNoteBook
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bdfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90215000 - 0x9021afff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021c000 - 0x90269fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90294000 - 0x90345fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90374000 - 0x9072ffff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bc000 - 0x90895fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5cfff IOKit /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.9 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f92000 - 0x90fd3fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe8000 - 0x91000fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91010000 - 0x91091fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d7000 - 0x91100fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91111000 - 0x9111ffff libz.1.dylib /usr/lib/libz.1.dylib
    0x91122000 - 0x912ddfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dc000 - 0x913e5fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ec000 - 0x91414fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91427000 - 0x91432fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91437000 - 0x9143ffff libbsm.dylib /usr/lib/libbsm.dylib
    0x91443000 - 0x914befff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fb000 - 0x914fbfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fd000 - 0x91535fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91550000 - 0x91622fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91675000 - 0x91706fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174d000 - 0x91804fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91841000 - 0x9189ffff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ce000 - 0x918effff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91903000 - 0x91928fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193b000 - 0x9197dfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91999000 - 0x919adfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bb000 - 0x91a01fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a18000 - 0x91adffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2d000 - 0x91b42fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b47000 - 0x91b65fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6b000 - 0x91c22fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c71000 - 0x91c75fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c77000 - 0x91cdffff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce4000 - 0x91d21fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d28000 - 0x91d41fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d46000 - 0x91d49fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4b000 - 0x91e29fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e49000 - 0x91e49fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4b000 - 0x91f30fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f38000 - 0x91f57fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc3000 - 0x92031fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203c000 - 0x920d1fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920eb000 - 0x92673fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a6000 - 0x929d1fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a01000 - 0x92aeffff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af2000 - 0x92b7afff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbb000 - 0x92de6fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f13000 - 0x92f31fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3c000 - 0x92f96fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb4000 - 0x92fb4fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb6000 - 0x92fcafff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe2000 - 0x92ff2fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ffe000 - 0x93013fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93025000 - 0x930acfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c0000 - 0x930cbfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d5000 - 0x93102fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311c000 - 0x9312bfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93137000 - 0x9319dfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931ce000 - 0x9321dfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324b000 - 0x93268fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327a000 - 0x93287fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93290000 - 0x9359efff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936ee000 - 0x936fafff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936ff000 - 0x9371ffff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93773000 - 0x93773fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93775000 - 0x93da8fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94135000 - 0x941a7fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941e0000 - 0x942a4fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f6000 - 0x942f6fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942f8000 - 0x944b8fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94502000 - 0x9453ffff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94547000 - 0x94597fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945a0000 - 0x945b4fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945f9000 - 0x9463efff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x946c5000 - 0x946e1fff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x946f5000 - 0x94739fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9475d000 - 0x9476cfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94774000 - 0x94781fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947c7000 - 0x947e0fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94d8e000 - 0x94ebefff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94f50000 - 0x94f5ffff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94f67000 - 0x94f94fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94f9b000 - 0x94fabfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94faf000 - 0x94fdefff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94fee000 - 0x9500bfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95724000 - 0x957b2fff com.apple.WebKit 419 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9580e000 - 0x958a4fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x958e1000 - 0x95bedfff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95d76000 - 0x95d9ffff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95da7000 - 0x95e23fff com.apple.syncservices 2.5 (194) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95fcb000 - 0x95ffdfff com.apple.PDFKit 1.0.3 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96f7e000 - 0x96f9dfff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9760e000 - 0x97633fff com.apple.speech.LatentSemanticMappingFramework 2.2 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x980b7000 - 0x980c5fff com.apple.DMNotification 1.0.4 (37) /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x982d6000 - 0x983a7fff com.apple.QuartzComposer 1.2.4 (32.22) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x98424000 - 0x98424fff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9859d000 - 0x985b5fff com.apple.slideshow 1.0.4 (1.0) /System/Library/PrivateFrameworks/Slideshow.framework/Versions/A/Slideshow
    0x98972000 - 0x989b5fff com.apple.ISSupport 1.1.2 (16) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x989db000 - 0x98a02fff com.apple.DotMacSyncManager 1.0.4 (155) /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x98b2c000 - 0x98b6ffff com.apple.PAPICommon 2.5 (131) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x9a2c2000 - 0x9a2cdfff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9a2d8000 - 0x9a431fff com.apple.MessageFramework 2.1 (752.2) /System/Library/Frameworks/Message.framework/Versions/B/Message
    Model: PowerBook6,5, BootROM 4.8.7f1, 1 processors, PowerPC G4 (1.1), 1.33 GHz, 512 MB
    Graphics: ATI Mobility Radeon 9200, ATY,RV280M9+, AGP, 32 MB
    Memory Module: DIMM0/BUILT-IN, 256 MB, built-in, built-in
    Memory Module: DIMM1/J7, 256 MB, DDR SDRAM, PC2700U-25330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Network Service: AirPort, AirPort, en1
    Parallel ATA Device: MATSHITADVD-R UJ-825
    Parallel ATA Device: FUJITSU MHT2080AT, 74.53 GB
    iBook G4   Mac OS X (10.4.9)  

    Hi laceydanielle.
    It seems that the junk filter database has become corrupt. Try this:
    1. Either shut down the Internet connection before opening Mail or take Mail offline immediately after opening it.
    2. Reset the junk filter database (Preferences > Junk Mail > Reset).
    3. Go online again. The problem should be fixed now.

  • No Network Connectivity on G4 after Tiger upgrade.

    Yes, I know the machine is ancient. It's a Power Mac G4 with dual 1.25Ghz processors. Has a built in Airport card.
    I did a clean install of the Mac OS the machine came with... 10.2. Airport worked fine, was able to get online.
    Then, I did an upgrade to Tiger (10.4). After the upgrade ALL network connectivity is gone, cannot connect via Airport or Ethernet.
    Airport card still shows up in system profiler, and the status icon is next to the time display. However, it is greyed out, and zero networks show up as being available. There are at least 5 networks available on my other Macs.
    Also, Ethernet connection doesnt work either. Again, works fine when plugging the same Ethernet cable into my MacBook...works wonderfully via Ethernet. When connected directly to the Power Mac G4 however, no connectivity. No IP address at all. I've even tried doing a manual IP address, to no avail.
    PLEASE HELP!!

    Hi again, apply this...
    The combo update for PowerPC-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateppc.html
    Does that do anything?

  • Lost files after turning on/off file vault option.....

    it seems that i lost my files after test file vault option..i first enable it then turn off .then i realized i lost my files even the password is okay.any help fellows
    thanks in advance
    musallam

    i actually not all...some of these files exist but can't be readable! even i turn off the vault file option.the files size cleared they still there but can't read or operate like itune files.
    most of the pdf file gone ...any particular reasons for that..
    appreciate derek....

  • Cannot open numbers files after yosemite upgrade

    Numbers- Documents could not be opened/changed after Yosemite Upgrade on MacBook Pro.

    Found solution... by Remove website data in Safari setting within Settings

  • Windows file sharing can no longer work after tiger upgrade

    hi guys, ive been searching the web to find a cure on my problem for a long time now, but still no success, hope someone could help me out.
    ok heres my problem, before the upgrade, file sharing with windows is perfect, with no problems at all, but when i upgraded one of our mac to tiger, windows file sharing is not working anymore, i cant connect or see my windows xp computer on the network and vice versa, windows cannot see my mac with tiger on the network.
    Our other 2 macs here running in panther are fine( meaning, windows file sharing is working)
    Now we've bought a new computer which is a mac pro with fresh install of leopard, i setup the windows file sharing, but i was surprised that i cant see my windows xp box too on the network, and vice versa, the pc cant see my mac pro too on the network, whats wrong with tiger and leopard file sharing???? please help me, im so frustrated cant make it to work. i know, my pc computer has nothing to do with it, coz i can still connect to a mac with panther os. hope someone can help me fix this... please..

    This site has some information on file sharing and printer sharing between Windows and Macs for various combinations of OSs. The Leopard repository isn't quite as mature as the Tiger repository, but there's a lot of good information at this site. Hopefully, it will be helpful to you in resolving your Windows/Mac issues.

  • Calendars are lost after Tiger upgrade

    Since my "upgrade" to tiger I can't see any of my calendars that used to be in the top left window. Also, when I first open ical , the calendar is empty. Also, the alarms aren't working.
    Anyone know how to totaly un-install ical & then i'll reload it.
    Also, it works fine on the other user account on the G5, just my main log-on is messed up.

    Go to the "other" user account and export all calendars to the shared user folder. Then switch back to your "main log-in" account and import each of the calendars previously saved to the Shared user folder.
    If this is not detailed enough info then ask for more. Also see the thread link below for info on how to share calendars (if this is your goal, then ignore above and choose an option from this thread):
    http://discussions.info.apple.com/webx?128@@.68b72512

  • Lost files after upgrade

    I just updated my computer to mavericks and I have lost some files that I had placed in a folder named library. How can I recover these files?

    This is a problem in all iTunes versions. I find it also strange that this lack of functionality was never really solved. You can empty iTunres library and add the files from your new location. In it self not so painful, except if you have added star ratings, all those will be lost.
    Let's hope Apple will solve this long runnig problem in version 8.0

  • Problem syncing image files after OS5 upgrade.

    Lost all my image files with upgrade. Do not use Touch for Music, movies, podcasts - just images and a few apps. Tried restore to factory settings so now also lost my apps! I am trying to sync using Itunes>Photos>All folders but after about 15 mins just have the folders in the Touch but no images content. Sometimes the sync just stops and message says session ended - other times it just does nothing else. If I try to sync a specific folder then that seems to work but all images are duplicated into a Photo Library which I do not want.
    Looked to downgrade but seems I cannot do that.
    Any ideas?
    Thanks.
    Brian

    Alas, it didn't work. Instead of trying a shortcut, I followed the steps as closely as possible. The end result was that iTunes did not recognize any songs.
    I think the problem is that the Mac immediately registers the pc .xml file as an "OmniOutliner" file instead of an HTML file. I ported the file three different ways: pc-to-mac, attached to e-mail, and burned to a CD. OS X immediately identified each as an OmniOutliner file. My guess is that the iPod treats the .xml file slightly differently, allowing the pc .xml file to cross properly with the iPod as an intermediary. (Although the article you pointed me to did not specifically say this would work cross-platform.) Unfortunately, I have a iPod Mini, which can't carry 28 gigs of music.
    At this point, it seems to me, I can either buy a new iPod to try to port the .xml file, or load both xml files up in an HTML editor and manually update the OS X version, or forget it. I leaning toward the latter.
    Thanks for pointers. It's always challenging to try something new.

  • Itunes lost files after update

    Hi. I have just updated iTunes for windows after being prompted to by a message box upon opening iTunes. (First time it has been opened in 2 weeks). After the update had been completed and I had restarted my computer I opened iTunes up to be shown the program with none of my files in. Scan for media. I clicked this and it went about scanning my computer for files. It took fifteen minutes or so. After this I went into m music library to see it was half complete. As far as I could tell all of my music was there but it had lost the information about the date added to the iTunes library, last played, number of plays and for some songs it had lost album information and artwork.
    In addition to this all of my playlists have also gone.
    I have not changed the files in my iTunes folder on my computer so in theory all of the information should still be there.
    Does anyone know how i can get it back into iTunes again.

    See Empty/corrupt library after upgrade/crash...
    tt2

  • How to recover all lost data after iOS5 upgrade?

    After upgrading to iOS 5, my iphone went online without any old files on it. I followed instructions on screen to restore from iTunes, but it gived error. When I restarted iTunes it turned into backup mode, and of course overwriten the old backup file. Now that I lost everything, how to recover it back?

    Welcome to the Apple Support Communities
    Migration Assistant creates a new user with your restored data from your Time Machine backup, so it's normal that you don't see your data.
    Open  > Log Out, and log in the new user that Migration Assistant has created. Here are all your transferred data from your Time Machine backup. Then, if you want, open System Preferences > Users & Groups, select the old user and press the - button to delete it

  • Lost audio after Vista upgrade on a Satellite Pro A120 PSAC1E

    Hello,
    I've just upgrade to vista and i've lost my audio. I've tried all the latest drives, still no luck. The pc says the driver is installed and the device is working correctly but i cant hear nothing. Volume is 100% also.
    Any ideas?

    I have a similar problem.
    You can solve the problem in one of two ways, and I list them in the order I would recommend you try them:
    1. Disable Driver Enhancements for your device.
    Through control panel, double click on sound. You should receive a prompt asking you if you want to disable Driver Enhancements. Click yes. Restart. Done.
    If this doesnt work, try
    2. Install vista drivers direct from Realtek.
    Realtek has new drivers available for High Def Audio. They can be found at:
    http://www.realtek.com.tw/downloads/
    Click on High Definition Audio Codecs
    Select under windows, Vista Driver (32/64 bits) Driver only (ZIP file) and select one of the mirrors and download the file (Warning: Takes a long time!)
    Under control panel, through device manager, uninstall your realtek audio device.
    Restart.
    When Vista detects the new device, just click cancel.
    Open the Zip file, find Setup.exe and install. Done.
    Yep. Done!
    Good luck and let me know how you get on.
    Cheers
    Celticjif
    [Edited by: admin]

Maybe you are looking for