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 I install the .deb package and install it, the error occurs like:
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: 权限不够
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: 权限不够
Failed to create GBM buffer of size 1150x750: 权限不够
And I couldn't see the main interface.
When I just launch the .AppImage program, the error occurs like:
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
After I install FUSE, the error occurs like:
Gtk-Message: 08:15:55.404: Failed to load module "xapp-gtk3-module"
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
Gtk-Message: 08:15:56.140: Failed to load module "xapp-gtk3-module"
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: 权限不够
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: 权限不够
Failed to create GBM buffer of size 1150x750: 权限不够
/lib/x86_64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so
/usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so: undefined symbol: g_assertion_message_cmpint
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
And I couldn't see the main interface EITHER.
The text was updated successfully, but these errors were encountered:
It seems to be a problem with webkitgtk and nvidia driver. Try setting the WEBKIT_DISABLE_DMABUF_RENDERER=1 env var before launching. See tauri-apps/tauri#8462
Environment
Ubuntu 24.04 on x86_64
When I install the .deb package and install it, the error occurs like:
And I couldn't see the main interface.
When I just launch the .AppImage program, the error occurs like:
After I install FUSE, the error occurs like:
And I couldn't see the main interface EITHER.
The text was updated successfully, but these errors were encountered: