GL Surface locked - even after reboot
Posted: Mon Jul 23, 2012 10:05 am
I've been playing around with OPENGLES in C and pi3d/python - then it all stopped working with assert: surface errors.
No problem I thought, its hung onto a resource - just reboot - but the problem persists even after a power down overnight.
Even hello_triangle no longer works:
No problem I thought, its hung onto a resource - just reboot - but the problem persists even after a power down overnight.
Even hello_triangle no longer works:
Code: Select all
./hello_triangle.bin
hello_triangle.bin: triangle.c:174: init_ogl: Assertion `state->surface != ((EGLSurface)0)' failed.
Aborted