Help! shake crashed, now can't load script it was running

I was in the process of adding a luma key when shake crashed, now can't load the script it was running. It just appears blank, but the file size hasn't changed. Console error is the name of the file +: "unknown variable Primattev22", and "can not convert type int to image". Tried to recover script, and tried the auto save versions, but didn't work. I saved about 5 minutes before the crash, but I can't get it back. Everything else opens fine.

In addition to trying the "Add Script" trick, you should also try opening the script command-line:
shake yourscriptname
...sometimes that works too.
btw - the error message should have more info - specifically the node which is having the problem:
error: test.shk, line 36: unknown variable Primattev22
LumaKey1 = LumaKey(Primattev22, 0, 1, 0, 0, 0);
^
error: test.shk, line 36: cannot convert type int to image
LumaKey1 = LumaKey(Primattev22, 0, 1, 0, 0, 0);
^
Once you know which nodes are missing their input, you can go in & find out whether the problem is a bad name in the missing node, a completely missing node or a bad name in the downstream nodes.
In your case, it is a little suspicious that the missing node is named "Primattev22" since "Primatte_v22" would be the default name for the second Primatte you load into a script. Maybe you just need to redirect the complaining node to "Primatte_v22"
(first verify that the script contains a node named "Primatte_v22")
That process would be easy...just change:
LumaKey1 = LumaKey(Primattev22, 0, 1, 0, 0, 0);
to
LumaKey1 = LumaKey(Primatte_v22, 0, 1, 0, 0, 0);
(make a backup copy of your script before you do any editing).
Good luck,
-G

Similar Messages

  • Installed trial, inst Dreamweaver, system crash, now can't load program

    I'm trying to test drive the Creative Cloud service, and I was able to download and install the Application manager and Dreamweaver CS6. After playing with it last night, I went to bed. Woke up to find my PC crashed to blue screen. Rebooted, ended up needing to do a restore, and now when I open the Application Manager it shows DW installed, but it is NOT on my computer at all. Can't start it, can't search for it, and I can't uninstall or re-install it via the manager. I would very much like to keep playing with the program for the full 30 days before I decide to drop this kind of money!
    Help, pretty please?

    It is likely that the option was removed to uninstall the software when System restore was run.  I would recommend running the CS Clean Tool to remove your current installations.  You can find directions on how to obtain and use the tool at CS Cleaner Tool for installation problems | CCM, CS6, CS5.5, CS5, CS4, CS3 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.

  • If I purchase Photoshop CC now can I load it to a new computer later?  I will be purchasing a new computer Later.

    If I purchase Photoshop CC now can I load it to a new computer later?  I will be purchasing a new computer later. What's the process of moving product to new computer.

    You can install new machines as needed.  Your subscription allows for functioning installations on two machines, so you could keep the original installation as a backup if you could use one.  Otherwise, you can sign out of the old machine to discontinue the use of it there.  You will install on the new machine just like you do for the current one.

  • Can't Load Mail - There was a problem loading the application

    I can't access mail on iCloud after signing, and get this error message:
    Can't Load Mail
    There was a problem loading the application
    I can see that there are five emails waiting for me.
    Any thoughts on what's going wrong, please?

    Open System Preferences > iCloud
    Deselect the box next to Mail then reselect it.
    Then try accessing your mail.
    It may take a minute or two for iCloud to re sync the data.

  • Tried to upgrade to new itunes and now can't load itunes or quicktime

    HELP! i tried to upgrade my itunes. This upgrade was totally successful. I then had another problem on my computer so i tried to restore my computer to an earlier timepoint. Since I have done this, I can't load itunes or quicktime. I have tried to uninstall the programs and reinstall them but it still doesn't work. I get an error message on quicktime:
    failed to initialize- error-2095
    The itunes error message reads :
    iTunes has encountered a problem and needs to close. We are sorry for the inconvenience.
    Help- I am going insane with this!!!

    I followed a link and somehow ended up at this post from Mike Hogan3 and combined it with something else I came across. This is what worked for me!
    1)Follow his suggestions for removing quicktime and itunes (at the end of this message).
    2)Then reinstall iTunes from:
    http://www.apple.com/itunes/download/
    3) Then install QuickTime Standalone Installer from this page (located in the middle right of the page- don't install the one with iTunes!) http://www.apple.com/quicktime/download/win.html
    Hope this works! It did for me!
    Posts: 15
    Registered: Sep 26, 2005
    RE: QuickTime Installation FAILED!! "Error Code: -1"
    Posted: Nov 6, 2005 8:51 AM in response to: Adrian Koo Reply Email
    This might not be exactly the same problem but lots of people (myself included) had problems after installing iTunes 6.0. I did the following and it finally installed correctly.
    I went to
    http://support.microsoft.com/default.aspx?scid=kb;en-us;290301
    and downloaded the Cleanup utility near the bottom of that page. When it installs on your machine it will scan your computer for every installer every ran on you're machine. Only select iTunes and Qtime and delete those 2 installers. Then I went to add/remove programs and removed iTunes and Qtime. Prior to this Qtime would not unistall but now it did. Funny thing was there was no prompting by windows once I hit "remove/repair" in the "add/remove programs" function.
    Then rerun the iTunes 6.0.1 update. That had been failing to install Qtime prior to this but now it installed and I see all my music again and iTunes works. Let me know if this does the trick, I hope so.

  • Help with strange error Can't load IA 32-bit .so on a IA 32-bit platform

    Hi guys
    I'm stuck on this problem for so long, it would be great if some one can help me out. I use jni to build a interface to access an native library and I have successfully get in running on my development environment, but when at deployment to another box, I get the following message.
    /data/tomcat/app/libXXX.so Can't load IA 32-bit .so on a IA 32-bit platform
    I have checked the configuration of LD_LIBRARY_PATH to point to the dir of the libXXX.so file. Is this error caused by dynamic link library missing something when it is moved to the deployment environment ? or is it because I'm not building it properly ? or the os version version ?? Thanks a lot guys.
    the libXXX.so is build using the following line:
    gcc -g -fno-exceptions -fPIC -DPIC -shared -I$JAVA_HOME/include/ -I$JAVA_HOME/include/linux -I./include -I./lib/gcc/ -lapi_v2_Core -lgrammarsCNT -lCryptoLib -lcontainer -ledi -ledicont -ledixml -ltcpsocket -lzlib -lexpat XXX.c -o ../../../target/classes/libXXX.so
    Development Environment:
    Deployment Environment
    Tomcat Version = Apache Tomcat/5.5.14
    JVM Version =      1.5.0_11-b03      
    OS Name = Linux           
    OS Version = 2.6.9-11.ELsmp
    OS Architecture = i386
    Deployment Environment
    Tomcat Version = Apache Tomcat/5.5.20      
    JVM Version =      1.5.0_11-b03      
    OS Name = Linux           
    OS Version = 2.4.21-15.0.3.ELsmp     
    OS Architecture = i386

    This error this being generated from linux when I execute the Jasper. I have jdk1.5.0_11 installed.:
    org.apache.jasper.JasperException: /opt/jdk1.5.0_11/jre/lib/i386/xawt/libmawt.so: Can't load IA 32-bit so on to IA 32-bit platform.
    Somebody can help me with this is urgent.

  • Please help explain the error "Can't make «script» into type Unicode text"

    i am writing an applescript for my eyetv installation that handles recorded shows. i have posted in their forums, without reply, so thought maybe i could get some understanding of the technicalities of the fault to try to fix myself!!
    i have a sub-routine:
    to deleteeyetvrecording(theRecordingID)
    set theScriptLibrary to load script file "Macintosh HD:Library:Scripts:ScriptLibraryv1.scpt"
    tell application "EyeTV"
    theScriptLibrary's log_event("RecordingDone", "Deleting EyeTV recording: " & (get title of theRecordingID), 2)
    try
    delete theRecordingID
    on error theErrorMessage number theErrorNumber from theErrorObject
    theScriptLibrary's log_event("RecordingDone", "deleteeyetvrecording: " & theErrorNumber & ": " & theErrorMessage & ". Object: " & theErrorObject, 2)
    end try
    end tell
    end deleteeyetvrecording
    even though the line above the error works fine and retrieves the Title property of the eyetv recording, the delete command on the next line outputs to the log file:
    Sunday, October 26, 2008 09:50:51 [ 1 ] Error deleting file (4/4): -1700: Can’t make «script» into type Unicode text.
    what does this error mean? what syntax changes are needed?
    note this sub-routine worked in v1 of my script - i only copy and pasted it to the v2 script! go figure!
    regards
    jingo_man

    Hello
    Without knowing what theRecordingID is, how deleteeyetvrecording() is called and what the actual code of log_event() is, I can only guess.
    The said error log is most likely not written by the code in the try block you provided, which should throw error by itself when theErrorObject cannot be coerced to string. I'd guess you have an enclosing try block where you call deleteeyetvrecording() and the said error log comes from there.
    As far as I can tell, you should not assume that you can always coerce theErroObject (that is obtained from 'from' parameter of 'on error' statement) to text.
    Too little information to go any further.
    H

  • Help!my application can not load oci.dll

    i have a server with windows 2003 enterprise sp2, oracle 10g was installed on it.now i want to run a .net application,but it's not working,cause oci.dll can not be loaded. then i installed PL/SQL and instant client 11g. but still not working. the error is :"initialization is error, can not load oci.dll.....returned 0". also,i wroted a small application to load oci with win32 api(LoadLibrary) and returned 0 too.
    I'm sure there are no 32bit,64bit things. from os to application,32bit was checked. and i changed server but same os ,same oracle, after application and instant client installed,same problems got. so i'm think about is there any conflicts when oracle 10g and odac/instant client work together

    If you have Oracle 10 installed on a Windows computer, you have oci.dll.
    If "oci.dll can not be loaded", the problem is not a lack of oci.dll.
    The first thing you should do is uninstall Instant Client and anything else you installed to fix the problem (I don't know what you mean with "install PL/SQL").
    Then check if oci.dll can be loaded, e.g. by starting sqlplus and connecting to a database.
    If that works, oci.dll is fine.
    If your program cannot load oci.dll, something in your setup has a problem.
    Maybe it cannot find oci.dll and you have to tell it where to look.
    Yours,
    Laurenz Albe

  • Virus damaged Satellite L755-17Q - now can not load

    Satellite L755-17Q
    I accidentally downloaded a virus, this virus I believe then turned off my computer, and now once I try to load it, the Toshiba screen appears, but then the screen goes black with just a small bar flashing in the top left corner. I gave this program administrator rights as I thought it was safe. Now I cannot use my laptop, what should I do?
    All help is appreciated.
    PS I am rubbish with computers.

    I've misplaced my recovery disk for that laptop, but will a recovery disk for a Satellite L500-19X be sufficient? I've used it before on that laptop however, windows was not genuine, along with there being no network driver thing, so I couldn't connect to the internet.
    The only real difference that I could detect between the two was 32bit and 64bit which of course I don't have a clue what they are.
    If you can, could you please give me a link to where I can download the necessary network driver along with the instructions on how to download it onto my computer. All help appreciated.
    PS I would have given you the helpful/correct answer thing, but I am unaware of how to give you it.

  • Reinstalled ubuntu without returning webpack vivado license, now can't load license..

    This thread is basically the same issue i am having, but following the thread didn't help me.   In a nutshell, I reinstalled ubuntu to get rid of a video driver problem (story is irrelevant), and when I reinstalled ubuntu, vivado comes up with no license, and I can't active with my old Xilinx_License.xml file, and I can't use the gui or sort out with the commands listed how to force the license to be returned.
    These thread seems to be the exact issue I have, but I'm not on windows, I;'m on linux,.
    http://forums.xilinx.com/t5/Installation-and-Licensing/3rd-Vivado-installation-unable-to-load-License-Rights-into/td-p/552695
    Baiscally all the commands ask for a "fulfillmentId", but I'm unable to find that.  Here's what I did sort out:
    root@base 524> xlicclientmgr -listRequests "format=long"
    Sequence number : 1
    Status : Pending
    Generated : 2014-12-16T20:47:22-08:00
    Reference : new
    Sequence number : 2
    Status : Pending
    Generated : 2014-12-16T20:50:42-08:00
    Reference :
    and
    xlicclientmgr -returnTransaction "request=/home/steve/Xilinx_License_base.xml"
    License transaction: error Invalid request: missing required element [RequestActions]. : 405
    License transaction: Received xml (unescaped) is (null)
    ERROR: Unable to successfully complete license transaction.
    ERROR: Unable to successfully complete license return request.
    According to the link above this command wants a "fullfillmentId", but that's not the sequence number above:
    root@base 531> xlicclientmgr -returnTransaction "request=/home/steve/Xilinx_License_base.xml" -r 1
    ERROR: "-r" is only valid with "-new"
    Exit(1) error in command line.
    root@base 532> xlicclientmgr -returnTransaction "request=/home/steve/Xilinx_License_base.xml" -r new
    ERROR: "-r" is only valid with "-new"
    Exit(1) error in command line.
    I've groveled around the help outpuit of the above commands, but I'm stuck. 
    Any hints appreciated.  I've attached my original license if that helps.
     

    Hi, 
    Yes, I'm using ubuntu 14.04 LTS 64 bit, with Vivado 2014.4 (latest version).   Here's the output of:
    root@base 522> xlicclientmgr -v
    Viewing application trusted storage.
    U if untrusted
    . D if disabled
    . . fulfillmentType
    . . . Expiry Count FulfillmentId ProductId
    No fulfillment records in trusted storage.
    With explains, I guess, why I see no fulfillmentids ;).   If I can remember correctly, I used the gui to try to obtain a license after installing the fresh os (which wiped out the storage above obviously), but the website doesn't allow me to return the license apparently only the gui on vivado itself can (which is wiped out since I wiped out the storage area?).  If I try to simply activate the licenmse again that doesn't work (see screenshot.png).
    I see the license on the website (screeshot-B.png), and there's no license to return from vivado (screenshot-C.png).
    For things I've tried (gleamed from post mentioned in first email).
    root@base 524> find /tools/Xilinx/ -name install_fnp.sh
    /tools/Xilinx/Vivado/2014.4/ids_lite/ISE/bin/lin/install_fnp.sh
    /tools/Xilinx/Vivado/2014.4/ids_lite/ISE/bin/lin64/install_fnp.sh
    /tools/Xilinx/Vivado/2014.4/bin/unwrapped/lnx32.o/install_fnp.sh
    /tools/Xilinx/Vivado/2014.4/bin/unwrapped/lnx64.o/install_fnp.sh
    root@base 525> /tools/Xilinx/Vivado/2014.4/bin/unwrapped/lnx64.o/install_fnp.sh
    Installing anchor service from /tools/Xilinx/Vivado/2014.4/bin/unwrapped/lnx64.o/FNPLicensingService to /usr/local/share/FNP/service64/11.11.0
    Checking system for trusted storage area...
    Configuring for Linux, Trusted Storage path /usr/local/share/macrovision/storage...
    /usr/local/share/macrovision/storage already exists...
    Setting permissions on /usr/local/share/macrovision/storage...
    Permissions set...
    Checking system for Replicated Anchor area...
    Configuring Replicated Anchor area...
    Replicated Anchor area already exists...
    Setting permissions on Replicated Anchor area...
    Replicated Anchor area permissions set...
    Configuring Temporary area...
    Temporary area already exists...
    Setting permissions on Temporary area...
    Temporary area permissions set...
    Configuration completed successfully.
    #2
    root@base 528> pwd
    /tools/Xilinx/Vivado/2014.4/bin
    root@base 528> xlicclientmgr -cr test.xml
    Re-using identical stored request, sequence number 2
    Request written to test.xml
    Request (html) written to test.html
    root@base 529> xlicclientmgr -cr request1.xml "ref=new"
    Re-using identical stored request, sequence number 1
    Request written to request1.xml
    Request (html) written to request1.html
    root@base 530> xlicclientmgr -v
    Viewing application trusted storage.
    U if untrusted
    . D if disabled
    . . fulfillmentType
    . . . Expiry Count FulfillmentId ProductId
    No fulfillment records in trusted storage.
    root@base 531>
    now if I open up the generated xml or html files with firefox or google, I get to the licensing page, where I see my old Vivado WebPACK license listed "Activation"/"Currnet", but there's not right click or button to "return" that license there.  It's listed but I can't do anything about it.
    Hmm, here's this output:
    root@base 535> xlicclientmgr -l
    SeqNo Status Date Time Reference
    1 Pending 2014-12-16 20:47 "new"
    2 Pending 2014-12-16 20:50 ""
    Listed 2 of 2 composite requests.
    root@base 536>
    I'm not sure what else to do.  is this the correct thing to do with the .html/xml files?
    google-chrome request1.html
    Which brings me to the webpage for licensing, but the webpack license is still there.
    I've missed something obvious, I guess.
     

  • Blue Screen of death - now can't load Windows (even in safe mode)

    Last night laptop (Satellite L500 19Z; Win 7 64 bit) crashed whilst playing CIV4. Got a blue screen of death; before I had chance to read any of the error messages on it the machine rebooted.
    It loaded windows in safe mode fine then, and informed me as it had loaded safe mode OK the problem will be related to some recently installed software and I should uninstall programs I'd installed until it would load normally. As it was late last night I shut down and thought I'd sort it in the morning (in retrospect this may have been a mistake ....).
    Today, when the machine tries to boot up it attempts a Startup Repair; unfortunately this fails every time and it says "Startup repair has tried several times but still cannot detemine the cause of the problem"
    I looked at the log it produces but it passes all the individual tests.
    I also can't access the advanced options for system recovery & support, which appears on the Startup Repair dialog box as it demands I be logged in, which apparently I'm not (presumably as the machine never got to the windows login screen before trying the startup repair). The error message reads "you must be logged in to access system recovery options. If you are having trouble logging in please contact your computer administrator for assistance. please click OK to restart the computer."
    I've had a go at booting into the various advanced options (safe mode, safe mode with command prompt etc. but the outcome is the same).
    I also tried the Repair your Computer option from the advanced boot options screen, but after the screen where it asks you to choose the language and keyboard, I get the same login error mentioned above.
    Is there a way to repair or even run the hard disk based windows recovery (haven't got the recovery DVD with me as I'm away from home for a couple weeks) without logging into windows? I would have expected there to be but have yet to figure out how to do it.
    (there are no disks in the disk drive, no other devices attached to the laptop - I've tried it with mains power and with the battery and have not noticed any differences)
    Thanks
    James

    Normaly the reinstall data is on a separate part on your HD, not in Windows.
    The register is only used for Windows.
    If it doesn't work you can always try to reinstall from a DVD later.
    It does mean all your data on C:\ will be gone. If you can hook your HD on an other PC you can try to safe your work with a recover prog.

  • Started with dock crash, now can't log in

    This might be a little disjointed because I'm copying my 3 posts from another forum because I didn't get any answers.....
    I installed Yosemite on my early 2013 iMac yesterday and have mostly been unable to use my account since the install.
    The first clue that something was wrong was that it took literally 4 minutes to log on to my account. I would type in my password and it would spin and sit there until 4 minutes later when it let me in (I timed it). 
    Then the first time, my dock was flashing for awhile then went away (I do not have it hidden) and everything was painfully slow. Once I finally got my console open I could see the dock was crashing approximately every 40 second. There were some other error messages but they all seemed related to the dock. 
    I first tried to repair disk permissions but that was so slow it wasn't even useful. I tried it last night, then let it run overnight and when I got up it had fixed maybe 10 items (all related to the printer) and said I had 11 hours left. 
    I went to my library/preferences and deleted the dock.plist, then rebooted but that didn't have any effect.
    But it only seems to be my account. I am now logged on to the guest account and everything seems to be working. I ran the repair disk permissions and it took 2 minutes, found a few things and fixed them. 
    I'm not sure how I can copy the error messages or access them from the guest account in order to paste them here. If I tried to post this message from my account the lag is so bad that it would literally take me at least 45 minutes just to open Safari, open the console, and post a message. 
    Well now I can't even log on anymore. Tried booting into safe mode to see if it still crashed. Rebooted, had the red "safe mode" on the top right of screen, but unable to log on. Put in my password and it sat there with the spinning rainbow for 15 minutes. Rebooted to get out of safe mode, tried to log on but same thing. I gave it 30 minutes then rebooted again. Now trying to log in to guest account but it's not letting me do that either. No clue what to do next. 
    I do have time machine set up on an external drive but not sure if the last backup was from Yosemite or Mavericks. But I don't even know how to get to it. Unfortunately I've only been on Macs for a year so all I really know is Windows.
    And for what it's worth, I did buy the 3 year AppleCare Plus for it so it's still under warranty. I'm about to chuck it out the window then take it to the Apple Store. Ok, not really but this is frustrating.......I don't have time for this
    This just keeps getting worse. I've done a nvram reset, no change. I was able to log in to my daughter's account so I deleted some programs that I never use and updated MS Office just for the fun of it. I also created another admin account in case I could simply switch accounts but now I'm not sure.
    After doing all the changes I could think of in my daughter's account I rebooted the computer. And......now I can't get back in to hers either. The rainbow spins and it freezes (the clock in the top right never changes so I assume it's frozen). 
    So what seems to be happening is that I'm allowed to use accounts once, then something happens and I can't get back in. I've used my account, the guest account, and my daughter's, and now all of them freeze the computer.
    Any advice would be greatly appreciated.

    And in case ther is no solution, I do have a question.  I do have a Time Machine backup that I can restore that will put be back to Mavericks.  But if I do this, what will I lose?  I'm pretty sure I had it set up to backup everything (but no way to check) but I got a little paranoid when it said that restore will erase the disk so make sure I have my files backed up.  That's kind of what I thought Time Machine was supposed to do!
    Then after I restore, should I wait for 10.10.1 to come out?  I don't want to find myself in the same boat but I don't even know what to look for to troubleshoot this.

  • Installed- and fixed- iTunes 7.6 and now can't load 100 items onto iPod

    Hi,
    I just got done fixing my compatability issue with iTunes 7.6 (error -2096) and when I tried to update my iPod it says that 100 items were not copied to my iPod because it (or my computer, I'm not exactly sure) are not authorized to play them. Can anybody help me with this? I'm getting very frustrated with iTunes.
    Thanks,
    Katherine

    I found a fix to get the computer to play the music, but I haven't found a fix to get the ipod to sync.
    To get the music to play you have to delete a quicktime file.
    Go to my computer, click on your locak disk, choose 'documents and settings', choose the user, click on 'local settings, click on 'application data', click on 'apple computer', click on quicktime, then delete the quicktime file. Reopen itunes and you should be able to authorize and play music.
    Now if we can figure out how to authorize the ipod . . . .

  • Movie disappeared after crash, now can't create New Event

    Final stages of creating movie (of course!) and iMovie crashes. When restart, project is missing. Online, found suggestion to delete CurrentVersion.imovieevent and other CurrentVersion. files, which I did. I also moved the project files (inside Movies->iMovie Library (show package contents) to a safe distance. The online suggestion-- which had worked for me before-- recommended this, then: open iMovie, create New Project, quit. Move all the imovie project files into the new iMovie Library folder with the new project name, then re-open iMovie. Project should be there. And it was, last time. But for some reason, now iMovie won't let me create a New Event or a New Project, so this doesn't work.
    What is interesting is I completely removed all projects/events from the Movie folder to a different drive, but when I now open iMovie, all of my old movies/projects show up except the one I'm looking for. Where is it finding them? It should open up as new. How do I fix this?
    So far, have deleted and re-downloaded and re-installed iMovie 10.0.4 on MacBook Air running OS X 10.9.4 and removed all files from the Movie folder. Opening iMovie shows all my projects for the last several years. I have not deleted anything (only moved items), but the trash has all the CurrentVersion. files still in them. Interestingly, there are no "iMovie Projects" or "iMovie Events" folders anywhere-- all the folders/files seem to be stored in the iMovie Library; to access them I have to Show Package Contents

    Can you right-click on a folder name in the Lightroom Folder Panel and select "Show Parent Folder"?
    Can you import new photos directly to the desired folder in the desired location?

  • Ipod back from "diagnosis" by apple - now can't load library onto ipod

    My ipod - 5th generation color screen - recently completely stopped working, no matter what self help i tried.
    i sent it away to apple to be repaired [ it's still under warranty] it came back with the all clear - they had installed firmware on it - thats all they did. it now "works" ie. doesn't freeze and the battery life is ok. however, when i try to synch my 2,500 songs from my i-tunes library back on to the ipod it gets stuck at track 315 and won't go any further.
    my pc also slows down dramatically and the coloured wheel ie. "it's thinking" stays on the screen for ages and ages until i lose patience and end up having to "force quit".
    any ideas or suggestions?
    thanks in advance
    melanie
    iBook G4   Mac OS X (10.4.7)  

    I am not too sure, you can use the repair permission on the disk utility.
    If you cant find them, try to move 20 songs each time to a special playlist to update with your iPod. You will have them with error message during the update

Maybe you are looking for