My iDVD project won't start from the menu.

When I create a DVD, it will not start from the menu but goes directly to play.  I can force it to the menu by clicking the "Disc Menu" button on my remote,  This happens on both of my DVD players, one or which is a Bose system.  I didn't have this trouble with DVDs created using my older G5 iMac.  This doesn't happen on all DVDs using the newer iMac.  I've used the "Revolution" theme and it seems to work OK.  For this current project, I used "Full Screen" from the list of older themes.
I'm using iDVD 7.2.1 on an Intel iMac running OS10.6.8
Thanks for your help,
Jim

Go to the Map mode in iDVD and make sure there are no items in the far left hand Autostart bin.
If there is just drag it out, save the project as a disk image, File ➙ Save as Disk Image menu option, and test with DVD Player. If it plays OK with DVD Player the encoding was good and you can then burn to disk with Disk Utility at the slowest speed available to assure the best burn quality.  Always use top quality media:  Verbatium, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
Happy Holidays

Similar Messages

  • AudioInputStream won't start from the beginning

    I'm not sure if this is normal or not, but here's a weird the situation. I have a number of audio files that I play together. Nothing complicated.
        public void playAudio() {
            try{
                File soundFile_1 = new File("SoundFile1.wav");
                File soundFile_2 = new File("SoundFile2.wav");
                File soundFile_3 = new File("SoundFile3.wav");
                audioInputStream_1 = AudioSystem.getAudioInputStream(soundFile_1);
                audioInputStream_2 = AudioSystem.getAudioInputStream(soundFile_2);
                audioInputStream_3 = AudioSystem.getAudioInputStream(soundFile_3);
                audioFormat_1 = audioInputStream_1.getFormat();
                audioFormat_2 = audioInputStream_2.getFormat();
                audioFormat_3 = audioInputStream_3.getFormat();
                DataLine.Info dataLineInfo_1 = new DataLine.Info(SourceDataLine.class,audioFormat_1);
                DataLine.Info dataLineInfo_2 = new DataLine.Info(SourceDataLine.class,audioFormat_2);
                DataLine.Info dataLineInfo_3 = new DataLine.Info(SourceDataLine.class,audioFormat_3);
                sourceDataLine_1 = (SourceDataLine) AudioSystem.getLine(dataLineInfo_1);
                sourceDataLine_2 = (SourceDataLine) AudioSystem.getLine(dataLineInfo_2);
                sourceDataLine_3 = (SourceDataLine) AudioSystem.getLine(dataLineInfo_3);
                new PlayThread().start();
            } catch (Exception e) {
                e.printStackTrace();
                System.exit(0);
        class PlayThread extends Thread{
            byte tempBuffer_1[] = new byte[100000];
            byte tempBuffer_2[] = new byte[100000];
            byte tempBuffer_3[] = new byte[100000];
            @Override
            public void run(){
                try{
                    sourceDataLine_1.open(audioFormat_1);
                    sourceDataLine_2.open(audioFormat_2);
                    sourceDataLine_3.open(audioFormat_3);
                    sourceDataLine_1.start();
                    sourceDataLine_2.start();
                    sourceDataLine_3.start();
                    int nBytesRead;
                    while(((nBytesRead = audioInputStream_1.read(tempBuffer_1,0,tempBuffer_1.length)) != -1) &&
                          ((nBytesRead = audioInputStream_2.read(tempBuffer_2,0,tempBuffer_2.length)) != -1) &&
                          ((nBytesRead = audioInputStream_3.read(tempBuffer_3,0,tempBuffer_3.length)) != -1) &&
                          (stopPlayback == false)) {
                        if(nBytesRead > 0){
                            sourceDataLine_1.write(tempBuffer_1, 0, nBytesRead);
                            sourceDataLine_2.write(tempBuffer_2, 0, nBytesRead);
                            sourceDataLine_3.write(tempBuffer_3, 0, nBytesRead);
                    sourceDataLine_1.drain();
                    sourceDataLine_2.drain();
                    sourceDataLine_3.drain();
                    sourceDataLine_1.close();
                    sourceDataLine_2.close();
                    sourceDataLine_3.close();
                    stopPlayback = false;
                } catch (Exception e) {
                    e.printStackTrace();
                    System.exit(0);
        }I also have a method that combines the three audio files into one. I usually call this method after having played the files for a short time.
        public void saveAudio() {
            saveList.add(audioInputStream_1);
            saveList.add(audioInputStream_2);
            saveList.add(audioInputStream_3);
            saveMixAIS = new MixingFloatAudioInputStream(audioFormat_1, saveList);
            File saveFile = new File("SaveMix.wav");
            try {
                AudioSystem.write(saveMixAIS, AudioFileFormat.Type.WAVE, saveFile);
         } catch (IOException e) {
                e.printStackTrace();
    } Interesting enough, this code doesn't seem to combine the three audio files properly. What seems to happen is that the combined file starts at the location where I stopped playing. In order to get the files to start from the very beginning, I need to re-initialize the AudioInputStream.
        public void saveAudio() {
            try{
                File soundFile_1 = new File("SoundFile1.wav");
                File soundFile_2 = new File("SoundFile2.wav");
                File soundFile_3 = new File("SoundFile3.wav");
                audioInputStream_1 = AudioSystem.getAudioInputStream(soundFile_1);
                audioInputStream_2 = AudioSystem.getAudioInputStream(soundFile_2);
                audioInputStream_3 = AudioSystem.getAudioInputStream(soundFile_3);
            } catch (Exception e) {
                    e.printStackTrace();
                    System.exit(0);
            saveList.add(audioInputStream_1);
            saveList.add(audioInputStream_2);
            saveList.add(audioInputStream_3);
            saveMixAIS = new MixingFloatAudioInputStream(audioFormat_1, saveList);
            File saveFile = new File("SaveMix.wav");
            try {
                AudioSystem.write(saveMixAIS, AudioFileFormat.Type.WAVE, saveFile);
         } catch (IOException e) {
                e.printStackTrace();
    } Is this normal?

    mohogany wrote:
    That definitely makes sense.
    I was under the impression that the AudioInputStream never loses the data it has read and that the AudioSystem.write method always starts from the beginning of this AudioInputStream. I need to stop treating the AudioInputStream like an array and instead treat it more like fresh water.Definately.
    AudioInputStream doesn't actually have anything in it...it's actually just a wrapper. Whenever you call read on it, it just reads whatever it's wrapping around, and returns the result. This is why it can contain both live data being recorded or file data or a network stream or...
    In this case, it is reading from a BinaryFile. Everytime you call read, it increments the file position... and it doesn't reset the file position when you call AudioSystem.write...

  • Keynote kept crashing.  Won't start from the beginning.  Help!

    The keynote kept crashing.  I went to the website just now, but when I try to watch, I can't get back to the beginning, which I missed.  The only options are "watch live" and "start from pause," and neither of those is what I need to do.

    As we can't see what your doing, provide some details,  what website is this, did you create the file, is it a Keynote or Quicklime or PDF file?

  • IMac5,2 won't start from Raid formatted disk on Firewire

    Hello,
    I have an external disk with 2 drives. The disk is setup as RAID1 (I tried both, ApplesDisk Utilitie's RAID and SoftRaid). In both cases I can't bless the drive as startup disk and get the error Could not find IOKit entry for
    IODeviceTree: ... and the iMac also won't start from the external FW drive.
    As soon as I connect the drive via USB it works.
    Any ideas?
    thanks
    Matthias

    Hi Matthias
    What make of external HD or enclosure are your drives in?
    If it boots with the USB connection then you should try a different FireWire cable.
    Dennis

  • Powerbook G4 10.4.11  won't start from hard drive .  Tried repair, " The underlying task reported failure on exit (-9972).Invalid sibling link,invalid B tree header, invalid map node,invalid record type,the volume needs to be repaired.

    Powerbook G4 10.4.11  won't start from hard drive .  Tried repair, " Invalid sibling link,invalid B tree header, invalid map node,invalid record type,the volume needs to be repaired.Powerbook G4 10.4.11  won't start from hard drive .  Tried repair, " The underlying task reported failure on exit (-9972).Invalid sibling link,invalid B tree header, invalid map node,invalid record type,the volume needs to be repaired.
    The underlying task reported failure on exit (-9972).

    kauribill wrote:
    " The underlying task reported failure on exit (-9972).Invalid sibling link,invalid B tree header, invalid map node,invalid record type,the volume needs to be repaired.
    The underlying task reported failure on exit (-9972).
    This is a directory issue that Disk Utility cannot fix. Although it manifests itself as a software issue sometimes it may be hardware based. See DiskUtility reports "Underlying task reported failure" when repairing avolume http://support.apple.com/kb/TS1901?viewlocale=en_US". You can try using a utility like TechTool Pro, Drive Genius or Disk Warrior to repair and replace the directory. Another option would be to use the Archive and Install feature to reinstall. If the problem returns after correction you may have a failing or failed HDD.
    cornelius

  • Idvd project won't burn, have I lost my suoerdrive ???

    Hi, firstly I'd just like to say I'm an idiot, here's why
    I had a large important movie to edit (22gb) in idvd4 on an emac. Did all the work in i movie, sent to idvd but wouldn't burn as I had too little disk space. So I exported from i movie to QT pro and then exported to QT movie and compressed the file , then brought back in to idvd at a suitable size. All good everything working in idvd ( except chapter markers )
    Anyway heres the problem, to free up some disk space I previosely deleted loads of stuff I didn't need or use on the computer however I think I may have erased my superdrive/dvd burner using the disk utility. When I look in finder it is just showing the hard drive ? Is this permanent or can I somehow retrieve the situation.
    Can I use the restore function in disk utility? How can I see if my superdrive is working correctly or is even there at all ? the dvd player seems to work ok.
    What is happening at the moment is everything goes fine with encoding etc but when it comes to saying insert blank disc it just keeps popping them back out asking for a blank disc again. I have tried loads of different discs.
    I have an external burner but using toast it won't recognise the idvd project.
    This is an important project for me which has took me days to sort so any help greatly appreciated
    Thanks

    Good morning,
    Bengt has good suggestions, so work with his ideas (and you may find your superdrive is just fine, especially since DVDs still play on it). It sounds like you have several things going on.
    As he says, first of all, you'll need space on your boot drive for iDVD to work. Your iMovie project and your iDVD project could have been created on an external drive (I use a Firewire drive, and don't know if a USB 2.0 drive would be fast enough). You can recreate your iDVD project and save it to the external drive, but I don't think I'd move the iMovie project at this point because iMovie may get confused where the source files are (anyone have experience with this?).
    Second topic - iDVD doesn't want us to compress files and it will attempt to convert anything you give it into the standard DVD format of mpeg-2. iDVD "cares" about length, not the file size. For videos up to an hour, use the Best Performance setting in iDVD preferences. For longer productions, use Best Quality (I don't remember when Apple changed that algorithm from a 90 min max to a 120 min max).
    Third topic - your loss of chapter markers is probably the result of exporting and converting, so another reason not to do the file compression.
    Fourth topic - disk rejects. This could be a variety of factors (dusty burner, bad or incompatible disks, a Finder setting, etc.). I'd start by using high quality disks (Verbatim DVD-R is often recommended, I also use Sony DVD-R; don't use +R or rewritable disks unless your drive specifically handles them, and note that they are generally less compatible than -R disks).
    John

  • I wiped my hard drive, but now my mac won't boot from the OS disk.

    First it may help to read my previous discussion trying to amend the problem I had there. You can read it here. After that I did some more research and after backing up, I inserted my snow leopard install disk and wiped my entire hard drive using disk utility. Then, using Time Machine, I tried to restore my hard drive from a backup, and it told me that it can't restore from the backup and it gave me this error message (I'm sorry it's so long, I just didn't know which parts you may need and it gave me that entire thing. Also, this website wouldn't just let me attach the document):
    Feb 11 14:32:26 localhost LCA[79]: Folder Manager is being asked to create a folder (cach) while running as uid 0
    Feb 11 14:32:30 localhost LCA[79]: Using keyboard layout 0
    Feb 11 14:32:31 localhost LCA[79]: Found primary language hint "en"
    Feb 11 14:32:38 localhost LCA[79]: Launching the Installer using language code "English"
    Feb 11 14:32:38 localhost OSInstaller[153]: Mac OS X Installer application started
    Feb 11 14:32:38 localhost OSInstaller[153]: 2 display(s) found.
    Feb 11 14:32:38 localhost OSInstaller[153]: Display[1] is using OpenGL acceleration.
    Feb 11 14:32:38 localhost OSInstaller[153]: Display[2] is using OpenGL acceleration.
    Feb 11 14:32:38 localhost OSInstaller[153]: @(#)PROGRAM:Install  PROJECT:Install-572
    Feb 11 14:32:38 localhost OSInstaller[153]: @(#)PROGRAM:Mac OS X Installer  PROJECT:OSInstaller-255
    Feb 11 14:32:38 localhost OSInstaller[153]: Hardware: MacBookPro5,5 @ 2.53 GHz (x 2), 4096 MB RAM
    Feb 11 14:32:38 localhost OSInstaller[153]: Running OS Build: Mac OS X 10.6 (10A432)
    Feb 11 14:32:38 localhost OSInstaller[153]: Env: DYLD_NO_FIX_PREBINDING=1
    Feb 11 14:32:38 localhost OSInstaller[153]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Feb 11 14:32:38 localhost OSInstaller[153]: Env: PWD=/
    Feb 11 14:32:38 localhost OSInstaller[153]: Env: SHLVL=1
    Feb 11 14:32:38 localhost OSInstaller[153]: Env: OS_INSTALL=1
    Feb 11 14:32:38 localhost OSInstaller[153]: Env: _=/System/Installation/CDIS/LCA.app/Contents/MacOS/LCA
    Feb 11 14:32:38 localhost OSInstaller[153]: Using install media product at /System/Installation/Packages
    Feb 11 14:32:38 localhost OSInstaller[153]: Opening OSInstall package '/System/Installation/Packages/OSInstall.mpkg'.
    Feb 11 14:32:41 localhost OSInstaller[153]: Memory statistics for 'Install Mac OS X' pane:
    Feb 11 14:32:41 localhost OSInstaller[153]: Physical Memory Allocation:   538 MB wired,   259 MB trapped,    73 MB active,    30 MB inactive,  3196 MB free,  3299 MB usable,  4096 MB total
    Feb 11 14:33:11 localhost Unknown[80]: 2013-02-11 14:33:11.227 Disk Utility[160:903] **********
    Feb 11 14:33:11 localhost Unknown[80]: 2013-02-11 14:33:11.272 Disk Utility[160:903] Disk Utility started.
    Feb 11 14:33:11 localhost Unknown[80]:
    Feb 11 14:33:39 localhost Unknown[80]: 2013-02-11 14:33:39.152 Disk Utility[160:903] Preparing to erase : “Untitled”
    Feb 11 14:33:39 localhost Unknown[80]: 2013-02-11 14:33:39.152 Disk Utility[160:903]           Partition Scheme: GUID Partition Table
    Feb 11 14:33:39 localhost Unknown[80]: 2013-02-11 14:33:39.153 Disk Utility[160:903]           1 volume will be created
    Feb 11 14:33:39 localhost Unknown[80]: 2013-02-11 14:33:39.154 Disk Utility[160:903]                     Name                    : “Untitled”
    Feb 11 14:33:39 localhost Unknown[80]: 2013-02-11 14:33:39.157 Disk Utility[160:903]                     Size                    : 250.06 GB
    Feb 11 14:33:39 localhost Unknown[80]: 2013-02-11 14:33:39.158 Disk Utility[160:903]                     Filesystem          : Mac OS Extended (Journaled)
    Feb 11 14:33:39 localhost Unknown[80]:
    Feb 11 14:33:39 localhost Unknown[80]: 2013-02-11 14:33:39.204 Disk Utility[160:903] Unmounting disk
    Feb 11 14:33:55 localhost Unknown[80]: 2013-02-11 14:33:55.015 Disk Utility[160:903] Creating partition map
    Feb 11 14:33:58 localhost Unknown[80]: 2013-02-11 14:33:58.487 Disk Utility[160:903] Waiting for disks to reappear
    Feb 11 14:33:58 localhost Unknown[80]: 2013-02-11 14:33:58.536 Disk Utility[160:903] Formatting disk0s2 as Mac OS Extended (Journaled) with name Untitled
    Feb 11 14:34:00 localhost Unknown[80]: 2013-02-11 14:34:00.425 Disk Utility[160:903] Erase complete.
    Feb 11 14:34:00 localhost Unknown[80]: 2013-02-11 14:34:00.426 Disk Utility[160:903]
    Feb 11 14:34:42 localhost Unknown[80]: 2013-02-11 14:34:42.124 Disk Utility[160:903] Preparing to remove partition from disk: “Hitachi HTS545025B9SA02 Media”
    Feb 11 14:34:42 localhost Unknown[80]: 2013-02-11 14:34:42.156 Disk Utility[160:903]           Partition Scheme: GUID Partition Table
    Feb 11 14:34:42 localhost Unknown[80]: 2013-02-11 14:34:42.157 Disk Utility[160:903]           1 partition will be removed
    Feb 11 14:34:42 localhost Unknown[80]: 2013-02-11 14:34:42.158 Disk Utility[160:903]
    Feb 11 14:34:42 localhost Unknown[80]: 2013-02-11 14:34:42.158 Disk Utility[160:903]           Partition 1
    Feb 11 14:34:42 localhost Unknown[80]: 2013-02-11 14:34:42.159 Disk Utility[160:903]                     Size                    : 249.72 GB
    Feb 11 14:34:42 localhost Unknown[80]: 2013-02-11 14:34:42.159 Disk Utility[160:903]                     Filesystem          : Free Space
    Feb 11 14:34:42 localhost Unknown[80]: 2013-02-11 14:34:42.159 Disk Utility[160:903]
    Feb 11 14:34:42 localhost Unknown[80]: 2013-02-11 14:34:42.200 Disk Utility[160:903] Unmounting disk
    Feb 11 14:34:43 localhost Unknown[80]: 2013-02-11 14:34:43.419 Disk Utility[160:903] Creating partition map
    Feb 11 14:34:43 localhost Unknown[80]: 2013-02-11 14:34:43.498 Disk Utility[160:903] Waiting for disks to reappear
    Feb 11 14:34:43 localhost Unknown[80]: 2013-02-11 14:34:43.519 Disk Utility[160:903] Partition complete.
    Feb 11 14:34:43 localhost Unknown[80]: 2013-02-11 14:34:43.519 Disk Utility[160:903]
    Feb 11 14:35:06 localhost Unknown[80]: 2013-02-11 14:35:06.800 Disk Utility[160:903] Preparing to partition disk: “Hitachi HTS545025B9SA02 Media”
    Feb 11 14:35:06 localhost Unknown[80]: 2013-02-11 14:35:06.811 Disk Utility[160:903]           Partition Scheme: GUID Partition Table
    Feb 11 14:35:06 localhost Unknown[80]: 2013-02-11 14:35:06.812 Disk Utility[160:903]           1 partition will be created
    Feb 11 14:35:06 localhost Unknown[80]: 2013-02-11 14:35:06.812 Disk Utility[160:903]
    Feb 11 14:35:06 localhost Unknown[80]: 2013-02-11 14:35:06.813 Disk Utility[160:903]           Partition 1
    Feb 11 14:35:06 localhost Unknown[80]: 2013-02-11 14:35:06.813 Disk Utility[160:903]                     Name                    : “Macintosh HD”
    Feb 11 14:35:06 localhost Unknown[80]: 2013-02-11 14:35:06.814 Disk Utility[160:903]                     Size                    : 250.06 GB
    Feb 11 14:35:06 localhost Unknown[80]: 2013-02-11 14:35:06.814 Disk Utility[160:903]                     Filesystem          : Mac OS Extended (Journaled)
    Feb 11 14:35:06 localhost Unknown[80]: 2013-02-11 14:35:06.815 Disk Utility[160:903]
    Feb 11 14:35:07 localhost Unknown[80]: 2013-02-11 14:35:07.684 Disk Utility[160:903] Unmounting disk
    Feb 11 14:35:07 localhost Unknown[80]: 2013-02-11 14:35:07.717 Disk Utility[160:903] Creating partition map
    Feb 11 14:35:08 localhost Unknown[80]: 2013-02-11 14:35:08.714 Disk Utility[160:903] Waiting for disks to reappear
    Feb 11 14:35:08 localhost Unknown[80]: 2013-02-11 14:35:08.737 Disk Utility[160:903] Formatting disk0s2 as Mac OS Extended (Journaled) with name Macintosh HD
    Feb 11 14:35:11 localhost Unknown[80]: 2013-02-11 14:35:11.814 Disk Utility[160:903] Partition complete.
    Feb 11 14:35:11 localhost Unknown[80]: 2013-02-11 14:35:11.815 Disk Utility[160:903]
    Feb 11 14:35:18 localhost Unknown[80]: 2013-02-11 14:35:18.140 Disk Utility[160:903] NSDocumentController's invocation of -[NSFileManager URLForDirectory:inDomain:appropriateForURL:create:error:] returned nil for NSAutosavedInformationDirectory. Here's the error:
    Feb 11 14:35:18 localhost Unknown[80]: Error Domain=NSCocoaErrorDomain Code=642 UserInfo=0x11b4d1300 "You can’t save the file “Autosave Information” because the volume “Mac OS X Install DVD” is read only." Underlying Error=(Error Domain=NSPOSIXErrorDomain Code=30 "The operation couldn’t be completed. Read-only file system")
    Feb 11 14:35:18 localhost Unknown[80]:
    Feb 11 14:35:36 localhost OSInstaller[153]: Memory statistics for 'Select a Backup Source' pane:
    Feb 11 14:35:36 localhost OSInstaller[153]: Physical Memory Allocation:   553 MB wired,   258 MB trapped,    83 MB active,    53 MB inactive,  3149 MB free,  3285 MB usable,  4096 MB total
    Feb 11 14:35:42 localhost OSInstaller[153]: Memory statistics for 'Select a Backup' pane:
    Feb 11 14:35:42 localhost OSInstaller[153]: Physical Memory Allocation:   557 MB wired,   258 MB trapped,    84 MB active,    53 MB inactive,  3144 MB free,  3281 MB usable,  4096 MB total
    Feb 11 14:35:48 localhost OSInstaller[153]: Using cached backup size 100394041344
    Feb 11 14:35:48 localhost OSInstaller[153]: Memory statistics for 'Select a Destination' pane:
    Feb 11 14:35:48 localhost OSInstaller[153]: Physical Memory Allocation:   557 MB wired,   258 MB trapped,    84 MB active,    53 MB inactive,  3144 MB free,  3281 MB usable,  4096 MB total
    Feb 11 14:35:57 localhost OSInstaller[153]: Memory statistics for 'Restoring' pane:
    Feb 11 14:35:57 localhost OSInstaller[153]: Physical Memory Allocation:   559 MB wired,   258 MB trapped,    84 MB active,    53 MB inactive,  3142 MB free,  3279 MB usable,  4096 MB total
    Feb 11 14:35:57 localhost OSInstaller[153]: [RESTORE] erasing disk 'Macintosh HD'
    Feb 11 14:35:57 localhost OSInstaller[153]: [RESTORE] erase started
    Feb 11 14:36:01 localhost OSInstaller[153]: [RESTORE] erase completed
    Feb 11 14:36:01 localhost OSInstaller[153]: Physical memory statistics immediately before turning on virtual memory backing store:
    Feb 11 14:36:01 localhost OSInstaller[153]: Physical Memory Allocation:   563 MB wired,   258 MB trapped,    80 MB active,    53 MB inactive,  3142 MB free,  3275 MB usable,  4096 MB total
    Feb 11 14:36:01 localhost OSInstaller[153]: Activated virtual memory backing store at mount point '/Volumes/Macintosh HD'
    Feb 11 14:36:01 localhost OSInstaller[153]: [RESTORE] started vm on target disk.
    Feb 11 14:36:01 localhost OSInstaller[153]: [RESTORE] ensuring permissions on /Volumes/Macintosh HD
    Feb 11 14:36:01 localhost OSInstaller[153]: [RESTORE] restoring from: /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD
    Feb 11 14:36:01 localhost OSInstaller[153]: [RESTORE] restoring to: /Volumes/Macintosh HD
    Feb 11 14:36:01 localhost OSInstaller[153]: [RESTORE] filelist: (\n    ".com.apple.backupd.mvlist.plist",\n    ".DocumentRevisions-V100",\n    ".DS_Store",\n    ".file",\n    ".vol",\n    Applications,\n    bin,\n    cores,\n    etc,\n    Library,\n    "mach_kernel",\n    Network,\n    opt,\n    sbin,\n    System,\n    tmp,\n    Users,\n    usr,\n    var,\n    Volumes,\n    "private/etc",\n    "private/tftpboot",\n    "private/tmp",\n    "private/var"\n)
    Feb 11 14:36:02 localhost OSInstaller[153]: Constructing critical restore paths
    Feb 11 14:36:02 localhost OSInstaller[153]: [RESTORE] 1:            restoring .com.apple.backupd.mvlist.plist
    Feb 11 14:36:02 localhost OSInstaller[153]:                         from source path: /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.com.apple.backupd.mvlist.plist
    Feb 11 14:36:02 localhost OSInstaller[153]:                      to destination path: /Volumes/Macintosh HD
    Feb 11 14:36:03 localhost OSInstaller[153]: [RESTORE] 2:            restoring .DocumentRevisions-V100
    Feb 11 14:36:03 localhost OSInstaller[153]:                         from source path: /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100
    Feb 11 14:36:03 localhost OSInstaller[153]:                      to destination path: /Volumes/Macintosh HD
    Feb 11 14:36:03 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/document.wflow to (null)
    Feb 11 14:36:03 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Info.plist to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/MacOS/Application Stub to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/ar.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/AutomatorApplet.icns to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/ca.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/cs.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/da.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/Dutch.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/el.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/English.lproj/ApplicationStub.n ib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/fi.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/French.lproj/ApplicationStub.ni b to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/German.lproj/ApplicationStub.ni b to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/he.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/hr.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/hu.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/Italian.lproj/ApplicationStub.n ib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/Japanese.lproj/ApplicationStub. nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/ko.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/no.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/pl.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/pt.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/pt_PT.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/ro.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/ru.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/sk.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/Spanish.lproj/ApplicationStub.n ib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/sv.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/th.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/tr.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/uk.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/zh_CN.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/4130AB34-82 7F-4DE3-9FC6-54AE7898853B.app/Contents/Resources/zh_TW.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/document.wflow to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Info.plist to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/MacOS/Application Stub to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/ar.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/AutomatorApplet.icns to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/ca.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/cs.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/da.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/Dutch.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/el.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/English.lproj/ApplicationStub.n ib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/fi.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/French.lproj/ApplicationStub.ni b to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/German.lproj/ApplicationStub.ni b to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/he.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/hr.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/hu.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/Italian.lproj/ApplicationStub.n ib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/Japanese.lproj/ApplicationStub. nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/ko.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/no.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/pl.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/pt.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/pt_PT.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/ro.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/ru.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/sk.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/Spanish.lproj/ApplicationStub.n ib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/sv.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/th.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/tr.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/uk.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/zh_CN.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/72ABBFE4-3C 64-4CB4-9D34-C2E82916D1DD.app/Contents/Resources/zh_TW.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/document.wflow to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Info.plist to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/MacOS/Application Stub to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/ar.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/AutomatorApplet.icns to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/ca.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/cs.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/da.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/Dutch.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/el.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/English.lproj/ApplicationStub.n ib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/fi.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/French.lproj/ApplicationStub.ni b to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/German.lproj/ApplicationStub.ni b to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/he.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/hr.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/hu.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/Italian.lproj/ApplicationStub.n ib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/Japanese.lproj/ApplicationStub. nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/ko.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/no.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/pl.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/pt.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/pt_PT.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/ro.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/ru.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/sk.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/Spanish.lproj/ApplicationStub.n ib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/sv.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/th.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/tr.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/uk.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/zh_CN.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/78F13FB0-63 A5-4319-B225-F7D8DBDC29D4.app/Contents/Resources/zh_TW.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/document.wflow to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Info.plist to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/MacOS/Application Stub to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/ar.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/AutomatorApplet.icns to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/ca.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/cs.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/da.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/Dutch.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/el.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/English.lproj/ApplicationStub.n ib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/fi.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/French.lproj/ApplicationStub.ni b to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/German.lproj/ApplicationStub.ni b to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/he.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/hr.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/hu.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/Italian.lproj/ApplicationStub.n ib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/Japanese.lproj/ApplicationStub. nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/ko.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/no.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/pl.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/pt.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/pt_PT.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/ro.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/ru.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/sk.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/Spanish.lproj/ApplicationStub.n ib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/sv.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/th.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/tr.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/uk.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/zh_CN.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/7CEE85D8-0E 61-4B88-AFF2-34757C873D5A.app/Contents/Resources/zh_TW.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/document.wflow to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/Info.plist to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/MacOS/Application Stub to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/Resources/ar.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/Resources/AutomatorApplet.icns to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/Resources/ca.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/Resources/cs.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/Resources/da.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/Resources/Dutch.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/Resources/el.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/Resources/English.lproj/ApplicationStub.n ib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/Resources/fi.lproj/ApplicationStub.nib to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/Resources/French.lproj/ApplicationStub.ni b to (null)
    Feb 11 14:36:04 localhost OSInstaller[153]: [RESTORE] Error -36 while restoring /Volumes/Hard Drive 2/Backups.backupdb/Max Adler’s MacBook Pro/2013-02-11-133610/Macintosh HD/.DocumentRevisions-V100/PerUID/501/12/com.apple.documentVersions/A4AF8881-61 F4-43EB-8DE5-84CA27989EC3.app/Contents/Resources/German.lproj/ApplicationStub.ni b to (n

    Why did you wipe the drive?
    Were you having problems?
    If you were those problem may be related to a failing hard drive and that is why the TM backup could be restored.
    In you topic header you say the system won't boot from the SL DVD, But it di for you to wipe the drive. Then it should again boot from the SL DVD.
    Insert the DVD and reboot, hold down the Option key and select the Optical drive, SL DVD, as the Boot source.

  • In Flash the sound does not play only started from the beginning. Can anyone please help?

    In Flash, the sound only plays if the file is started from the beginning. The sound doesn't play if starting from anywhere other than the beginning.
    This is very frustrating when trying to sync the animation with the sound as it's not possible to scroll back and forward with the sound playing. The only way the sound works is if it is started from the beginning.
    If anyone can help that would be fantastic.
    Thanks

    Hi Jeromie,
    Many thanks for your help. Here is some additional information, which may shed light on the problem.
    I am using Flash Professional CC  2014.0 release,  Build 14.0.0.110
    The computer I'm using is then iMac running OSX version 10.9.3 Build 13D65 2.7 GHz Intel Core i5
    I am using Flash, not a web-based editor that leverages Flash Player.
    "a direct link to the project or tool would be useful in allowing us to attempt to reproduce the problem" -  Not sure how to do this, how can I add the project to the forum?
    Many thanks once again for your help, let me know if you need more information.
    Cheers
    Michael

  • I am wondering if it will be a good move to install fusion 5 on my iMac. I am wondering since I did the split to run windows 7 if this means that I will have to erase all and start from the beginning

    I am wondering if it will be a good move to install fusion 5 on my iMac. I am wondering since I did the split to run windows 7 if this means that I will have to erase all and start from the beginning

    From what you say, I understand that you already installed Windows 7 on a second volume. Is this correct?
    In that case, it doesn't make sense to use VMware Fusion unless you want to run Windows and OS X at the same time. If you do that, you will keep all your data.
    If you haven't installed Windows 7 and you want to install it in VMware Fusion, you will be installing it in a virtual machine, so you won't lose anything.
    I recommend you to have a look at VirtualBox first > http://www.virtualbox.org It's free and it's sufficient for most of users

  • After reinstalling game, the achievements from Game Center doesn't uploaded to the game and starts from the beginning . All the achievements are seen in the Game Center . How could I upload the last progress into the game?

    After reinstalling game, the achievements from Game Center doesn't uploaded to the game and starts from the beginning . All the achievements are seen in the Game Center . How could I upload the last progress into the game?

    Hello there, Elena Lyubina.
    The following Knowledge Base article offers up some great steps for troubleshooting issues with an application not functioning as expected:
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open
    http://support.apple.com/kb/ts1702
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • My mac won't boot from the hard drive

    Hi Everyone
    Yesterday, I tried to dual boot my mac using the Bootcamp Assistant. The hard drive partitioned fine & then started the Windows setup. About half way through it found a corrupt file & cancelled the install. It went back to OSX absolutely fine & was working perfectly. I deleted the partition that had been created & then noticed that the amount of free space on my hard drive was missing the 20GB that I had partitioned off for Windows. I used OnyX to try & find the missing 20GB; it finished & then I tried to open Safari & received an error message. I tried again & received the same message so tried to restart the mac & ever since it hasn't wanted to boot using the hard drive.
    It will boot from the CD & I can use the Disc Utility to see the hard drive (which makes me think that the mac is seeing it) & can verify & repair both the disc itself & the Disc Permissions but if I click Startup Disc I only get 2 options: The DVD itself & Network Drive. I also can't re-install OSX onto the Hard Drive as it comes up with an exclamation mark & wont let me go any further in the process.
    I'm hoping that someone will have an answer other than erasing my hard drive & starting again (which isn't that big a problem as I backed up all the important bits before starting any of this!)

    Why did you wipe the drive?
    Were you having problems?
    If you were those problem may be related to a failing hard drive and that is why the TM backup could be restored.
    In you topic header you say the system won't boot from the SL DVD, But it di for you to wipe the drive. Then it should again boot from the SL DVD.
    Insert the DVD and reboot, hold down the Option key and select the Optical drive, SL DVD, as the Boot source.

  • Video doesn't start from the beginning

    Please tell me there is a setting on the iPod classic to always start a video from the beginning of the video??!?!?! I am using the iPod classic for video projection.
    E.g.: I play video #1 until, say, 3:00. I select menu and go to another video or a song, a photo, whatever. I go back to video #1 and it starts at 3:00! WHY?
    I want iPod Classic videos to ALWAYS start from the beginning.
    Please tell me there is a setting for this.
    thank you

    I have good news for you, (compared to your other post!).
    Select the video in iTunes and click on *File/Get Info* and look on the Options tab. Turn off the tick in *Remember playback position.* You can bulk select some or all your videos to do this.
    Phil

  • I exchanged my battery-challenged Ipad 1 for a refurbished model, and it won't move from the first page. . .what gives?

    I exchanged my battery-challenged Ipad 1 for a refurbished model, and the new model won't move from the first page, which shows the battery charger pointing toward an Itunes logo.  It has a full battery charge. . .what gives?

    It's been so long since I activated an iPad original model, and I am assuming that it needs to be activated. If that's not the problem, then you need to restore the iOS software.
    Eject the iPad, turn the iPad off, quit iTunes, restart you computer - then restart the iPad and connect it to your computer and see if iTunes launches on it's own. If it doesn't, then launch it yourself. If iTunes does not guide you through the activation process, I assume that you have to restore the software.
    Click on the iPad name on the left sidebar of iTunes. If you don't see the sidebar, go to View>Show Sidebar from the menu at the top. Then you should see the iPad under the devices heading. After you click on the iPad name, click on the Summary Tab at the top of the iTunes window on the right. Then Click on Restore.
    I'm hoping that starting the process over again activates the iPad rather than having to restore the device, but see what happens.

  • UWL: The request cannot be started from the Business Workplace?

    Hi All
    Please assist I am currently trying to execute the standard leave request approval within the UWL. 
    This is the standard leave approval screen for workflow template WS12300111.
    I get the below error in a SAP ECC easy web screen.
    The request cannot be started from the Business Workplace
    Message no. HRTIM_ABS_REQ066
    Can anyone give me any insight to this as I have made multiple  changes tothe UWL config.
    Regards
    Maahir

    BY seeing the error message I think you might have not registered the task in the Portal, as you are have mentioned easy web screen
    1. When ever you are trying to execute the workitem from the UWL and you are able to See the SBWP SAP inbox in the browser then it means that the task of the workflow is not registered in the portal.
    2. Please ask your portal team to register the task in UWL with corresponding visualization parameters.
    [check for the parameters that are to be configured|http://help.sap.com/saphelp_nw04/helpdata/en/20/f0c82c9f6748c58d9ea14b3bbed93a/frameset.htm]
    You cannot execute a leave workitem from the Inbox. if you try to execute then it prompts the error message that you have mentioned.
    Try to do check all the below points.
    1. Check whether the task TS12300097 is registered in the SWFVISU txn  it should be using a Java Application. with the parameters
    APPLICATION     LeaveRequestApprover
    DYNPARAM     wi_id=${item.externalId}
    PACKAGE     sap.com/ess~lea
    2. Second thing is make the task as  General Task from the PFTC txn. so that the agent can approve
    3. Ask the portal guys to register this task in the XML file where all the application specific task's are registred. and then try to execute the workitem, this time it will show you the leave request application.

  • My podcasts won't download from the computer to my ipod touch all of a sudden!

    All of a sudden my podcasts won't download from the computer to the ipod touch anymore.  It still downloads changes in music and apps, but it just seems to be podcasts.  Can anybody help me diagnose my problem?

    If they are video podcasts, they now appear in the Video app after iOS 5.

Maybe you are looking for

  • How to create guides for a responsive website in illustrator

    Does anyone know of any illustrator plugins that will generate customized guides?  I'm looking for something like you can do in InDesign with its Create Guides feature. Thanks, Paul

  • Vendor bank account number

    Hi All, How can i extend the length of Vendor Bank account number up to 20 Digits character over the SPRO.which max length in that field is 18 digit Could any one help me out in this case... Rgds, Hendro

  • How can I specify an SFTP directory path that has spaces in it?

    The directory (path) on my SFTP server has spaces in some of the folder names: e.g. /data/Cisco Products/UC Applications/ How can I specify this path in the directory field of a remote server definition if I want to upload files from my SFTP server t

  • SOS: module /TMWFLOW/CHECK_PRJ_CONS: No export system for productive client

    HI, gurus: when activating Change request manager in project, i met an error: Message from function module /TMWFLOW/CHECK_PRJ_CONS: No export system for PRD-100 (PRD is productive system) hwo to fix it? hi, the problem has been fix, it is due to a in

  • Find/Change object size

    We have a document where each page header/number needs to be changed to a different language. We can find change the text ok but when the text is changed the text box is too small. Unfortunately the headers are not on master pages and the colours var