ME3Tweaks / ME3TweaksModManager

Mod Manager for Mass Effect Original Trilogy and Mass Effect Legendary Edition
GNU General Public License v3.0
121 stars 34 forks source link

Bug: Batch Installer does not run merges if mod installation is canceled #430

Open Mgamerz opened 2 weeks ago

Mgamerz commented 2 weeks ago

If mod installation is canceled in a set of batch mods, the merges that should run don't appear to be, according to the logs. They are queued as batch result instead that attach to the next shown panel. We must ensure BatchPanelResult is handled on the final close of all panels.

It might be best to build in some code to detect this and breakpoint always on it.