Page 1 of 1

USING MORE MODS

PostPosted: Thu Jun 14, 2012 14:55
by Stef
if I want to use more mods at once, i get an error.
This is if I use BLOX 0.3 + HOMEDECOR (from VanessaE)

I think it's because some mods have the same crafting or what's the problem?

PostPosted: Thu Jun 14, 2012 16:01
by VanessaE
Odd, I have bobblocks installed in my system, in fact I use it alongside my homedecor mod:

Image

PostPosted: Thu Jun 14, 2012 16:02
by Jordach
Yep. I see them - and Firefox in the background, don't think I never see things like this.

PostPosted: Thu Jun 14, 2012 16:13
by Stef
no i dont mean Boblox but just blox whit checked stone in every color and somthing like that stuff not BOBLOX

PostPosted: Thu Jun 14, 2012 18:16
by InfinityProject
Moreblocks?

PostPosted: Thu Jun 14, 2012 18:18
by Stef

PostPosted: Thu Jun 14, 2012 18:21
by VanessaE
I also have the Blox mod installed (older version prior to today's update) for testing, though I don't use it. Also have quite a few other mods and they all seem to behave together.

PostPosted: Thu Jun 14, 2012 18:36
by Stef
the newest version won't work togheter

PostPosted: Thu Jun 14, 2012 23:56
by VanessaE
None of his crafting recipes appear to conflict with mine, and I have moreblocks, flowers, and a whole host of others installed as well.

I've just installed blox 0.3 and fired up my usual testing world which has a bunch of stuff from homedecor present, placed a selection of 'Blox" blocks into the world, and nothing unusual happened. They seem to work fine together.

What is the error, and under what conditions, process, or procedure do you see it?

What version (build date) of minetest?

PostPosted: Fri Jun 15, 2012 04:15
by Stef
I use the 12/06/12 and he says :
Error[main]: a serialization error occured:
Error[main]:deSerializeString: size not read
Error[main]:the server is probably running a different version of Minetest.
On a Windows VISTA

PostPosted: Fri Jun 15, 2012 12:28
by Calinou
Stef wrote:I use the 12/06/12 and he says :
Error[main]: a serialization error occured:
Error[main]:deSerializeString: size not read
Error[main]:the server is probably running a different version of Minetest.
On a Windows VISTA


There is no 0.4-20120612 version, the latest is 0.4-20120606. :P

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Error[main]:the server is probably running a different version of Minetest.

Self-explanatory; the server has to be updated, or use an older client version.

PostPosted: Sat Jun 16, 2012 10:31
by SHKEd

PostPosted: Sun Jul 15, 2012 10:57
by cornernote
I get the same problem. Seems to be a limit of how many types of items can be added by modules:

VanessaE also had the same issue:
https://github.com/celeron55/minetest/issues/144

It has nothing to do with which mods you use, just how many items they define.

PostPosted: Wed Jul 18, 2012 04:35
by Rath
Stef wrote:Error[main]: a serialization error occured:
Error[main]:deSerializeString: size not read
Error[main]:the server is probably running a different version of Minetest.


I was able to reproduce this error by creating a mod which registered 7000 aliases.

The limit may be here...
https://github.com/celeron55/minetest/blob/master/src/serialization.cpp