Skip to content

fixed several issues that would cause collection installations to stall#19319

Merged
IDCs merged 1 commit intomasterfrom
fix/19313-19318
Jan 15, 2026
Merged

fixed several issues that would cause collection installations to stall#19319
IDCs merged 1 commit intomasterfrom
fix/19313-19318

Conversation

@IDCs
Copy link
Contributor

@IDCs IDCs commented Jan 15, 2026

Fixed:

  • skipped external downloads not registering as skipped/ignored correctly (This would cause the collection to fail to realize that installation had completed successfully)
  • fixed bundled mod status potentially reverting back to "downloading" state (This would cause the installation to stall as Vortex was waiting for a bundled mod to download which would never happen)
  • fixed incorrect/failed download lookups in collections extension causing the UI to fail to realize that the download is complete.
  • fixed collectionsInstallWhileDownloading toggle not being adhered to.
  • fixed downloads getting erased incorrectly during collection installation upon failure to rename them (added error handling for that use case which should guarantee it never happens again)
  • fixed UI slowdown when installing recommended/optional mods (we were testing references for the entire collection not just the optional mods)

fixes #19313
fixes #19314
fixes #19315
fixes #19316
fixes #19317
fixes #19318

@IDCs IDCs self-assigned this Jan 15, 2026
@IDCs IDCs requested a review from a team January 15, 2026 08:19
@IDCs IDCs merged commit 5e12a78 into master Jan 15, 2026
4 checks passed
@IDCs IDCs deleted the fix/19313-19318 branch January 15, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment