Comment 43 for bug 1923053

Revision history for this message
Aiko Barz (aiko-chroot) wrote :

I tried the proposed update. The client now starts without segmentation fault, but it crashes while syncing some files. I guess, this is not directly related to the package in proposed but to the fact, that I used the AppImage from Nextcloud in the meantime…

$ dpkg -l | grep nextcloud | cut -c1-80
ii libnextcloudsync0:amd64 3.1.1-1ubuntu1.1
ii nautilus-nextcloud 3.1.1-1ubuntu1.1
ii nextcloud-desktop 3.1.1-1ubuntu1.1
ii nextcloud-desktop-common 3.1.1-1ubuntu1.1
ii nextcloud-desktop-doc 3.1.1-1ubuntu1.1
ii nextcloud-desktop-l10n 3.1.1-1ubuntu1.1

$ nextcloud
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
2021-04-28 08:08:39:020 [ fatal default ]: ENFORCE: "allow_failure" in file ./src/common/ownsql.cpp, line 265 with message: SQLITE Prepare error
Aborted (core dumped)

The AppImage-Client which is the 3.2-release works and syncs…

$ ./Downloads/Nextcloud-3.2.0-x86_64.AppImage
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.

I guess the SQLite schema has changed between 3.1.1 and 3.2…

Aiko