On Mon, May 3, 2010 at 1:39 PM, Hello3171 <[email protected]> wrote:
> The simplest hello world example ("hello_world.py") is not working on
> windows 7 (x64) with pyglet 1.1.4.
>
> There are a two different error messages which come up: (strange
> enough that it varies)
>
> Traceback (most recent call last):
>
[snipped]
> 345, in set_current
self._info.set_active_context(
)
> File "C:\Python26\lib\site-packages\pyglet\gl\gl_info.py", line 91,
> in set_active_context
> self.vendor = cast(glGetString(GL_VENDOR), c_char_p).value
> File "C:\Python26\lib\site-packages\pyglet\gl\lib.py", line 105, in
> errcheck
> raise GLException(msg)
> pyglet.gl.lib.GLException: invalid operation
>
>
>
Maybe this is related:
issue 483 - gl_info crash with 1.2dev but not 1.1.4 release
The OS was win xp + sp3, 32 bits. It crashes while getting the vendor, it is
ATI hardware (integrated 3200 in the report, could reproduce with ati radeon
4650, will not crash with nvidia 6200 - ATI Catalyst 10.3 driver for the
3200, ATI Catalyst 9.11 driver for the 4650)
--
claudio
--
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en.