cledio66 / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

gl_info crash with 1.2dev but not 1.1.4 release #483

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run the noisy.py example (or any pyglet app)

Expected:
the simple example running.
Happened:
instant crash with traceback.

Paste in the traceback or error message:
H:\hg_externals\pyglet_default\examples\noisy>noisy.py
Traceback (most recent call last):
  File "H:\hg_externals\pyglet_default\examples\noisy\noisy.py", line 85, 
in <mo
dule>
    window = pyglet.window.Window(640, 480)
  File "H:\hg_externals\pyglet_default\pyglet\window\win32\__init__.py", 
line 13
1, in __init__
    super(Win32Window, self).__init__(*args, **kwargs)
  File "H:\hg_externals\pyglet_default\pyglet\window\__init__.py", line 
558, in
__init__
    self._create()
  File "H:\hg_externals\pyglet_default\pyglet\window\win32\__init__.py", 
line 26
6, in _create
    self.switch_to()
  File "H:\hg_externals\pyglet_default\pyglet\window\win32\__init__.py", 
line 30
5, in switch_to
    self.context.set_current()
  File "H:\hg_externals\pyglet_default\pyglet\gl\win32.py", line 210, in 
set_cur
rent
    super(Win32Context, self).set_current()
  File "H:\hg_externals\pyglet_default\pyglet\gl\base.py", line 306, in 
set_curr
ent
    self._info.set_active_context()
  File "H:\hg_externals\pyglet_default\pyglet\gl\gl_info.py", line 91, in 
set_ac
tive_context
    self.vendor = cast(glGetString(GL_VENDOR), c_char_p).value
  File "H:\hg_externals\pyglet_default\pyglet\gl\lib.py", line 105, in 
errcheck
    raise GLException(msg)
pyglet.gl.lib.GLException: operaci¾n no vßlida

pyglet 1.1 with Python 2.5: Paste in the output of `python -m pyglet.info`
Other: Paste in the output of tools/gl_info.py (included in source distro):
Python
I will paste two infos: first the one obtained with pyglet 1.2dev, which 
is not complete because the crash happens precisely in gl_info, then the 
one obtained with pyglet 1.1.4 release

Python
------------------------------------------------------------------------------
sys.version: 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit 
(Intel)]
sys.platform: win32
os.getcwd(): H:\hg_externals\pyglet_default

pyglet
------------------------------------------------------------------------------
pyglet.version: 1.2dev
pyglet.__file__: pyglet\__init__.pyc
pyglet.options['debug_trace_depth'] = 1
pyglet.options['xlib_fullscreen_override_redirect'] = False
pyglet.options['font'] = ('gdiplus', 'win32')
pyglet.options['xsync'] = True
pyglet.options['debug_trace_flush'] = True
pyglet.options['debug_win32'] = False
pyglet.options['debug_gl_trace'] = False
pyglet.options['debug_x11'] = False
pyglet.options['shadow_window'] = True
pyglet.options['debug_font'] = False
pyglet.options['debug_media'] = False
pyglet.options['debug_trace'] = False
pyglet.options['debug_lib'] = False
pyglet.options['graphics_vbo'] = True
pyglet.options['vsync'] = None
pyglet.options['debug_trace_args'] = False
pyglet.options['debug_gl'] = True
pyglet.options['debug_graphics_batch'] = False
pyglet.options['audio'] = ('directsound', 'pulse', 'openal', 'silent')
pyglet.options['debug_texture'] = False
pyglet.options['debug_gl_trace_args'] = False

pyglet.window
------------------------------------------------------------------------------
platform: <pyglet.window.Platform object at 0x00BB3AD0>
display: <pyglet.canvas.win32.Win32Display object at 0x01785A10>
screens[0]: Win32Screen(x=0, y=0, width=1024, height=768)

pyglet.gl.glu_info
------------------------------------------------------------------------------
glu_info.get_version(): 1.2.2.0 Microsoft Corporation
glu_info.get_extensions():
   GL_EXT_bgra

pyglet.gl.glx_info
------------------------------------------------------------------------------
GLX not available.

pyglet.media
------------------------------------------------------------------------------
audio driver: <pyglet.media.drivers.directsound.DirectSoundDriver object 
at 0x017B7B10>

pyglet.media.avbin
------------------------------------------------------------------------------
AVbin not available.

pyglet.media.drivers.openal
------------------------------------------------------------------------------
OpenAL not available.

pyglet.input.wintab
------------------------------------------------------------------------------
WinTab not available.

###########################################################################

Begins the info obtained with pyglet 1.1.4 
------------------------------------------------------------------------------
sys.version: 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit 
(Intel)]
sys.platform: win32
os.getcwd(): H:\hg_externals\pyglet_default\examples\noisy

pyglet
------------------------------------------------------------------------------
pyglet.version: 1.1.4
pyglet.__file__: H:\hg_externals\pyglet-1.1.4\pyglet\__init__.pyc
pyglet.options['debug_trace_depth'] = 1
pyglet.options['font'] = ('gdiplus', 'win32')
pyglet.options['xsync'] = True
pyglet.options['debug_trace_flush'] = True
pyglet.options['debug_win32'] = False
pyglet.options['debug_gl_trace'] = False
pyglet.options['debug_x11'] = False
pyglet.options['shadow_window'] = True
pyglet.options['debug_font'] = False
pyglet.options['debug_media'] = False
pyglet.options['debug_trace'] = False
pyglet.options['debug_lib'] = False
pyglet.options['graphics_vbo'] = True
pyglet.options['vsync'] = None
pyglet.options['debug_trace_args'] = False
pyglet.options['debug_gl'] = True
pyglet.options['debug_graphics_batch'] = False
pyglet.options['audio'] = ('directsound', 'openal', 'alsa', 'silent')
pyglet.options['debug_texture'] = False
pyglet.options['debug_gl_trace_args'] = False

pyglet.window
------------------------------------------------------------------------------
platform: <pyglet.window.win32.Win32Platform object at 0x01606510>
display: <pyglet.window.win32.Win32Display object at 0x01606490>
screens[0]: Win32Screen(x=0, y=0, width=1024, height=768)
config['double_buffer'] = True
config['stereo'] = False
config['buffer_size'] = 32
config['aux_buffers'] = 0
config['sample_buffers'] = 0
config['samples'] = 0
config['red_size'] = 8
config['green_size'] = 8
config['blue_size'] = 8
config['alpha_size'] = 8
config['depth_size'] = 24
config['stencil_size'] = 8
config['accum_red_size'] = 0
config['accum_green_size'] = 0
config['accum_blue_size'] = 0
config['accum_alpha_size'] = 0
context: Win32Context()

pyglet.gl.gl_info
------------------------------------------------------------------------------
gl_info.get_version(): 3.2.9704 Compatibility Profile Context
gl_info.get_vendor(): ATI Technologies Inc.
gl_info.get_renderer(): ATI Radeon HD 3200 Graphics
gl_info.get_extensions():
   GL_AMDX_name_gen_delete
... snipped ...

##########################################################################

Any additional info (platform/language/hardware) that may be relevant?
The example (and any pyglet app) runs ok with 1.1.4 release
After seeing the problem with a pyglet 1.2dev hg clone from sometime ago 
(that was working ok with other hardware) I made a fresh clone from 
googlecode, the precise version:
H:\hg_externals\pyglet_default\examples\noisy>hg summary
parent: 2477:64e3a450c83b
If it serves to narrow when the problem popped, the prev old when I 
spotted the problem was
H:\hg_externals\wk_pyglet>hg summary
parent: 2458:ac0ba7acdb02 tip

OS: windows xp sp3 32 bits, spanish

Original issue reported on code.google.com by ccanepacc@gmail.com on 30 Apr 2010 at 7:16

GoogleCodeExporter commented 9 years ago
I've just observed the same issue on a Windows 7 (32 bit) system with an ATI 
Radeon HD 4300 graphics card. As the drivers installed on this system are 
pretty old, I guess it's maybe a driver bug (I can't update the drivers at the 
moment).

Do you have the latest drivers, and still have this issue?

As a workaround, I found out that disabling the shadow-window created by pyglet 
fixes the problem. Just insert "pyglet.options["shadow_window"] = False" 
directly after importing pyglet (and make sure you don't call any GL functions 
before creating a window).

Original comment by andreas....@gmail.com on 21 Nov 2010 at 8:55

GoogleCodeExporter commented 9 years ago
In may 2010 I confirmed the issue with two gpus (integrated ati 3200 and 
discrete ati radeon 4650), with two driver versions; one some months older, the 
other the then current ati catalyst drivers. Results as in the original report, 
totally repeteable.

Today I retested with Ati catalyst 10.10 and the current pyglet 1.2dev ; to be 
precise:

pyglet version info:
D:\hg_externals\pyglet_12dev\examples\noisy>hg summary
parent: 2510:1d5f85ed5f44 tip
 Fix "unorderable types" error with python 3.2a4
branch: default

Results are different, but not good:
running the stock noisy.py it not crashed, but look at the attached screenshot: 
totally weird.
Just for completeness, this with other radeon 4650, this time xfx, before a msi 
(I dont think it matters)  

editing noisy.py to use your workaround I got the correct image.
I do not tested further, I see there are new drivers which I'am downloading and 
want to test with them.

I will report later.

Additional info:
ati catalist control center software graphics report:
Driver Packaging Version    8.78-100910a-106911C-ATI    
Catalyst™ Version 10.10   
Provider    ATI Technologies Inc.   
2D Driver Version   6.14.10.7131    
2D Driver File 
Path    System/CurrentControlSet/Control/Video/{F4D618F3-2DC0-4CA4-A3FE-3A6EAD419FA
D}/0000 
Direct3D Version    6.14.10.0784    
OpenGL Version  6.14.10.10237   
Catalyst™ Control Center Version  2010.0910.2122.36517    
AIW/VIVO WDM Driver Version 6.14.10.6238    
AIW/VIVO WDM SP Driver Version  6.14.10.6238    

--------

pyglet gl info:
D:\hg_externals\pyglet_12dev\examples\noisy>c:\python26\python.exe -m pyglet.inf
o
Python
------------------------------------------------------------------------------
sys.version: 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel
)]
sys.platform: win32
os.getcwd(): D:\hg_externals\pyglet_12dev\examples\noisy

pyglet
------------------------------------------------------------------------------
pyglet.version: 1.2dev
pyglet.__file__: D:\hg_externals\pyglet_12dev\pyglet\__init__.pyc
pyglet.options['debug_trace_depth'] = 1
pyglet.options['xlib_fullscreen_override_redirect'] = False
pyglet.options['font'] = ('gdiplus', 'win32')
pyglet.options['xsync'] = True
pyglet.options['debug_trace_flush'] = True
pyglet.options['debug_win32'] = False
pyglet.options['debug_gl_trace'] = False
pyglet.options['debug_x11'] = False
pyglet.options['shadow_window'] = True
pyglet.options['debug_font'] = False
pyglet.options['debug_media'] = False
pyglet.options['debug_trace'] = False
pyglet.options['debug_lib'] = False
pyglet.options['graphics_vbo'] = True
pyglet.options['vsync'] = None
pyglet.options['debug_trace_args'] = False
pyglet.options['debug_gl'] = True
pyglet.options['debug_graphics_batch'] = False
pyglet.options['audio'] = ('directsound', 'pulse', 'openal', 'silent')
pyglet.options['debug_texture'] = False
pyglet.options['debug_gl_trace_args'] = False

pyglet.window
------------------------------------------------------------------------------
platform: <pyglet.window.Platform object at 0x00BB4AD0>
display: <pyglet.canvas.win32.Win32Display object at 0x018164F0>
screens[0]: Win32Screen(x=0, y=0, width=1024, height=768)
config['double_buffer'] = 1
config['stereo'] = 0
config['buffer_size'] = 32
config['aux_buffers'] = 0
config['sample_buffers'] = 0
config['samples'] = 0
config['red_size'] = 8
config['green_size'] = 8
config['blue_size'] = 8
config['alpha_size'] = 8
config['depth_size'] = 24
config['stencil_size'] = 8
config['accum_red_size'] = 0
config['accum_green_size'] = 0
config['accum_blue_size'] = 0
config['accum_alpha_size'] = 0
config['major_version'] = None
config['minor_version'] = None
config['forward_compatible'] = None
config['debug'] = None
context: Win32ARBContext()

window.context._info
------------------------------------------------------------------------------
gl_info.get_version(): 3.3.10237 Compatibility Profile Context
gl_info.get_vendor(): ATI Technologies Inc.
gl_info.get_renderer(): ATI Radeon HD 4650
gl_info.get_extensions():
   GL_AMDX_debug_output
   GL_AMDX_vertex_shader_tessellator
   GL_AMD_conservative_depth
   GL_AMD_debug_output
   GL_AMD_draw_buffers_blend
   GL_AMD_name_gen_delete
   GL_AMD_performance_monitor
   GL_AMD_sample_positions
   GL_AMD_seamless_cubemap_per_texture
   GL_AMD_shader_stencil_export
   GL_AMD_texture_cube_map_array
   GL_AMD_texture_texture4
   GL_AMD_vertex_shader_tessellator
   GL_ARB_blend_func_extended
   GL_ARB_color_buffer_float
   GL_ARB_copy_buffer
   GL_ARB_depth_buffer_float
   GL_ARB_depth_clamp
   GL_ARB_depth_texture
   GL_ARB_draw_buffers
   GL_ARB_draw_buffers_blend
   GL_ARB_draw_elements_base_vertex
   GL_ARB_draw_instanced
   GL_ARB_explicit_attrib_location
   GL_ARB_fragment_coord_conventions
   GL_ARB_fragment_program
   GL_ARB_fragment_program_shadow
   GL_ARB_fragment_shader
   GL_ARB_framebuffer_object
   GL_ARB_framebuffer_sRGB
   GL_ARB_geometry_shader4
   GL_ARB_half_float_pixel
   GL_ARB_half_float_vertex
   GL_ARB_imaging
   GL_ARB_instanced_arrays
   GL_ARB_map_buffer_range
   GL_ARB_multisample
   GL_ARB_multitexture
   GL_ARB_occlusion_query
   GL_ARB_occlusion_query2
   GL_ARB_pixel_buffer_object
   GL_ARB_point_parameters
   GL_ARB_point_sprite
   GL_ARB_provoking_vertex
   GL_ARB_sample_shading
   GL_ARB_sampler_objects
   GL_ARB_seamless_cube_map
   GL_ARB_shader_bit_encoding
   GL_ARB_shader_objects
   GL_ARB_shader_texture_lod
   GL_ARB_shading_language_100
   GL_ARB_shadow
   GL_ARB_shadow_ambient
   GL_ARB_sync
   GL_ARB_texture_border_clamp
   GL_ARB_texture_buffer_object
   GL_ARB_texture_compression
   GL_ARB_texture_compression_rgtc
   GL_ARB_texture_cube_map
   GL_ARB_texture_cube_map_array
   GL_ARB_texture_env_add
   GL_ARB_texture_env_combine
   GL_ARB_texture_env_crossbar
   GL_ARB_texture_env_dot3
   GL_ARB_texture_float
   GL_ARB_texture_gather
   GL_ARB_texture_mirrored_repeat
   GL_ARB_texture_multisample
   GL_ARB_texture_non_power_of_two
   GL_ARB_texture_query_lod
   GL_ARB_texture_rectangle
   GL_ARB_texture_rg
   GL_ARB_texture_rgb10_a2ui
   GL_ARB_texture_snorm
   GL_ARB_timer_query
   GL_ARB_transform_feedback2
   GL_ARB_transform_feedback3
   GL_ARB_transpose_matrix
   GL_ARB_uniform_buffer_object
   GL_ARB_vertex_array_bgra
   GL_ARB_vertex_array_object
   GL_ARB_vertex_buffer_object
   GL_ARB_vertex_program
   GL_ARB_vertex_shader
   GL_ARB_vertex_type_2_10_10_10_rev
   GL_ARB_window_pos
   GL_ATI_draw_buffers
   GL_ATI_envmap_bumpmap
   GL_ATI_fragment_shader
   GL_ATI_meminfo
   GL_ATI_separate_stencil
   GL_ATI_texture_compression_3dc
   GL_ATI_texture_env_combine3
   GL_ATI_texture_float
   GL_ATI_texture_mirror_once
   GL_EXT_abgr
   GL_EXT_bgra
   GL_EXT_bindable_uniform
   GL_EXT_blend_color
   GL_EXT_blend_equation_separate
   GL_EXT_blend_func_separate
   GL_EXT_blend_minmax
   GL_EXT_blend_subtract
   GL_EXT_compiled_vertex_array
   GL_EXT_copy_buffer
   GL_EXT_copy_texture
   GL_EXT_direct_state_access
   GL_EXT_draw_buffers2
   GL_EXT_draw_instanced
   GL_EXT_draw_range_elements
   GL_EXT_fog_coord
   GL_EXT_framebuffer_blit
   GL_EXT_framebuffer_multisample
   GL_EXT_framebuffer_object
   GL_EXT_framebuffer_sRGB
   GL_EXT_geometry_shader4
   GL_EXT_gpu_program_parameters
   GL_EXT_gpu_shader4
   GL_EXT_histogram
   GL_EXT_multi_draw_arrays
   GL_EXT_packed_depth_stencil
   GL_EXT_packed_float
   GL_EXT_packed_pixels
   GL_EXT_pixel_buffer_object
   GL_EXT_point_parameters
   GL_EXT_provoking_vertex
   GL_EXT_rescale_normal
   GL_EXT_secondary_color
   GL_EXT_separate_specular_color
   GL_EXT_shadow_funcs
   GL_EXT_stencil_wrap
   GL_EXT_subtexture
   GL_EXT_texgen_reflection
   GL_EXT_texture3D
   GL_EXT_texture_array
   GL_EXT_texture_buffer_object
   GL_EXT_texture_buffer_object_rgb32
   GL_EXT_texture_compression_latc
   GL_EXT_texture_compression_rgtc
   GL_EXT_texture_compression_s3tc
   GL_EXT_texture_cube_map
   GL_EXT_texture_edge_clamp
   GL_EXT_texture_env_add
   GL_EXT_texture_env_combine
   GL_EXT_texture_env_dot3
   GL_EXT_texture_filter_anisotropic
   GL_EXT_texture_integer
   GL_EXT_texture_lod
   GL_EXT_texture_lod_bias
   GL_EXT_texture_mirror_clamp
   GL_EXT_texture_object
   GL_EXT_texture_rectangle
   GL_EXT_texture_sRGB
   GL_EXT_texture_shared_exponent
   GL_EXT_texture_snorm
   GL_EXT_texture_swizzle
   GL_EXT_timer_query
   GL_EXT_transform_feedback
   GL_EXT_vertex_array
   GL_EXT_vertex_array_bgra
   GL_IBM_texture_mirrored_repeat
   GL_KTX_buffer_region
   GL_NV_blend_square
   GL_NV_conditional_render
   GL_NV_copy_depth_to_color
   GL_NV_explicit_multisample
   GL_NV_float_buffer
   GL_NV_half_float
   GL_NV_primitive_restart
   GL_NV_texgen_reflection
   GL_SGIS_generate_mipmap
   GL_SGIS_texture_edge_clamp
   GL_SGIS_texture_lod
   GL_SUN_multi_draw_arrays
   GL_WIN_swap_hint
   WGL_EXT_swap_control

pyglet.gl.glu_info
------------------------------------------------------------------------------
glu_info.get_version(): 1.2.2.0 Microsoft Corporation
glu_info.get_extensions():
   GL_EXT_bgra

pyglet.gl.glx_info
------------------------------------------------------------------------------
GLX not available.

pyglet.media
------------------------------------------------------------------------------
audio driver: <pyglet.media.drivers.directsound.DirectSoundDriver object at 0x00
C0B210>

pyglet.media.avbin
------------------------------------------------------------------------------
Library: <CDLL 'avbin', handle 6e440000 at 18b6770>
AVbin version: 5
FFmpeg revision: 13661

pyglet.media.drivers.openal
------------------------------------------------------------------------------
OpenAL not available.

pyglet.input.wintab
------------------------------------------------------------------------------
WinTab not available.

-------------------------------------------------------------------------------

Original comment by ccanepacc@gmail.com on 27 Nov 2010 at 2:00

Attachments:

GoogleCodeExporter commented 9 years ago
Downloaded and installed the current drivers (ati catalyst 10.11).
Results are the same like in the prev post.

Tried other scripts in the examples directory. I got some tracebacks, but the 
only one related to openGL was

programming_guide\animation.py : traceback !!
D:\hg_externals\pyglet_12dev\examples\programming_guide>animation.py
Traceback (most recent call last):
  File "D:\hg_externals\pyglet_12dev\examples\programming_guide\animation.py", l
ine 75, in <module>
    pyglet.app.run()
  File "D:\hg_externals\pyglet_12dev\pyglet\app\__init__.py", line 123, in run
    event_loop.run()
  File "D:\hg_externals\pyglet_12dev\pyglet\app\base.py", line 133, in run
    self._run_estimated()
  File "D:\hg_externals\pyglet_12dev\pyglet\app\base.py", line 161, in _run_esti
mated
    timeout = self.idle()
  File "D:\hg_externals\pyglet_12dev\pyglet\app\base.py", line 277, in idle
    window.dispatch_event('on_draw')
  File "D:\hg_externals\pyglet_12dev\pyglet\window\__init__.py", line 1150, in d
ispatch_event
    if EventDispatcher.dispatch_event(self, *args) != False:
  File "D:\hg_externals\pyglet_12dev\pyglet\event.py", line 355, in dispatch_eve
nt
    if handler(*args):
  File "D:\hg_externals\pyglet_12dev\examples\programming_guide\animation.py", l
ine 73, in on_draw
    sprite.draw()
  File "D:\hg_externals\pyglet_12dev\pyglet\sprite.py", line 555, in draw
    self._vertex_list.draw(GL_QUADS)
  File "D:\hg_externals\pyglet_12dev\pyglet\graphics\vertexdomain.py", line 366,
 in draw
    self.domain.draw(mode, self)
  File "D:\hg_externals\pyglet_12dev\pyglet\graphics\vertexdomain.py", line 297,
 in draw
    buffer.bind()
  File "D:\hg_externals\pyglet_12dev\pyglet\graphics\vertexbuffer.py", line 397,
 in bind
    self.data_ptr + self._dirty_min)
  File "D:\hg_externals\pyglet_12dev\pyglet\gl\lib_wgl.py", line 95, in __call__

    result = self.func(*args, **kwargs)
  File "D:\hg_externals\pyglet_12dev\pyglet\gl\lib.py", line 105, in errcheck
    raise GLException(msg)
pyglet.gl.lib.GLException: valor no vßlido

------

With same drivers but pyglet 1.1.4 release both noisy.py and animation.py 
performs ok.

Original comment by ccanepacc@gmail.com on 27 Nov 2010 at 3:23

GoogleCodeExporter commented 9 years ago
Meanwhile, I've also updated the drivers on the system where I observed this 
issue - with the same results as yours.

The problem seems to be with OpenGL resources shared between multiple OpenGL 
contexts (which pyglet does internally with the shadow_window). I'm not sure 
what has changed there between pyglet 1.1.4 and 1.2dev. Also, I'm still not 
sure if it's only a driver bug, or if pyglet is doing something wrong (because 
other drivers work fine).

So, unfortunately, the only advice I can give at the moment is to create the 
pyglet window before all other resources - that way they don't get shared 
across contexts. That doesn't help much with existing programs, though.

Original comment by andreas....@gmail.com on 27 Nov 2010 at 8:14

GoogleCodeExporter commented 9 years ago
I can confirm the two issues on Windows 7 64 bit with GeForce GTX 260:

1) The noisy.py example does not display the ball image unless a 
pyglet.window.Window is created before other resources.

2) animation.py raises "pyglet.gl.lib.GLException: invalid value" unless 
graphics_vbo is disabled.

For pyglet_info see the attachment to issue 510.

Original comment by cjgoh...@gmail.com on 25 Feb 2011 at 6:04

GoogleCodeExporter commented 9 years ago
Update:

windows xp xp3 32bits, ati radeon 4650 (not the same rig as my prev report)

with 1.2dev  like that:
hg parents
changeset:   2589:8d20445ae6e2
tag:         tip
user:        Phillip Nguyen <evil.phillip@gmail.com>
date:        Wed May 25 12:51:51 2011 -0500
files:       doc/programming_guide/keyboard.txt
description:
Fix for issue 523.  Numeric keypad constants in docs don't match key.py.

,the now current stable catalyst drivers, Catalyst Version  11.9

and running with the stock flags (ie running from the cloned code without 
modifications) 

noisy.py runs, sound is emitted when pressing space but no ball comes to view.
The text shows.

examples/programing_guide/animation.py shows only a white window.

See also thread  http://groups.google.com/group/pyglet-users/t/b2eb66d665301b12

Original comment by ccanepacc@gmail.com on 28 Oct 2011 at 4:01

GoogleCodeExporter commented 9 years ago
I've commited some patches that hopefully fix some context sharing problems 
(rev. 8de0d773df2f). 
Maybe they also help with your problem, can you test the latest version?

Original comment by andreas....@gmail.com on 2 Nov 2011 at 7:14

GoogleCodeExporter commented 9 years ago
The machines crashing with gl_info.py are at another location, probabbly I will 
be there in ten days, I will test then.

I have here another machine with ati radeon 4650, but other hw/sw.
After the problems with drivers 11.9 I downgraded to 11.5 and performed some 
tests at three revisions.
Note about test.py runs: there are not exactly repeteable, a test can fail in 
one run and pass in another. Also, some tracebacks are seen in the console but 
not in the log (look for the world 'traceback' in the console dumps.) 

8de0d773df2f : this is after your changes in context sharing
    gl_info: runs ok
    noisy.py : correct image
    animation.py : correct image
    test.py : seems to have less problems, 1st run log attached as pyglet.1.r625e1e191389.log, 2nd run log and console dump pyglet.2.r... console.2.r...

30652d1b9051 : just before your change
    gl_info: runs ok
    noisy.py : correct image
    animation.py : correct image
    test.py : more errors than after your patch; Attached log pyglet.1.r30652d1b9051.log and console dump console.1.r30652d1b9051.txt

64e3a450c83b : the revision in the OP
    gl_info : runs ok
    noisy.py : text is show instead of balls, like in the pic of comment 2
    animation.py : traceback at start:

D:\hg_externals\pyglet_12dev\examples\programming_guide>animation.py
Traceback (most recent call last):
  File "D:\hg_externals\pyglet_12dev\examples\programming_guide\animation.py", l
ine 75, in <module>
    pyglet.app.run()
  File "D:\hg_externals\pyglet_12dev\pyglet\app\__init__.py", line 123, in run
    event_loop.run()
  File "D:\hg_externals\pyglet_12dev\pyglet\app\base.py", line 133, in run
    self._run_estimated()
  File "D:\hg_externals\pyglet_12dev\pyglet\app\base.py", line 161, in _run_esti
mated
    timeout = self.idle()
  File "D:\hg_externals\pyglet_12dev\pyglet\app\base.py", line 277, in idle
    window.dispatch_event('on_draw')
  File "D:\hg_externals\pyglet_12dev\pyglet\window\__init__.py", line 1150, in d
ispatch_event
    if EventDispatcher.dispatch_event(self, *args) != False:
  File "D:\hg_externals\pyglet_12dev\pyglet\event.py", line 355, in dispatch_eve
nt
    if handler(*args):
  File "D:\hg_externals\pyglet_12dev\examples\programming_guide\animation.py", l
ine 73, in on_draw
    sprite.draw()
  File "D:\hg_externals\pyglet_12dev\pyglet\sprite.py", line 555, in draw
    self._vertex_list.draw(GL_QUADS)
  File "D:\hg_externals\pyglet_12dev\pyglet\graphics\vertexdomain.py", line 366,
 in draw
    self.domain.draw(mode, self)
  File "D:\hg_externals\pyglet_12dev\pyglet\graphics\vertexdomain.py", line 297,
 in draw
    buffer.bind()
  File "D:\hg_externals\pyglet_12dev\pyglet\graphics\vertexbuffer.py", line 397,
 in bind
    self.data_ptr + self._dirty_min)
  File "D:\hg_externals\pyglet_12dev\pyglet\gl\lib_wgl.py", line 94, in __call__

    result = self.func(*args, **kwargs)
  File "D:\hg_externals\pyglet_12dev\pyglet\gl\lib.py", line 105, in errcheck
    raise GLException(msg)
pyglet.gl.lib.GLException: valor no vßlido

Original comment by ccanepacc@gmail.com on 6 Nov 2011 at 3:26

Attachments:

GoogleCodeExporter commented 9 years ago
Is that still repeatable with 1.2alpha1?

Original comment by techtonik@gmail.com on 18 Jul 2012 at 8:57

GoogleCodeExporter commented 9 years ago
Both examples, noisy.py and animation.py, work for me with pyglet-1.2alpha1 on 
win32-py2.7 and win-amd64-py2.7.

Original comment by cjgoh...@gmail.com on 19 Jul 2012 at 9:31

GoogleCodeExporter commented 9 years ago

Original comment by Adam.JT...@gmail.com on 12 Dec 2012 at 11:11