NeverDecaf/Alastore

Stops working after running for a while (.exe)

Closed this issue · 1 comments

After running for ~a few days windows will delete the temp files created by pyinstaller. This breaks parts of the program (namely cacert.pem causing downloads to fail). This could be fixed by using the --runtime-tmpdir to extract temp files to a directory that windows will not delete. However, this option is currently broken and awaiting a PR merge. Once pyinstaller is updated this can be fixed and closed. In the meantime a temporary fix is to simply close and re-open the exe.

fixed with custom pyinstaller