ccavanaugh / jgnash

jGnash Personal Finance
http://ccavanaugh.github.io/jgnash/
Other
139 stars 80 forks source link

2.33.1 can't open my bxds or xml file #31

Closed lukebakken closed 6 years ago

lukebakken commented 7 years ago

I've tried out 2.33 and 2.33.1, but neither can open the .bxds file that 2.32 (and previous versions) have no trouble opening. I've tried saving the file as .xml, but the newer versions still won't open it. I don't see any errors in the console, either:

lbakken@MESSIAEN ~/Development/src/home-finances/jGnash-2.33.1 (master *%=)
$ ./jGnashFx
Sep 01, 2017 7:27:37 AM jgnash.plugin.PluginFactory getDefaultPluginDirectory
INFO: Plugin path: /Users/lbakken/Development/src/home-finances/jGnash-2.33.1/plugins/
Sep 01, 2017 7:27:37 AM jgnash.plugin.PluginFactory getUserPluginDirectory
INFO: Plugin path: /Users/lbakken/.jgnash/plugins/
Sep 01, 2017 7:27:37 AM jgnash.plugin.PluginFactory startPlugins
INFO: Starting plugin: MT940 Import
Sep 01, 2017 7:27:42 AM jgnash.uifx.views.main.MainView lambda$checkForLatestRelease$9
INFO: Version check performed
Sep 01, 2017 7:28:15 AM jgnash.plugin.PluginFactory stopPlugins
INFO: Stopping plugin: MT940 Import

Aha, I just tried "regular" jGnash2 instead of the FX version, and I do see errors on startup. I've attached a screenshot as well as the stack trace.

jgnash-2 33 1-screenshot

jgnash-2.33.1-startup.txt

ccavanaugh commented 6 years ago

Save the file as an .h2.db in 2.32 and it should open within the latest release without issue. There were some data related issues that impacted some xml and bxds users.

lukebakken commented 6 years ago

I've confirmed that this works. Should I just continue using the .h2.db format?

ccavanaugh commented 6 years ago

.h2.db format is just fine. It's uses a bit more memory but is much more crash resistant