Skip to content
TechnologicalTurtle edited this page Jul 22, 2026 · 5 revisions

Issues

GLFW

"GLFW failed to initialize!" issue on linux

If nothing happens and you get "GLFW failed to initialize!" fatal error in console, you can look at this.

Rendering

OpenGL error logs

If nothing, gets rendered and your're sure it's LibGui's fault, I recommend turning on OpenGL debug mode by debug_build parameter in Init() function to true, this will slow down the program, but it should print any OpenGL errors to console.
screenshot_of_such_a_log

Clone this wiki locally