dalerank / nanogui-sdl

Minimalistic port of NanoGUI claim works with SDL API w/o external dependencies.
Other
437 stars 77 forks source link

Error 00000501 after create tex #21

Closed dwinkelman closed 5 years ago

dwinkelman commented 7 years ago

In the example programs and a program I have written, "Error 00000501 after create tex" is thrown when the screen object is initialized. Additionally, "Error 00000502 after convex fill" and "Error 00000502 after stroke fill" are thrown in Examples 1 and 2, and neither one displays any text, though all other elements render correctly.

I have made sure OpenGL is set to the version installed. I am using an Ubuntu virtual machine with OpenGL 2.1, and have tried linking libSDL2.so or libSDL2-2.0.so. Mesa is 12.0.6.

dalerank commented 5 years ago

redesigned for sdl2 api only, try now