playdate-reverse-engineering icon indicating copy to clipboard operation
playdate-reverse-engineering copied to clipboard

pdz.py doesn't work on the main.pdz from settings

Open EngineerRunner opened this issue 1 year ago • 3 comments

i tried using pdz.py on the main.pdz file found in settings, but i got this error.

Traceback (most recent call last): File "C:\Users\user\Documents\reverse-playdate\pdz.py", line 114, in pdz.save_entries(argv[2]) File "C:\Users\user\Documents\reverse-playdate\pdz.py", line 101, in save_entries self.save_entry_data(name, outdir) File "C:\Users\user\Documents\reverse-playdate\pdz.py", line 92, in save_entry_data data = self.get_entry_data(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\user\Documents\reverse-playdate\pdz.py", line 86, in get_entry_data return decompress(entry['data']) ^^^^^^^^^^^^^^^^^^^^^^^^^ zlib.error: Error -3 while decompressing data: incorrect header check

i did get this file from simulator and not real hardware, so that might be it.

EngineerRunner avatar Sep 30 '23 19:09 EngineerRunner