ZIP file created in OS X won't open correctly in XP

Hi there,
I created a ZIP file of a 196MB folder (full of pictures) in OS X using the right-click, "Compress." When a friend tried to unzip this file in Windows XP, the only file inside the archive was a 0KB file titled _MACOSX. The ZIP file itself was still the correct size, but it was essentially 196MB of empty space. When I open the same ZIP file on my Mac, everything appears as it should,
Any thoughts/ideas? Thanks, in advance, for your help.

You're right - my friend was trying with the built-in XP ZIP support.
I'll have him try one of those programs. Thanks.

Similar Messages

  • I've downloaded a zip file from noisetrade, but it won't open on my mac...what shall I do?

    Hey guys, wondering if someone could give me some help. I've downloaded a zip file from noisetrade, but it won't open on my mac.I keep clicking and it vhanges to a cgzp file..and even when I changed the end bit to zip, it won't open. I've tried the unarchive app andthat hasn't worked either...what shall I do?
    Thanks in advance :-)

    iWork (no 's') for iOS & iWork for Mac have not gone away.
    iWork.com (beta) (also no 's') is going away the end of July. iWork.com (beta) is/was an online method of sharing iWork files with other users & never moved out of beta in 3+ years. It is a completely different entity than the iWork apps & is not & never has been necessary for the iWork apps to function.
    A Numbers document, as well as Pages or Keynote documents, cannot be opened on a PC. You must first export them to a file that a PC can use. For Numbers that is generally Excel. In Numbers on your iPad tap the wrench & then tap Share & Print & choose Excel as the file type.
    As for transfering a file from a PC to an iPad, I'm not sure as I don't use a PC.

  • Zip file created on OS X fails to open in Windows

    I have created a 10 GB zip file (I suppose that it is a zip 64 file) as a backup of my Mac. I have moved it into a Windows computer, however, whatever program I use, it fails to open. The closest I got was using a 3rd party zip program, which succeeded in reading the directories, but not the individual files. Is there a program that I can use, or is this only compressible on a Mac (on a Mac, I have succeeded in uncompressing the file)?

    There are of course several different companies that make and furnish there product on the market many are free while others you have to pay for. In all the years I have been playing with computers I have found this one to be one of the best on the market.
    http://mac.winzip.com/features.htm
    Scroll down and you will find the capabilities. You can create and open either Mac or PC.
    They also offer a trial version so you can see if this is what you want.
    Cheers
    Don

  • HT3775 I am trying to open an mpeg movie file but my macbook pro won't open it unless it's mpeg1, 2, or 4. What can I do to get it open?

    I am trying to open an mpeg movie file but my macbook pro won't open it unless it's a mpeg 1,2, or 4. What can I do to get this to play?

    teamspilly wrote:
    I am trying to open an mpeg movie file but my macbook pro won't open it unless it's a mpeg 1,2, or 4. What can I do to get this to play?
    Try downloadinc VLC Player from here
    http://www.videolan.org/vlc/download-macosx.html
    And try playing them with that.
    Cheers
    Pete

  • I converted a .pdf file to word but it won't open in word.  It's all jibberish.

    I converted a .pdf file to word but it won't open in word.  It's all jibberish.

    Hey Jean Wood,
    Please let me know whether you are using Adobe Reader or signed up at https://cloud.acrobat.com/.
    Also, try converting any other PDF file to word and check what happens.
    Have you downloaded the file first onto your computer?
    Hope to hear from you.
    Regards,
    Anubha

  • Zipped files created with Java won't unzip with Java

    Hello there,
    I have written a class for unzipping a zip file using the 'ZipFile' class. It works perfectly fine when I extract zip files that have been created with XP, Winzip, or Winrar.
    I am now experimenting with creating zip files using the ZipOutputStream (http://forum.java.sun.com/thread.jspa?forumID=256&threadID=366550 by author smeee). The code works great for creating the zip file, but when I try and unzip it with the zipfile class mentioned above it throws an exception.
    The error that the following code gives me when it tries to convert an element from the enumeration to a ZipEntry is this: java.io.FileNotFoundException: C:\testfiles\out\high\BAUMAN\00001.jpg (The system cannot find the path specified)
    NOTE: The file is there by the way!!! :-)
    See the code for extracting here:
    try {
                 zippy = new ZipFile(fileName);
                 Enumeration all = zippy.entries();
                 while (all.hasMoreElements()) {//loop through all zip entries
                              getFile((ZipEntry)all.nextElement()); <<<=====FAILS HERE
    } catch (IOException err) {
                 System.err.println(err.toString());
                 return;
    }Now if I extract the zip file with winzip, then rezip it with winzip and run the above method again it works with no errors. Any thoughts. Any help would be greatly appreciated.
    Jared

    Hello All,
    For anyone else who use the forum posting by smeee as a guide to create a zipper (http://forum.java.sun.com/thread.jspa?forumID=256&threadID=366550 by author smeee).
    I was tracing through the code and found that there is a statement that adds 1 character (strSource.length()+1) to the source path. This was causing the following bug:
    In windows it was placing objects like this \myfolder\myfile.txt
    In unix it was placing objects like this yfolder\myfile.txt
    Naturally a path like \myfolder... in the zip index was causing problems. I have added a case statement that tests the OS and then adds two chars if windows to compensate for the 'C:' and does nothing if Unix. The code now runs perfectly on either OS.
    Thanks for your response guys!
    Jared

  • Zip file created in Snow Leopard can't be opened on a PC

    Hi,
    I've created a zip file of a folder containing Word and pdf files using File>Compress in Snow Leopard.
    After emailing to clients, they cannot open the zip file on their PCs.
    Any help? I thought zip was supposed to be universal.
    Thanks in advance!

    All clients, or some clients? How big are the zip files?
    Usually when this happens, one of two things is going on: one of your mail servers is truncating the message (cutting off part of the attachment) because the message exceeds some pre-determined maximum message size (or the mailbox goes over a quota), OR one of you is running a virus/malware scanner on your mail server that objects to certain file types (it's not uncommon to strip .ZIP, .COM, and .EXE files).
    There's also the possibility that a Windows client just doesn't understand the file's type. While that shouldn't be, it does happen sometimes (I've seen it with Lotus Notes, for example). In that case, the recipient should save the attachment as a file on their desktop and open it from the desktop.

  • Read zip files created by ZipOutputStream

    Hello :)
    I am wondering if it is possible to create a zipfile using ZipOutputStream, which can be read using ZipInputStream with out using the ZipFile work-around discussed in http://forum.java.sun.com/thread.jspa?forumID=256&threadID=492219. This is no option for me, because we have a lot of client applications deployed, which cannot easily be altered.
    Are there any (third-party) libraries which I can use?
    -M1chael

    try it
    // These are the files to include in the ZIP file
    String[] source = new String[]{"source1", "source2"};
    // Create a buffer for reading the files
    byte[] buf = new byte[1024];
    try {
    // Create the ZIP file
    String target = "target.zip";
    ZipOutputStream out = new ZipOutputStream(new FileOutputStream(target));
    // Compress the files
    for (int i=0; i<source.length; i++) {
    FileInputStream in = new FileInputStream(source);
    // Add ZIP entry to output stream.
    out.putNextEntry(new ZipEntry(source[i]));
    // Transfer bytes from the file to the ZIP file
    int len;
    while ((len = in.read(buf)) > 0) {
    out.write(buf, 0, len);
    // Complete the entry
    out.closeEntry();
    in.close();
    // Complete the ZIP file
    out.close();
    } catch (IOException e) {

  • Pdf file created in Word 2008 will not open in Acrobat 8.2.6 or any other Adobe program

    I have created a 12 page newsletter in Microsoft Word Publisher 2008 and have done so many times before with no problem. Today, I have tried to save it as a .pdf file both in Save As and through the printer. Each .pdf file created in Word will not open in Acrobat 8.2.6, Photoshop C3, Adobe Reader  nor any other Adobe software.
    When I go to open it in Acrobat, my Mac gives me the spinning rainbow. If I try to click on the file, I get a watch and then Acrobat crashes or I have to force quit the software. I really need to convert this file and get it to the printer. Any advice???
    Mac OS X 10.6.7
    Word 08 12.2.8
    Acrobat 8.2.6
    Adobe Reader 10.0.0

    Here is a better example.
    https://www.calcerts.com/PBR1.pdf
    is the original PDF file that is uploaded by a user.  Note that it is only 48kb in size.
    I take the file, add a couple of watermarks and a footer for each page as well as a small image on the last page, add security on it and BAM, the file:
    https://www.calcerts.com/PBR1_AFTER.pdf
    is now 1.5 MB and it takes a LONG time to print.
    Thoughts?

  • My IDML file saved in Indesign CC won't open in Indesign 6

    Hello. I am on trial of Indesign CC, and exported a file to an IDML trying to open it on the school computer since they only have previous versions of Indesign.
    When I try to open my file that I worked on at home in Indesign CC, it won't open in Indesign 6.
    The pop up message I get is "Cannot open the file xxx.idml." Adobe Indesign may not support the file format, a plug-in that supports the file format may be missing, or the file may be open in another application."
    The file IS saved as IDML
    The file isn't open in another application
    I don't know how I can fix this issue. Could anybody help me out? I've tried both .indd and .idml saved under CC, but it refuses to open in prior versions.
    Thank you very much in advance.

    Hi, I too am having this issue. Did you get anywhere with resolving the problem?
    Many thanks in advance
    Mark

  • File created with Trial version cannot be opened by Captivate 5.5 (Ensure that the file isn't open, the file isn't damaged....etc.)

    Hi,
    I have a file created by Trial version of captivate. It was created in a different computer. Now, I have to make some modification in the file. However, when I tried to open it with Captivate 5.5, I got the error shown below. I am not able to use the popular solution provided in this link Click here to view   because the file was not created in my computer. I believe that there is a lock on the file since it was created with Trial version of captivate. Is it possible that I send the file to a representative, and they look into it?

    Was the file created with the same version? You talk about 'trial', but the only trial version available at this moment is Captivate 8. You were never able to open a Captivate project in a previous version, that explains why you cannot open it in 5.5.

  • Reinstalled CS3 on Mac 10.6.8 after major crash. ID doc created in CS3 v5 won't open

    Reinstalled CS3 on Mac 10.6.8 after major crash. ID doc created in CS3 v5 won't open

    Problem solved. It helps to use CS5 to open a CS5 document. When you use the right key, the door opens. Lesson: Don't store installation discs of inactive versions with installation discs of current versions.
    Larry Kieffer
    [email protected]
    863-398-4057

  • Keynote file from 6.5.2 won't open in either Keynote 6.2 or Keynote

    Hello,
    I'm having problems opening Keynote (.key) files sent from a colleague.  I've tried to open the file in Keynote 6.2, but get the error ""File.key" can't be opened" and in Keynote 5.3, but get the error "Unable to open "File.key" because it isn't a valid Keynote document."
    He has sent me the files through Slack both as .key, which didn't work, and within a zip file, which didn't help either.
    My colleague is using Keynote 6.5.2 and I'm using Keynote 6.2 and have tried also in Keynote 5.3.
    Can someone please help? 
    Thanks!
    Brad

    New Keynote file types can't be opened in older versions of Keynote.
    Ask your colleague to convert the file to the older iWork 09 file type and send that to you.
    To convert::     Export > Keynote 09

  • HELP!! Half of my files from my media folder won't open!!

    I've been using iMovie for years and have never seen this before.
    I created a large project some time ago, and only about 50% of the files from the projects media folder will open. They show up in he media folder as the little black Unix executable file icons rather that the regular white clip icon.
    I've tried importing from within iMovie and get error message -2002, and the message that Quicktime can not parse the file. I've also tried opening the .mov file from the original project folder but no good.
    I REALLY need to salvage these files, any assistance would be much appreciated. I'm using iMovie HD in 10.3.9.
    emac   Mac OS X (10.3.9)  

    FIXED! SORTED! If anyone else has this problem go here: http://www.berga.nu/%7Eusrlt/imovie/index.html and download the iMovie file fixers.

  • QuickTime Files rendered from After Effects won't open

    I currently have QuickTime version 7.6. Files that I download from elsewhere or that I view in the FireFox plugin online play just fine. However, files rendered from After Effects CS3 (I prefer MPEG-4 codec, but I just tried and Sorenson 3 won't do it either) will not play in FireFox's plugin and they won't open QuickTime when I double-click them in Explorer. They will only open in the QT player if I already have the player open. Otherwise, I have to open them in VLC. I much prefer the QT player and I don't want to have to open it first to view my files. Any thoughts on what's going wrong here? This has only started in the past month or so.
    Other people can view the files just fine, it's just my computer. I've tried uninstalling and reinstalling a few times now and have updated my video drivers, to no avail. I've also installed Avast! Antivirus and run a boot-time virus scan, but no lick there either.
    Error signature from Windows:
    EventType : BEX P1 : QuickTimePlayer.exe P2 : 7.60.92.0
    P3 : 496279cc P4 : QuickTimePlayer.exe P5 : 7.60.92.0 P6 : 496279cc
    P7 : 0000130d P8 : c0000409 P9 : 00000000

    I wouldn't have a clue from here on, it could be anything. The key would be, if you could recall what changes were made to the computer during the time the problem surfaced. I'm not familiar with After Effects C3S but I'd disable it from loading at start-up if it does, and try QT again, but that's just a pure guess, based on the EventType error numbers, that are somewhat familiar with memory load

Maybe you are looking for

  • How to restrict authorization for OBC4

    Dear all How to restrict authorization for obc4( field status) for user id wise Regards nasa

  • Wireless grayed out

    Hi, I have a iPhone 4s (for about 10mo - never had problems) upgraded to iOS 7.1.1; then on 5/19 while on facetime - wireless glitched out. Re-booted the phone, reset wireless without success. The phone was under warranty and luckily I got a replacem

  • Backup incremental level 0  cumulative database

    On RMAN Level 0 backup when I say cumulative like below what the difference that command make; backup filesperset 1 format '<%d_%s:%t:%p:%f>.df' incremental level 0 cumulative database;Edited by: Sivaprasad S on Sep 1, 2012 12:42 AM Edited by: Sivapr

  • Alpha non conforming value

    hi gurus,                This ramesh.  Please telme anybody HOW DO WE GET ALPHA NON CONFORMING VALUE (ERROR)?  WHAT IT MEANS?

  • InDesign CS5.5 crashes on load

    All I get is an error while InDesign is loading the plugins. It says that documentUI.plugin not being valid, but then in the very next popup, it says it's required and must be installed. I have no idea what to do. Any help? My CD drive doesn't work s