This is the fix from upstream: --- --- a/mcomix/__main__.py +++ b/mcomix/__main__.py @@ -21,10 +21,10 @@
def main() -> None: - mp.freeze_support() - mp.set_start_method('spawn') run() if __name__ == '__main__': + mp.freeze_support() + mp.set_start_method('spawn') main() --- https://sourceforge.net/p/mcomix/git/ci/a4092eb4f2927ce5d600444d0b10c308148ca34d/ It is not versioned yet.