rubenwardy / sfinv

Minetest Mod: Simple Fast Inventory
MIT License
7 stars 4 forks source link

gui_hb_bg.png not found #3

Open GoodClover opened 2 years ago

GoodClover commented 2 years ago

When using sfinv I get these errors:

INFO[Main]: SourceImageCache::getOrLoad(): No path found for "gui_hb_bg.png"
ERROR[Main]: generateImage(): Could not load image "gui_hb_bg.png" while building texture; Creating a dummy image

gui_hb_bg.png is included in MTG's default mod. If required it should really be shipped along with sfinv, as MTG isn't a dependency.

I'm not sure what it's needed for, appears to be an almost fully transparent gray texture.

corarona commented 1 year ago

ran into this too. @GoodClover it's safe to ignore the warning

But I suppose it isn't ideal it wants to load an image from default

I think the best solution is to ship a copy of it tbh ... it's 98 bytes

corarona commented 1 year ago

it seems to be just a box .. maybe it can be done with texture mods