Running my experiment, I am getting the following error: Unknown system error. Line 353, File IQKey.cpp
It doesn't seem to have caused any fatal malfunctions to the script, but I am not sure why it is happening. This error did not appear when I previously tested on my own, and it does not appear when validating my script, only as errors when running the program on Inquisit Web once the experiment went live. The code at line 353 is just this:
<picture mask>
/ items = maskitems
/ select = noreplace
</picture>
Line 353 is the last line. From searching through the forum, I found someone else had a related issue, but theirs was an incorrect assignment of a /prevkey (0), which I have also noticed in my script. The only thing is, that error is nowhere near line 353, and that script is not interacting with the picture mask area. Can I simply delete the /prevkey (0) line? I do not actually need participants to be able to go back, so I am not sure why I had this typed up in the first place.