Why do you have charset latin1 and not UTF8?
thanks brother but now i know where this error come from .. its only come if i used albertos source 5518 Forward o send client uid and token and Connect to get the client id again to use with AwaitingPool Safe Dictionary , to set client.Entity.AccountQuote:
This error has nothing to do with mysql tables. Has anyone looked at the picture posted on the 3rd page? (The one with black background)
The problem comes from somewhere inside Execute (at line 336).
@abdeen:Whilst your exception resides in Execute() you clearly don't read the name from the character packet correctly.
Post here the execute command and highlight the 336th line if you want to have this exception fixed.
Database.AccountTable Account = null;
if (ServerBase.Kernel.AwaitingPool.ContainsKey(FW.Identifier))
{
ServerBase.Kernel.AwaitingPool.TryGetValue(FW.Identifier, out Account);
ServerBase.Kernel.AwaitingPool.Remove(FW.Identifier);
if (Account != null)
{
client.Account = Account;
}
}