New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/issues/49763#issuecomment-2185773058 Comment: `win->gpuctx` is equivalent to `(*win).gpuctx` (which dereferences win), in this case `win` is NULL because `GHOST_CreateWindow()` fails and `wm->windrawable` is NULL. Either way, assuming this can still be reproduced on the latest official release, this should be reported upstream.