odyaka341 / pyglet

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

When trying to play movie files -> WindowsError: exception: access violation writing 0x00920000 #415

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to play various avi files as well as wmv files, but am getting
the same error "WindowsError: exception: access violation writing
0x00920000" (different hexadecimal numbers for each file that I try).  Any
help in diagnosing & solving the problem would be greatly appreciated. 
Thank you.

Paste in the traceback or error message:
Running C:\Python25\MyStim\MovieStim_test.py
configured pyglet screen 0
Traceback (most recent call last):
  File "C:\Python25\MyStim\MovieStim_test.py", line 4, in <module>
    mov = visual.MovieStim(win, 'sr_003.avi', flipVert=False, flipHoriz=False)
  File
"c:\python25\lib\site-packages\PsychoPy-1.00.00-py2.5.egg\psychopy\visual.py",
line 2703, in __init__
    self.loadMovie( self.filename )
  File
"c:\python25\lib\site-packages\PsychoPy-1.00.00-py2.5.egg\psychopy\visual.py",
line 2733, in loadMovie
    self._movie = pyglet.media.load( filename, streaming=True)
  File
"c:\python25\lib\site-packages\pyglet-1.1.1.0001-py2.5.egg\pyglet\media\__init__
.py",
line 1386, in load
    source = _source_class(filename, file)
  File
"c:\python25\lib\site-packages\pyglet-1.1.1.0001-py2.5.egg\pyglet\media\avbin.py
",
line 207, in __init__
    self._file = av.avbin_open_filename(filename)

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):

Any additional info (platform/language/hardware) that may be relevant?
Using psychopy (psychopy.org).

Original issue reported on code.google.com by neuroresearchny@gmail.com on 28 Apr 2009 at 1:10

GoogleCodeExporter commented 8 years ago
Are you running 64-bit windows? Do you have DEP enabled? If so, disable DEP and 
the 
avbin DLL won't cause windows to throw an exception when it attempts to access 
the 
filesystem.

Original comment by padraigk...@gmail.com on 7 Jun 2009 at 3:10

GoogleCodeExporter commented 8 years ago

Original comment by m.e.w.ol...@gmail.com on 16 Aug 2009 at 3:40

GoogleCodeExporter commented 8 years ago

Original comment by benjamin...@gmail.com on 20 Aug 2009 at 2:10