Wow - the UI is so much easier to use - nice work!
Tested the latest version with two huge archives (1.6TB and 1.2TB, more than 100 revisions, hundreds of thousands of files), and with both I get a "Value was either too large or too small for an Int32" error popup when I open the archive - however I can still browse the archive to some extent. I used Zpaq 6.41, 64 bit version. Furthermore I sometimes get the this exception when browsing it:
Code:
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index
at System.Windows.Forms.TreeNodeCollection.get_Item(Int32 index)
at .(Object , EventArgs )
at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ListBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Furthermore, I cannot extract anything, since it extracts the file with full path. If I right click a file/directory and select "extract to", I'd expect it to extract it to the location I select without adding topmost folders.
For instance, if I select "images.zip" placed in the "images/client/abcd" folder, and right-click "extract to" and select the Desktop, I'd expect "images.zip" to be placed directly on the Desktop, and not in a "Desktop/images/client/abcd" folder.
Here is the error in the console:
Code:
Starting 4 decompression jobs
Job 3: [16346095..16346235] 7026718 -> 10387456 (2.417 sec)
Job 3: extracting C:/Users/postkl01/Desktop/001/?/UNC/10.10.75.200/shared/Active Projects/Atmel_large.rar
24.415 seconds (with errors)
C:/Users/postkl01/Desktop/001/?/UNC/10.10.75.200/shared/Active Projects/Atmel_large.rar: Windows error 123
Failed (extracted,written/total fragments, version, file):
113,0/113 1 C:/Users/postkl01/Desktop/001/?/UNC/10.10.75.200/shared/Active Projects/Atmel_large.rar
Extracted 0 of 1 files OK (1 errors)
Similarly, I cannot use the "Open" command, since it generates a temporary directory name with a "?" in it.