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 fractional scaling is enabled in Wayland, BigWheels crash due to a VK_ERROR_OUT_OF_DATE.
The initial error showing is: wl_surface: error 2: BUffer size(1502x489) is not divisible by scale (2)
Changing the scaling (in Sway) from 1.5 to either 1 or 2 solves the issue.
The text was updated successfully, but these errors were encountered:
When fractional scaling is enabled in Wayland, BigWheels crash due to a
VK_ERROR_OUT_OF_DATE
.The initial error showing is:
wl_surface: error 2: BUffer size(1502x489) is not divisible by scale (2)
Changing the scaling (in Sway) from 1.5 to either 1 or 2 solves the issue.
The text was updated successfully, but these errors were encountered: