Jump to content
  • 0

Debug on Login-server


Fratini

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  153
  • Reputation:   8
  • Joined:  07/01/14
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  153
  • Reputation:   8
  • Joined:  07/01/14
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

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

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

invalid database login credential ?

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...