[HELP] recent new account problem.

01/09/2011 23:45 corbit15#1
as the title says i just came across a problem. its never happened before, i know this because i have players on my server.

anyways the prblem im having is when i make a new account i try to log in and before it loads a quarter of the way the client crashes. this has never happened before and im not sure what the cause of it is.

anybody know whats causing this?
01/10/2011 00:23 Syst3m_W1z4rd#2
If it's for 5165, make sure you're not having signs in your charactername.
01/10/2011 02:27 corbit15#3
theres no signs or anything. i tried multiple names. the first one was test 10 and password was 12345
01/10/2011 04:28 s7evo#4
Arco knew what the problem was. Try erasing your account/char tables (.txt's). For some reason, it bugs me that the error had to do with guilds. I'll ask and respond
01/10/2011 12:43 Korvacs#5
Did you recently add a new features to the server that modified the character saving/loading methods?
01/11/2011 00:07 corbit15#6
i dont believe so. all ive been doing is just fixing bugs
01/11/2011 00:53 Korvacs#7
Its likely that a change you have made is what has caused your problem.
01/11/2011 01:14 corbit15#8
ok i fixed it. the problem was Info.Character = " ";

shouldve been Info.Character = "";

but i have one more question. everytime i try to load all dmaps i get this error in source

return Cells[X, Y]; Index was outside the bounds of the array.

why is that?