boeyskie Posted April 13, 2016 Posted April 13, 2016 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? Quote
0 Poring King Posted April 13, 2016 Posted April 13, 2016 maybe your server not supported the 2015-11-04a Client please check the define client in your src if im not mistaken Quote
0 soniku Posted April 13, 2016 Posted April 13, 2016 @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 Quote
0 boeyskie Posted April 14, 2016 Author Posted April 14, 2016 (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 April 14, 2016 by boeyskie Quote
0 benching Posted April 17, 2016 Posted April 17, 2016 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. Quote
0 Slammer Posted May 22, 2016 Posted May 22, 2016 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. Quote
0 srhmike Posted May 6, 2017 Posted May 6, 2017 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. Quote
Question
boeyskie
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.