I am on the beta 1.15.7.0 flatpak (it started on stable branch). When loading the desktop app, it immediately crashes. It appears to happen when loading the thumbnail of a quicktime video. I wiped out the data and reinstalled, then disabled thumbnail preview in settings. It worked until I tried loading the quicktime video manually.
Here is the error output when running:
flatpak run app.bluebubbles.BlueBubbles
Gtk-Message: 10:16:09.762: Failed to load module "canberra-gtk-module"
Gtk-Message: 10:16:09.763: Failed to load module "canberra-gtk-module"
package:media_kit_libs_linux registered.
Initializing startup services...
(bluebubbles:2): LIBDBUSMENU-GLIB-WARNING **: 10:16:10.105: About to Show called on an item wihtout submenus. We're ignoring it.
media_kit: VideoOutput: EGL display or context is invalid.
media_kit: VideoOutput: S/W rendering.
VideoOutput.Resize
{handle: 2240006021712, id: 2239720938000, rect: {left: 0, top: 0, width: 1, height: 1}}
NativeVideoController: Texture ID: 2239720938000
(bluebubbles:2): Gdk-CRITICAL **: 10:16:10.180: gdk_device_get_source: assertion 'GDK_IS_DEVICE (device)' failed
(bluebubbles:2): Gdk-CRITICAL **: 10:16:10.197: gdk_device_get_source: assertion 'GDK_IS_DEVICE (device)' failed
bluebubbles: ../video/mp_image.c:601: mp_image_crop: Assertion `x1 <= img->w && y1 <= img->h' failed.
I have tried several ideas from an LLM, to no effect:
sudo apt install libmpv1 libwebkit2gtk-4.1-0 libgtk-3-0 libnotify4 libappindicator3-1 libsecret-1-0 libgstreamer1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0
flatpak run --env=LIBGL_ALWAYS_SOFTWARE=1 --env=MPV_HWDEC=no --env=MPV_VO=software --env=MPV_GPU_API=opengl --env=GDK_BACKEND=x11 --env=QT_QPA_PLATFORM=xcb app.bluebubbles.BlueBubbles
flatpak run --env=LIBGL_ALWAYS_SOFTWARE=1 app.bluebubbles.BlueBubbles
I also tried running from the tarball and got this:
~/Downloads/bluebubbles-linux-x86_64$ ./bluebubbles
./bluebubbles: error while loading shared libraries: libmpv.so.2: cannot open shared object file: No such file or directory
I am running Pop_OS 22.04 LTS on a desktop with AMD Ryzen 9 6900HX and integrated AMD video.
Thanks for all your great work on this project.
I am on the beta 1.15.7.0 flatpak (it started on stable branch). When loading the desktop app, it immediately crashes. It appears to happen when loading the thumbnail of a quicktime video. I wiped out the data and reinstalled, then disabled thumbnail preview in settings. It worked until I tried loading the quicktime video manually.
Here is the error output when running:
I have tried several ideas from an LLM, to no effect:
sudo apt install libmpv1 libwebkit2gtk-4.1-0 libgtk-3-0 libnotify4 libappindicator3-1 libsecret-1-0 libgstreamer1.0-0 libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0flatpak run --env=LIBGL_ALWAYS_SOFTWARE=1 --env=MPV_HWDEC=no --env=MPV_VO=software --env=MPV_GPU_API=opengl --env=GDK_BACKEND=x11 --env=QT_QPA_PLATFORM=xcb app.bluebubbles.BlueBubblesflatpak run --env=LIBGL_ALWAYS_SOFTWARE=1 app.bluebubbles.BlueBubblesI also tried running from the tarball and got this:
I am running Pop_OS 22.04 LTS on a desktop with AMD Ryzen 9 6900HX and integrated AMD video.
Thanks for all your great work on this project.