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

Media Source Crash on Exit #27

Closed
realcoolfriend opened this issue Jun 2, 2020 · 4 comments
Closed

Media Source Crash on Exit #27

realcoolfriend opened this issue Jun 2, 2020 · 4 comments

Comments

@realcoolfriend
Copy link

OBS crashes on exit whenever I set a scene to change at the end of playback of a media source.

I was able to work around the issue by using the "Scene Sequence" tab to trigger the transition using the source video file's duration instead, but thought I'd drop a comment here to give you a heads up.

Here's a link to the crash report, in case it turns out the problem is specific to my setup:
https://obsproject.com/logs/_h29kG1Y0k_g2WXg

@WarmUpTill
Copy link
Owner

WarmUpTill commented Jun 2, 2020

Thanks for reporting the issue!

Does this only happen with the most recent version I released yesterday or also with the previous one where the media switching was introduced?

EDIT: A crash was also reported on the OBS forums (although there I do not even see the scene switcher threads on the call stack at all)

Does this depend on the file / media source being used?
As of now I was not able to reproduce it on my end.

@realcoolfriend
Copy link
Author

Thanks for looking into it!

I used to use exceldro's lua script (found it on the obs forums here), and had the same problem with that, too. With this plugin, the crashes happened before and after the most recent update.

I was using it on three different video sources. I think two of them were originally in .avi format, and one was a webm from the get-go. I ended up converting the .avi files to webm, too. I tested with each of the videos in isolation, but the issue was still there as long as any one of them was in use.

I want to add that the plugin otherwise performed as expected the entire time, though. The only issue was with OBS crashing after closing the program, so if any users are concerned about the issue, it's definitely still usable (at least for me)!

@WarmUpTill
Copy link
Owner

WarmUpTill commented Jun 5, 2020

It was reported to me that the issue is apparently resolved with 9f03264
Can you maybe also give this a try?

Build should be finished in a few minutes
https://github.com/WarmUpTill/SceneSwitcher/runs/742976119

But please note that invalid media switches (containing sources, scenes or transitions that do not exist) will be automatically removed with 5082f59

EDIT: Another issue was identified with the delete button, which was fixed with 7fef29d

@realcoolfriend
Copy link
Author

Checking back in-- I don't have the means to compile the changes you linked to, but I did see that there was a new release since you mentioned them.

I changed my switches from timebase back to "end of media playback" and it looks like the crash is indeed fixed in the latest version.

Thanks so much for your support!

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

2 participants