Breakpoint 1, _mesa_warning (ctx=0x8426480, fmtString=0xeaa77c "glDraw[Range]Elements(start %u, end %u, count %d, type 0x%x, indices=%p)\n\tend is out of bounds (max=%u) Element Buffer %u (size %d)\n\tThis should probably be fixed in the application.") at main/imports.c:909 909 _mesa_warning( GLcontext *ctx, const char *fmtString, ... ) (gdb) call _mesa_print_arrays(ctx) Array Object 0 Vertex: Ptr=(nil), Type=0x1406, Size=3, ElemSize=12, Stride=32, Buffer=10(Size 509920), MaxElem=15935 TexCoord[0]: Ptr=0xc, Type=0x1406, Size=2, ElemSize=8, Stride=20, Buffer=38(Size 1820), MaxElem=91 _MaxElement = 91 (gdb)