PennController for IBEX › Forums › Support › Load time issues with .zip method › Reply To: Load time issues with .zip method
Hello,
I am currently unable to replicate the problem. Do you still experience varying preloading issues?
Actually I am able to identify preloading issues, having to do with the fact that you create elements with invalid filenames. For example, the last line of your CSV file for the training block 2 is:
ABA,2,B2FB2,comp,huspfb_1.mp3,huspfb_2.mp3,-,-,B2_husppos.png,-,-,"He said HUSP . Now, what did that mean again? I think that means big. These moons definitely look pretty HUSP .","Ok, help me out here. Which moon is TRAGOT than the first moon?",MIDDLE,RIGHT,MIDDLE
So Audio2, Audio3, Image2 and Image3 are all -
, which are invalid filenames. PennController cannot find files for the elements you create in your second Template command that reference those columns, and so it fails to preload them. When the corresponding trials run, they try again to preload the resources for 1min, but obviously fail, and then crash when it comes to inserting the elements that aren’t associated with valid files
Jeremy