mt-mods / moretrees

Other
8 stars 10 forks source link

"moretrees_acacia_wood.png" is missing #16

Closed vonglahn closed 1 year ago

vonglahn commented 1 year ago

Hi,

I get a missing png error message at the start of minetest 5.6.1

ERROR[Main]: generateImage(): Could not load image "moretrees_acacia_wood.png" while building textures; Generate a dummy image

Niklp09 commented 1 year ago

Are you using other mods with moretrees support?

OgelGames commented 1 year ago

That texture was removed over 7 years ago in commit ad0cbbc0fa3061b122ea6f78cdfd00ada110961c. You must be using an old mod that is referencing that texture.

vonglahn commented 1 year ago

I'm using a lot of mods but how do I know which other mod uses that texture?

Niklp09 commented 1 year ago

egrep -rni -e "moretrees_acacia_wood.png" ./minetest/mods

replace ./minetest/mods with your mods path

S-S-X commented 1 year ago

I'm using a lot of mods but how do I know which other mod uses that texture?

Try doing text search in all lua files in mods directory. For Windows not sure how well builtin search works but notepad++ at least has good search tool that can search directories recursively. For Linux grep -rm1 'moretrees_acacia_wood.png' mods where mods is minetest mods directory.

Niklp09 commented 1 year ago

this is not a moretrees issue

vonglahn commented 1 year ago

It's an error from columnia.