boeyskie Posted April 13, 2016 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 33 Reputation: 3 Joined: 09/16/15 Last Seen: June 5, 2022 Share 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 Link to comment Share on other sites More sharing options...
0 srhmike Posted May 6, 2017 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 261 Reputation: 53 Joined: 11/11/16 Last Seen: February 8, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Poring King Posted April 13, 2016 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share 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 Link to comment Share on other sites More sharing options...
0 soniku Posted April 13, 2016 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 26 Reputation: 1 Joined: 10/02/12 Last Seen: February 6 Share 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 Link to comment Share on other sites More sharing options...
0 boeyskie Posted April 14, 2016 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 33 Reputation: 3 Joined: 09/16/15 Last Seen: June 5, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
0 benching Posted April 17, 2016 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 350 Reputation: 43 Joined: 09/07/12 Last Seen: August 30, 2019 Share 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 Link to comment Share on other sites More sharing options...
0 Slammer Posted May 22, 2016 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 218 Reputation: 155 Joined: 11/28/11 Last Seen: 11 hours ago Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.