mt-mods / technic

Technic mod for Minetest
18 stars 25 forks source link

ERROR[Main]: generateImage(): Could not load image #196

Closed AmyMoriyama closed 3 years ago

AmyMoriyama commented 3 years ago

2021-07-12 17:12:24: ERROR[Main]: generateImage(): Could not load image "technic_concrete_block.png" while building texture; Creating a dummy image

2021-07-12 17:12:24: ERROR[Main]: generateImage(): Could not load image "technic_concrete_block.png" while building texture; Creating a dummy image

OgelGames commented 3 years ago

I noticed you also posted this here: https://github.com/minetest-mods/technic/issues/589

Which version of technic are you running, and when is this error happening?

S-S-X commented 3 years ago

Commit https://github.com/mt-mods/technic/commit/bc51bca63cc807e9068c8717ed0730d2399f21f7 moved concrete/textures/x32/technic_concrete_block.png → .textures/alternate/technic_concrete_block.png

For me however it seems that technic mod does not use this texture for anything. Issue is in another outdated mod and issue became only visible because technic_concrete_block.png texture were basically removed from technic mod.

Technic mod did throw away concrete block textures here: https://github.com/mt-mods/technic/commit/44cb8df048e09b64214f59db73a3fd23cfe12e77 (november 2018).

At this point my opinion is that this is not bug (and I'll remove bug label for now) and should not be fixed by restoring unused texture, another mod that is trying to use this texture should be fixed instead. Basic_materials mod provides correct textures.

Texture .textures/alternate/technic_concrete_block.png should be removed completely to keep it clean and to avoid possible confusion.