Jump to content
  • 0
Fratini

Debug on Login-server

Question

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

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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 by Fratini
Link to comment
Share on other sites

  • 0

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 by benching
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.