beebski Posted January 22, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 01/21/12 Last Seen: October 14, 2013 Share Posted January 22, 2012 just made a server, but when i try connecting my player in game, can't connect it. i've already edited mmo.h. what could be the possible problem for this. thanks Quote Link to comment Share on other sites More sharing options...
backtea Posted January 22, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 56 Reputation: 1 Joined: 11/21/11 Last Seen: June 29, 2024 Share Posted January 22, 2012 do you already recompile your server?? Quote Link to comment Share on other sites More sharing options...
beebski Posted January 22, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 01/21/12 Last Seen: October 14, 2013 Author Share Posted January 22, 2012 yes i did. Quote Link to comment Share on other sites More sharing options...
Judas Posted January 22, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted January 22, 2012 what rev number is it? Quote Link to comment Share on other sites More sharing options...
beebski Posted January 22, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 01/21/12 Last Seen: October 14, 2013 Author Share Posted January 22, 2012 rathena - revision 15503:/trunk Quote Link to comment Share on other sites More sharing options...
Judas Posted January 22, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted January 22, 2012 can they connect up to the char server? if so, then what src changes have you made Quote Link to comment Share on other sites More sharing options...
beebski Posted January 22, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 01/21/12 Last Seen: October 14, 2013 Author Share Posted January 22, 2012 yes it does. i cant create a character but after i select my character it says failed to connect to the server and that's the server error. src changes: just the max zeny cart weigth mmo.h 2010-11-16aRagexeRE Quote Link to comment Share on other sites More sharing options...
Judas Posted January 22, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted January 22, 2012 hmm that shouldn't affect anything, can you try a clean checked out rA build and see if that works? Quote Link to comment Share on other sites More sharing options...
beebski Posted January 22, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 01/21/12 Last Seen: October 14, 2013 Author Share Posted January 22, 2012 can you try a clean checked out rA build and see if that works? what do you mean by that? sorry i didnt understand it Quote Link to comment Share on other sites More sharing options...
Judas Posted January 22, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted January 22, 2012 umm get the rA rev with no source changes done and see if that gives you a same error Quote Link to comment Share on other sites More sharing options...
ngek202 Posted January 22, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 530 Reputation: 33 Joined: 01/17/12 Last Seen: August 16, 2017 Share Posted January 22, 2012 I think it's a client issue i've encountered that too somehow. Quote Link to comment Share on other sites More sharing options...
beebski Posted January 22, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 01/21/12 Last Seen: October 14, 2013 Author Share Posted January 22, 2012 @judas i dont change a thing. @ngek202 yeah i think so. how'd you fix yours? Quote Link to comment Share on other sites More sharing options...
Judas Posted January 22, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted January 22, 2012 i thought you changed something you said you changed zeny? Quote Link to comment Share on other sites More sharing options...
beebski Posted January 22, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 01/21/12 Last Seen: October 14, 2013 Author Share Posted January 22, 2012 (edited) yes i did. i've replaced it with a clean src i found something when recompiling " make[1]: Leaving directory `/home/rathena/trunk/src/map' " what does it mean? i think this one makes the problem? Edited January 22, 2012 by beebski Quote Link to comment Share on other sites More sharing options...
Judas Posted January 22, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted January 22, 2012 usually the only time i see the chrif error is when you don't recompile correctly or if you made src changes. Since you are using a clean svn, you use ./configure make clean make sql right? That shoud be fine =/ I think that leaving directory may be fine though Quote Link to comment Share on other sites More sharing options...
bentheexo Posted January 22, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 24 Reputation: 19 Joined: 01/14/12 Last Seen: June 21, 2018 Share Posted January 22, 2012 I fixed the problem by fixing the mmo.h packet version. The error was the packet version was put into the file in an invalid format. 2010-11-16aRagexeRE =/= Incorrect 20101116 == Correct Quote Link to comment Share on other sites More sharing options...
beebski Posted January 22, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 23 Reputation: 0 Joined: 01/21/12 Last Seen: October 14, 2013 Author Share Posted January 22, 2012 Thanks bentheexo Quote Link to comment Share on other sites More sharing options...
Judas Posted January 22, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted January 22, 2012 ah okay, usually people know the format of that O.o. But nice to know that if its a wrong format it will report that error; Quote Link to comment Share on other sites More sharing options...
SunDeath Posted January 23, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 50 Reputation: 2 Joined: 01/15/12 Last Seen: December 2, 2012 Share Posted January 23, 2012 Since it is basically the same problem i got and my topic is being ignored now I'll comment in here. I have the exact same problem (except the numbers are different, but still different values from each other) the mmo.h edit I've made: #define PACKETVER 20110517 //#define PACKETVER 20110713 -> intentionally wanted to use this, didnt work so switched to the one above. I've also set the max_zeny to 2bil, max_inventory 1000 and both storage (regular and guild) to 6000. Other than that Ive raised the guild level to 99, the max_quest_db to 20k and the mail body to 500 characters. inside map/map.h I've changed the max_level. #define MAX_LEVEL 1000 I've compiled without errors. I'm using REV 15512 Trunk [sql, obviously] Quote Link to comment Share on other sites More sharing options...
Gepard Posted January 23, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 392 Reputation: 285 Joined: 12/19/11 Last Seen: January 23, 2022 Share Posted January 23, 2012 This is caused by mmo_charstatus growing too large because of increased MAX_INVENTORY, MAX_STORAGE and so on. There is a limit on how much data can be send between char-server and map-server, and clearly with such settings, you're above that limit. On side note, it doesn't make any sense to have 6000 storage places, because game client has limit on packet sizes too, and it won't be able to handle packet with contents of storage with 6000 places. Upper bound that is still usable is about 500. Quote Link to comment Share on other sites More sharing options...
SunDeath Posted January 23, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 50 Reputation: 2 Joined: 01/15/12 Last Seen: December 2, 2012 Share Posted January 23, 2012 Thank you, managed to get it right now, I guess that amount of space is kinda ridiculous Quote Link to comment Share on other sites More sharing options...
Question
beebski
just made a server, but when i try connecting my player in game, can't connect it. i've already edited mmo.h. what could be the possible problem for this. thanks
Link to comment
Share on other sites
20 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.