GideonK Posted December 13, 2013 Posted December 13, 2013 Latest UDC (12/10/13) gives an error message while executing it: File is corrupt or invalid. Is it just me?Regaeds, Gideon.
TitoHL Posted December 13, 2013 Posted December 13, 2013 I run UDC-12.10.13.bat without problems. Except, http://www.msfn.org/board/topic/170457-kb2753842-v2-downloaded-by-udc-100813bat/.Regards.
GideonK Posted December 14, 2013 Author Posted December 14, 2013 Well, I figured out the problem. The author of the file ebedded a zip file within a zip file this time around. So, prior to the 12/10/13 release it was: UDC Zip file ----> UDC folder.Now, it's UDC zip file ------> UDC zip file ------> UDC folderLook at at attachments.
Ponch Posted December 14, 2013 Posted December 14, 2013 I don't know when you got this but yesterday the download was a folder in a zip file, not a folder "in a zip file in a zip file". Maybe you downloaded it too soon and then he corrected it. Anyway this shouldn't have "file corrupt" as consequence, neither unpacking the file or running the batch.
GideonK Posted December 16, 2013 Author Posted December 16, 2013 Ponch, I'm baffled. The situation is unchanged for me. Downloaded on Sunday Dec.15 at 22:00pm EST and the posted zip file stil contains another zip file by the same name, without the zip extention. Any Ideas? This is where I get it from:http://xdot.tk/updates.html The file corrupt or invalid error came about because my default app for zip files was the internal windows tool. Once I used 7Zip to open it the error was gone.
bphlpt Posted December 16, 2013 Posted December 16, 2013 It's got to be the way you are saving the file to your local hard drive. I just downloaded it and it was a folder in a .zip file.Cheers and Regards
GideonK Posted December 16, 2013 Author Posted December 16, 2013 bphlpt, This used to work for me in the past and I'm not doing anything different. As long as I found a way to extract it, all is well. Some mysteries need to be left alone. Thanks, Gideon.
DougCuk Posted January 27, 2014 Posted January 27, 2014 (edited) I had this problem too - and after some discussion on another thread we discovered the cause. The server was set to offer GZipped versions of ALL files - which can dramtically reduce server download bandwidthThe receiving browser is supposed to transparently un-GZip the file and return it to its original format However when using older versions of Internet Explorer a downloaded ZIPfile remains GZipped - which baffles most UNZIP utilities. Downloading using Chrome or Firefox should work OK - the file is saved as a plain ZIP file as expected.Apparently this was a known issue with IE6, IE7 and IE8 - but was never fixed. Supposed to be fixed in IE9 and newerDocumented by MS as a fast published "emerging issues" article (2009/2010) - but no fix was ever implemented.http://support.microsoft.com/kb/2002350The two offered resolutions are basically:Option 1 - Disable HTTP (GZIP) compression for .ZIP files on the web server.Option 2 - Change the MIME type for .ZIP files on the web server from application/x-zip-compressed to application/octet-stream.Also discussed here:http://serverfault.com/questions/77740/corrupt-zip-file-when-downloaded-from-apache-with-internet-explorer GZipping compressed files - such as ZIP files - is generally a waste of CPU time, for no significant reduction of filesize. Edited January 27, 2014 by DougCuk
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now