-
Notifications
You must be signed in to change notification settings - Fork 816
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]: After upgrading to the latest version, it force rebooted my machine without asking for any permission to do so, resulting in data-loss once again. #4524
Comments
And I am not the only one for sure. |
Can +1 this, it rebooted mine as well. |
+1, did not expect the reboot without further prompt or option to defer to later, interrupted my current work. Most programs manage to display an option "Now or later (manually)", which would be highly appreciated here! |
Unfortunately I had the same "experience". A forced reboot without any prompt. The event log for me reads: MsiInstaller:
RestartManager:
MsiInstaller:
|
Also mentioned here #831 (comment) |
3.5.1 just done the same "it may be required to reboot your machine" "OK" and just force reboots. |
This is really not ok. |
Same issue here with the latest update on Windows 11 |
The same happend to me with the last 2 updates :/ Logfile Update from 3.5.0 to 3.5.1 |
Even clicking on the X on the prompt at boot still proceeds with the update and reboot. |
Potentially fixed by this commit? |
+1, same here |
Same here. Could the reboot function please be disabled completely? An info "Reboot may be required to ensure full functionality" or similar after update should be enough. |
Still happening |
I just got the same thing... It also seemed to crash Explorer during the installation process as my task bar vanished and only |
+1 |
Just had this happen with the 3.5.2 update. I've never seen Nextcloud do this before. |
EDIT: this comment is obsolete, see #4524 (comment)
me too, all (at least) last three updates (triggered via settings panel) did an unauthorized reboot .. that really has to stop What I can read from event viewer: I guess, there is a little switch: "ask for reboot if needed" and "reboot if needed" .. pls disable the 2nd one 😜 edit 1: I'll bet for '/passive' is set. edit 2: the problem was already targeted in #4566 desktop/admin/win/msi/Nextcloud.wxs Line 84 in 2894c80
the above line seems to be the problem, but my know-how of msi is very limited, so I don't fully understand, what happens here and why .. |
EDIT: this comment is obsolete, see #4524 (comment) just found my installer log (msi.log)
see https://docs.microsoft.com/en-us/windows/win32/msi/rebootprompt (edit 1) desktop/admin/win/msi/Nextcloud.wxs Line 84 in 2894c80
seems to be evaluated here to 1 (reboot needed):
|
A deeper search revealed #3551 where the author of #4566 states in #3551 (comment) the fix works after upgrading to 3.5.2 .. which I did today as I did not find away to redo the update via settings panel, I'll wait for 3.5.3 and see what's happening on that update |
Today's update just did the same. Will add version later. |
Just had that experience once again (had this before and was hoping it would not happen again) with the update to Windows client version 3.5.2 on Windows 10. If this remains the default behavior the Nextclout client is not helpful, but a serious data safety risk! NOT COOL!
|
Apparently it should be fixed for the next updates... |
I can confirm, version 3.5.2 still reboots windows without a proper prompt. |
The collateral damage this caused me today is very frustrating. The incompetence in the way this installer behavior is implemented .... is hurting me. |
Hi folks, this has been fixed with #3551 and the force reboots should stop happening on updates after version 3.5.2 . Thanks all for reporting! |
I was on 3.5.2 and got 3.5.3 today. Yeah, you got it: forced reboot without a warning It seems, that's still not fixed -.-' |
It seems like the fix for this issue was not back ported and is not a part of the 3.5 branch. This means that a fix should be present in the next release (likely 3.6.0). More here: #3551 (comment) |
Thank you! Today it just force-rebooted again, so since this bugfix will only appear in the next release (???????) I am simply uninstalling it and waiting until 3.6.0. Is there any info on when 3.6.0 will be live? |
@ThatCoffeeGuy, I came here with the exact same experience just a couple of minutes ago. Honestly, I'm ready to disable automatic updates, but after reading the recent comments on #3551, I will give it one last try. This comment in particular states that this last reboot was to actually deploy the fix, and it shouldn't happen again. |
We released an interim update (3.5.4) specifically to include the patch to stop force-updating. This means that future updates should no longer force reboot. Apologies for the annoyance -- forced reboots should not happen any longer |
Thank you, let's hope to solve this issue with the next version. |
More specifically, this will start to work normally when updating from 3.5.4 and up. If you want to avoid rebooting when updating to 3.5.4, you need to run the MSI manually. The calling code is a part of the desktop client, so, it is something we have to deal with only this time. |
Bug description
After upgrading to the latest version, it force rebooted my machine without asking for any permissions, resulting in data-loss once again.
Steps to reproduce
Expected behavior
It shouldn't force-reboot my machine without permission under any circumstances.
Which files are affected by this bug
Nextcloud desktop
Operating system
Windows
Which version of the operating system you are running.
Windows 10
Package
Appimage
Nextcloud Server version
23.0.4
Nextcloud Desktop Client version
3.5.0
Is this bug present after an update or on a fresh install?
Updated from a minor version (ex. 3.4.2 to 3.4.4)
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
No response
The text was updated successfully, but these errors were encountered: