Won't load with error 2738

iTunes will not update because of error 2738. It also said something about quicktime not updating or loading either. I am about to recieve and iPhone and it will not sync with my version of iTunes, so I need help!
Windows Vista   Windows Vista  

same problem. tries to install, gives the same error code (with no explanation) for both quicktime and 7.3. then takes me back to the install prompt after telling me the install could not be completed. I have Vista Home Premium, which I knew had issues with some software, but this is ridiculous. Apple even made me create a whole profile just to get into these discussions and get help so I could use my shiney new iPod I got for a gift. great customer service. thanks, Apple, for your wonderful systems.

Similar Messages

  • I just installed LV2011 and one dll from my vi won't load with the error "application configuration is incorrect"

    I just installed LV2011 and one dll from my vi won't load with the error "application configuration is incorrect", which is Windows lingo for "missing package dependencies".  All the computers at my company with 2010 loaded seem to do OK.  When I do a Dependencies Walk I get missing Visual C debug dll's missing plus IEshims and wer which both have a whole tree of dependencies missing on my machine.  The Windows install is the same "Windows XP version 2002 Service Pack 3" on my PC and the working PC's. So I'm thinking I have to uninstall 2011 and go back to 2010.  Is this correct?  Those VC debug dll's were installed on the machines with 2010 in them but were not installed in mine.
    I've heard the advice to recompile the dll with debug turned off but I don't have access to the source code.
    Thanks in advance.

    u87 wrote:
    Thanks for the reply.  This at least tells me that going back to LV2010 is not likely to solve the problem.  The missing dll's are:
    MFC90D.dll
    MSVCR90D.dll
    IESHMS.dll
    WER.dll
    And, once again, IESHMS and WER have other dependencies.  So perhaps i need to install the Visual C++ development environment.
    IESHIMS.dll is an Internet Explorer DLL that gets usually delay loaded by shdocvw.dll. As delay load it can not cause DLL load errors but only runtime errors. Maybe your DLL has it as direct dependency but that is unlikely since it does not have a documented interface.
    WER.dll is Windows error reporting for Vista/Win7.
    MFC90D.dll is the Microsoft Foundation classes and MSVCR90D.dll is the MS C runtime library, both as debug variant.
    So all the DLLs you mention are actually MS DLLs! You haven't identified the DLL that you try to access in LabVIEW that causes these error messages. IESHIMS and WER are usually delay loaded by any component that needs it and should not likely be used by non MS code.
    What is the DLL you try to load into LabVIEW and by whom? Get the provider of that DLL to provide you a non Debug build of the DLL. Installing Visual C on all the machines just to make the DLL load is not a solution, besides that it is likely not legal since I doubt you have that many licenses.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Library Update rqstd on Aperture 3.2; now won't open get msg "error opening data base for the library "~/Pictures/Aperture Library.aplibrary"   TIme machine won't load backup "error code -8003"

    Aperture working on OS 10.6.8 then Library Update rqstd on Aperture 3.2; said yes;
    now Aperture won't open,  get msg "error opening data base for the library "~/Pictures/Aperture Library.aplibrary"  
    TIme machine won't load backup "error code -8003"
    Tried reloading Aperture 3.2 but get same result.

    You’re running an outdated copy of Safari on your Desktop. That won’t work.
    In the Finder, select
    Go ▹ Applications
    from the menu bar, or press the key combination shift-command-A to open the Applications folder. Check that the Safari application is in that folder. If it is, use it, and delete the copy on your Desktop. Never move or copy built-in applications.
    If you've deleted Safari from the Applications folder, back up all data, then reinstall OS X. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade, so make a note of those before you begin.

  • Get message "loaded with errors on the target and was closed" but there are no errors in the vi.

    Hi,
    Attached image shows the error message which i receive when I try to run my vi. "vi loaded with errors on the target and was closed" 
    The vi has no errors as far as I can see and hasn't changed since I ran it a few days ago and it functioned fine. other vi's in the project run without any issue.
    Any guidance to find the issue would be greatly appreciated!
    Thanks,
    Conor
    Attachments:
    Labview error.JPG ‏43 KB

    Some tips:
    1. Try to recompile the VI which is "loaded broken" (ctrl+click on Run arrow). Deploy.
    2. Try to recompile this VI and its dependencies (ctrl+shift+click on Run arrow). Deploy.
    3. Try to recompile top-level VI and its dependencies. Deploy.
    4. Change something in "loaded broken" VI (add some code, like reversing array back and forth, just to make LV recompile it). Deploy.
    5. Close the project. Restart RIO. Open project. Deploy.
    6. Close LabVIEW. Restart computer. Restart RIO. Open project. Deploy.
    7. Take another computer. Deploy from it.
    8. Close project. Clear compiled object cache (menu Tools -> Advanced -> Clear compiled object cache...). Open project. Wait until LV will open/recompile it. Deploy.
    9. Do as 7, but in the meantime reformat RIO from MAX. Open project. Deploy.
    10. Contact NI Support. Send them your project. Make them Deploy it.
    The fun starts when you have project which deploys for 30 minutes... Usually I skip straight to step 8 then, and usually it helps.

  • Page opening hangs ,and loads with errors

    page opening hangs ,and loads with errors,
    terry.

    Terry,
    You need to be much more descriptive when posting. We have no idea what "page" you are referring to.

  • .vi loaded with errors on the target and was closed

    When I intend to run my RT (communicating with an FPGA on a cRIO) it only runs one time. The second trial leads to the following error:
    NI_AALBase.lvlibine Wave.vi loaded with errors on the target and was closed.
    LabVIEW:  Failed to load shared library lvanlys.*ineWaveCIN:C on RT target device.
    After reseting the FPGA and Labview it runs again, but also only for one time.
    Thanks for solutions!
    Thomas Vogl

    Error 'found'.
    Process (one day working on it!):
    1- 'Disabled' .vi cutting it into small pieces.
    2- Locate code that provokes 'not defined error' by enabling and running.
    3- Finally located.
    My case:
    I've designed a communication system. To send data uses a PDU containing a 'variant' and 'ring'. This ring indicates type of data to convert variant with necessary typedef. The system defines 4 default msgs on ring (NULL, ACK, NACK, PING).
    The receptor works well, but as I have a lot of data types, I need a case structure. (rings do not work with case at least on 2011) Then I do next thing:
    Explicit cast to a typedef enum with all my data values... (This system is designed for our purposes and could not be the better solution)
    ... UNDEFINED ERROR ON PXI ...
    Solution:
    Instead using explicit typecast use "coercion dot" casting. Like here.
    I receive an U16 data that PXI cast to my enum on 'data out' indicator (you can't see coercion dot because pink and red are 'very different' colors)
    No more errors.
    Conclusions:
    Labview has issues working with explicit type-casting to enums. I can't work more on it, but is necessary to debug this kind of issues because can affect projects at last steps of the development and drives LVdevelopers crazy.
    The only think I do with the enumeration is to add new element and all the system fails...
    Thank you for your reply Schmitz!
    I hope that this information could help somebody that in the future needs to investigate how LV works... xD
    Probably this is not the only issue related with ".vi loaded with errors on the target" (known as the "well defined error").
    Cheers

  • NeeBeans - Form loaded with errors

    Using NetBeans 6.00 Windows.
    I created a form class extending JPanel and inserted the class in Palette.
    public class ObjPrivUser extends javax.swing.JPanel Then, I created a second class extending JPanel, including the first class.
    public class GrantsByUser extends javax.swing.JPanel {
    private void initComponents() {
    objectPrivUser =  new ObjPrivUser(db);
    private GUI.Panels.ObjPrivUser objectPrivUser;
    ...Everything was ok, when I open the second class I can visualize all components. Until yesterday, when I opened the class and receive a message "form loaded with errors".
    I recreated both classes, but today the same error has occurred.
    Any sugestion?
    Xks,
    Fornari

    Recompile from your source, something is not nice in your file.

  • Images won't load or they load with errors.

    I bought a new pc a couple of weeks ago, since then images won't load properly or simply won't load. Most of the time it happens with images hosted on imgur.com but happened a couple of times with other hosts too.
    It seems to be a Firefox problem, because images are well displayed on Chrome & IE. Also it's odd because sometimes I cannot see an image, but if I try a few hours later I can view them perfectly.
    A few examples, the originals and how I see them:
    <pre>
    http://i.imgur.com/fgxY56P.jpg
    http://i.imgur.com/5r5ELRN.png
    http://i.imgur.com/JWsLLTu.jpg
    http://i.imgur.com/b8FNb1N.png
    http://i.imgur.com/SIIfgVc.jpg
    http://i.imgur.com/wo2FbUT.png
    http://imgur.com/gallery/3ULJn
    http://i.imgur.com/e3pta66.gif</pre>
    I tried disabling all addons, but I still got errors. I'm using Firefox 28.0 on Win7 Ultimate SP1 x64.
    Excuse my poor english and thanks in advance.

    Resetting Firefox seemed to be the only solution, worked fine.
    Thanks for your help Aman : )

  • Sub-par Safari (Pages won't load, 404 errors, and paritally loaded pages)

    Hey,
    I just upgraded to OS X 10.4.5 (from 10.2.8) and it's a wonderful change of pace! I can't believe I waited this long! I have only one complaint...Safari is TERRIBLE. I have found that when it browses it only partially loads pages, never loads images, all adds "cannot be found - 404 error code (which isn't necessarily a bad thing), and then sometimes the desired pages have different apperances, or won't load at all (again a 404 error code). On a few occasions it has even opened the same page repetedly! I go to apple.com, and it loads. Then I go to zdnet.com, and it loads apple.com (though it displays Zdnet on the title bar and the web address!)
    Can anyone help me out here. I'd love to us the RSS feeds...but with all these bugs I can't even get through a session of use without becoming completely frustrated.
    Thanks!
    iMac G4 (17inch)   Mac OS X (10.4.5)  

    Have you tried using masking Safari as another browser to see if the pages the machine is visiting have been instructed not to show content if the browser is not one expected?
    If you go to the Debug menu and select user agent, you can disguise Safari as another borwser. Also, from the Debug menu, you can use the Open page with menu to select the alternative browser you would like to use to open the pages.
    Alternatively, you might contact the owners of the site(s). Also, you might go to the Safari menu and Report Bugs to Apple.

  • ITunes won't load without Error

    I just loaded a new drive with a clean install of windows on a test machine I have and iTunes will load without error. It will start to import a CD but will then lock up or freeze no error. Also none of the 21 back up CD's I have or the 5 dvd's will work to recover my library. Something is seriously wrong with iTunes and it seems that Apple does not care.

    After doing some trouble shooting I followed method 4 on this link as noted Can not install some updates or programs in a few other articles.
    When I rebooted this time and attempted to launch iTunes nothing happened other than the icon becoming highlighted. I then checked both the widows task manager applications and the processes tab.
    Applications
    -Nothing running
    Processes
    -iTunes.exe
    -iPodservice
    -iTuneshelper.exe
    -applemobildevice.
    I attempted to end all these processes and reload itunes without any luck. Next I went into MSCONFIG and set it for selective startup. Under the services tab I removed Ipod Service and Apple Mobildevice from loading at startup and under the startup tab I removed iTuneshelper from loading.
    After restarting and attempting to reload it is still not successful.
    Any ideas to resolving this issue?

  • Hierarchy from flat file loading with errors - duplicate node names

    Hello experts,
    I am loading a product hierarchy from a flat file into a custom hierarchy
    object.  The issue is that it errors out saying I am loading
    duplicates within nodes, however all node IDs within a level are unique.
    It seems to be looking at the node name to determine uniqueness and I know
    we have some duplication within the text there especially when you factor
    in the 32 character limitation for the node name.  Does anyone have an idea
    as to whether it is possible to have it only consider the node ID instead
    of the node name to determine uniqueness?
    A colleague suggested using the link ID to fix this problem but I don't know how that field works or how to populate it.
    I'm working in a BI 7.0 environment (I don't know if that makes a difference since you still have to use the 3.x objects to extract the hierarchy).
    Any help would be appreciated.
    Nancy

    Hi Nancy,
    You may wish to check this OSS Note 1026749 - Hierarchies: Consistency check for duplicate nodes and 912115 (old one)
    Symptom -
    When you load or activate a hierarchy it terminates with error message RH 109 or RH 211. The hierarchy contains duplicate nodes and this is not allowed. The long texts of messages RH 109 or RH 211 do not describe the reason for the problem sufficiently or they are partially incorrect.
    There is uncertainty about in which cases duplicate nodes exist in a hierarchy and in which cases duplicate nodes are allowed.
    Hope this helps,
    Bye...
    Naga Timmaraju

  • SAPINST won't  start with error message

    Hello Gurus!
    I'm having problems installing NW2004s on Win2003 SP1/Oracle 10.2g.
    I'm installing ABAP and JAVA instance setup.
    Action taken:
    1. Retry Sapinst with sapinst_skip_errorstep=true (no good)
    2. Both 00 and 01 instances are ok (all green in MMC)
    3. Listener in the services is running
    4. Developer trace - the last activity was started (J2EE connected)
    I check the keydb.xml, I'm not sure where exactly is the problem.
    Here is the error in sapinst log:
    SAPinst is getting started.
    Please be patient ...
    starting gui server process:
    sapinstport: 21200
    guiport : 21212
    guistart : true
    command : "C:\j2sdk1.4.2_09/bin\javaw.exe" -cp "C:/DOCUME1/ADMINI1.TES/LOCALS1/Temp/sapinst_exe.2912.1220828093\jar\instgui.jar;C:/DOCUME1/ADMINI1.TES/LOCALS1/Temp/sapinst_exe.2912.1220828093\jar\inqmyxml.jar" -Xmx256M -Dsun.java2d.noddraw=true SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
    load resource pool C:\Good\Master\NW_2004s_SR1_SAP_Installation_Master\IM_WINDOWS_I386\resourcepool.xml
    guiengine: no GUI connected; waiting for a connection on host eizo, port 21200 to continue with the installation
    guiengine: login in process.
    IRunModeReceiver CChoiceDialogModifier::continuePreviousRun()
    ERROR 2008-09-07 15:55:22 [kdxxctaco.cpp:872]
    CKdbTableContainerImpl::buildUpKeydbFromXmlFile(iastring,PKdbNameSpaceManager,iXMLDocument&)
    FKD-00049 XML - Parser error: error: unexpected symbol; expected '<', '</', entity reference, character data, CDATA section, processing instruction or comment in line 1, 1
    in file C:\Program Files\sapinst_instdir\NW04S\SYSTEM\ORA\CENTRAL\AS\keydb.xml
    Exit status of child: 1
    If you guys need to see the keydb.xml, let me know your email so that I can send it to you separately. Its quite big.
    Any information will be really appreciated. thanks!
    Art>

    Hi,
    Get keydb.xml valid for your installation type from Installation disks (I am assuming it should be on Installation Master). Alternatively, if you want to continue interrupted installation, you can create a backup of your files located in sapinst_instdir (e.g. rename a root folder) and try to do a fresh install (just to see if you pass over the step when keydb.xml is parsed with error)
    Regards,
    Mike
    null

  • Game won't load with new quicktime?!

    After downloading the latest version of quicktime a game i've played with no problems for a couple of years (civilization III) suddenly won't load on my iBook (G4, os10.4 i think). Any suggestions? Can i uninstall without affecting other things? Or install an older version? Thus far it seems my only option is to buy the next version which seems a bit unfair given the other one was working just fine. Perhaps apple should be made to instigate a part-exchange to upgrade!!!

    Before doing anything drastic as an Archive & Install to move to a lower QT version, I suggest that you update your OS system first. According to your system info, you are using the basic Tiger version which is outdated.
    You should update your OS all the way up to the last Tiger version, use Software Update to install all the available updates that goes along w/your computer & the OS.
    Repair permissions & restart your computer.

  • Apps won't load with cellular data

    i am with vodafone and I have a plan that gives me 5gb of cellular data free. Most of my apps work but some like Instagram or tumblr won't load. What is wrong?

    Hi na3478,
    The article linked below details a number of troubleshooting steps that can help resolve issues with apps that won't launch on your iPhone.
    If an app you installed unexpectedly quits, stops responding, or won’t open
    http://support.apple.com/en-us/HT201398
    Regards,
    Allen

  • Firefox just won't start, but IE starts ok ~ I have uninstalled Firefox and downloaded Firefox and reinstalled, but still won't load ~ no error messages show

    I have run Firefox with no problems for years, but all of a sudden the last 2 days it just won't load. IE and email works okay. I was able to download Firefox by using IE to get on the internet, but I just can't get Firefix to work. Have rebooted a number of times.

    I am running XP/Pro SP3. Last Patch Tuesday I installed the latest Microsoft updates. Yesterday I updated Firefox from 3.6.11 to 3.6.12. Since then I have been unable to start Firefox.
    Using the desktop icon, using the start menu icon, double clicking firefox.exe all do nothing - a slight flurry of activity and then nothing.
    There are no reports in Event Viewer relating to Firefox.
    As reported by another, Internet Explorer works.
    I just installed 3.6.11 over top of 3.6.12 and Firefox works again.
    Since I would rather have the security updates of 3.6.12, I hope you can get to the bottom of this soon.
    Thanks
    Lloyd

Maybe you are looking for