You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching the AppImage binary (version 3.3.0) on Ubuntu 22.10, I get a blank window and the following terminal output:
./diffuse-linux-amd64.AppImage
GStreamer element appsink not found. Please install it
GStreamer element autoaudiosink not found. Please install it
(WebKitWebProcess:64679): GLib-GObject-WARNING **: 20:42:29.500: invalid (NULL) pointer instance
(WebKitWebProcess:64679): GLib-GObject-CRITICAL **: 20:42:29.500: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
The DEB package does work though
I believe this tauri bug might be related: "tauri.bundle.appimage.bundleMediaFramework works only when building on ubuntu for now. I wanted to "fix" this for weeks now, but couldn't find the time to do it yet...".
The text was updated successfully, but these errors were encountered:
When launching the AppImage binary (version 3.3.0) on Ubuntu 22.10, I get a blank window and the following terminal output:
The DEB package does work though
I believe this tauri bug might be related: "tauri.bundle.appimage.bundleMediaFramework works only when building on ubuntu for now. I wanted to "fix" this for weeks now, but couldn't find the time to do it yet...".
The text was updated successfully, but these errors were encountered: