PNG file turned to a white rectangle

Hey

I have the weirdest problem - 

I have a png file that I use in my project.

I worked with it for some time now and nothing has happened, even last night when I saved the changes everything worked-

Now the file is shown as a white rectangle…

I tried moving it to another module, saving it again via photoshop, change the width/height/scale, but nothing…

The file itself is fine -

I can view it as PNG in flash and other applications, only in corona is the problem…

What should I do??

Make sure the image’s width or height is not over the max texture size…

[lua]

print(system.getInfo(“maxTextureSize”))

[/lua]

C

Make sure the image’s width or height is not over the max texture size…

[lua]

print(system.getInfo(“maxTextureSize”))

[/lua]

C