Jump to content
  • 0

Character screen crash


boeyskie

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  33
  • Reputation:   3
  • Joined:  09/16/15
  • Last Seen:  

I use 2015-11-04a client and it crashes whenever i enter my username & password. But whenever i use 2013 client, it can enter character selection screen without any error. What seems to be the problem here?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  261
  • Reputation:   53
  • Joined:  11/11/16
  • Last Seen:  

Need to make sure have fully updated kRO.

Have latest translation and lua files from  https://github.com/zackdreaver

Make sure any custom items have been added correctly into the LUA files and item DB.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

maybe your server not supported the 2015-11-04a Client please check the define client in your src if im not mistaken 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   1
  • Joined:  10/02/12
  • Last Seen:  

@boeyskie:

You must change your packet version src/common/mmo.h and recompile.

 

From


#ifndef PACKETVER
	#define PACKETVER 20130807

To


#ifndef PACKETVER
	#define PACKETVER 20151104

Dont forget to recompile.. rep if helped

 

PS packets for this client is in the latest revision so make sure your code is up-to-date

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  33
  • Reputation:   3
  • Joined:  09/16/15
  • Last Seen:  

maybe your server not supported the 2015-11-04a Client please check the define client in your src if im not mistaken 

 

I am using the latest rathena from github tho and recompiled with #define PACKETVER 20151104 

 

 

@boeyskie:

You must change your packet version src/common/mmo.h and recompile.

 

From


#ifndef PACKETVER
	#define PACKETVER 20130807

To


#ifndef PACKETVER
	#define PACKETVER 20151104

Dont forget to recompile.. rep if helped

 

PS packets for this client is in the latest revision so make sure your code is up-to-date

 

I did this too, with the packet_db_ver: 55

 

Edited by boeyskie
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:  

if your character is equipped (custom items), then it might be a sprite issue.
check your char server, and diff your client to NOT ignore errors.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  218
  • Reputation:   152
  • Joined:  11/28/11
  • Last Seen:  

I use 2015-11-04a client and it crashes whenever i enter my username & password. But whenever i use 2013 client, it can enter character selection screen without any error. What seems to be the problem here?

client kRO have patch till 20151104? if not your client will be crash.

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