[PyOpenGL-Users] "out of memory" - was Re: glut import error bug state
Brought to you by:
mcfletch
From: JoN <jo...@we...> - 2007-11-05 11:20:37
|
I have a similar problem in an identical environment. Python 2.5.1 PyOpenGL-3.0.0a6 PyOpenGL-Demo-3.0.0a6 Windows XP SP2 (Actually, come to think of it....I had no problems before SP2!) If I run lesson6.py from the NeHe demos (actually it happens on other progs including ones I wrote myself that used to work), I get: C:\Python25\Lib\site-packages\PyOpenGL_Demo-3.0.0a6-py2.5.egg\PyOpenGL-Demo\NeHe >lesson6.py Hit ESC key to quit. Traceback (most recent call last): File "build\bdist.win32\egg\OpenGL\GLUT\special.py", line 107, in safeCall return function( *args, **named ) File "C:\Python25\Lib\site-packages\PyOpenGL_Demo-3.0.0a6-py2.5.egg\PyOpenGL-D emo\NeHe\lesson6.py", line 117, in DrawGLScene glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT) # Clear The Screen And T he Depth Buffer File "build\bdist.win32\egg\OpenGL\error.py", line 188, in glCheckError baseOperation = baseOperation, GLError: GLError( err = 1285, description = 'out of memory', baseOperation = glClear, cArguments = (16640,) ) GLUT callback forcing low-level exit on error: GLError( err = 1285, description = 'out of memory', baseOperation = glClear, cArguments = (16640,) ) C:\Python25\Lib\site-packages\PyOpenGL_Demo-3.0.0a6-py2.5.egg\PyOpenGL-Demo\NeHe > Any clues? Mike? Anybody? Best Regs Jon Quoting altern <al...@gm...> > hi > > just upgraded to python 2.5 and pyopengl 3.0.0a6 under XP. Any solutions > to this problem? > > http://sourceforge.net/mailarchive/message.php?msg_id=464D0AF5.2080303%40vrplumber.com > > I double checked and glut32.dll was installed in c:\windows\system32 > > thanks > > enrike > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > PyOpenGL Homepage > http://pyopengl.sourceforge.net > _______________________________________________ > PyOpenGL-Users mailing list > PyO...@li... > https://lists.sourceforge.net/lists/listinfo/pyopengl-users > -------------------------------------------------------------------- Come and visit Web Prophets Website at http://www.webprophets.net.au |