Need help getting my itunes to work on my vista computer

I have been trying to run itunes on my home computer that is running vista 32 on it. I have uninstalled, reinstalled, uninstalled more than once and I still get an error that states that I am missing an i***********.dll file. I have tried doing it under a new account on the computer and still does not work. I have tried running it as an admin, and still nothing. What else can I do?????????

The file is libicuin.dll
Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
Let's try something relatively simple first. Restart the PC. Now head into your Uninstall a program control panel, select "Apple Application Support" and then click "Repair".
If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post:
Re: I recently updated to vista service pack 2 and I updated to itunes 10.2.1 and ever since I did that my itunes won't open any more.  Itunes starts but before anything loads a window pops up saying that the

Similar Messages

  • Need help getting my itunes library to work!!

    Recently my computer CRASHED.... it wouldn't let me into windows, it was pulling all kinds of error messages. So to fix the problem I wiped the system and reinstalled everything. However, now the Itunes that came with my Ipod doesnt work... So I came here to the Apple website and downloaded and installed the LATEST version. That opened and ran fine, however it wants me to erase my Ipod because the library is on another version of Itunes and you can't have more than one. So I deleted itunes again and haven't placed it back in since I dont know what to do to fix the problem. There is nearly NO space on the computer even though there is about 1/20th of what was on it PRIOR to the crash, in it now. Can anyone help me figure out how to get my itunes to work again without completely erasing my ipod?

    There is nearly NO space on the computer even though there is about 1/20th of what was on it PRIOR to the crash, in it now
    I highly suggest before you fix your computer before you worry about getting iTunes installed, especially since you seem to be missing a large portion of your HD space.
    To get music off your iPod, there are lots of applications to do this.
    Check out this post...
    http://discussions.apple.com/thread.jspa?messageID=4110751?

  • I need help getting my printer to work

    I need help getting my printer to work

    http://h30434.www3.hp.com/t5/Printer-Networking-and-Wireless/Want-Good-Answers-Ask-Good-Questions/td...
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Need help getting current/default audio playback device from VISTA

    Hello,
    I need to get the current audio playback device in VISTA.
    It's easy enough in XP as I just get this information from the
    registry. My understanding is that things are different under
    VISTA. I was told you can't change the device but you can get the
    device using the following...
    --CoCreateInstance(IMMDeviceEnumerator)
    --IMMDeviceEnumerator->GetDefaultAudioEndpoint(eConsole)
    Problem is I don't know what to do with that. I assume it
    needs to be compiled with some library (compiler, library, etc... I
    don't have)
    So... question, is there already an xtra that can get this
    information OR... can I pay someone to make an xtra using the above
    info?
    If you are able/willing to help, please let me know asap as
    project is due next week. I can pay you through paypal.
    Thank you!!!!!
    [email protected]

    http://www.schmittmachine.com/asPitchDetect.html
    Antoine Schmitt at that url builds Xtras and his
    asPitchDetect Xtra can get info on recording devices... try
    contacting him and he might be able to help you with a custom Xtra
    to get info on playback devices in Vista.

  • HT1386 I need help getting my music to sync from iphone to computer itunes. Got a new computer and everything else will sync but my music from my iphone.

    I use my work computer to sync my iphone due to outlook appointments and email.  I was given a new computer and got everything transferred ok, except for my music.  I need to transfer my music from my iphone to my computer itunes.  itunes is only giving me the option to sync from itunes to iphone, which would wipe out all of my music I think.  Can someone help with this?

    razmee209 is right, but if you can't get your old computer, you can use iExplorer to download your music from your phone to your computer.  I've used it for other things and it works.
    http://www.macroplant.com/iexplorer/?utm_expid=15979170-3&utm_referrer=http%3A%2 F%2Fosxdaily.com%2F2012%2F06%2F04%2Ftransfer-music-from-iphone-ipod-or-ipad-to-c omputer%2F

  • I need help getting this program to work.

    K. I don't pay much attention in my AP Comp Science Class.. but my teacher said if i can get this program to work i get an a for the semester... The program is Metrowerks Codewarrior IDE.. we are running it on windows 98 i think. She said she can't get it to compile.. so i guess it just needs to be able to input simple java programs (i.e. loops, just the regular crap) and compile them and run them...i have no clue what is wrong with it.. it could just need a patch...or we may just be going about it the wrong way...any help would be SUPER appreciated...

    K. I don't pay much attention in my AP Comp Science
    Class.. but my teacher said if i can get this programYou better did.
    to work i get an a for the semester... The program is
    Metrowerks Codewarrior IDE.. we are running it on
    windows 98 i think. She said she can't get it toAtleast be sure of the OS.
    compile.. so i guess it just needs to be able to
    input simple java programs (i.e. loops, just the
    regular crap) and compile them and run them...i have
    no clue what is wrong with it.. it could just need aEven we don't.
    patch...or we may just be going about it the wrong
    way...any help would be SUPER appreciated...Nothing in your thread really speaks of the problem. And since you mentioned homework, there's hardly anyone to be interested in that.
    Regards
    ***Annie***

  • Need help getting this code to work

    I am trying to get this code to work using "if else statment" but it will only do the first part and not do the second part in the else statement. Can anyone help me out? Here is the code:
    var R1 = this.getField("Registration Fees1");
    var R2 = this.getField("Registration Fees2");
    var R3 = this.getField("Registration Fees3");
    var R4 = this.getField("Registration Fees4");
    var R0 = 0
    if (R0 == 0)
      event.value = Math.floor(R1.value);
    else
      event.value = Math.floor(R2.value + R3.value + R4.value);
    I did notice that if I fiddled around this this part:
    if (R0 == 0)
    sometimes I can get the second part to work but not the first. I need it to do either or and this is getting frustrating.
    I might also not even need "var R0 = 0". I put that there for the condition part. If that is what is causing the problem, I can take it out. But then what would the condition be? For this form, the default is 0 and then the calculation follows by user clicking on different prices. The first part is if they want to pay for the full conference and the second part is if they want to pay for either Monday, Tuesday or Wednesday or 2 of the 3 days. Is it possible to get this to work with both parts together? I am still stuck on getting just one or the other working. Any help would be greatly appreciated. Thanks in advance.

    I have posted this on another message board and a user by the name of gkaiseril offered this solution but it hasn't worked either.
    // all four days
    var R1 = this.getField("Registration Fees1").value;
    // Monday
    var R2 = this.getField("Registration Fees2").value;
    // Tuesday
    var R3 = this.getField("Registration Fees3").value;
    // Wednesday
    var R4 = this.getField("Registration Fees4").value;
    var Fee = 0
    event.value = ''; // default value
    if (R1 != 'Off') {
      Fee = Number(R1) + Fee;
    } else {
      if(R2 != 'Off') {
         Fee = Number(Fee) + R2;
      if(R3 != 'Off') {
         Fee += Number(R3);
      if(R4 != 'Off') {
         Fee = Number(R4) + Fee;
    event.value = Fee;

  • Need help getting ALL iTunes from old comp hard drive

    Old computer XP Home died after house was hit by lightning. Surge protector gave it's life but not enough to save the day. However both hard drives from old computer are fine and function via connection of USB external hard drive enclosure.
    New computer is Vista Home Premium on AMD64duo w/4G RAM and 500GB hard drive.
    Connected old hard drives to USB and can see everything. Did Import Folder and copied most files from old iTunes Music directory. (I say most files because iTunes continues to crash after approx 10 minutes of this copy process. On 17th try now.)
    Can see and play the music that got copied but artwork is gone. Playlists are gone. Ratings gone. Basically all the preferences of how I had the old iTunes setup.
    Needing help in understanding how to get Artwork and anything else I can from the old iTunes.
    Have not tried to plug in iPod yet. Will wait atm.
    First old drive had Program files and Second old drive had all Data files.
    AMD64 AthlonX2   Other OS   Vista Home Pre AMD64 duo 4G
    AMD64 AthlonX2   Other OS   Vista Home Pre AMD64 duo 4G

    First, I followed the instructions on this site for Backing up itunes library by copying to a external hard drive.........
    That's what it does. It makes a backup copy of the iTunes folder. iTunes will not use that folder or do anything to that folder.
    All that succeeding in doing was mirroring whatever I did on the C:/ drive on the E:/ drive i.e. if I deleted itunes from the C:/ drive it disappeared from the E:/ drive.
    Do you mean after you followed the instructions and copied \Music\iTunes folder to the external drive and then deleted something from iTunes, it deleted it from the external drive also?
    As above, iTunes will not use or do anything to that folder.
    Next, I followed these instructions for Moving the itunes media folder to the external drive.
    Why? You already copied the entire iTunes folder (including th emedia folder) to the external drive.
    Hold Shift and launch iTunes.
    Select *Choose library* and select the _iTunes library.itl_ file in the iTunes folder on the external.
    This too didn't help as the media folder is not the problem, its the library as its 735kb!
    What do you mean "the library"?
    735kB is small for the iTunes library.itl file and a single file in iTunes is larger than that.
    Am I right in thinking there's no way of moving the library to the external drive whilst wiping it from the C;/ drive?
    Yes. Follow my intruction above (Choose library) and iTunes will use the iTunes folder on the external.
    You can then delete \Music\iTunes on the C: drive.

  • I need help getting Mini Bridge to work in PS CS6

    I have already tried deleting the folder and rebooting the computer, I have tried creating a new user account, I have tried uninstalling and reinstalling the entire package and I cannot get Mini Bridge to work at all. It just keeps going to "Mini Bridge waiting for Bridge CS6..." and then never finds anything. I am having this issue on both my Macbook Pro Retina 15 and my MacBook Pro 13 (Early 2011 model). I cannot seem to find any other solutions to this problem online. I also made sure that both Macbooks are fully updated as well as all CS6 software titles. Please help me fix this!
    I also made sure I added it to the exceptions list in the firewall too.

    Moving the discussion to PS forum
    You can also follow the solution suggested in http://helpx.adobe.com/photoshop/kb/error-waiting-for-bridge-cs5.html
    they may help

  • Need help getting guest access to work.

    I have searched and Googled and found very little about enabling temporary guest access on an AEBS.
    What I could find said just type in "the PIN number." OK, what PIN number? It appears that the device seeking access is supposed to supply it somehow and then I type it in while using the Airport Utility. I see no such number on the device. I also tried the "first one to try" method and got nowhere.
    In both cases I was using an iPhone that wanted to use my network. Does this work with iPhones?
    Many thanks,
    -dan

    This thread http://discussions.apple.com/thread.jspa?messageID=4088108&#4088108 looked helpful but I can't get guest access to work for my son's guest using a Dell XP laptop (using Dell wireless management) despite allowing timed access. Neither the PIN nor the first attempt option allowed him on the network without giving him our password.
    It's still not clear if or when this will work. At the very least, the documentation is terrible.

  • Need help getting LCD monitor to work with G4 GeForce4 MX

    I have a G4 that I haven't been using and want to get running again. It has a Nvidia GeForce4 MX video card. I had a huge CRT monitor and want to use a ViewSonic VX1935wm which I got a deal on. When I hook the monitor up it says that the resolution is out of range.
    I can boot with my old monitor and change the connection and then get the LCD to work but only at certain resolutions.
    Do I need to get a new video card, or can I get an adaptor? What kind of card should I get if it needs to be replaced? Or what other kind of monitor would be supported by this video card?
    Here is the webpage for this monitor: http://www.viewsonic.com/products/lcddisplays/xseries/vx1935wm/

    thanks for the links.
    switchResX does something, but it doesn't solve the problem. i can now switch to the "optimum" resolution of 1440x900, 60hz. but when i restart the computer, it still won't work! i continue to get the "out of range" message and have to boot with my crt and then switch cables to do anything. also, the fonts in the finder menus look terrible, you can see the jagged lines.
    displayConfigX won't let me test that high of a resolution without registering the product.. needless to say, i don't want to pay money if the results are going to be the same as with SwitchResX.
    I sent an e-mail to ViewSonic support. Is it typical to have these problems? I am getting more and more confused as I learn more about this.

  • Need help getting Apple Extreme to work with Be box

    Anyone able to give an idiots guide to getting Apple Extreme to work with Be Box wireless modem?
    Used to have Orange (Wanadoo) broadband with Livebox wireless router, which i had my AE wired up to and it worked fine. Signed up with Be* and managed to get their wireless router working and communicating with my Mac OK. When i hooked up AE the green light came on but i can't manage to get my Mac to find it.
    Any help would be very appreciated.
    Thanks.

    Hello Orang Hutan. Welcome to the Apple Discussions!
    What is your connectivity goal for the 802.11n AirPort Extreme Base Station (AEBSn)?
    o Connect it directly to the Be Box wireless router via Ethernet, or
    o Connect it wirelessly to the Be Box's wireless network?
    If it is to go the wireless route, do you want the AEBSn to extend the wireless range of the Be Box?

  • Need help getting two ipods to work in one itunes library.

    i have had my ipod now for awhile and it works fine. i recently got one for my boyfriend for his birthday to use when we work out together, but he doesnt have a computer. so i was wondering and hoping that he could just use the songs from my itunes library. so does anyone know how to get both ipods to sync from one itunes library? i would greatly appreciate the help!

    Hello and Welcome to Apple Discussions. 
    Basically you just connect it and configure it as you wish just like the other iPod:
    http://docs.info.apple.com/article.html?artnum=300432
    This forum is for feedback about Apple Discussions themselves. You question would have been much better placed in the iPod or iTunes forums.
    cheers
    mrtotes

  • I need help getting my Intuos5 to work with Flash CS6

    Can someone give me some help with this? I can't find a single thing on Google that helps me.
    I installed Adobe Flash CS6 recently and I have been using my Intuos5 Large for a long time now with Photoshop CS6. The thing is, with Photoshop, it took forever to get working properly. It turned out that I needed to use the 64-bit version because my 64-bit system and tablet drivers won't work with 32-bit Photoshop.
    Concerning Flash, it's the same problems as Photoshop. It refuses to recognize my tablets functions such as pressure and tilt sensitivity. It also has an annoying lag or lack of response if I do small, quick strokes. I would switch Flash to 64-bit mode, but there isn't one. I can't find the little stroke-like icon in Flash to turn on sensitivity either. I'm really confused. I've tried it with Flash CS5.5 and it's the same thing.
    That's my issue, and I have tried restarting the software and rebooting many times as well. There doesn't seem to be much for options. This all leads to it probably being a 64-bit and 32-bit compatability issue
    I'm running Windows 7 with more than enough power to maintain Flash CS6. It is possible that I may need to update my tablet driver since I did for Photoshop CS6, but it was a pain in the *** getting Photoshop to work until I used 64-bit mode. I may need additional files to mod the software.
    I would really appreciate the help so I can begin to learn animation. It's my passion. Thanks, in advance.
    Here are my relevant specs:
    System Information
    Time of this report: 9/4/2012, 01:32:48
           Machine name: LAPPY_TOPPY
       Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120503-2030)
               Language: English (Regional Setting: English)
    System Manufacturer: TOSHIBA
           System Model: Satellite L675
                   BIOS: Phoenix SecureCore Version 2.30
              Processor: Intel(R) Core(TM) i5 CPU       M 450  @ 2.40GHz (4 CPUs), ~2.4GHz
                 Memory: 4096MB RAM
    Available OS Memory: 3954MB RAM
              Page File: 2016MB used, 5890MB available
            Windows Dir: C:\windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 64bit Unicode
    Display Devices
              Card name: ATI Mobility Radeon HD 5650
           Manufacturer: ATI Technologies Inc.
              Chip type: ATI display adapter (0x68C1)
               DAC type: Internal DAC(400MHz)
             Device Key: Enum\PCI\VEN_1002&DEV_68C1&SUBSYS_FD001179&REV_00
         Display Memory: 2735 MB
       Dedicated Memory: 1014 MB
          Shared Memory: 1721 MB
           Current Mode: 1600 x 900 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: unknown
             Monitor Id: LGD01CA
            Native Mode: 1600 x 900(p) (60.080Hz)
            Output Type: Internal

    If you are moving from an existing Mac to a new Mac the easiest thing to do is connect the two Macs via a Firewire cable and run the Migration assistant. If you are moving files from a Windows platform or you don't want to use the Migration assistant review this article.
    http://docs.info.apple.com/article.html?artnum=300173

  • Need help getting mimeopen -d to work [SOLVED]

    I'm trying to set default applications on a relatively fresh install of Arch.  I know in the past I've been able to just to do something like mimeopen -d file.pdf okular and it has worked, but now I get the following error message
    [ryantr@myhost Downloads]$ mimeopen -d file.pdf okular
    No applications found for mimetype: application/pdf
    [ryantr@myhost Downloads]$ mimeopen -d file.pdf
    No applications found for mimetype: application/pdf
    My guess is that there is a database somewhere that needs updating.  I tried running update-desktop-database but no help.  I know in the past I haven't had to manually edit files for something as common as a pdf.
    What am I missing?  FYI, my DE is Fluxbox.
    Last edited by ryan0270 (2010-12-15 05:23:14)

    Ok, I finally got frustrated enough to look at this again and have it working, although I'm not sure what exactly made it work  Here are the steps I did:
    Looking at the verbose output of update-desktop-database seemed to indicated a directory problem.  The last line says a directory did not exist so I created that...
    [root@user]# update-desktop-database --verbose
    Search path is now: [/usr/share/applications, /usr/local/share/applications]
    File "/usr/share/applications/policytool.desktop" lacks MimeType key
    File "/usr/share/applications/qtconfig.desktop" lacks MimeType key
    File "/usr/share/applications/kde4/Help.desktop" lacks MimeType key
    File "/usr/share/applications/kde4/knetattach.desktop" lacks MimeType key
    File "/usr/share/applications/bssh.desktop" lacks MimeType key
    File "/usr/share/applications/avahi-discover.desktop" lacks MimeType key
    File "/usr/share/applications/dropbox.desktop" lacks MimeType key
    File "/usr/share/applications/jconsole.desktop" lacks MimeType key
    File "/usr/share/applications/bvnc.desktop" lacks MimeType key
    File "/usr/share/applications/pidgin.desktop" lacks MimeType key
    File "/usr/share/applications/assistant.desktop" lacks MimeType key
    Could not create cache file in "/usr/local/share/applications": Error opening directory '/usr/local/share/applications': No such file or directory
    Running update-desktop-database again got rid of the last error message but didn't fix the problem so I manually copied all the Okular related .desktop files from /usr/share/applications/kde4 to /usr/share/applications.  This seemed to fix the problem, although I'm not sure why since the above error message showed problems with other .desktop files inside the kde4 directory so I'm assuming it was scanning correctly.
    But it works now, for whatever reason.

Maybe you are looking for