floooh / sokol

minimal cross-platform standalone C headers
https://floooh.github.io/sokol-html5
zlib License
6.93k stars 487 forks source link

const void *sapp_metal_get_device(void): Assertion `_sapp.valid' failed. #960

Closed ThePuzzledDev closed 9 months ago

ThePuzzledDev commented 9 months ago

I am currently trying to develop a simple app in Sokol on Linux. However when I run my code I get this error: const void *sapp_metal_get_device(void): Assertion _sapp.valid failed. . I am currently on Linux an am not trying to use metal at all. Why does this error occur?