Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kokopelli crash on displaying box example #18

Open
onekk opened this issue Jan 14, 2015 · 2 comments
Open

kokopelli crash on displaying box example #18

onekk opened this issue Jan 14, 2015 · 2 comments

Comments

@onekk
Copy link

onekk commented Jan 14, 2015

kokopelli crash on displaying the box.ko example, the program didn't stop but the rendering is stopped, on the terminal there are many of these errors (all the same and filling the line buffer so i can't report you anything but this error).

Traceback (most recent call last):
File "/home/carlo-m/CNC/kokopelli/koko/glcanvas.py", line 150, in evt_paint
self.draw(shader)
File "/home/carlo-m/CNC/kokopelli/koko/glcanvas.py", line 566, in draw
self.draw_mesh(shader)
File "/home/carlo-m/CNC/kokopelli/koko/glcanvas.py", line 591, in draw_mesh
glPushMatrix()
File "errorchecker.pyx", line 53, in OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError (src/errorchecker.c:1218)
OpenGL.error.GLError: GLError(
err = 1283,
description = 'stack overflow',
baseOperation = glPushMatrix,
cArguments = ()
)

Do you need some other infos, I'm using debian jessie.

Many thanks for your work

Carlo D.

@mkeeter
Copy link
Owner

mkeeter commented Jan 15, 2015

This is usually seen when an exception occurs between the pushMatrix and popMatrix calls, so that's the error that really matters. Can you pipe output into a file to avoid losing the first error to terminal scrollback (i.e. ./kokopelli &> out.txt)?

@onekk
Copy link
Author

onekk commented Jan 17, 2015

I have run the code to capture the output, but nothing happens, the last time, when i got the error I've played with the code to show the whole image, as i now view a yellow surface filling the view "window", maybe I've done something wrong, how to view the box like in the page of kokopelli (with all the pieces in color), maybe this is the origin of the error, so the bug report is related "how to resize the view in kokopelli" to view all the pieces of the box in "cut sheet" mode?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants