-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
It seems that the last week Fedora Linux updated the GLFW library to 3.4-4 (glfw.x86_64 1:3.4-4.fc41
). As soon as I did the upgrade I've got the following error:
[ error ] ofAppGLFWWindow: 65548: Wayland: The platform does not support setting the window position
[ error ] ofAppGLFWWindow: 65548: Wayland: The platform does not support setting the window position
[ error ] ofAppGLFWWindow: 65550: X11: Platform not initialized
make: Segmentation fault (core dumped)
I downgraded the library to the previous release of GLFW version 3.3.10 (glfw-1:3.3.10-1.fc41.x86_64
) (seems to be the previous one for fc41), and at the moment it works with no errors.
sudo dnf downgrade glfw-3.3.10 glfw-devel-3.3.10
This is similar to the issue #7903, but I could not find the solution in the checklist #7588, but seems that it was sorted
I did not tried with the nightly-build since I downgraded in panic.
gcc --version
gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)