Skip to content
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

Verification forever bugged... #30

Closed
CTCaer opened this issue Jul 3, 2018 · 6 comments
Closed

Verification forever bugged... #30

CTCaer opened this issue Jul 3, 2018 · 6 comments
Labels
bug Something isn't working

Comments

@CTCaer
Copy link
Owner

CTCaer commented Jul 3, 2018

There's a new issue with verification.

Currently it tries to parse a u64 number with a u32 storage.
This way it tries to compare the wrong eMMC segment with the correct SD one.

A fix is planned for release ASAP!
It's currently in testing, by users that had this problem.

@CTCaer CTCaer added the bug Something isn't working label Jul 3, 2018
@cleggorz
Copy link

cleggorz commented Jul 3, 2018

Is this the same error that results in

SD card and emmc data (@lba 00002000) do not match.
Verification failed.

@CTCaer
Copy link
Owner Author

CTCaer commented Jul 4, 2018

The x2000 bug was only a false printing.
It has 3 bugs:

  • For partial backup, it does not take the correct start LBA after continuing a partial backup
  • For single file (exFAT) it uses a 32bit storage for a 64bit value
  • Any of the 2 may break if it reaches the ~70 minute mark.

The last case is the only one not fixed internally. It's obscure and strange.

@CTCaer
Copy link
Owner Author

CTCaer commented Jul 4, 2018

Fixed (?!?) in:
ebb9ca5
5e8eb1c

Awaiting testers' results before closing.

@cleggorz
Copy link

cleggorz commented Jul 4, 2018

Testing now but this seems fixed. Already past where it would normally fail.

@CTCaer
Copy link
Owner Author

CTCaer commented Jul 4, 2018

I know.
Internally, it succeeded for all testers.
(And I currently test verification for restore option).

But I'll clean up the issues when the code reaches release state.

@CTCaer
Copy link
Owner Author

CTCaer commented Jul 5, 2018

All testers and users on v3.1 release report that it doesn't break anymore.

@CTCaer CTCaer closed this as completed Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants