guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.72k stars 219 forks source link

Linux Wayland Sway WM - crash on start #354

Closed ernierasta closed 4 months ago

ernierasta commented 4 months ago

In Linux, Wayland, Sway WM I can not run goxel, error is:

glfw error 65544 (Wayland: Setting window icon not supported)
goxel: src/main.c:35: on_glfw_error: Assertion `false' failed.
Aborted

And this is true, Sway WM do not use windows icons.

As workaround, after disabling assert(false); goxel will start without problem.

I am afraid that not all glfw errors are critical.

guillaumechereau commented 4 months ago

OK thanks I removed this assert.