Skip to content

Conversation

@rhit-silkaijr
Copy link
Member

No description provided.

@rhit-silkaijr
Copy link
Member Author

image Example of error when trying to copy a disabled mod

@rhit-silkaijr rhit-silkaijr moved this from 🏗 In progress to 👀 Ready for Ficsit Team review in Rose Senior Project Nov 4, 2025
@rhit-silkaijr rhit-silkaijr moved this from 👀 Ready for Ficsit Team review to 🏗 In progress in Rose Senior Project Nov 4, 2025
@mircearoata
Copy link
Member

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.

@budak7273
Copy link
Member

@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

@budak7273 budak7273 enabled auto-merge (squash) November 19, 2025 07:18
@budak7273 budak7273 disabled auto-merge November 19, 2025 17:57
@budak7273 budak7273 enabled auto-merge (squash) November 19, 2025 18:00
@budak7273 budak7273 merged commit b5c4461 into master Nov 19, 2025
23 of 24 checks passed
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Completed in Rose Senior Project Nov 19, 2025
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Completed in Mod Manager (SMM) and CLI Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Completed
Status: ✅ Completed

Development

Successfully merging this pull request may close these issues.

Copy Mods List doesn't work (program can't access clipboard)

4 participants