We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./bin/ex101_creating_a_plot Registering new figure freeglut (./bin/ex101_creating_a_plot): ERROR: No display callback registered for window 1
terminate called without an active exception fish: Job 1, './bin/ex101_creating_a_plot ' terminated by signal SIGABRT (Abort)
The text was updated successfully, but these errors were encountered:
I am having the same problem when executing most simple freeglut example code.
freeglut
glutInit(&argc, argv); glutInitDisplayMode(GLUT_DEPTH | GLUT_DOUBLE | GLUT_RGBA); glutInitWindowPosition(500, 500);//optional glutInitWindowSize(800, 600); //optional glutCreateWindow("OpenGL First Window"); glutMainLoop();
It breaks on the last line, saying:
no display callback registered for window 1
Sorry, something went wrong.
No branches or pull requests
./bin/ex101_creating_a_plot
Registering new figure
freeglut (./bin/ex101_creating_a_plot): ERROR: No display callback registered for window 1
terminate called without an active exception
fish: Job 1, './bin/ex101_creating_a_plot ' terminated by signal SIGABRT (Abort)
The text was updated successfully, but these errors were encountered: