Jump to content
  • 0

DEBUG - Self is null message on map-server


Fily

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   4
  • Joined:  10/23/16
  • Last Seen:  

Hello,

I'm trying to use a custom src, however I'm getting this message on my map-server and then the login server got disconnected

[Status]: Connection of the account 'fily' accepted.
[Debug]: at ipban.c:289 - self is NULL
[Debug]: at ipban.c:289 - self is NULL
[Warning]: Connection to Login Server lost.

Here's the code around line 289 of ipban.c

	if (SQL_SUCCESS != Sql_Query(sql_handle, "UPDATE `login` SET `%s`= '%s' WHERE `userid` = '%s'", colun,hwid, account_id))
	{
		Sql_ShowDebug(sql_handle);
	}

Any idea how to fix this?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   1
  • Joined:  10/16/16
  • Last Seen:  

Are you using the latest rAthena/have you made modifications to ipban.c? Mine stops at line 249

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