SimpleDSCSModManager
SimpleDSCSModManager copied to clipboard
UI randomly freezes when packing MDB1s
The UI will randomly freeze indefinitely when packing MDB1s. There are two likely possible causes:
- Something is going wrong with PyQt5, presumably causing undefined behaviour - probably a signal/slot issue
- DSCSTools itself freezes when packing MDB1s
I think the most likely cause is 1) by far. The root cause of this issue needs to be diagnosed and fixed.