Parallel Port Plugin Error
Every time I try to run a experiment with the parallel port plugin I get the following error:
Details:
item-stack: experiment[prepare].new_parallel_port_trigger_init[prepare]
time: Thu Apr 4 19:21:18 2019
exception type: OSError
exception message: [WinError 193] %1 no es una aplicación Win32 válida
Traceback:
File "C:\Program Files (x86)\OpenSesame\share\opensesame_plugins\parallel_port_trigger_init\parallel_port_trigger_init.py", line 119, in prepare
self.experiment.pptrigger = windll.LoadLibrary(path_to_dll_file)
File "C:\Program Files (x86)\OpenSesame\lib\ctypes\__init__.py", line 426, in LoadLibrary
return self._dlltype(name)
File "C:\Program Files (x86)\OpenSesame\lib\ctypes\__init__.py", line 348, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 no es una aplicación Win32 válida
I installed the `DLPortIO.dll' as suggested by the README documentation of the plugin. I don't know what am I doing wrong. Help please!