New submission from Peter Dilley <[EMAIL PROTECTED]>: I have noticed a new crash when using pyglet module after installing the latest Apple security patch/framework for Quicktime, Quicktime Framework 7.5.0.
This error is repeatable. This error occurs when the opened window is selected/made active with the mouse pointer. This error occured when using OpenGL. Session below: Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53) [GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from pyglet.gl import * >>> window = pyglet.window.Window() >>> @window.event ... def on_draw(): ... glClear(GL_COLOR_BUFFER_BIT) ... glLoadIdentity() ... glBegin(GL_TRIANGLES) ... glVertex2f(0, 0) ... glVertex2f(window.width, 0) ... glVertex2f(window.width, window.height) ... glEnd() ... >>> pyglet.app.run() 2008-06-24 20:14:06.232 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.239 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.245 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.249 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.256 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.262 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.268 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.274 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.302 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.308 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.380 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.387 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.394 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.400 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.407 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.413 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.433 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.449 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.456 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.561 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.568 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.575 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.583 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace 2008-06-24 20:14:06.589 Python[2420:613] Error loading /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder: dlopen(/Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder, 262): Symbol not found: _GetDataHandler Referenced from: /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder Expected in: flat namespace ---------- components: None files: Pyglet 1.1 Beta 2 GL crash after selecting window making active.rtf messages: 68711 nosy: peterdilley severity: normal status: open title: Python 2.5.2 - Python[2420:613] Error loading / flat namespace error type: crash versions: Python 2.5 Added file: http://bugs.python.org/file10723/Pyglet 1.1 Beta 2 GL crash after selecting window making active.rtf _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3193> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com