glfw_wayland doesn't work under 3.2

Started by Scoopta, September 04, 2018, 18:24:52

Previous topic - Next topic

Scoopta

The version of glfw_wayland that ships with LWJGL 3.2 does not work. It fails to create a window with the error
listener function for opcode 5 of wl_keyboard is NULL
. As a result I've been having to use the GLFW that comes with LWJGL 3.1.6 while using 3.2 for everything else.

spasi

Hey,

Could you please try 3.2.1 snapshot 4? If the problem persists, could you share some information about your environment? Also, have you tried a native GLFW demo?