Author Topic: Pack selected files crash  (Read 6641 times)

Lukas

  • Junior Member
  • **
  • Posts: 14
    • View Profile
Pack selected files crash
« on: January 28, 2013, 21:42:28 »
Hello,
I have a zip file in a folder located D:\Test\pack.zip (zip contains one directory and one file).
Unpack this file to the folder D:\Test\pack\ (Source).
Then select everything in this new folder and pack (Alt + F5) and pack into file D:\Test\pack.zip (ie, identical to the original file).
Message with question to ovveride existing files confirm by Replace All and Error message is displayed (File xxx is not found). Skip All, then Cancel = crash.

Tested on:
    Beta version v3.0 (build 1330)
    v2.8.1 (build 1275)

Best Regards Lukas

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4286
    • View Profile
    • Multi Commander
Re: Pack selected files crash
« Reply #1 on: January 29, 2013, 11:07:17 »
Im not sure. But I think what is happening is that instead of recreating Pack.zip it tries to Include the new files to it, And since they already exists it tries to delete the old from the zip at the same time first. and things goes wrong..

I will take a look at it. (It should recreate the zip. not append to it. )