Skip to content

fix auto-update install failing on transient installer file lock#23326

Open
IDCs wants to merge 1 commit into
release/v2.1from
fix/app-482
Open

fix auto-update install failing on transient installer file lock#23326
IDCs wants to merge 1 commit into
release/v2.1from
fix/app-482

Conversation

@IDCs
Copy link
Copy Markdown
Contributor

@IDCs IDCs commented May 27, 2026

quitAndInstall was fired once with no retry, so a transient "spawn EBUSY" (antivirus still scanning the freshly downloaded installer) left the user stuck on the old version. Retry the launch a few times on lock errors via attemptInstall(), and skip re-downloading when the update is already present.

fixes app-482
fixes #23290

quitAndInstall was fired once with no retry, so a transient "spawn
EBUSY" (antivirus still scanning the freshly downloaded installer) left
the user stuck on the old version. Retry the launch a few times on lock
errors via attemptInstall(), and skip re-downloading when the update is
already present.

fixes app-482
fixes #23290
@IDCs IDCs self-assigned this May 27, 2026
@IDCs IDCs requested a review from a team as a code owner May 27, 2026 06:26
@IDCs IDCs linked an issue May 27, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vortex Version 2.0.2 does not install

1 participant