Jump to content

Question

Posted

[Error]: intif: guild info : data size error Gid: 3 recv size: 11804 Expected size: 77340
what causes this error?


also, on my Guild Window, on the skill tab, there are no skill at all. is blank. Tho, I do have the guild_skill_tree.txt on the DB folder and the guild_skill table at SQL. Dont know what is causing this error..

I noticed when recompiling got this warning:


And this is the part of the warning:
 

int mapif_guild_info(int fd,struct guild *g)
{
	unsigned char buf[8+sizeof(struct guild)];
	WBUFW(buf,0)=0x3831;
	WBUFW(buf,2)=4+sizeof(struct guild);
	memcpy(buf+4,g,sizeof(struct guild));
	if(fd<0)
		chmapif_sendall(buf,WBUFW(buf,2));
	else
		chmapif_send(fd,buf,WBUFW(buf,2));
	return 0;
}


*Did not modify any of this.

Git Hash: '006efe11edf412eef6c07b2b20db84ed1da4f20e'
Pre-Renewal mode.
PACKETVER 20151104

what.png

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...