-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
[BUG]: Cannot launch in Wayland even with WEBKIT_DISABLE_DMABUF_RENDERER=1
set
#835
Labels
Comments
same bug with Arch Linux / GNOME / Wayland / Nvidia. Here is my environment: gnome-shell 1:47.2-1
linux-lts 6.6.63-1
nvidia-lts 1:565.57.01-6
wayland 1.23.1-1 Here is my log:
|
@FlysoftBeta @scgm0 @xymeng16 Have you tried to launch Pot via Xwayland? This works for me: |
I can't reproduce this problem on Arch Linux + Plasma 6.2.2 + Wayland |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
➜ ~ WEBKIT_DISABLE_DMABUF_RENDERER=1 pot
[2024-06-14][13:34:48][TRACE][async_io::driver] block_on()
[2024-06-14][13:34:48][TRACE][tracing::span::active] -> {};
[2024-06-14][13:34:48][TRACE][zbus::connection] Sending message: Msg { type: MethodCall, sender: UniqueName(Str(Borrowed(":1.271"))), path: ObjectPath("/org/freedesktop/DBus"), iface: InterfaceName(Str(Borrowed("org.freedesktop.DBus"))), member: MemberName(Str(Borrowed("RemoveMatch"))), body: Signature("s") }
[2024-06-14][13:34:48][TRACE][zbus::connection] Sent message with serial: 5
[2024-06-14][13:34:48][TRACE][tracing::span::active] <- {};
[2024-06-14][13:34:48][TRACE][tracing::span::active] -> {};
[2024-06-14][13:34:48][TRACE][tracing::span::active] <- {};
[2024-06-14][13:34:48][TRACE][async_io::driver] block_on: sleep until notification
[2024-06-14][13:34:48][TRACE][polling::epoll] new events: epoll_fd=14, res=1
[2024-06-14][13:34:48][TRACE][polling::epoll] modify: epoll_fd=14, fd=15, ev=Event { key: 18446744073709551615, readable: true, writable: false }
[2024-06-14][13:34:48][TRACE][async_io::reactor] react: 1 ready wakers
[2024-06-14][13:34:48][TRACE][async_io::driver] main_loop: sleeping for 50 us
[2024-06-14][13:34:48][TRACE][zbus::socket_reader] Message received on the socket: Msg { type: MethodReturn, sender: UniqueName(Str(Borrowed("org.freedesktop.DBus"))), reply-serial: 5, body: Signature("") }
[2024-06-14][13:34:48][TRACE][zbus::socket_reader] Error broadcasting message to stream for
None
: SendError(..)[2024-06-14][13:34:48][TRACE][zbus::socket_reader] Broadcasted to all streams: Ok(Msg { type: MethodReturn, sender: UniqueName(Str(Borrowed("org.freedesktop.DBus"))), reply-serial: 5, body: Signature("") })
[2024-06-14][13:34:48][TRACE][zbus::socket_reader] Waiting for message on the socket..
[2024-06-14][13:34:48][TRACE][polling::epoll] modify: epoll_fd=14, fd=13, ev=Event { key: 0, readable: true, writable: false }
[2024-06-14][13:34:48][TRACE][tracing::span::active] -> {};
[2024-06-14][13:34:48][TRACE][tracing::span::active] <- {};
[2024-06-14][13:34:48][TRACE][tracing::span::active] -> {};
[2024-06-14][13:34:48][TRACE][tracing::span::active] <- {};
[2024-06-14][13:34:48][TRACE][tracing::span] -- {};
[2024-06-14][13:34:48][TRACE][async_io::driver] main_loop: waiting on I/O
[2024-06-14][13:34:48][TRACE][tracing::span::active] -> {};
[2024-06-14][13:34:48][TRACE][async_io::reactor] process_timers: 0 ready wakers
[2024-06-14][13:34:48][TRACE][polling] Poller::wait(, None)
[2024-06-14][13:34:48][TRACE][polling::epoll] wait: epoll_fd=14, timeout=None
[2024-06-14][13:34:48][TRACE][polling::epoll] modify: epoll_fd=14, fd=16, ev=Event { key: 18446744073709551615, readable: true, writable: false }
[2024-06-14][13:34:48][TRACE][zbus::connection] Sending message: Msg { type: MethodCall, sender: UniqueName(Str(Borrowed(":1.271"))), path: ObjectPath("/org/freedesktop/DBus"), iface: InterfaceName(Str(Borrowed("org.freedesktop.DBus"))), member: MemberName(Str(Borrowed("RemoveMatch"))), body: Signature("s") }
[2024-06-14][13:34:48][TRACE][zbus::connection] Sent message with serial: 6
[2024-06-14][13:34:48][TRACE][tracing::span::active] <- {};
[2024-06-14][13:34:48][TRACE][async_io::driver] block_on: sleep until notification
[2024-06-14][13:34:48][TRACE][polling::epoll] new events: epoll_fd=14, res=1
[2024-06-14][13:34:48][TRACE][polling::epoll] modify: epoll_fd=14, fd=15, ev=Event { key: 18446744073709551615, readable: true, writable: false }
[2024-06-14][13:34:48][TRACE][async_io::reactor] react: 1 ready wakers
[2024-06-14][13:34:48][TRACE][async_io::driver] main_loop: sleeping for 50 us
[2024-06-14][13:34:48][TRACE][zbus::socket_reader] Message received on the socket: Msg { type: MethodReturn, sender: UniqueName(Str(Borrowed("org.freedesktop.DBus"))), reply-serial: 6, body: Signature("") }
[2024-06-14][13:34:48][TRACE][zbus::socket_reader] Error broadcasting message to stream for
None
: SendError(..)[2024-06-14][13:34:48][TRACE][zbus::socket_reader] Broadcasted to all streams: Ok(Msg { type: MethodReturn, sender: UniqueName(Str(Borrowed("org.freedesktop.DBus"))), reply-serial: 6, body: Signature("") })
[2024-06-14][13:34:48][TRACE][zbus::socket_reader] Waiting for message on the socket..
[2024-06-14][13:34:48][TRACE][polling::epoll] modify: epoll_fd=14, fd=13, ev=Event { key: 0, readable: true, writable: false }
[2024-06-14][13:34:48][TRACE][tracing::span::active] -> {};
[2024-06-14][13:34:48][TRACE][tracing::span::active] <- {};
[2024-06-14][13:34:48][TRACE][async_io::driver] main_loop: waiting on I/O
[2024-06-14][13:34:48][TRACE][tracing::span::active] -> {};
[2024-06-14][13:34:48][TRACE][async_io::reactor] process_timers: 0 ready wakers
[2024-06-14][13:34:48][TRACE][tracing::span::active] <- {};
[2024-06-14][13:34:48][TRACE][polling] Poller::wait(, None)
[2024-06-14][13:34:48][TRACE][tracing::span] -- {};
[2024-06-14][13:34:48][TRACE][polling::epoll] wait: epoll_fd=14, timeout=None
[2024-06-14][13:34:48][TRACE][async_io::driver] block_on: sleep until notification
[2024-06-14][13:34:48][TRACE][polling::epoll] modify: epoll_fd=14, fd=16, ev=Event { key: 18446744073709551615, readable: true, writable: false }
** (pot:87113): WARNING **: 21:34:48.584: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.
[1] 87113 segmentation fault (core dumped) WEBKIT_DISABLE_DMABUF_RENDERER=1 pot
➜ ~
Reproduction
Platform
Linux
System Version
Arch Linux/Plasma 6/NVIDIA
Window System (Linux Only)
Wayland
Software Version
2.7.10
Log File
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: