Fratini Posted April 12, 2016 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 153 Reputation: 8 Joined: 07/01/14 Last Seen: May 3, 2018 Share 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 Link to comment Share on other sites More sharing options...
0 Fratini Posted April 12, 2016 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 153 Reputation: 8 Joined: 07/01/14 Last Seen: May 3, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
0 benching Posted April 12, 2016 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 350 Reputation: 43 Joined: 09/07/12 Last Seen: August 30, 2019 Share 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 Link to comment Share on other sites More sharing options...
0 Emistry Posted April 12, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 15 hours ago Share Posted April 12, 2016 invalid database login credential ? Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.