Page 1 of 1

IOError: Can't find file (image)

Posted: Tue Mar 18, 2014 11:03 am
by Destiny
(Sorry, seems my long absence due to university turned me back into a noob...)
Or maybe a Ren'Py update changed something so my way of doing things doesn't work anymore?

Ren'Py is complaining that it can't find a image.
I just put some screens here so people can see that the image is there and - according to what I know - in exactly the spot it is supposed to be.

Way to the file:
C.png
Code in the game:
A.png
Ren'Py complaining:
B.png
Traceback full of Errors for reasons that I don't know:
traceback.txt
(4.35 KiB) Downloaded 75 times

Re: IOError: Can't find file (image)

Posted: Tue Mar 18, 2014 11:12 am
by PyTom
Shouldn't that be Graphics/Backgrounds/006/006a.png ? It looks like you left out the directory name.

Re: IOError: Can't find file (image)

Posted: Tue Mar 18, 2014 11:23 am
by Destiny
(See, said, I am dum)
It didn't work since I initially had a / before Graphics. In an attempt to somehow get the error away, it seems I deleted the last directory =_=
It works now, thanks for pointing that out (please delete this thread, no one has to see I am a total retard here :'D)