-
-
Notifications
You must be signed in to change notification settings - Fork 684
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
wp_viewport@33: error 2: source rectangle out of buffer bounds #905
Comments
What compositor is this happening with? |
Hyprland 0.44.0 will report |
The change as proposed is invalid, as it breaks the protocol. If it works on Hyprland, then the compositor is badly implemented.
Either way the source viewport size is set for a reason and removing it breaks things. The error value you get doesn't make much sense in context of what the protocol describes.
|
Got. After some experiments, I think you are right. But the real problem may be
Without this line, EDIT: BTW, I initially got this error with Hyprland 0.38, in which wlroots is still used. That should be identical to an old-versioned sway. |
This error message was never in wlroots. It's coming from hyprland. |
I mean this |
A similar issue as in SDL, please check libsdl-org/SDL#9285
EDIT: I don't read the source carefully, but the following patch worked:
The text was updated successfully, but these errors were encountered: