-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Nextcloud Client 3.14.0 Crashes with Virtual File support / vfs enabled #7194
Comments
I'm the OP, posted to the wrong account initially. This issue doesn't occur on NC 3.13.4 I believe PR# 6803 may have introduced the faulting code. The AppImage attached to that PR crashes with the following error: |
I encountered the same problem after upgrading the desktop client to 3.14.0 in Arch Linux. SolutionFollowing the clue of this commit of the package
My Environment
Nextcloud Desktop LogsI quoted only relevant information from the last log in
Under the My Traceback
|
I can confirm, this workaround does the trick. So it sounds like a packaging issue, then? Trying to figure out if this is downstream. The appimage also has the problem, and contains it's own FS, so I'd assume this needs to be handled in the NC packaging process. |
Interesting, for what it's worth I actually installed 3.14.0 (I installed nextcloud client for the first time on this machine, wonder if this has something to do with it). Nextcloud server is 29.0.6
|
Since you are on NixOS and we are on Arch, that could explain the difference. NixOS seems to have a fairly unique packaging system. |
For now I can confirm there is no issue on Win11 64bit |
Sorry. The solution I mentioned above may also break the Nextcloud client when a new client version rolls in. The plugin is better be a symbolic link as a workaround. A symlink also prevents
|
While we have a good workaround here, I just want to be sure that once someone gets around to triaging this, they know this workaround can guide them to a proper solution, but isn't an actual solution. Users should def not be needing to manually create symlinks after installation for the program to work. |
As this may be an archlinux packaging issue, there's an issue in https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-client/-/issues/8 |
If this also happens with the Appimage, should something be opened elsewhere for the Appimage package? |
I encountered the same problem on the window 2024-10-10 16:15:29:721 [ warning qt.core.qobject.connect unknown:0 ]: QObject::connect(QNetworkInformation, OCC::Application): invalid nullptr parameter |
Having this issue as well |
The issue has been "partially" (?) resolved on Arch Linux based distributions since 3.14.2-2 because of this commit in If you adapted the symlink workaround above, please unlink or remove the symlink before updating the
@t3nk3y, does the daily AppImage version work on your machine now? I think the As for #7258, it is not yet resolved in v3.14.2. Sorry @Ador-able. |
Can confirm the arch update fixed the repository version. And the AppImage is working now as well. Though, I didn't try uninstalling the arch repository version to see if AppImage still works without the so's that the repository version had there. But I think the AppImage should be looking at it's own filesystem anyway? |
Hello everyone, ` Greetings |
Too bad :-( The version 3.14.3 has worked 2-3 reboots. At some point it starts to download the files instead of handling them “virtually”. The result was the storage on my notebook was full. Then I logged in and configured my synchronization with virtual data. I hope this procedure is the right one. I hope that version 3.13.3 will now work reliably again and that a newer version will be tested again at some point. I hope the problems are fixed in a future version. EDIT: Update now to 3.13.4 and also everything is good. Seems I have trouble when I update to 3.14.x. So I think I'll stay on 3.13.4 for a few more versions and test it again sometime, hopefully with more luck. |
Bug description
After updating to Nextcloud client 3.14.0, the client crashes either when enabling Virtual Files support, or if an existing configuration contains already enabled virtual file folders(will crash on startup).
Shortly before the crash, I found this in the logs:
2024-09-23 17:01:41:058 [ warning qt.core.qobject.connect unknown:0 ]: QObject::connect(QDialog, OCC::AccountSettings): invalid nullptr parameter
nextcloud-debug.zip
Steps to reproduce
Client will crash after this.
If an already existing Virtual Files folder is in the configuration, simply start the client, it will crash on start.
Expected behavior
When clicking Enable Virtual Files support, Virtual File mode should be enabled for the folder.
If an already existing virtual files folder existing in the configuration, Nextcloud client should start and sync as normal.
Which files are affected by this bug
Nextcloud Client
Operating system
Linux
Which version of the operating system you are running.
Garuda Linux 6.10.5 Kernel, KDE Plasma 6.1.5, Wayland
Package
Official Linux AppImage
Nextcloud Server version
29.0.7
Nextcloud Desktop Client version
3.14.0
Is this bug present after an update or on a fresh install?
Fresh desktop client install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
No response
Additional info
This might be the cause of other crash on start bugs
The text was updated successfully, but these errors were encountered: