Nexus-Mods / NexusMods.App

Home of the development of the Nexus Mods App
https://nexus-mods.github.io/NexusMods.App/
GNU General Public License v3.0
1.07k stars 49 forks source link

Discrepency when installing a collection in the app vs Vortex #2193

Open Pickysaurus opened 1 month ago

Pickysaurus commented 1 month ago

Bug Report

Summary

I have installed a variant of the most popular Stardew Valley collection into the app with both Vortex and the app, then compared the resulting list of files in the game folder.

In this test, I've excluded the _folder_managed_by_vortex and vortex.deployment.json files as they aren't relevant to the end result.

Observations

Steps to reproduce

  1. Install this collection via Vortex.
  2. Note all files in the game folder (excluding known Vortex meta files). - I used dir /s /b /o:gn > App_Files.txt in cmd
  3. Remove the mods in Vortex (or just purge)
  4. Install the same collection with the Nexus Mods app.
  5. Note of all files in the game folder.
  6. Compare the results (I used WinMerge).

Note: I did not hash the files, you can do this for a more detailed comparison.

What is the expected behaviour?

The install of the collection produces the same files in both Vortex and the app.

Other information

nexusmods.app.main.current.log nexusmods.app.slim.current.log App_Files.txt Vortex_Files.txt

Pickysaurus commented 3 weeks ago

The discrepancy seems to be related to #2194