Jump to content
  • 0

Guild Error


BigBurrito

Question


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.02
  • Content Count:  114
  • Reputation:   5
  • Joined:  07/16/16
  • Last Seen:  

[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

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.02
  • Content Count:  114
  • Reputation:   5
  • Joined:  07/16/16
  • Last Seen:  

NVM. Solved it. I had changed a value on the MAX_GUILDEXPULSION. 

Link to comment
Share on other sites

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.

×
×
  • Create New...