Created attachment 373051 [details] Popup error after saving an XML formatted GNUCash file I am using GNUCash 3.2 and CryFS version 0.9.9. Steps to reproduce: 1. Use an Ubuntu 18.04 distribution 2. sudo apt install cryfs 3. `cryfs ~/Dropbox/your_folder ~/MountPoint` 4. Download GNUCash 3.2 either by Flatpak/Flathub or from the PPA ppa:sicklylife/gnucash 5. Start GNUCash, create a file, and save it to your encrypted volume (In this case it is ~/Dropbox/your_folder) You will see a popup error (See gnucash-error.png) Ignore the random path/filename I used in the screenshot. If you click the save button on that popup the program will crash. Couldn't find any other error messages or logs. I have tested on both KDE Neon and Elementary OS. Both of them use Ubuntu 18.04 as a base. Worth noting that I had no problems using Sqlite as a format.
By 'gnucash-error.png' I am referring to the attachment on this post. I guess the file renamed when I uploaded.
If GnuCash couldn't write a lockfile it probably couldn't write to the encrypted folder, though I suppose it's possible that there's a conflict between gzip and cryfs. See https://wiki.gnucash.org/wiki/Tracefile for where to find GnuCash's log file. It would be helpful to run GnuCash under gdb to get a stack trace of the crash, see https://wiki.gnucash.org/wiki/Stack_Trace.