Skip to content

Program Hangs When Starting Scan #209

@Breakthrough

Description

@Breakthrough

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions