GNOME Bugzilla – Bug 588198
crash in 2.3.2 Save As
Last modified: 2018-06-29 22:24:25 UTC
If you don't have the file or sqlite3 providers registered, the menu "File -> Save as" causes an assertion failure: gnc.gui:ERROR:dialog-file-access.c:304:gnc_ui_file_access: assertion failed: (active_access_method_index >= 0) Aborted The attached patch fixes it.
Created attachment 138150 [details] [review] patch to fix problem
The attachment doesn't handle the requirement that if sqlite3 is available, we want to shift towards its use (I would actually like the xml backend to only be used for import/export). I've modified it a bit. Also, since xml will always be there (for now), mysql and pgsql don't need to be set as the default. In any case, this bug is fixed for 2.3.3.
*** Bug 588408 has been marked as a duplicate of this bug. ***
*** Bug 588809 has been marked as a duplicate of this bug. ***
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=588198. Please update any external references or bookmarks.