-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
Hi,
Stumbled on a new wayland-related issue: I'm suddenly no longer able to run any oF-apps on wayland (tried both sway and Hyprland). xorg works fine. The error I'm getting from a clean, empty default project created with the projectGenerator is:
[ error ] ofAppGLFWWindow: 65550: X11: Platform not initialized
make: *** [../../../libs/openFrameworksCompiled/project/makefileCommon/compile.project.mk:184: run] Segmentation fault (core dumped)
If I set up the app to run as OF_FULLSCREEN
, then I get an additional error:
[ error ] ofAppGLFWWindow: 65548: Wayland: The platform does not support setting the window position
Running of_v0.12.0_linux64gcc6_release
on Arch Linux, and I'm using the glfw-git
package as mentioned in this issue. This used to work just fine, but now no more...
tobiashuttinger