Reached EOF while decoding PNG
IMB_ibImageFromMemory: unknown fileformat (/home/antoni4040/Έγγραφα/Layout1.png)
It’s very annoying cause it stops the whole program…
How can I say to Blender to ignore it?
Thats all I want, because, apart from stopping the add-on, it doesn’t cause any trouble(really)…
You have to tell us what library you are using to decode the PNG. Chances are that you just need to put your calls inside a try-except block and handle the exception accordingly.