Cats, dogs, and capybaras tutorial - crash
I completed the tutorial, and it crashes with the following:
Failed to load sample: .ogg
Details
item-stack: experiment[run].block_loop[run].trial_sequence[prepare].animal_sound[prepare]
exception message: openexp._sampler.legacy.init() the file '.ogg' does not exist item-stack: experiment[run].block_loop[run].trial_sequence[prepare].animal_sound[prepare] time: Fri Apr 07 21:37:29 2017 - time:Fri Apr 07 21:37:29 2017- exception type:osexception
I followed the instructions, except I changed the backend to "xpryiment," removed the inline_script and added the correct_response var to the block_loop. What am I doing wrong? It will run through a few trials and crash. It seems like it's trying load files that don't have the ogg extension. I look at the file pool, and I see files with .ogg and .png extensions, which are needed for this tutorial.
Comments
I think I found the problem. I checked the variable table in the block element. It said it would be called 224 times, but there were only 150 rows of data. I deleted the extra "phantom" rows and it's working now. Thanks.