Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No logging during Windows Launcher portion of install / text mode installer window closes immediately on error #164

Open
drojf opened this issue Aug 20, 2021 · 1 comment

Comments

@drojf
Copy link
Collaborator

drojf commented Aug 20, 2021

Currently there is no logging to text file during the Windows Launcher portion of the installer, this can make it hard to debug issues with installer startup.

Specifically for the text-mode/recovery installer, if there is an error while running the launcher (for example, a severe python error or a file missing), the text window will just close immediately, which again makes it hard to debug issues.

@drojf
Copy link
Collaborator Author

drojf commented Sep 19, 2021

I have partially fixed this issue in 6461a12 - the fallback install launcher previously would just exit once the python script exited. It will now pause on exit so you can at least read the error messages if something went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant