Conversation
|
A SMM error popup is a bit much for something that will happen for every disabled mod in a profile. I checked the old (SMM v2) implementation for this (https://github.com/satisfactorymodding/SatisfactoryModManager/blob/v2.9.3/src/renderer/components/menu-bar/SettingsMenu.vue#L757), and it was listing all installed mods (iterating the lockfileMods list instead of the manifestMods list), in which case all mod references would be valid lockfileMods keys. Listing all mods which are in use rather than the mods in the profile also makes more sense given the original debugging purpose of copying the mods list. |
|
@mircearoata I think the SMM error popup resulted from a miscommunication on my part, I'll fix it. I meant "I want to make sure that any errors during the copy mod process get caught as SMM errors" because the reason it took us so long to track this down is because the real error was silently eaten |

No description provided.