-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
Description
There's a pretty critical bug in the v1.7 release which wasn't caught during testing. Many users will experience hanging of the application when starting a scan. I will prioritize getting a fix out for this ASAP.
Root Cause
At release, I switched the .EXE builds to hide the console window by default. However, this seems to cause a bug in the tqdm progress bar handler, which results in an error due to the missing console window. For some reason, the error is also causing the program to hang, when it should instead provide you with a messagebox containing the error reason.
There also seems to be an issue with setting console=False when packing the .EXE. This should probably be set to console=True, hide_console=True instead.