-
Notifications
You must be signed in to change notification settings - Fork 89
Fixing Copy Mods List error #331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.