minetest-mods / moreblocks

More Blocks
https://content.minetest.net/packages/Calinou/moreblocks/
zlib License
45 stars 67 forks source link

Very slow loading time on Android or when using the `craftguide` mod #148

Open MarSoft opened 5 years ago

MarSoft commented 5 years ago

I use mobile version of Minetest (Android). When I enable moreblocks and start game, it takes more than a minute on Creating server stage (the first boot-up stage). When I disable moreblocks 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.

Calinou commented 5 years ago

If you're playing in creative mode, this is likely related to https://github.com/minetest-mods/moreblocks/issues/144.

MarSoft commented 5 years ago

No, not creative. Just single payer survival.

scr267 commented 4 years ago

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?

Calinou commented 4 years ago

@za267 Thanks for the information :slightly_smiling_face:

I don't know what could be causing this, unfortunately.

orbea commented 4 years ago

Do you have craftguide or any similar mods enabled?

scr267 commented 4 years ago

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!!!