Hello, the error occurs because the png file's name is very long, causing the file pathway to be too long to be processed.
A fix to this is to extract the .zip/.rar file in the place with as short pathway as possible. (Such as :C or :D)
That way the file should be able to extract properly.
I hope this helps!