These are Minetest Forums but I thought I'd cross-post the following Freeminer post as things relevant to Minetest might come up. Plus, the screenshot is amusing.
===
I'm willing to host a Freeminer world, using the Freeminer network protocol. Some debugging and tweaks may be needed first.
I've been able to build a Debian Freeminer server and a separate client for my own Linux distro, both using the latest git sources. I'm doing some preliminary testing. I've noticed these issues so far:
1. Random-number generation may not be working correctly. See the screenshot below. That is a lot of "moo".
This is a problem for Minetest as well as Freeminer. I've talked with Celeron55 and it seems possible that a particular RNG routine in Minetest is broken. However, the specific issue illustrated below is occurring for my test world only in Freeminer.
2. The Freeminer server list seems to be down today. In the client, it just says "loading". Web access shows an empty list.
3. The initial media load seems to be slow. Is the curl feature from Minetest supported or is media handled differently in Freeminer?
4. I wasn't able to build a working client, under my Linux distro, using gcc 4.9.3. proller and I determined that there was probably a low-level C++ problem involved. However, gcc 6 did work.
