-
Notifications
You must be signed in to change notification settings - Fork 34
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
Dump command error [Windows] #5
Comments
try in C:\ , it work for me |
Thanks, that did work. Kakaroto should definitely add that you can only Dump to C:\ in his post. (I'm not sure if this is a bug, or just not mentioned...) |
This is probably a bug and not a feature. By design, it should work for any path. mkdir_recursive() in tools.c:457 and archive_dump() in archive.c:748 (leading to this issue on fail) are designed for UNIX operating systems. Why it's working on C:\ root directory? No idea, I'm not experienced in Windows-specific programming - but it's a cool find! |
How about the CreateBackup command? It creates the backup but the files created are corrupted... I can't tell whether or not it is the packaging of the backup .dat files or the unreliable Dump corrupting the files from the beginning... |
Good thing it works for C: at least! I have no idea why it doesn't work for other paths. I hope someone can fix it and send me the patches :) |
Weird huh? There is also something going on with the CreateBackup command... Data is finding itself put in other archives! I will have to investigat e this further... |
Not sure what you mean by that, but please do investigate further and open issues as you see fit. |
By the way, @homeedog, make sure you pull the changes from version 0.2 which had a fix for data corruption when using ExtractFile, maybe that's why you had corrupted files ? |
You've done more than enough m8. You've given an old OFW user hope! In all seriousness I will investigate further and get back with any new info. |
I did get 0.2 win binary. I'm also thinking up a way to actually delete files from backups since it seems easier to do than fix the createbackup. by fixing either one you could essentially perform the same tasks by just deleting the root directory on a backup and add a new one in using Add/Add protected... But thanks for the tool and the work put in and enjoy retirement! |
I can get most everything working by just dumping to C:\ (or external D:). So really, just always work with the root of the drive, and you should be good to go! I'm finding this is a very useful tool. |
Can you build correctly off C:/? That's my biggest issue right now... |
I can extract a folder, a file, and re-install a folder and file all from
|
I would like to dump my backup to C:, which works. Then edit (delete &add files) and use CreateBackup to repackage them... But create backup always skrews up my backup during restore and I can see that the file sizes are totally off... |
Yeah no, composing a backup is broken. I don't even understand how to add
|
Another weird occurrence I just ran into; I got an error while trying to create a fresh backup from the PS3 itself: "The backup operation could not be completed. (some error code)". I tried it again, changing nothing, and it worked... I'm now backing up again. Weird O.o |
I tried AddProtected, and successfully added the directory/file, but I tried to extractfile the filrs that I added and got some jumbled mess. I think that not maintaining continuity in the archive and index folder structure (i.e. you have a backup with two folders, folders 1 and 2, and then adding another folder called 1 after; "1,2,1" is not a good way to go.) Whenever you add a new folder, the folder gets added to the end of the index. This might be confusin to the PS3/ps3xport app. I'll continue screwing around with it, but I cannot code in C (or whatever language this is made in) for my life! Hopefully somebody else can fix these glitches. |
I don't know what the rule is about double-posting here, but... I've successfully extracted, edited, and re-archived a backup of mine, and I tested the indexes of the archive2.dat and archive.dat files (and both match size.) But when I go to restore the backup on the PS3, I get an error saying "this backup was created on a different system," and then the system can't even put the generic data back on the hard drive (Error 80010037), and I'm forced to re-format the entire PS3. Something is going wrong parsing(?) the data that's put back into the backup archives/indexes when I re-compile. |
I know I got the “Error making directories” when trying to use G:/ as a directory |
When using the dump command on Windows the binary returns“Error making directories” and creates an empty folder where the freshly decrypted .dat files should be placed.
The text was updated successfully, but these errors were encountered: