Skip to content
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]: 3.13.0 on Windows 11 causes Explorer, desktop client to hang #6749

Open
4 of 8 tasks
gellenburg opened this issue May 12, 2024 · 9 comments
Open
4 of 8 tasks

Comments

@gellenburg
Copy link

⚠️ Before submitting, please verify the following: ⚠️

Bug description

Installed 3.13.0 on Windows 11 and after starting to sync the client now freezes and when it does it causes Explorer to freeze as well.

When it does, Task Manager reports that the client is still utilizing about 10% of CPU resources.

The only way to get Explorer to respond is to End Task the Nextcloud desktop client.

Steps to reproduce

  1. Install 3.13.0
  2. Begin syncing
  3. Both Explorer and the client will eventually hang

Expected behavior

I would expect that neither Explorer or the desktop client to hang.

Which files are affected by this bug

It's actually impossible to tell because I can't open up either the client or Explorer when it happens.

Operating system

Windows

Which version of the operating system you are running.

23H2 / 22635.3575

Package

Other

Nextcloud Server version

27.1.7

Nextcloud Desktop Client version

3.13.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 Enabled

Are you using an external user-backend?

  • Default internal user-backend
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Nextcloud Server logs

I don't have access to the server logs as I'm using Hetzner Storage Share.

Additional info

I can't even get to the "Create Debug Archive" because the application is frozen and unresponsive.

@berbigou
Copy link

W10 22H2 / NC-client 3.13.0 / NC-server 29.0.0 / no encryption
NC-client crashes (no message, just stops) when trying to sync folder.
already have tried that:

docker exec -it --user www-data nextcloud php occ files:scan --all
docker exec -it --user www-data nextcloud php occ files:cleanup
docker exec -it --user www-data nextcloud php occ maintenance:mode --on
docker exec -it --user root nextcloud-mariadb mysql -u root -p'<DatabaseRootPassword>' -D nextcloud -e 'delete from oc_file_locks where 1'
docker exec -it --user www-data nextcloud php occ maintenance:mode --off

only fix is downgrade client to 3.12.3, then everything is fine !

I also synchronize the same folders on the same computer under Linux, no pb with up-to-date client...

@xelayz
Copy link

xelayz commented May 14, 2024

W10 22H2 / NC-client 3.13.0 / NC-server 29.0.0 / no encryption NC-client crashes (no message, just stops) when trying to sync folder.

I have the same error. 3.13.0 is not working on W11 (23H2). I also downgraded to 3.12.3 and everything is working fine again.

@BenjenJones
Copy link

BenjenJones commented May 14, 2024

Same problem here. Client just crashes after sync started:

Edition Windows 11 Home
Version 23H2
Installed at ‎14.‎12.‎2022
Operating system build 22631.3527
Performance Windows Feature Experience Pack 1000.22700.1003.0

3.12.3 works like a charm

@Valentix53
Copy link

Valentix53 commented May 15, 2024

Same problem here. Client not responding even after killing and restarting the process. Also tried to kill explorer.exe to see if it was some kind on incompatibility but nothing... The linux client on my home pc works like a charm.
I'm now trying downgrading:
-3.12.5 does indeed not crash but also it doesn't sync
-3.12.4 crashes really badly

If this helps my server is self hosted on a raspberry pi with dietPi.

Windows 11 Home 23H2
Installed at 25/‎01/‎2024
OS build 22631.3447
Windows Feature Experience Pack 1000.22688.1000.0
AMD Ryzen 7 5700U

@Castiontone
Copy link

As 3.12.3 seems to be the last stable version, related to #6721 ?

@gellenburg
Copy link
Author

As 3.12.3 seems to be the last stable version, related to #6721 ?

Interesting. It definitely appears to be related to VFS. If I disable VFS I can sync now.

@BenjenJones
Copy link

As 3.12.3 seems to be the last stable version, related to #6721 ?

Interesting. It definitely appears to be related to VFS. If I disable VFS I can sync now.

Vfs = virtual files?

@xelayz
Copy link

xelayz commented May 22, 2024

As 3.12.3 seems to be the last stable version, related to #6721 ?

Interesting. It definitely appears to be related to VFS. If I disable VFS I can sync now.

I do not use the virtual file system. So its not only related to VFS.

@farvardin
Copy link

farvardin commented Jun 3, 2024

I had a similar problem with client 3.13 on linux (mint 21.3). I've upgraded my server to 28, it was the same: when starting nextcloud client, it will scan for files, then after it started to sync, it got stuck at 0% or 3%, then the UI was not responding. The CPU is at 100% and will eventually lead to the whole desktop being unresponsive (I had to reboot).

I've tried both the client from the distribution, and the 3.13 appimage, it was the same. I've also tried to disable bandwidth limit with no better behavior.

It started to act normally again when I've been back to the older 3.9.0 appimage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants