Eru_Iluvatar
About
- Username
- Eru_Iluvatar
- Joined
- Visits
- 13
- Last Active
- Roles
- Member
Comments
-
@Pascal Yes I will open another issue for ** Edit: Issue is here: https://github.com/smathot/OpenSesame/issues/586
-
I have to correct myself, there external runner did work. For more test cases regarding plugins see here: http://forum.cogsci.nl/index.php?p=/discussion/3827/python-seems-to-have-crashed-on-opensesame-3-2-1-windows-10?new=1
-
Indeed your changes made the (***) cases work now!
-
Ok, the number of test cases has become a little complicated. For this reason I created the following test matrix. Please not that "no plugin installed" means a vanilla installation. Installing a plugin and removing it again does not coun…
-
@sebastiaan Thanks for the hint. I tried this (using the python 2 version) but external runner doesn't work either, however internal runner does the trick. Please note that this behavior is observed after installing a plugin (be it mousetrap or jus…
-
Hi and welcome to the forum I don't have experience with Tobii eyetrackers myself, but judging by the manual your Eyetracker is not supported: http://osdoc.cogsci.nl/3.2/manual/eyetracking/pygaze/#supported-eye-trackers This problem was already di…
-
Wow, I have long forgotten about this one. Sorry I can't help you, we've change the experimental setup and couldn't resolve the problem as far as I remember. It's very likely you are experiencing the exact same bug as we did, as the code of openses…
-
Apparently the python 3 installer seems to make a better job: Results when running with OpenSesame python 3 version: examples/mousetrap_form.osexp crashes after the instructions form text display with both PyGame and expyriment backends: (Quote) …
-
sockExtAPI.send(message.encode('utf-8')) did the trick at least inside OpenSesame. However, write.log(message.encode('uft-8'))gives this funny mixture of symbols, same in the exported data from iMotions. Hm, looks like we will need to encode the st…
-
Hi Sebastiaan You're right of course, a simple print('word' + var.word) is working fine. sendMessage()takes the string provided by slideChangeEvent() to send a message through a TCP socket to the external API of iMotions where we capture the peopl…
-
Hey Sebastiaan, I just realized this ticket is still open. The pyserial module did the trick for me, this problem can be marked als [solved]. :-)
-
Thanks for your fast reply, I was just checking the post to delete the second part. It's a really cheap mistake, of course the preparePics()-function is never called. :@) So everything is fine with the canvas objects. I will give your tip a try an…
-
Ok here's a little update. Indeed, the problem is that io.readline() seems to take a timeout until a EOF is read. This means that the if not line ... in my while-loop is useless, since the loop "sleeps" until a complete line is found. I …
-
Thanks Edwin for your thoughts on this. Your understanding of the setup is quite correct. We have a plate which measures the balance of a person standing on it (similar to a Wii-board). It sends the coordinates every 100ms through a COM port in a s…