Jump to content
  • 0

Character screen crash


Question

Posted

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?

6 answers to this question

Recommended Posts

  • 0
Posted

@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

  • 0
Posted (edited)

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
  • 0
Posted

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.

  • 0
Posted

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...