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

Error: CRC32 of data doesn't match header #21

Open
thx1111 opened this issue Aug 29, 2017 · 2 comments
Open

Error: CRC32 of data doesn't match header #21

thx1111 opened this issue Aug 29, 2017 · 2 comments

Comments

@thx1111
Copy link

thx1111 commented Aug 29, 2017

In undz.py:
if crc != self.crc32:
print("[!] Error: CRC32 of data doesn't match header ({:08X} vs {:08X})".format(crc, self.crc32), file=sys.stderr)
sys.exit(1)

self.crc32 always returns a value of 0, where there is "self.crc32 = dz_item['crc32']", and so the process exits immediately. This is on Arch Linux, using Python 2.7.13.

Sorry - I haven't debugged this. I just commented-out the "sys.exit(1)", as a work-around, and undz seems to still work just fine.

@biji
Copy link

biji commented Nov 15, 2017

I also have this issue, but extracted files seem corrupted (lg v490 files)
For example primary partition not contain gpt, please help thanks

@sim590
Copy link

sim590 commented Nov 24, 2017

+1 Having this issue too for d852g stock kdz file (http://storagecow.eu/index.php?dir=Xda%2FLG+G3%2FStock%2FCanada+D852%2FMM+6.0%2F)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants