Some users have reported vanishing .cache files under complex conditions. I have now encountered the problem, and I've reduced it to a simple reproducible example.
Code: Select all
f:\web\im>del test2.miff
f:\web\im>del tc.mpc
f:\web\im>del tc.cache
f:\web\im>c:\im\ImageMagick-6.9.5-3-Q16\convert -size 14000x7000 gradient: tc.mpc
f:\web\im>dir tc.*
 Directory of f:\web\im
07/08/2016  22:30       784,000,000 tc.cache
07/08/2016  22:30               371 tc.mpc
               2 File(s)    784,000,371 bytes
               0 Dir(s)  58,100,236,288 bytes free
f:\web\im>c:\im\ImageMagick-6.9.5-3-Q16\convert tc.mpc test2.miff
f:\web\im>dir tc.*
 Directory of f:\web\im
07/08/2016  22:30               371 tc.mpc
               1 File(s)            371 bytes
               0 Dir(s)  58,296,238,080 bytes free
My MPC image is large. The problem doesn't occur with smaller images (eg 10000x5000). I have plenty of free space on this disk, and in %TEMP% (68 GB).
("gradient:" isn't important. The problem also occurs with "xc:".)