sbrl / Minetest-WorldEditAdditions

Extra tools and commands to extend WorldEdit for Minetest
https://worldeditadditions.mooncarrot.space/
Mozilla Public License 2.0
16 stars 3 forks source link

worldeditadditions //count mising textures #90

Open Bastrabun opened 1 year ago

Bastrabun commented 1 year ago

Repro:

  1. Create a Worldedit area either with //1 and //2 or with the wand
  2. Do //count (this invokes worldeditadditons)

No crash, but:

2023-01-21 15:01:03: ERROR[Main]: generateImage(): Could not load image "worldeditadditions_bg.png" while building texture; Creating a dummy image
2023-01-21 15:01:03: ERROR[Main]: generateImage(): Could not load image "worldeditadditions_l0.png" while building texture; Creating a dummy image
2023-01-21 15:01:03: ERROR[Main]: generateImage(): Could not load image "worldeditadditions_r2.png" while building texture; Creating a dummy image
2023-01-21 15:01:03: ERROR[Main]: generateImage(): Could not load image "worldeditadditions_bg.png" while building texture; Creating a dummy image
2023-01-21 15:01:03: ERROR[Main]: generateImage(): Could not load image "worldeditadditions_l0.png" while building texture; Creating a dummy image
2023-01-21 15:01:03: ERROR[Main]: generateImage(): Could not load image "worldeditadditions_r1.png" while building texture; Creating a dummy image

For my reference #3583

sbrl commented 1 year ago

Many thanks for this, @Bastrabun!

How did you install WorldEditAdditions please?

I recommend you use the latest release, as the latest master - while usable (I haven't seen the above bug before) - is currently a work in progress.

Bastrabun commented 1 year ago

Yes, it was then current main and the issue persists in current main https://github.com/sbrl/Minetest-WorldEditAdditions/commit/8652ad6335f2d1576af0f99f759f073496358ad5

If you wish to investigate poke me and I'll give you address and port to our testserver, where you can look at things if you wish.

sbrl commented 1 year ago

Ok, so I apologise for letting this bug sit - I started a new position shortly before this bug was posted and it has taken me until now to get a handle on my new schedule. I have investigated this issue on the following environment:

....but I'm unable to reproduce the error. Could you give me your OS on both client and server, Minetest server version (both client and server), and uname -a on both client and server if appropriate please?