Jump to content

Question

Posted

Hello,

Anyone know to fix the error ragexeRE?

45936212.jpg

Module Name: C:\Documents and Settings\clients\Desktop\Ragnarok\Ragnarok Developer\2011-06-09aRagexeRE.exe.patched.exe

Time 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

18 answers to this question

Recommended Posts

Posted (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 by siensz
Posted

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

Posted

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>

Posted

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

Posted
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

Posted

@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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...