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

Crashes if video file is not found locally #270

Open
jpgill86 opened this issue Apr 26, 2020 · 0 comments
Open

Crashes if video file is not found locally #270

jpgill86 opened this issue Apr 26, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@jpgill86
Copy link
Owner

When other data files are missing, the exception is caught here, before the Qt app has started.

In contrast, when the video file is missing, the exception is caught here instead, after the Qt app has started.

In the latter case, this leads to a QThread: Destroyed while thread is still running error, which crashes the entire app.

@jpgill86 jpgill86 added the bug Something isn't working label Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant