Daniel
About
- Username
- Daniel
- Joined
- Visits
- 669
- Last Active
- Roles
- Member, Administrator, Moderator
Comments
-
Ok, solved! thx
-
So far the only way data is saved is in rows and only a single colomn. This is because Excel doesn't interpret the list separator correctly. In US syntax, this is a comma, but when the regional settings are set to Dutch, Excel expects list values t…
-
For me the Gabor patches look fine. Could you perhaps provide some more details (backend, specific parameters of the Gabor. etc.) and a screenshot? The following code (for simplicity all done in run phase, but results are the same when drawing in p…
-
The rest is indeed resolved, or is specific to my own python environment. Thanks!
-
My numpy version is 1.6.1. I can confirm that the problem is caused by my source environment. I had another installation of Python 2.6 that I forgot about, and ran OS 0.27-pre15 with that version. The problem of the frozen mouse cursor did not occu…
-
Platform: Win XP Bug: Trying to run (any) experiment with the psychopy backend results in the following error as soon as the experiment starts (you do not get to see the window): openexp.sampler._legacy.init_sound(): sampling freq = 48000, buffer …
-
It should be possible, but it is not easy; not in the current way that the video player is implemented in OpenSesame. I have never tried this myself, so the suggestions I give below are untested and not warranted to work. You could try putting the …
-
The problem of the frozen mouse cursor also occurs when I run OpenSesame 0.26 from source (the distributed version runs fine). I therefore think the problem is specific to the configuration of my machine and not a bug in OpenSesame 0.27.
-
Almost, using this method I get the error Error: Runtime errorDescription: Failed to prepare item 'trial_sequence', which is called by loop item 'block_loop' Right after the feedback display at the end of the practice phase. I'll have a look into …
-
Ok, I followed the instructions above, but after pressing space it takes the experiment about 10-15 seconds before it shows the slide "practice is finished". Until that moment, the feedback slide of the practice block is 'frozen' on the sc…
-
I'm running from source. modules() gives the following output: >>> modules()OpenSesame 0.27~pre15Python 2.7.2Expyriment (Revision ; Python 2.7.2)PyAudio not availablePyGame 1.9.2prePyOpenGL 3.0.2a6PyQt 4.8.6PySerial 2.6PsychoPy 1.74.02Pyg…
-
Platform: Win XP Bug (sort of): The form_consent item works now, but at a resolution of 1024x768, the "I have read and understood the information above" checkbox label overlaps with the main text (the word uncomfortable). Additionally, w…
-
I should have more time again from this Thursday on. I'll try to look into the mac version as soon as I can too. I have not been able to get any version from OS 0.27 from source to run on the Mac yet, but given some time I'm sure I will manage to.
-
Thanks, I'm going to try that
-
Thanks for you reply (Quote) > (Quote) > (Quote) I will try that. Will that however interfere with other Ubuntu windows too? As in, will it disable the compiz effects for desktop switching and such? As far as I noticed, this didn't happen w…
-
Platform: Ubuntu 12.04 Bug: Sometimes when an experiment is started in windowed mode and you switch to another window (outside OS) after which you switch back to the experiment window again, it does not register any key presses anymore (including E…
-
I'm running on Ubuntu at the moment and your suggestion fixed the problem. Thanks! I'll see how this fares on Windows a bit later. Is the code of expyriment on code.google.com not the latest?
-
Yikes! Those are some creepy bugs...
-
Right, I think this probleem is indeed partly caused by incorrect processing of newline characters. We'll have to look into a fix for this.
-
Hi Sebastiaan and Edwin, thanks for your replies. I didn't know the default font was mono and tried 'Arial', which it couldn't find as a ttf in the resource folder. I tried 'Mono' as well I think, but specified it with a capital M in the beginning,…
-
The .app runs in its own python environment and does not look in the site-packages folder of the system's python installation. The only way you can access external modules is by running OpenSesame from source. Can you tell us what exactly you need p…
-
Upgrading to PyQt 4.9.4 did the trick. There is no longer a hard crash after clicking Offline help. Solved!
-
from PIL import Image Gives me the same error: No module named PIL. I think catching this with a try/except is a good idea
-
I have a slightly older version of PyQt4 than you do. I'll upgrade and try again: OpenSesame 0.27-pre1Python 2.7.3PyQt 4.9.1PyGame 1.9.2prePyOpenGL 3.0.2a5PsychoPy 1.74.01Pyglet 1.1.4 I liked to notion of being able to browse the help files from i…
-
The reason that opensesame doesn't start is probably because it misses the qscintilla module. This is included in the packaged version, but if you run from source through macports you will have to install it yourself using: sudo port install py26-q…
-
Hi Kevin, I took a look at it and encountered the same problem as you did. I have yet to find out what the cause is, as this is especially difficult because it involves a 'hard crash'. I don't get a stacktrace or indication of where in the code the …
-
Hi both, sorry for my late response, but I have been caught up in other work. Kevin, could you send me your experiment? I assume it will be a large file, so you can use megatransfer or wetransfer.nl to send it. I remember having had the same issue w…
-
Did you try running OpenSesame on another machine and see if the problem also occurs there? From the error message you provided, it seems the problem lies in the section in which you can insert custom code to handle events like keypresses. Is the te…
-
Hello pmh, Could you tell me what kind of avi file you have used (uncompressed, divx, xvid or h264)? I have been unable to reproduce this problem. Otherwise, could you send me the video file and experiment you are using, with which the problem occu…
-
That's weird, as qtmedia_player_vlc is included in the source file. Could you give me some more info about your system and the version of OpenSesame you are currently using? How did you install the plugin? It should be placed as a subfolder in the o…