New comment by fruitiestPunch on void-packages repository https://github.com/void-linux/void-packages/issues/49763#issuecomment-2185768387 Comment: I dug a little and compared Blender 4.0.1 with Blender 3.6.12 (this one and v3.3. work for me) and `GPU_context_active_set(static_cast(win->gpuctx));` lead me to https://github.com/blender/blender/blob/9be62e85b7270d3d2e5bcc846420b91bab3988f9/source/blender/gpu/GPU_context.h#L65 where even the doc string states that it can be NULL (in v4 and v3.6). This only difference is the STATIC_CASTING in v4. I will try to see, if a) removing the 'static_cast' or b) adding a nullptr-check before casting will resolve the issue.