-
Notifications
You must be signed in to change notification settings - Fork 79
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
Make the re-encryption loading screen appear before the re-encryption starts #10352
Comments
Fixes #10352 Adds a 1 second timer before re-encrypting, to make sure the loading screen is shown before it starts, since it can freeze.
Seems like there is an actual problem in Windows. It really does fail even before trying to re-encrypt. I have deja-vu with that error:
@alaibe do you remember? I confirmed that there is no other process. |
@jrainville i don't remember this. I only remember the length of the path being too long but that doesn't seem to be same error Could it be the app sleeping? |
I found the issue. It was a path issue. See how the path has a slash at the end. |
Fixes #10352 Adds a 1 second timer before re-encrypting, to make sure the loading screen is shown before it starts, since it can freeze.
Fixes #10352 Adds a 1 second timer before re-encrypting, to make sure the loading screen is shown before it starts, since it can freeze.
Completed here #10355 |
Fixes #10352 Adds a 1 second timer before re-encrypting, to make sure the loading screen is shown before it starts, since it can freeze.
Description
Right now, the re-encryption starts and the loading screen with the message to not shut down the app appears after the re-encryption starts. So on slower machines, the re-encryption freezes the app, and the loading screen never appears. They then close the app, thinking it it broken, not knowing that by doing that, they actually broke it.
The fix here is to make sure the loading screen appear before we start the re-encryption.
The text was updated successfully, but these errors were encountered: