[open] WindowsError: exception: access violation writing 0x00000014
Hi everyone:
I would like to present several clips (.m4v files) in a row by means of the VLC plugin and the Legacy back-end. When I present only one everything is fine, but when I use more than one I'm getting the following error:
WindowsError: exception: access violation writing 0x00000014
Does anybody know what can be the reason for that?
Here is the information displayed in the debug window.
openexp._canvas.legacy.init_display(): enabling hardware surface
openexp._canvas.legacy.init_display(): enabling double buffering
openexp._canvas.legacy.init_display(): video mode ok
openexp.sampler._legacy.init_sound(): sampling freq = 48000, buffer size = 512
openexp.sampler._legacy.init_sound(): mixer already initialized, closing
experiment.init_log(): using 'C:/Users/Raul/Desktop/subject-0.csv' as logfile (utf-8)
experiment.run(): experiment started at Fri Nov 15 16:44:07 2013
Successfully accessed the parallel port on address: 0x378
2
4
2
4
2
4
experiment.run(): experiment finished at Fri Nov 15 16:47:27 2013
Traceback (most recent call last):
File "dist\libqtopensesame\qtopensesame.py", line 1400, in run_experiment
File "dist\libopensesame\experiment.py", line 320, in end
File "dist\libopensesame\experiment.py", line 304, in cleanup
File "C:\Program Files\OpenSesame\plugins\media_player_vlc\media_player_vlc.py", line 432, in closePlayer
File "C:\Program Files\OpenSesame\plugins\media_player_vlc\vlc.py", line 2430, in release
WindowsError: exception: access violation writing 0x00000014
Here is my code:
[pastebin:m3BTFkVK]
Thanks everyone
Comments
Hi,
Are you using the version of media_player_vlc that came with OpenSesame 0.27.4? There were some problems with the memory cleanup in that version that I have corrected in the meantime. Could you let us know if replacing the media_player_vlc plugin with the version found at https://github.com/dschreij/media_player_vlc/archive/1.0.zip solves your problem? Thanks!
Hi dschreij,
Thanks for your interest but unfortunately is not working for me. I am getting the following error:
I installed the latest version of VLC on my computer and it did not work.
I deleted that version and installed the latest 1.X version of VLC from the older versions ftp server of VLC, but that did not work either.
What else can I do?