gary
About
- Username
- gary
- Joined
- Visits
- 25
- Last Active
- Roles
- Member
Comments
-
Created the modified dll due to my frustration, glad it saved you from some :)
-
Update, only worked when pygame change with opensesame was running. Once restarted mouse cursor doesn't appear :( Looks like I will have to be using 3.0.7
-
No, just another dll, it can be placed in any folder on the PC as long as you use the loadlibrary with the path plus it doesn't net to be registered . I use it for all experiments that require event marking. It didnt work on one PC, but didn't have…
-
Hi Just replaced pygame in 3.1.6 with pygame from 3.0.7 and the problem is no more. Do you know what the differences are? Gary
-
Hi Have you tried the dll on the other link? Gary
-
Hi Could you attach you code, would make it easier to debug. Gary
-
Whoops you are right, should have tried it before I posted. The difference between signed and unsigned is that in binary the left hand digit indicates its sign, 0 is positive, 1 is negative and for unsigned it is a value. Plus I also forgot that th…
-
Hi Dirk The issue could be the port address, a possible reason is when the dll was written the address was meant an signed integer (32bit), so you may want to convert it. I think it should be -8384.https://stackoverflow.com/questions/16452232/how-t…
-
Hi Just tried 3.1.0, and I have the same issue. Plus the mouse moves smoothly in the first iteration but subsequent ones it just jumps around (when the mouse is moved), in Legacy and xpyriment Gary
-
Hi Eduard Windows 7 32 and 64 bit. Two different computers, one with 3.1.6. installed, the other running from a folder. Gary
-
Hi Use the 'Call custon Python code' after every frame feature, see attached experiment. The variable frame_number is set to 0 in the first inline script. The custom code increments the frame_number, and then logs it with the eyetracker. The log c…
-
Hi all The dll does not need to be installed or placed in the windows folder, you can place it in the experiment folder or anyother folder, and then use the LoadLibrary function. i.e. windll.LoadLibrary( path + '/inpout32.dll) instead of windll.in…
-
Hi Raph Set your second fixation to duration to 0, add an inline script with the following #create a keyboardmy_keyboard = keyboard(keylist=['z', 'x'], timeout=10)#create an experiment variablevar.my_result = 'None'#to get first responsefirst = 0#…
-
Hi I was trying to update the code with all the new features/methods, in an attempt to debug the code. The main problem turned out to be programmer error, used == in the Run if, but this appears to work in 2.9.x. Would it be possible to have both r…
-
Using the var feature gives me an error message undefined 'var'
-
Hi Sebastian (Quote) Been there, done that :( Glad to say that your update works, thanks for that. Gary
-
Hi Just tried swapping the plug-in, get the error message Failed load plugin 'srbox' This error message is the same for using old srbox plugin with new opensesame and new plugin with old opensesame. Gary
-
Hi sebastiaan (Quote) Yes, :) (Quote) Basically the presence and absence of a SR Box was detected, but key presses were not. The only way to exit was control alt del. No error messages. (Quote) I will try replacing the plug-in either today or tom…
-
Hi neon I have been trying to test the latencies of PST SRB200A and Cedrus RB-X30 using the latest version of Opensesame (0.27.2) but couldn't get them to work. The only way that I could test these units was by downloading an older versions (0.25) …