Itunes 11.4 crashes when syncing apps to ipad / iphone

hey everyone, maybe the knowledge of the many may help, as I am rather at a loss right now!
after installing itunes 11.4, my trouble started! running 64 bit version on windows 8.1 - and latest iOS on both devices
all windows updates installed, all drivers for whatever is running on this machien are also up to date
connecting either ipad or iphone to computer, when itunes starts to sync, it gets to the point of "syncing apps to iPAD", it tries to add the first app - and crashes for good!
and yep, I went thru all the suggested thingies recommended on here:
iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
http://support.apple.com/kb/TS1717
windows pops up "itunes has stopped working" ... so I headed over to the Windows Event viewer, and for the moment, itunes crashes, I find these two entries in the log file - tried a search on here, google as well, to no avail:
EVENT ID 1000
Faulting application name: iTunes.exe, version: 11.4.0.18, time stamp: 0x54045c47
Faulting module name: MSVCR100.dll, version: 10.0.40219.325, time stamp: 0x4df2be1e
Exception code: 0xc0000417
Fault offset: 0x0008af3e
Faulting process id: 0xc10
Faulting application start time: 0x01cfcdcc86f2722c
Faulting application path: C:\Program Files (x86)\iTunes\iTunes.exe
Faulting module path: C:\Windows\SYSTEM32\MSVCR100.dll
Report Id: dcc69362-39bf-11e4-8338-40f02fcf42b5
Faulting package full name:
Faulting package-relative application ID:
======================================================
EVENT ID 1001
Fault bucket 81717003056, type 5
Event Name: BEX
Response: Not available
Cab Id: 0
Problem signature:
P1: iTunes.exe
P2: 11.4.0.18
P3: 54045c47
P4: MSVCR100.dll
P5: 10.0.40219.325
P6: 4df2be1e
P7: 0008af3e
P8: c0000417
P9: 00000000
P10:
any help would very much be appreciated!
cheers

Also using iTunes 11.4 on Windows 8.1 Enterprise 64-bit. Crashes in the "syncing apps" stage. Happens on two different user accounts, one using an iPod Touch and one using an iPhone 5.
Clean uninstall/reinstall doesn't make any difference. Safe mode doesn't make any difference (no plug-ins installed).
Stack trace shows an unknown routine in iTunesMobileDevice.dll calling Microsoft C++ runtime routine _wstat32i64 with a null name parameter. This is definitely an iTunes 11.4 bug.
>
msvcr100.dll!_crt_debugger_hook(int _Reserved=0x00000002) Line 65
C
msvcr100.dll!_call_reportfault(int nDbgHookCode=0x00000002, unsigned long dwExceptionCode=0xc0000417, unsigned long dwExceptionFlags=0x00000001) Line 255
C++
msvcr100.dll!_invoke_watson(const wchar_t * pszExpression=0x00000000, const wchar_t * pszFunction=0x00000000, const wchar_t * pszFile=0x00000000, unsigned int nLine=0x00000000, unsigned int pReserved=0x00000000) Line 155
C++
msvcr100.dll!_invalid_parameter(const wchar_t * pszExpression=0x00000000, const wchar_t * pszFunction=0x00000000, const wchar_t * pszFile=0x00000000, unsigned int nLine=0x00000000, unsigned int pReserved=0x00000000) Line 110
C++
msvcr100.dll!_invalid_parameter_noinfo() Line 121
C++
msvcr100.dll!_wstat32i64(const wchar_t * name=0x00000000, _stat32i64 * buf=0x0cc9ed88) Line 160
C
iTunesMobileDevice.dll!5d2efb54()
Unknown
[Frames below may be incorrect and/or missing, no symbols loaded for iTunesMobileDevice.dll]
iTunesMobileDevice.dll!5d2efcb7()
Unknown
iTunesMobileDevice.dll!5d2ebc94()
Unknown
iTunesMobileDevice.dll!5d2358e2()
Unknown
iTunesMobileDevice.dll!5d2370ce()
Unknown
CoreFoundation.dll!54c42719()
Unknown
ntdll.dll!LdrGetProcedureAddressForCaller()
Unknown
CoreFoundation.dll!54bbaa80()
Unknown
ntdll.dll!_NtCreateEvent@20 ()
Unknown
KernelBase.dll!_CreateEventExW@16 ()
Unknown
CoreFoundation.dll!54bbab8a()
Unknown
CoreFoundation.dll!54c26dbb()
Unknown
CoreFoundation.dll!54c26384()
Unknown
iTunes.dll!0fe80b4f()
Unknown
iTunes.dll!0fe80c7d()
Unknown
iTunes.dll!10272b5c()
Unknown
iTunes.dll!101f047c()
Unknown
iTunes.dll!104befc0()
Unknown
iTunes.dll!104bf04a()
Unknown
kernel32.dll!@BaseThreadInitThunk@12 ()
Unknown
ntdll.dll!__RtlUserThreadStart()
Unknown
ntdll.dll!__RtlUserThreadStart@8 ()
Unknown
*int _stat(name, buf) - get file status info
*Purpose:
*      _stat obtains information about the file and stores it in the
*      structure pointed to by buf.
*      Note: We cannot directly use the file time stamps returned in the
*      WIN32_FIND_DATA structure. The values are supposedly in system time
*      and system time is ambiguously defined (it is UTC for Windows NT, local
*      time for Win32S and probably local time for Win32C). Therefore, these
*      values must be converted to local time before than can be used.
*Entry:
*      _TSCHAR *name -    pathname of given file
*      struct _stat *buffer - pointer to buffer to store info in
*Exit:
*      fills in structure pointed to by buffer
*      returns 0 if successful
*      returns -1 and sets errno if unsuccessful
*Exceptions:
#ifdef _USE_INT64
#define _STAT_FUNC _tstat32i64
#define _STAT_STRUCT _stat32i64
#define _FSTAT_FUNC _fstat32i64
#else  /* _USE_INT64 */
#define _STAT_FUNC _tstat32
#define _STAT_STRUCT _stat32
#define _FSTAT_FUNC _fstat32
#endif  /* _USE_INT64 */
int __cdecl _STAT_FUNC (
    REG1 const _TSCHAR *name,
    REG2 struct _STAT_STRUCT *buf
6DE20F84  mov        edi,edi
6DE20F86  push        ebp
6DE20F87  mov        ebp,esp
6DE20F89  sub        esp,47Ch
6DE20F8F  mov        eax,dword ptr [___security_cookie (6DE74610h)]
6DE20F94  xor        eax,ebp
6DE20F96  mov        dword ptr [ebp-4],eax
6DE20F99  push        ebx
6DE20F9A  push        esi
6DE20F9B  mov        esi,dword ptr [name]
    _TSCHAR *  path;
    _TSCHAR    pathbuf[ _MAX_PATH ];
    int        drive; /* A: = 1, B: = 2, etc. */
    HANDLE    findhandle;
    WIN32_FIND_DATA findbuf;
    int retval = 0;
    _VALIDATE_CLEAR_OSSERR_RETURN( (name != NULL), EINVAL, -1);
6DE20F9E  xor        ebx,ebx
6DE20FA0  push        edi
6DE20FA1  mov        edi,dword ptr [buf]
        if ( findbuf.ftCreationTime.dwLowDateTime ||
            findbuf.ftCreationTime.dwHighDateTime )
6DE20FA4  mov        dword ptr [ebp-474h],esi
6DE20FAA  cmp        esi,ebx
6DE20FAC  jne        _wstat32i64+46h (6DE20FCAh)
    _TSCHAR *  path;
    _TSCHAR    pathbuf[ _MAX_PATH ];
    int        drive; /* A: = 1, B: = 2, etc. */
    HANDLE    findhandle;
    WIN32_FIND_DATA findbuf;
    int retval = 0;
    _VALIDATE_CLEAR_OSSERR_RETURN( (name != NULL), EINVAL, -1);
6DE20FAE  call        __doserrno (6DDDAAAEh)
6DE20FB3  mov        dword ptr [eax],ebx
6DE20FB5  call        _errno (6DDD0815h)
6DE20FBA  mov        dword ptr [eax],16h
6DE20FC0  call        _invalid_parameter_noinfo (6DE4AF7Eh)
6DE20FC5  jmp        _wstat32i64+412h (6DE21396h)

Similar Messages

  • When syncing Apps on my iPhone 5 through iTunes, they are all greyed over and I cannot make any changes. How can I fix this. It never happened with my iPhone 4

    When syncing Apps on my iPhone 5 through iTunes, they are all greyed over and I cannot make any changes. How can I fix this. It never happened with my iPhone 4

    Connect your device to iTunes and in the the window were all the apps are greyed out make sure the 'Sync Apps' checkbox (top left corner) is selected.

  • ITunes 10.5 crashes when syncing iPod Touch 3rd Gen. with iOS 5

    iTunes 10.5 crashes when I try to sync my iPod Touch 3rd Gen. with iOS 5...help? I'm running Mac OS X 10.6.8 and from what I can tell the sync process is taking up a massive amount of CPU (i've got a 15 in MBP with i7 core, 2.2GHz processor and 8 GB of RAM). can someone tell me what's going on?

    I have windows xp, mine also crashing, nothing has worked...uninstalling, resetting and reinstalling nothing.

  • ITunes 10.4 crashing when syncing music

    I'm having a major problem after upgrading to iTunes 10.4 for Windows.  I'm now randomly crashing when syncing music to my Ipad 2.   It seems some sync fine and then all the sudden it crashes.
    The crash I'm getting is:
    AppName: itunes.exe     AppVer: 10.4.0.80     ModName: quicktime.qts
    ModVer: 7.69.80.9     Offset: 001cd746
    What's odd is that it's even crashing on audio podcasts that I downloaded on my iPad 2 which are being synced to my PC without issue, but then cause it to crash when syncing back.
    I had no problems with 10.3.1 or earlier.

    This is long, jump to the end if you don’t care about my new life problem! And sorry for my English, I’m not a native English speaker! Also, I’m just posting this stuff so people with this issue don’t have to try it all also.
    ok, so my problem started with the ipad 2; i had a lot of pictures there but wanted to change the "stupid" way (for a windows addict) that apple arranges, or not, folders hierarchy. I deleted every single picture and imported my new structure (in windows). Useless to say that i got stuck here. i tried 100 times and i got the quicktime.qts module error (iTunes crashing). Good to know, obv, but what do i know of quicktime!? nothing...
    Since i have an iPhone 4, and the iPhone only ever carried pictures taken with it, never had synced pictures before i decided to give it a try. same error…Ok, now i know the problem isn't in the devices but in iTunes itself, Quicktime, most likely.
    Not happy with this conclusion, i decided to restore factory settings on both ipad 2 and iPhone 4 (4.3.5 ios). Gave it another try, after deleting every ipod photo cache folder in my library and re-installing iTunes completely (i tried re-installing before devices restoring with same error). No luck here either...
    Went to discussion boards and figured a lot of people are having this issue, so i thought it’s probably in the iTunes 10.4 update, since i didn’t have a backup of my previous library, and i have 20000 songs, and didn’t want to lose the only library i had, i opted not to install previous iTunes version because i knew my library wouldn’t work and i rather have a decent library with no videos, than videos with a new library to build. So I didn’t try this.
    i tried everything, there's a post that a guy, a while ago, resolved this issue (or similar) simply by deauthorizing and reauthorizing computer, or just by logging in to his iTunes account... other person resolved his issue by logging on a new windows account and syncing with a "clean" iTunes then moving to his previous account. Or deleting some quicktime files and folders that are on system32 folder, besides the 2 files that are needed... i only had the 2 needed files, no more! I tried it all, no luck.
    Somewhere i read it could have to do with quicktime not being the default video player for .mov files, so i made it, still no luck.
    My last try was messing with the registry looking for "stupid leftovers" of quicktime, a lot of them i knew shouldn’t be there and i deleted, but i was still stuck on the crash error. for this i removed iTunes, cleaned computer from apple stuff (all but my library files that i backed up),
    cleaned registry and installed everything back again.in the meanwhile, no sure when, i figured since this could have something to do with quicktime (i noticed that it gets stuck when starting to optimize videos), i created a test folder with one picture and 1 video and I managed to pass through optimizing process. tried with 3 movies, after emptying the device and deleting cache folder (like from scratch), but Kabooom, crashed again. tried same thing, but first i opened the movies in quicktime in windows, then synced and it worked!! probably this could be the solution, tried with my whole library (2k+ photos and about 100 movies) but crashed again... probably i forgot/messed up to open some movie in quicktimes pior to syncing, but well, i was fed up with .mov files, or .mp4, m4v, FWIW (i tried them all).
    After this (i only did all this because I’m computer addicted!) i rested my case, i posted on the forums and had 2 choices: wait for apple to solve this, if they care or Format my PC and probably be getting the same error, this is the only thing i didn't try cause i have lots of stuff to backup and configure, and lots of onetime license software...
    I kept doing stuff with computer, installed a bunch of software (not related to this but related to DVD and movie editing stuff), after i stopped working i retried again, Meh, cleaned everything and got thru once with my new test folder (with different videos and pictures), but when i went to my REAL folders, APPCRASH again. Broke my mouse (apple owes me this!), stopped working and went to sleep.
    I was real convinced this could have something to do with video encoding/decoding stuff. And also about quicktime
    Now, the only thing working for me was:
    Opening movies in quicktime prior to syncing (worked once or twice)
    syncing right after I turned on the computer, but only small folders.
    Makes me think problem is in the processor, since it eats a lot of CPU and memory at the end of a 1000 picture and videos sync. And it crashes when starting to optimize videos, sometimes I see it passes like 2 or 3 movies and crashes after. That’s why I can sync small folders right after I turn on my computer, but with big folders itunes just lags my windows wayyyy to much and at the end (when gets to optimizing videos) is really hot and slow, and crashes, I could make 1 video at a time but I believe itunes should work for itself without these “workarounds”.
    I’m a computer guy and an application that uses up almost all computer CPU when “working” and “eats” way too much RAM is not a  solid application… in this part itunes *****.

  • ITunes 12 crashes when syncing apps with iPhone 4

    Does anyone know the solution to this issue, I know it has been around for ages and I can not find anywhere anyone who has resolved this.
    When I try to sync my iPhone 4 apps with iTunes 12, iTunes crashes and leaves ghost icons on my phone. This did not happen on the previous version of iTunes. If I make the app versions identical in iTunes and the iPhone it will go through the rest of the sync process,eg adding songs ect. I have tried all the normal fault finding stuff like reinstalling and factory resetting phone with no joy. Can someone from Apple please confirm this is a known issue and if it is likely to be addressed?
    Thanks in advance

    I thought that would be the response when a iPhone model is not supported any more, thanks Apple

  • ITunes 10.6 crashes when syncing to Apple TV (1st generation)

    As others have discovered, iTunes 10.6 seems to quit unexpectedly when syncing to devices. Mine seems to be Apple TV first gen. First it would quit when I opened iTunes because it would attempt a sync. This could be prevented if you could stop the sync fast enough. The cure for that was to "un-pair" the Apple TV from iTunes and the "re-pair" it back again (thanks for the tip Winston Churchill!). With a sizable music library it took 19 hours to reload my music library to Apple TV. When that was complete I found that my photo library did not sync (go figure).
    So, here in lies the next problem I need suggestions with. Now, when I open iTunes, select the device "Apple TV" and click on the "photos" tab to indicate where the photos should be sync'd from, you guessed it, "iTunes quits unexpectedly" (though now it's really not "unexpected" by me). I'm running Lion 10.7.3 by the way.
    Any ideas?

    10.6 syncs fine with all my Apple TV 1's, it's therefore something specific to your set up and not something you should report via feedback. You might want to try re-pairing the Apple TV with iTunes.
    Navigate to Settings > Computers > Your Library on the Apple TV, you may be told you will lose all synced content, but you can sync it back afterwards, you won't lose any purchased content that has yet to be transferred. Then select Settings > Computers > Connect To iTunes, note the passcode that appears on screen, click on the device in iTunes and enter the passcode when prompted.

  • ITunes and iTuneshelper crash when I plug in my iPhone

    I'm out of ideas on this problem...
    Beginning yesterday, when I plug in my Iphone to sync it with iTunes, both iTunes and iTuneshelper crash, and Windows gives me the option to create a crash report. As a result I can no longer sync my iPhone with my Thinkpad.
    No new software in the past several days, no other change in system stability. iTunes 9.0.3.15, iPhone OS 3.1.2, Windows XP SP3 with all updates applied.
    Is there a log or dump file I can upload to help point to my problem?
    Thanks in advance.
    Andrew
    Message was edited by: fredd9999
    edit: I should add that when I plug in the iPhone, iTunes doesn't even get to the point of displaying its gui...it crashes on start and iTuneshelper goes with it. If I leave iTuneshelper not running and just re-run iTunes by manually starting it, it won't recognize the iPhone but doesn't crash, either, when I plug in the phone. I know iTuneshelper interfaces the phone to iTunes, so I guess something is going wrong in the iTuneshelper-iPhone exchange.

    This is interesting: when I attempted to re-boot into safe mode I inadvertently booted into the Thinkpad Rescue and Recovery partition. The first thing it does is check the core OS files, and it found that ws2_32.dll was corrupted. It replaced the file and I re-booted Windows in normal mode. After it finished booting I plugged in the iPhone and up came iTunes. The phone synced and I'm back in business.
    I'm going to take a look at the article you just pointed to, never heard of that tool. Hopefully Windows remains stable and whatever corrupted ws2_32.dll was a one-time actor.
    Thanks for your help here, you got me headed down the right path.
    Andrew
    Message was edited by: fredd9999

  • Cumputer crashing when syncing photos to iPad

    When I sync photos to my iPad my computer crashes.  Not just iTunes, but my computer shuts down. 
    The time it takes for the crash to happen varies.  I read on a post from earlier this year to delete the photo cache and try again.  This makes iTunes treat it like a new photo library and starts over with the photo sync.  I did this and it got further in how many photos it loaded but still crashed.  
    My compter just got a critical update for windows and an update for iTunes.  I don't plug in the iPad frequently, so I don't know if these new updates are why this started happening. 
    I haven't taken any other actions like reinstallations etc....  I figure my computer has had enough restarts. 
    I have iTunes version 10.5.2.11
    Windows 7, Toshiba, 64bit

    This is how Apple handles photos.
    Just as a song is in your music library and you can access that exact same song from a playlist,  your photos are in the Photo Library and those exact same photos can be accessed from the labum you synced.
    It is working exactly as designed.

  • Failed to Install - when syncing app to ipad

    Newly created app, after bringing it into itunes and syncing I can see it start to load on the ipad (icon appears with a loading bar) but then I get an error message "Itunes Sync "app name" failed to load". Tried re-compiling, removed icon, restarted ipad, no joy. No errors when compiling in Flash.
    Other apps I've made will install, so I don't think it's the provisioning or certificate. Using "Quick publishing for device testing"
    Any ideas of where I should look for problems? I'm new to ios development.
    TIA

    Solved: The App ID in the provisioning profile was off - it just had the name of the app not the "com.name.app", reapplying the profile fixed it.

  • ITunes crash when syncing apps to iPhone 4s

    I recently had to restore my phone as new.  I was able to sync to iTunes from my PC with no problem.   However, when I try to sync ANY apps, iTunes crashes.  How can I stop this from happening???

    Every time it crashes, it adds to 'other' which is why I had to restore it to begin with. 

  • ITunes 12, like 11.4 before it, crashes when syncing apps...

    I realise this is not a new issue, but one that began with iTunes 11.4. Along with many, many other users who host their content on a NAS or other network drive, iTunes crashes at the point where updated or newly downloaded apps are to be transferred to the iPhone or iPad. Apple are clearly aware of the issue, you just need to look at the numbers of comments on here, but seem to be unwilling to comment, respond or fix the issue. I was really hoping that upgrading to iTunes 12 would solve the problem. It is really not good enough.

    The workaround seems to be to move your apps to local storage or set up a mapped drive letter to the UNC path where your content is stored, remove the apps and then reimport from that mapped path.
    Apple don't monitor these boards for feedback or bug reports. You can report problems via the relevant feedback form, e.g. iTunes Feedback, or sign up for a free Apple Developer Connection account and make use of Apple Bug Reporter.
    tt2

  • Itunes crashes when syncing Ipad with mp4 movies in photo folder for keynotes

    I'm trying to upload a small MP4 video onto my Ipad to use in Keynotes. I place the video in the photo folder and select sync, then tunes crashes.
    I had created the video in Corel Video Studio pro 3 and created MP4 file. Copied to the IPAD and had it all working. I then made changes to the video and reconverted and now Itunes crashes when syncing.
    Itunes 10.4.1.10 Ipad 4.3.5
    Please help urgent

    I had the same problem, and it turns out that the problem is having the same file into different folders. For example I had an MP4 in iTunes, and the same file in the photos folder that was being updated to the iPad. So I just removed one file and it syncs perfectly.

  • Itunes  11.4.0.18 crashing when clicking on app store  Itunes is getting crash when clicked on app store. I tried to get some information for this crash and got the above message in debugging mode. Please fix this if required but i am unable to open

    Itunes  11.4.0.18 crashing when clicking on app store
    Itunes is getting crash when clicked on app store. I tried to get some information for this crash and got the above message in debugging mode. Please fix this if required but i am unable to open app store.

    Click here and follow the instructions to change the iTunes Store country.
    (97125)

  • When syncing my iphone an error message appears saying "itunes cannot sync apps to the iphone because the apps installed on the iphone cannot be determined" can anyone help?

    I have the iphone 4 and when syncing my iphone an error message appears half way through saying "itunes cannot sync apps to the iphone because the apps installed on the iphone cannot be determined" can anyone help? I cant back up my iphone as this appears every time :-(

    As another post suggested, I restarted both the iPhone and the computer, and that fixed the problem.

  • When syncing apps, window says authorize this computer.  When I authorize it says computer already authoized.  Then the window reappears and sync does not continue.

    When syncing app, a window pops up saying to authorize this computer,  When I authorize the computer, I am told it already is authorized.  Then the same window pops up again.  Is there a cache that can be emptied or what can I do to sync my ipad.  Thanks

    Deauthorizing won't delete anything, and all your purchased content is safe.  You will just have to reauthorize any of the other computers that get deauthorized along with your computers old machine id.
    To get your purchased content back on that computer, just use iTunes to redownload it (http://support.apple.com/kb/HT2519?viewlocale=en_US&locale=en_US).  Of course, music you ripped from CD or got from another source you'll need to copy those files back over.

Maybe you are looking for

  • What happened to the app reviews?

    I can't see any app reviews in thr App Store from my iPad, not for current or older versions, of apps that have thousands of ratings.  Were all the reviews removed from all apps?

  • Cell/Background color changes when copying to other Excel 2010 document

    When you copy and paste report cells (e.g. CO report outputted in Office integration, MS Excel) to a new Excel file, the background color changed dramatically (to bright red). SAP Theme:  SAP Signature Theme Excel 2010 We tried paste option > match d

  • TV Tuner or Video capture device for MBP

    I'm wondering if there is a device usb or expresscard34 that can allow me to watch cable TV or just a composite video input device that can be used with a cable box. I know there must be lots of devices for PPC Macs but which ones actually work on MB

  • MM Condition Types values flow COPA

    Dear Gurus,        My client requirement is MM Condition Types Values Should flow to COPA like SD to COPA. I had seen a screen that KE4IM is there we can map our COPA Value Field and MM Condition Types. But I am not sure that values flow to COPA, Bec

  • How can I search PDF's with iTunes mini player search?

    I have been storeing PDF's in iTunes books becuase its so simple to use. The new mini player in iTunes 11 mini player is amazing and provides some very nice looking searchs. However I can't search PDF's via the mini player. Does anyone know how to ma