2012/6/19 Richard Jones <[email protected]>: > On 19 June 2012 18:45, Rui Carmo <[email protected]> wrote: >> On 19/06/2012, at 07:50, Richard Jones <[email protected]> wrote: >> >>> From Martin's tests though it looks like 32-bit Linux is in a sorry state... >> >> Could this be due to different X/hardware support? I can try running the >> tests again on a different machine (one without hardware acceleration). Will >> take a while, though. > > Yes, Linux can be a little varied between installations. It's probably > worthwhile getting a few people to try it out.
FYI, I'm running with: OpenGL vendor string: Tungsten Graphics, Inc OpenGL renderer string: Mesa DRI Intel(R) Ironlake Desktop OpenGL version string: 2.1 Mesa 8.0.2 OpenGL shading language version string: 1.20 I've also tried to pin-point where the coredump occures and it turns out to be in pyglet.graphics.vertexdomain.IndexedVertexDomain.draw on the first glDrawElements because the arguments are (4, 42, 5125, 0). Having indices being 0 is certainly not the right thing ! :-) I still need to figure out why the self.index_buffer.ptr is 0. Cheers, Olivier -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
