I keep trying to change the image (PNG) of one of my actors and it gives me this error message (followed by a huge stream of block text error stuff) and replaces the actor image with the little green Greenfoot foot. What's weird is that it deletes the original file and then says it can't find the file. (As far as I can tell)
I'll save it to the image folder in my scenario, browse in the set image thing, find it, click it, get the error, and the image is gone.
java.io.FileNotFoundException: C:\Users\Claymore\Desktop\Newgameidea\Snake1.3\images\food.png (The system cannot find the file specified)
What am I doing wrong? I've done this plenty of times before without this issue. There are no files in the folder other than PNG images for the background and other actors.

