konstructs / client

A voxel based game client.
http://www.konstructs.org
MIT License
49 stars 8 forks source link

Add printout of GLFW errors #220

Closed petterarvidsson closed 8 years ago

petterarvidsson commented 8 years ago

Unsetting DISPLAY yields this error message:

GLFW Error[65544]: X11: Failed to open X display
Caught a fatal error: Could not initialize GLFW!

So it seems to work

petterarvidsson commented 8 years ago

This is to help debugging errors like #219

petterarvidsson commented 8 years ago

@nsg Ready for review!