-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Newly Installed Flatpak Version Not Working #901
Comments
I am experiencing the same issue, on Ubuntu 23.04. |
I can't reproduce this. Tested with Ubuntu 23.04 in a VM. Do you see any error messages if you launch Celluloid from the command line? |
So, if I launch it for the command line (with I'll note that it doesn't crash upon loading the program, but it does once trying to open a video, however nothing is returned in the command line at that point. |
Downgrading the Flatpak from commit |
/cc @TingPing |
I can't reproduce here. "Cannot load libcuda.so.1" doesn't seem to matter. CC @bbhtt who did the last update. |
I use it pretty much daily on Fedora 39 (with AMD gpu), but I don't see any issues.
Are you sure it is not crashing? Do you see anything in Can you run the following, load the file then share the log?
|
And here's the log output of that command: I'm not seeing anything obvious in that log personally. |
You'll probably need to get a backtrace for useful info.
|
This is the output I get:
|
It's crashing somewhere in mesa. It's not a bug in celluloid. You need to install debug symbols for those, then redo the backtrace
|
This could be https://gitlab.freedesktop.org/mesa/mesa/-/issues/9922, the GNOME runtime is using mesa 23.2.1. Per the last comment on the thread, there is no release with the fix but will be soon. |
This didn't meaningfully change the output of the backtrace. |
Argh, looks like GNOME runtime added support for mounting the GL.Debug extension just 5 days ago and is not in any 45 runtime release https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/2168#note_548 I guess we can create a test build of the flatpak with the extension point added to the manifest |
If there's a pretty good chance the open mesa issue is it, and that's being worked on, it may make more sense to just wait and see what results that yields once the fix is released. |
Can you try installing the following bundle? It's x86_64 only. It has the extension point for GL.Debug and debug symbols. It should work. You need to have these two installed
then redo gdb to get the trace. |
Same issue on Archlinux with GNOME 45, but the same issue occured a few weeks ago when I was using GNOME 44 Logs
Edit: The pacman version works like its supposed to |
For those who were still affected by this issue, the latest release of the freedesktop runtime bumps the Mesa version to the 23.3 branch, and that seems to have fixed it for me. |
On freshly installed and up-to-date Ubuntu 22.04.3
Installed the latest version from Flatpak. Can open the App, but selecting any video, the App immediately closes.
Latest version of MPV was installed from Flatpak prior to installing Celluloid.
Using Flatseal, set the App to have access to all user files. All Celluloid settings are default (No settings have been changed)
The text was updated successfully, but these errors were encountered: