mt-mods / moretrees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"moretrees_acacia_wood.png" is missing

vonglahn opened this issue · comments

commented

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

commented

Are you using other mods with moretrees support?

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

commented

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

commented

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

replace ./minetest/mods with your mods path

commented

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.

commented

this is not a moretrees issue

commented

It's an error from columnia.