JohnKim Posted October 19, 2018 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 11 Reputation: 1 Joined: 10/19/18 Last Seen: November 6, 2018 Share Posted October 19, 2018 helo, thank you in advance. I was following the tutorial from Earnestinence thread. i got this problem that my server say "close connection from 127.0.0.1" any suggestion? 1 Quote Link to comment Share on other sites More sharing options...
0 beanbean02 Posted October 20, 2018 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 0 Joined: 10/17/18 Last Seen: October 5, 2021 Share Posted October 20, 2018 Same problem here. Please help any solutions ? Quote Link to comment Share on other sites More sharing options...
0 JohnKim Posted October 20, 2018 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 11 Reputation: 1 Joined: 10/19/18 Last Seen: November 6, 2018 Author Share Posted October 20, 2018 did you solve it @beanbean02 ? Quote Link to comment Share on other sites More sharing options...
0 beanbean02 Posted October 21, 2018 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 0 Joined: 10/17/18 Last Seen: October 5, 2021 Share Posted October 21, 2018 @JohnKim still the same.. but I configure packets.h #ifndef PACKETVER /// Do NOT edit this line! To set your client version, please do this instead: /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD #define PACKETVER 20180620 #endif I already got in to the server selection, but after that, still failed to connect Quote Link to comment Share on other sites More sharing options...
1 JohnKim Posted October 27, 2018 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 11 Reputation: 1 Joined: 10/19/18 Last Seen: November 6, 2018 Author Share Posted October 27, 2018 @beanbean02.. u can try this method. Somehow i managed to solve my problem. Try to go to your rathena/src/custom/defines_pre.hpp and open it with notepad. and just under this two lines: #ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP #define CONFIG_CUSTOM_DEFINES_PRE_HPP add: #define PACKETVER YYYYMMDD <------ your client then recompile. This solved my problem. credit to @d3athrave Quote Link to comment Share on other sites More sharing options...
Question
JohnKim
helo, thank you in advance.
I was following the tutorial from Earnestinence thread.
i got this problem that my server say "close connection from 127.0.0.1"
any suggestion?
Link to comment
Share on other sites
4 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.