RWELabs/Stardew-Valley-Mod-Manager

[Issue] SDVMP Installer does not work

Closed this issue · 2 comments

Describe the Issue
Attempting to install an SDVMP file results in incomplete file installations:

  1. All existing mods being deleted with no new mods being installed.
  2. Some or all existing mods being deleted with none or some new mods being installed.

Issue is present on all Windows 10 installs of the SDV Mod Manager. It is also present on some low to mid ranged Windows 11 desktops though works more often on Windows 11.

Environment:

  • Windows Version: Windows 10
  • Mod Manager Version: v220502

Suggested Resolution
It's possible that the installation is starting steps too quickly, overwriting activities before it happens.

Seems to be resolved on host pc and a virtual machine. Issue was solved by splitting the operations into their own background workers instead of having them all fire in one - leaving less space for overlap on slower hardware.

Issue Persists
The issue was resolved but does not account for installations on a separate drive from the C Drive, eliminating the ability to install modpacks to a Stardew Valley installation on a secondary drive.