-
Notifications
You must be signed in to change notification settings - Fork 30
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
Illegal glut reinitialization attempt when using several objects #11
Comments
Same thing for detection actually which makes this really problematic:
Crashes everytime it tries to load a second object, but loading only one or the other works fine. |
Seems like this problem goes way back: |
hmmm, can you maybe check what I did there to see if glutInit is indeed only called once ? Thx. |
I have added a print to see when it runs
Here is the ouput:
I checked I am not familiar with ecto and I'm having a hard time figuring out the whole picture here |
Same issue there: |
I guess that got closed by #12 right ? |
GLUT fails reinitializing the renderer for training the second object.
For now I have to look for object id myself, type it in
training.ork
and train them one by oneThe text was updated successfully, but these errors were encountered: