Amellia sizilia sembiring Posted January 4, 2012 Posted January 4, 2012 Hello, Anyone know to fix the error ragexeRE? Module Name: C:\Documents and Settings\clients\Desktop\Ragnarok\Ragnarok Developer\2011-06-09aRagexeRE.exe.patched.exeTime Stamp: 0x4df05b74 - Thu Jun 09 12:34:44 2011 Exception Type: 0xc0000005 0x7855ae7a MSVCR90.dll 0x006dfb4d 2011-06-09aRagexeRE.exe.patched.exe 0x73722e6e eax: 0x008b0213 ebx: 0x00000075 ecx: 0x3fff9f61 edx: 0x00000000 esi: 0x008c848f edi: 0x07112000 ebp: 0x0013fb24 esp: 0x0013fb1c stack 0013fb1c - 0013ff1c 0013FB1C : B0 8F 0F 07 70 02 8B 00 D8 66 80 00 4D FB 6D 00 0013FB2C : FC 9D 0F 07 8B 02 8B 00 88 FF FF FF 00 67 80 00 0013FB3C : B0 8F 0F 07 00 00 00 00 2B 27 11 21 E8 59 65 01 0013FB4C : A0 88 48 03 60 01 00 00 00 00 00 00 30 27 11 21 0013FB5C : B8 FB 13 00 F4 FB 13 00 00 00 00 00 00 00 00 00 0013FB6C : 18 61 81 00 18 61 81 00 7B 4E B4 76 69 C0 83 0D 0013FB7C : 00 00 00 00 10 27 00 00 00 00 00 00 7D 3E 42 00 0013FB8C : 00 67 80 00 18 61 81 00 D8 66 80 00 00 00 00 00 0013FB9C : D4 7D 00 00 E8 FF 1B 00 B0 24 11 21 CD AB BA DC 0013FBAC : 00 00 00 00 F4 FB 13 00 B0 24 11 21 20 FC 13 00 0013FBBC : 57 98 41 7E 00 D0 FD 7F 20 FC 13 00 9A 98 41 7E 0013FBCC : E0 FB 13 00 6B 98 41 7E 00 00 00 00 A4 FC 13 00 0013FBDC : 00 00 00 00 14 00 00 00 01 00 00 00 00 00 00 00 0013FBEC : 00 00 00 00 10 00 00 00 00 00 00 00 00 FC 13 00 0013FBFC : 00 00 00 00 00 00 00 00 01 00 00 00 D4 FB 13 00 0013FC0C : 41 B3 42 7E 68 FC 13 00 8F 04 44 7E 70 98 41 7E Launch Info 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 Job : Novice thx Quote
Amellia sizilia sembiring Posted January 4, 2012 Author Posted January 4, 2012 hello, I can get the login info on client. but when i input username and password. it got error. u can see on login server. thx Quote
Judas Posted January 4, 2012 Posted January 4, 2012 what rev are you using? is packet_db.txt in the db folder set to 26 and is mmo.h packetver set to 20110609 and recompiled? Quote
Amellia sizilia sembiring Posted January 4, 2012 Author Posted January 4, 2012 No Rev i get it from http://eathena.org/eathena/stable/ in my folder it's not contains mmo.h file. I'm running on Windows thx Quote
Judas Posted January 4, 2012 Posted January 4, 2012 yeah then that would be a problem, not sure, there is no solution file either, so you should checkout a rev then http://eathena-project.googlecode.com/svn/trunk/ Quote
Amellia sizilia sembiring Posted January 4, 2012 Author Posted January 4, 2012 It's not stable version? just Now i get the trunk rev 15055. what i have to setting before i compile with appropriate ragexeRE 2011-06-09a? thx Quote
Judas Posted January 4, 2012 Posted January 4, 2012 do you know how to compile with visual studio? Quote
Amellia sizilia sembiring Posted January 4, 2012 Author Posted January 4, 2012 (edited) I know. what should i set and/or etc before recompile. to make it can connect? in our testing. uses 2011-06-09a ragexeRE, Latest Kro Client, and Eathena Trunk revision 15055 thx Hello, Which line i have to set the packetver on mmo.h? // backward compatible PACKETVER 8 and 9#if PACKETVER == 8 #undef PACKETVER #define PACKETVER 20070521 <----- is this? with 20110609. how can i know which packetver ragexeRE using (8/9)? #endif #if PACKETVER == 9 #undef PACKETVER #define PACKETVER 20071106 #endif thx Edited January 4, 2012 by siensz Quote
Judas Posted January 4, 2012 Posted January 4, 2012 you just have to set in mmo.h the packetver to 20110609, and recompile and then db/packet_db.txt set it to packet_db_ver: 26 Quote
Amellia sizilia sembiring Posted January 4, 2012 Author Posted January 4, 2012 Hello, i already recompile it with setting as u telling. packet_db_ver 26 on mmo.h // backward compatible PACKETVER 8 and 9#if PACKETVER == 8 #undef PACKETVER define PACKETVER 20110609 <---- i remove the # #endif #if PACKETVER == 9 #undef PACKETVER #define PACKETVER 20071106 #endif then i recompile it. but still can't connect. failed connect to server. my clientinfo.xml is <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>sakray</servertype> <extendedslot></extendedslot> <readfolder></readfolder> <connection> <display>Ragnarok Developer</display> <desc>none</desc> <balloon>Rate:10/10/10</balloon> <address>127.0.0.1</address> <port>6900</port> <version>22</version> <langtype>1</langtype> <registrationweb>Web site</registrationweb> <aid> <admin>704561</admin> </aid> </connection> </clientinfo> thx Quote
KeiKun Posted January 4, 2012 Posted January 4, 2012 Hi svn/src/common/mmo.h <-- Code --> #ifndef PACKETVER #define PACKETVER 20110111 //#define PACKETVER 20100730 #endif the current defined client is 20110111 or Ragexe Renewal 2011-01-11a Client as Defined Current Client now # <-- doesn't mean comment (//) if your client is 20110609 the code will look like this #ifndef PACKETVER #define PACKETVER 20110609 //#define PACKETVER 20100730 #endif then svn/db/packet_db.txt //packet_db_ver: 25 packet_db_ver: default the current defined packet version is default current default = packet_ver: 28 so just use default as your packet_ver: Use this @ Clientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Ragnarok Developer</display> <desc>None</desc> <address>127.0.0.1</address> <port>8000</port> <version>28</version> <langtype>1</langtype> <registrationweb></registrationweb> <aid> <admin>2000000</admin> </aid> </connection> </clientinfo> Quote
Amellia sizilia sembiring Posted January 4, 2012 Author Posted January 4, 2012 Hello, i have input on mmo.h #if undef PACKETVER #define PACKETVER 20110609 #endif and in packet_db_ver i using 26 as i check it. if i using default. it's means inside cliff.h. i have to set the max packet_db to 28 default is 26 in clientinfo.xml. i'm not changed anything as i checked <version>value</version>. value on xml should same as client_version_to_connect: value on login_athena.conf. i set it default 20. and recompile it. Why still failed connect to server? thx Quote
eKoh Posted January 12, 2012 Posted January 12, 2012 you just have to set in mmo.h the packetver to 20110609, and recompile and then db/packet_db.txt set it to packet_db_ver: 26 hey Judas, what do you mean with recompile the mmo.h? and how do you know that packet_db_ver is 26? please answer me Quote
Judas Posted January 12, 2012 Posted January 12, 2012 db/packet_db.txt packet_db_ver: default set to packet_db_ver: 26 and recompile meaning recompile with visual studio or a compiler Quote
Kichi Posted January 12, 2012 Posted January 12, 2012 @eKoh u got errors when u Login or when u face Select Char if u got error when login, i don't know (never happen to me) if u got error when face select char maybe: 1. You don't have enough data from kRO 2. You waer headgear that u don't describe in ur lua Quote
eKoh Posted January 13, 2012 Posted January 13, 2012 I mean, recompile which file? I mean, the rAthena - 9 (in my case)? Quote
eKoh Posted January 14, 2012 Posted January 14, 2012 oh, ok, now everything is clear, thank you dude Quote
Question
Amellia sizilia sembiring
Hello,
Anyone know to fix the error ragexeRE?
thx
18 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.