LWJGL Forum

Programming => Bug Reports / RFE => Topic started by: Scoopta on September 04, 2018, 18:24:52

Title: glfw_wayland doesn't work under 3.2
Post by: Scoopta on September 04, 2018, 18:24:52
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.
Title: Re: glfw_wayland doesn't work under 3.2
Post by: spasi on October 12, 2018, 18:45:51
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?