You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click into the graphics window and hit an arrow key,
program crashes.
reply 1
Is the platform Win32 or X11?
(I don't see this on w2k with CVS GLUI)
reply 2
I had the same problem running under WIN XP. Using a debug
version of the GLUI library, I have discovered that the
crash occurs in glui_special_func in glui.cpp
Looks like the value of glut_window->glut_special_CB is not
verified before it is invoked. I have invoked
set_glutSpecialFunc at start up but I passed a null to it.
reply 3
I went ahead and prefixed all the calls to
glut_window->glut_xxx_CB in glui.cpp with checks for null
just to be on the safe side.
The text was updated successfully, but these errors were encountered:
https://sourceforge.net/p/glui/bugs/3/
original report
Click into the graphics window and hit an arrow key,
program crashes.
reply 1
Is the platform Win32 or X11?
(I don't see this on w2k with CVS GLUI)
reply 2
I had the same problem running under WIN XP. Using a debug
version of the GLUI library, I have discovered that the
crash occurs in glui_special_func in glui.cpp
Looks like the value of glut_window->glut_special_CB is not
verified before it is invoked. I have invoked
set_glutSpecialFunc at start up but I passed a null to it.
reply 3
I went ahead and prefixed all the calls to
glut_window->glut_xxx_CB in glui.cpp with checks for null
just to be on the safe side.
The text was updated successfully, but these errors were encountered: