unknown erreor when opening a file. It's an old file I made on a older installation of Ubuntu.
here is the log :
Traceback (most recent call last):
File "/usr/bin/revelation", line 191, in <lambda>
action.connect("activate", lambda w: self.file_open())
File "/usr/bin/revelation", line 1462, in file_open
entrystore = self.file_load(file, password)
File "/usr/bin/revelation", line 990, in file_load
return datafile.load(file, password, lambda: dialog.PasswordOpen(self, os.path.basename(file)).run())
File "/usr/lib/python2.6/dist-packages/revelation/io.py", line 114, in load
entrystore = self.handler.import_data(data, password)
File "/usr/lib/python2.6/dist-packages/revelation/datahandler/rvl.py", line 375, in import_data
input = zlib.decompress(input[0:-padlen])
error: Error -3 while decompressing data: incorrect header check