Open MarSoft opened 5 years ago
If you're playing in creative mode, this is likely related to https://github.com/minetest-mods/moreblocks/issues/144.
No, not creative. Just single payer survival.
Not sure where to post an update, but I'm getting slow load times on the Aurelium server that I host. It seems to be caused by moreblocks. One of the symptoms is that if I run a trace, the following shows up over and over again for nearly 10 minutes:
write(1, "\10 \10\10 \10\10 \10\10 \10\10 \10\10 \10\10 \10\10 \10\10 \10\10 \10\10 "..., 372) = 372
This happens during server startup and takes between 5 and 10 minutes. There is nothing in the log, not even in verbose.
Does that help at all?
@za267 Thanks for the information :slightly_smiling_face:
I don't know what could be causing this, unfortunately.
Do you have craftguide or any similar mods enabled?
Actually I did have craftguide... I disabled it and all of a sudden the server started up much faster. I'll double check everything and confirm shortly. Thanks very much orbea!!!
I use mobile version of Minetest (Android). When I enable
moreblocks
and start game, it takes more than a minute onCreating server
stage (the first boot-up stage). When I disablemoreblocks
that stage takes no more than 10 seconds with several other mods enabled. I suspect this is because this addon registers a lot of blocks (various slabs, stairs, microblocks etc) but I am not sure. Will try to do some testing.