Can't open guild storage

maqc

New member
Messages
3
Points
0
Hi, I've got a weird issue since a while. Players are unable to open guild storage and the console throws that error whenever someone tries :

[Error]: intif_parse_LoadGuildStorage: data size mismatch 6488 != 72024


I am using latest revision. I checked the source code, but I can't figure out where that could come from... Any idea?

Thanks!

 
Can you please confirm the hash of this "latest" revision that you are using? should appear on top when you start map server

 
Yes sir, here it is :

[Info]: Git revision (src): '4928dff40de97204aa3d91cc539094e5bc667906'

[Info]: Git revision (scripts): 'e7bc84db588fa39ac610f51f8793c384c19aa1e9'

 
The hash 4928dff40de97204aa3d91cc539094e5bc667906 is not found in the git history. This means your engine is modified, and as such I can't provide support.

Make sure you upgrade to the latest, unmodified version of the Hercules engine

 
Well I did modify small parts of the source code, but nothing that should alter storage.

Any idea of what could cause a "data size mismatch" ?

 
Your error look like mean packet overflow. If you using old hercules with item options added but without storage fix, you must update hercules or reduce your storage and inventory size to default.

 
Well I did increase the storage size to 600 items, but I never had an issue with that (been using Hercules since 1½ years). I started having this issue around commit b950a58. Is storage size bigger than 300 now impossible in Hercules?

Also, character storage works fine. I only have problems with guild storage.

 
Last edited by a moderator:
From 64 bit system and default structs, you can use up to 909 size for guild storage.

But from numbers what you gave, you using 1000 size for guild storage

 
You were right, the guild storage was set to 1000 (i did not remember). I lowered it to 900 and now it works! Thanks a lot!

By the way, what is the limit for character storage?

 
for account storage look like max size is 910

 
Back
Top