View Single Post
  #1  
Old 02-10-2009, 04:26 PM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,449
Default [02.10. - 15:03:01] [WORLD__CLIENT_ERR] NOCLE: Could not get CharInfo for 'charname'

Been seeing this pop up in the logs for my server a lot:

Quote:
[02.10. - 15:03:01] [WORLD__CLIENT_ERR] NOCLE: Could not get CharInfo for 'Monk'
and i'm not sure why.

It seems to make the player crash to the loginserver as well. Further inspection in code shows this part is to blame:

Code:
			if (charid == 0 || tmpaccid != GetAccountID()) {
				clog(WORLD__CLIENT_ERR,"Could not get CharInfo for '%s'",char_name);
				eqs->Close();
				break;
			}
but i'm a bit unsure how it is failing to get the character info at all, as it is there. It also seems to happen on low-ping characters only, meaning, they have a good connection. It has happened to myself too.

Any thoughts?
Reply With Quote