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
os: arch linux
kernel: 7.1.5-arch1-2
wm: hyprland 0.56.1 (wayland)
the engine crashes during window resizing under Wayland. Wayland sends too many resize events without throttling, and SDL2 attempts to process each event in real-time, leading to a segfault. The same issue is observed under X11.
os: arch linux
kernel: 7.1.5-arch1-2
wm: hyprland 0.56.1 (wayland)
the engine crashes during window resizing under Wayland. Wayland sends too many resize events without throttling, and SDL2 attempts to process each event in real-time, leading to a segfault. The same issue is observed under X11.
stack trace:
the crash is consistently reproducible by resizing the window. A video demonstrating the crash is attached below.
2026-08-08.21-41-33.mp4