-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
[HELP] OBS Crashes when Tuna tries to initialize #212
Comments
Just follow the instructions I posted in that issue thread. |
Here is the full GDB log, including the backtrace gdb.log |
Are you trying to use the window title source because that won't work on Wayland. |
Oh no i didn't try anything yet, OBS simply crashes completely when i start it. No windows, nothing. I can only start it in safe mode |
try building the latest version and see if it crashes again |
Seems like tuna is only being loaded in the debugger log. I don't know much about flatpaks but I know that the sandboxing frequently causes issues, which is why I avoid them. Can't really tell you what's wrong in this case. |
After your answer in #211 I tried to write a flatpak version of your plugin but I find myself with a strange issue.
The build itself steams to work without a problem, beside the two warnings of missing API Info for Spotify and LastFM.
When I try to launch OBS it crashes after a few seconds, see full log here.
I looked at the log provided in issue #207 as it appears that the first thing Tuna dose is to try to initiate a dbus session for MPRIS sources.
Is it possible to get more debug output from the Plugin so I can diagnose the issue further?
The text was updated successfully, but these errors were encountered: