Fratini Posted April 12, 2016 Posted April 12, 2016 Good night guys and girls =D I just update my rAthena server from github and after I compile with no apparent error. When I try to start the server, the Login-Server show this error [Debug]: at ipban.c:215 I opened the ipban.c at line 215 from src/login/ but I didn't dare to change something =\ // establish connections sql_handle = Sql_Malloc(); if( SQL_ERROR == Sql_Connect(sql_handle, username, password, hostname, port, database) ) { ShowError("Couldn't connect with uname='%s',passwd='%s',host='%s',port='%d',database='%s'\n", username, password, hostname, port, database); Sql_ShowDebug(sql_handle); Sql_Free(sql_handle); exit(EXIT_FAILURE); } Thank you Quote
0 benching Posted April 12, 2016 Posted April 12, 2016 (edited) there should be more information,not just this [Debug]: at ipban.c:215 its better to just post the image of whatever you wanted to show. Edited April 12, 2016 by benching Quote
0 Fratini Posted April 12, 2016 Author Posted April 12, 2016 (edited) its better to just post the image of whatever you wanted to show. Yes, the only debug and error in the log from login is this, unfortunately =\. I check the log from char and map. Nothing. invalid database login credential ? Is there a way to fix it? Thank you guys, for the help and attention =D Edit: I discover that when I was transfer the files from config with Fillezila, It didn't pass the char-athena.conf, making the IP from char with comments '//' Next I'll check if the files update correctly =\ Thank you again Edited April 12, 2016 by Fratini Quote
Question
Fratini
Good night guys and girls =D
I just update my rAthena server from github and after I compile with no apparent error.
When I try to start the server, the Login-Server show this error
I opened the ipban.c at line 215 from src/login/ but I didn't dare to change something =\
Thank you
3 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.