jeyner Posted July 5, 2012 Posted July 5, 2012 (edited) I use a modified rAthena emulator last revision. When I turn on the emulator gives no problem, but after a while it get this error: And when I try to enter to my character, appears this error: then, I removed this line and I could connect: //Check if both servers agree on the struct's size if( RFIFOW(fd,2) - 25 != sizeof(struct mmo_charstatus) ) { ShowError("chrif_authok: Data size mismatch! %d != %d\n", RFIFOW(fd,2) - 25, sizeof(struct mmo_charstatus)); return; } and when I enter to the pj. appears this error : Help me pls. Thanks. =D Edited July 5, 2012 by jeyner Quote
Question
jeyner
I use a modified rAthena emulator last revision.
When I turn on the emulator gives no problem, but after a while it get this error:
And when I try to enter to my character, appears this error:
then, I removed this line and I could connect:
and when I enter to the pj. appears this error :
Help me pls. Thanks. =D
Edited by jeyner0 answers 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.