matortheeternal / merge-plugins

Standalone application for merging bethesda plugin files.
Other
53 stars 13 forks source link

Not saving merges if background loader not complete #11

Closed matortheeternal closed 9 years ago

matortheeternal commented 9 years ago

Possibly due to RenameSavedPlugins being called when the background loader is not yet complete, causing some kind of exception between wbFileForceClosed and the background loader to cause the save thread to terminate early, thus missing the opportunity to save merges.

Fix by: