Subject: Re: road to 4.9 On Sat, Jun 22, 2019 at 12:11:31PM -0700, Doug Junkins wrote: > Laurie and I have been testing the latest master, but unfortunately > work > has been getting in the way of me doing much development work. I have > had > a couple of opportunities to use the dive site export and import > functions > to share sites with Laurie and have not run into any issues.
Excellent. Thanks for that report. I really appreciate it. > I hope to have some more time to help with 4.9 after I get back from > my > current jaunt to India. I hope you enjoy your trip. I'm heading for China and then Palau. Any testing that you can do (real or fake) would be much appreciated. Thanks /D When editing a dive date the date chooser is jumping all over the place and not choosing the correct dates. I am also seeing crashing when doing various random things (ajusting colums, changing dates, editing divesites using copy paste etc) Using latest appimage build on a clean Fedora 30 after adding libxcrypt-compat to fix the shared library dependency libcrypt.so.1 eg: [steve@t490 ~]$ /opt/Subsurface/Subsurface-4.8.4-652-g2e230da3610d- x86_64.AppImage [steve@t490 ~]$ /opt/Subsurface/Subsurface-4.8.4-652-g2e230da3610d- x86_64.AppImage: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory [steve@t490 ~]$ dnf provides libcrypt.so.1 libxcrypt-compat-4.4.6-1.fc30.i686 : Compatibility library providing legacy API functions Repo : updates Matched from: Provide : libcrypt.so.1 [steve@t490 ~]$ sudo dnf install libxcrypt-compat [steve@t490 ~]$ /usr/bin/Subsurface -vvv Subsurface v4.8.4-652-g2e230da3610d, built with libdivecomputer v0.7.0-devel-Subsurface-NG (e38406b353bb0e6f27248c59eba7794cc5593032) built with Qt Version 5.9.3, runtime from Qt Version 5.9.3 built with libgit2 0.26.0 "validateGL(): created OpenGLContext." "validateGL(): obtained QOpenGLFunctions." "validateGL(): detected OpenGL version 3.0." can't find Qt localization for locale "en-AU" searching in "/tmp/.mount_SubsurUHLZGl/usr/translations" can't find Subsurface localization for locale "en-AU" File locations: /SNIP (a lot of unneeded data) git load handling file Divecomputer-001 git load handling file Divecomputer-002 git load handling file Divecomputer-003 git storage: Successfully opened dive data Set the current dive site: 2309376211 Set the current dive site: 2309376211 Set the current dive site: 1597296615 Set the current dive site: 1597296615 Set the current dive site: 1597296615 Set the current dive site: 2309376211 Set the current dive site: 2309376211 Segmentation fault (core dumped) [steve@t490 ~]$ _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
