openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

Coredump on wayland

Open kflak opened this issue 1 year ago • 22 comments

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...

kflak avatar Feb 23 '24 05:02 kflak

I am having the same issue with 0.12.0

cgxeiji avatar Mar 11 '24 04:03 cgxeiji

Any news on this? It's getting a bit tedious having to switch back and forth between xorg and wayland...

kflak avatar Apr 28 '24 11:04 kflak