-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature Release 09] Crash when new video gets loaded, while one is still opened #23
Comments
Does this happen consistently for any kind of video? I'm asking since I can't reproduce that. |
yes happens everytime forgot to say, im on windows portable |
I can confirm this issue because I occasionally triggered this bug. I don't know how because it never happens again. |
still happens with FR 10 |
- Fix selection not aborting when the preferred provider returns null - Fix the default video provider being "ffmpegsource" (lowercase) instead of "FFmpegSource", which would trip up provider selection - More generally, make sure the preferred video provider actually exists and fall back to the default (FFmpegSource) if not. Fixes #23 . Fixes #61 . Fixes #83 .
Probably fixed, see #83 (comment) for more information. Reopen if this still happens. |
- Fix selection not aborting when the preferred provider returns null - Fix the default video provider being "ffmpegsource" (lowercase) instead of "FFmpegSource", which would trip up provider selection - More generally, make sure the preferred video provider actually exists and fall back to the default (FFmpegSource) if not. Fixes #23 . Fixes #61 . Fixes #83 .
- Fix selection not aborting when the preferred provider returns null - Fix the default video provider being "ffmpegsource" (lowercase) instead of "FFmpegSource", which would trip up provider selection - More generally, make sure the preferred video provider actually exists and fall back to the default (FFmpegSource) if not. Fixes arch1t3cht#23 . Fixes arch1t3cht#61 . Fixes arch1t3cht#83 .
Feature Release 09
if you load a new video "directly" (drag n drop & select file from open dialog) while one is still opened, the application crashes
if you first close the old video, new one gets loaded normally
happens with mkv files and avs scripts
The text was updated successfully, but these errors were encountered: