By isaless - 7/28/2023
Hi, I'm a beginner using Inquisit and I am creating my first experiment. I've run into the problem of images not loading when they are properly labeled and in a recognizable format by Inquisit. I've used both JPEG and PNG and Inquisit still tells me that it is unable to load the picture because there is "no such file or directory." I have some other images in PNG format that Inquisit does recognize, so I'm not sure why it's not recognizing others.
I've attached a google drive link leading to a zip file with the contents of the Inquisit script as well as the images I'm currently using in a PNG format:
https://drive.google.com/file/d/1Z68a09VwGxbV2SNQPrLUaJlo2jFk6n6P/view?usp=drive_link
Thank you! :)
|
By Dave - 7/28/2023
+xHi, I'm a beginner using Inquisit and I am creating my first experiment. I've run into the problem of images not loading when they are properly labeled and in a recognizable format by Inquisit. I've used both JPEG and PNG and Inquisit still tells me that it is unable to load the picture because there is "no such file or directory." I have some other images in PNG format that Inquisit does recognize, so I'm not sure why it's not recognizing others. I've attached a google drive link leading to a zip file with the contents of the Inquisit script as well as the images I'm currently using in a PNG format: https://drive.google.com/file/d/1Z68a09VwGxbV2SNQPrLUaJlo2jFk6n6P/view?usp=drive_linkThank you! :) That link is not publicly accessible.
|
By isaless - 7/28/2023
I apologize, should be public now.
https://drive.google.com/file/d/1Z68a09VwGxbV2SNQPrLUaJlo2jFk6n6P/view?usp=sharing
|
By Dave - 7/28/2023
+x I've observed this issue with two of your files only, "Background.png" as well as "yellow_right.png".
The file you believe is called "Background.png" is actually called "[some_invisible_character]Background.png".
This is from a directory property dump. The first entry is a file actually called "Background.png". The second entry is your file, the gibberish at the start of the file name represents the invisible character. The solution is to simply rename the flle properly in Finder.
The problem with "yellow_right.png" is the reverse of the above. There the file is actually called "yellow_right.png", but in the script's <item> element, you had it called
/ 2 = "[some_invisible_character]yellow_right.png"
The solution there is to simply delete that entry from the item element and re-type it properly.
|
|