Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

bwg

About

Username
bwg
Joined
Visits
14
Last Active
Roles
Member

Comments

  • Thank you so much! People who use OpenSesame regularly told me that older experiments don't always work with the newer versions, so I first ran the experiment with the version with which it was created. Now I now better! It runs perfectly in the lat…
  • Sorry for posting too little information. Here's the full error message: Stopped The experiment did not finish normally for the following reason: Unexpected error Details item-stack:experiment[run].Block_Loop[run].BlockSeq[run].Sequence_Loop[run].Ga…
  • Thank you! Unfortunately, I now get a new error message (DLPORTIO.SYS device driver not loaded). Maybe it's because I'm trying to run a script on my laptop that was designed to take external input from a button box. I found a version that ran on a d…
  • I think this is the inline script: from psychopy import core from ctypes import windll import time a = time.time() timeout = 0.8 port = 61433 io = windll.dlportio val = 0 while time.time() < a + timeout:    val = io.DlPortReadPortUchar(port) …