https://bugs.kde.org/show_bug.cgi?id=493992
--- Comment #5 from Stephane MANKOWSKI <steph...@mankowski.fr> --- Hi, I have in skrooge all my transaction since 2004 without issue. I think the issue is due to sqlcipher 4. Could you try this from a console ? - export SKGTRACE=1 - skrooge Now you should have a new "Debug" item in the left list. Open it and launch the following commands ? PRAGMA cipher_page_size pragma cipher_integrity_check PRAGMA cipher_provider PRAGMA cipher_version PRAGMA cipher_compatibility Could you put here the result of each of them ? You can have some details about those command here: https://www.zetetic.net/sqlcipher/sqlcipher-api/#cipher_settings I can also to propose you the following workaround: - Open skrooge - Export you document in SQLCipher format (sqlcipher_export() will be used an clean your document). - Create a new document - Import the exported SQLCipher document You should have exactly the same content but without the "database disk image is malformed" issue. -- You are receiving this mail because: You are watching all bug changes.