[Problem] Fix threading - MPF unresponsive during log compression #779

Open
opened 2026-01-29 16:22:09 +00:00 by claunia · 0 comments
Owner

Originally created by @Deterous on GitHub (Dec 22, 2024).

Originally assigned to: @mnadareski on GitHub.

MPF can take a few seconds or more to compress the log files. While it is doing so, the status is "Waiting for additional information.." (which is not the intended message), and the UI window cannot be moved, causing windows to think the app is unresponsive.

The threading at this point in the code needs fixing (such that the status is displayed properly) and so that the UI window remains responsive.

Originally created by @Deterous on GitHub (Dec 22, 2024). Originally assigned to: @mnadareski on GitHub. MPF can take a few seconds or more to compress the log files. While it is doing so, the status is "Waiting for additional information.." (which is not the intended message), and the UI window cannot be moved, causing windows to think the app is unresponsive. The threading at this point in the code needs fixing (such that the status is displayed properly) and so that the UI window remains responsive.
claunia added the bug label 2026-01-29 16:22:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#779