Blazing Spear Posted June 2, 2013 Posted June 2, 2013 case 0x2739: // PIN Code was entered wrong too often if( RFIFOREST(fd) < 6 ) return 0; else{ struct mmo_account acc; if( accounts->load_num(accounts, &acc, RFIFOL(fd,2) ) ){ struct online_login_data* ld; ld = (struct online_login_data*)idb_get(online_db,acc.account_id); if( ld == NULL ) return 0; login_log( host2ip(acc.last_ip), acc.userid, 100, "PIN Code check failed" ); } remove_online_user(acc.account_id); RFIFOSKIP(fd,6); } break; compiling error : "src\login\login.c(945): error C2198: 'login_log' : too few arguments for call" ill just update my old rathena rev with harmony installed thanks Quote
Mootie Posted June 2, 2013 Posted June 2, 2013 Are you trying to install harmony? is your svn clean? try manual patch it Quote
Blazing Spear Posted June 2, 2013 Author Posted June 2, 2013 my old rathena already have harmony but when update my rathena files i got that error in compiling Quote
Mootie Posted June 2, 2013 Posted June 2, 2013 Then you have to update the harmony also for the specific rev. of your svnIf you are using svn update im sure your console will say the complicated files/lines while updatingin short if there is a conflict files probably you cant update your svn all you have to do is to get a clean svn attach the harmony there then modify it again.Thats what i know Quote
Blazing Spear Posted June 3, 2013 Author Posted June 3, 2013 i just want to solve this error can you help me? i dont know what is the problem with that line Quote
Question
Blazing Spear
compiling error : "src\login\login.c(945): error C2198: 'login_log' : too few arguments for call"
ill just update my old rathena rev with harmony installed
thanks
4 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.