I backed up the entire game to a portable drive, where it still runs correctly and loads all VAR packages. After copying the same files to my SSD, the game shows the following error during package refresh:
Exception during package refresh System.ArgumentException: An element with the same key already exists in the dictionary.
at System.Collections.Generic.Dictionary`2<string, MVR.FileManagement.VarFileEntry>.Add (string, MVR.FileManagement.VarFileEntry) <0x00330>
at MVR.FileManagement.FileManager.RegisterPackage (string) <0x005a0>
at (wrapper dynamic-method) MVR.FileManagement.FileManager.Refresh_Patch1 () <0x01096>
Since the SSD copy was made directly from the portable drive, I expected identical behavior. Why is this happening?
Exception during package refresh System.ArgumentException: An element with the same key already exists in the dictionary.
at System.Collections.Generic.Dictionary`2<string, MVR.FileManagement.VarFileEntry>.Add (string, MVR.FileManagement.VarFileEntry) <0x00330>
at MVR.FileManagement.FileManager.RegisterPackage (string) <0x005a0>
at (wrapper dynamic-method) MVR.FileManagement.FileManager.Refresh_Patch1 () <0x01096>
Since the SSD copy was made directly from the portable drive, I expected identical behavior. Why is this happening?