Tons of errors in the console

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By AticAtac

Hi,

i get tons of errors in the console. All of them look like this:

“ERROR: load_image: Error opening file ‘C:\Users\xxxx\AppData\Local\Temp/Godot/resthumb-5c0923f220c5279745bbb21df74ff6e1.png’.
At: core/io/image_loader.cpp:56”

Any idea where theses come from?

@Update
I should also add, that I am using the texturepacker addon to create many sprites from my texturesheets. To be precise: 4282 .tres files were created.

I get this too occasionally when developping my plugin, and another project. Looks like editor thumbnails failing to load. I have no idea why that happens.

Zylann | 2020-04-02 22:34

:bust_in_silhouette: Reply From: Joel_127

I had the same issue, removed folder C:\Users\xxxx\AppData\Local\Temp/Godot (make a backup), the error went away.

Those are temporary files,they are regenerated if you restart Godot. Something to do with a resource thumbnail (resthumb).

Thx!
Your solution helped.

AticAtac | 2020-04-03 14:15

For now this is the way to work around it.

I have posted an issue for this: ImageLoader Errors in editor. Can't find file. · Issue #36241 · godotengine/godot · GitHub

avencherus | 2020-07-20 09:25

This is a nightmare. This error happened to me when my CPU shut down while GOdot was open. Now I removed TEMP folder, this solution didn’t work and it began to create more errors in the console. Now it won’t change even when I paste pack the backup I made :frowning:

Inces | 2020-12-14 20:39