-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi rar file extract doesn't work #29
Comments
i think the matter is if one file installing done |
I feel like I’d be really grateful if you could just solve this one problem. It seems like it just needs a good adjustment to the task termination conditions. My understanding of this project is too limited to effectively debug while testing. But if you take a look, I think you could fix it quickly. In some cases, all files get installed, but in others, they don’t. It seems like the whole process ends if just one file finishes |
Woah! Which version did you use? Was it the latest (which is v0.9 Pre-Release)? Also, although time has probably passed by since it has happened, you should've had a log file that would immediately explain everything to me. Perhaps, if you are willing, could you reproduce by running the same RAR file again and providing me with the logs? It should be in the same directory where you installed the installer. By 'removed all of my daily whole downloaded contents', are you referring to the '200 files of rar'? Or in other words, it removed all the files you dragged to the program? I do recall an issue with the archives not extracting properly but I believe I fixed it. But the deletion of source archive files should only occur if the "Remove Source File(s)" is set to Yes or if set to "Prompt" it will ask you if you want to remove them. |
I used to download DAZ files from 3dcu.com. You can test it with some RAR files from there. so you should overwrite or block when same product adding to database |
I'll take a look into those issues, but first can you tell me which version you used? Also, do you have a RAR file that consistently fails? That would be good for my tests too. The merging logic will be a bit more involved - I'll ponder on this idea and I'll get back to you. |
Going back to the main issue the title describes, "multi rar file extract doesn't work", and "the task just complete 1 file The program raised an expected error that the "The archive is not the first volume out of a multi-volume archive. Only input the first volume". The problem was most likely caused by @hojjung providing a rar file that was not the first part of the archive. The latest pending version seems to not prompt to remove source files if the extraction was a failure. But, there still needs to be validation and more UI indicators to prevent this from happening. Error log:
|
@hojjung I suspect that the issue is caused when you dragged all parts of a multi-part RAR file. For example, given you have the following:
You should only provide Can you confirm when you provided the program with 200 RAR files that you also provided multiple parts of the RAR file? |
oh yes i think it was |
i dragged 200files of rar
and the task just complete 1 file
and removed all of my daily whole downloaded contents
The text was updated successfully, but these errors were encountered: