Jump to content
  • 0

Gravity Error before character screen


MI53RE

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  01/14/12
  • Last Seen:  

hello everybody,

so as says in the title here is my problem I just can't go to the char screen and the only thing I've got is that gravity error:

Module Name: D:\JeuxV\RO\Vilenko\V2\RAthena.exe
Time Stamp: 0x4d7f06a5 - Tue Mar 15 07:26:45 2011

Exception Type: 0xc0000005
0x728dae7a MSVCR90.dll
0x00626f3d RAthena.exe
0x73722e6e
eax: 0x00895b93 ebx: 0x00000075
ecx: 0x3fff0a0b edx: 0x00000000
esi: 0x008d3367 edi: 0x07c8a000
ebp: 0x0012faec esp: 0x0012fae4
stack 0012fae4 - 0012fee4
0012FAE4 : 58 BA C4 07 F0 5B 89 00 18 D5 7E 00 3D 6F 62 00
0012FAF4 : A4 C8 C4 07 0B 5C 89 00 88 FF FF FF 40 D5 7E 00
0012FB04 : 58 BA C4 07 00 00 00 00 10 00 00 00 58 BA C4 07
0012FB14 : EC A0 7E 00 00 00 00 00 21 27 81 62 01 00 00 00
0012FB24 : 00 00 00 00 80 B2 DB 06 3F 3E 7E 62 00 00 00 00
0012FB34 : 18 CB 7F 00 18 CB 7F 00 4C 33 B3 74 5C 31 FB 03
0012FB44 : 00 00 00 00 10 27 00 00 00 00 00 00 1D 33 42 00
0012FB54 : 40 D5 7E 00 18 CB 7F 00 18 D5 7E 00 00 00 00 00
0012FB64 : 58 02 00 00 20 03 00 00 00 00 00 00 00 00 00 00
0012FB74 : 60 4C C0 74 00 08 27 06 00 00 00 00 00 00 00 00
0012FB84 : 84 F9 12 00 01 00 00 00 F8 5F 25 00 00 00 00 00
0012FB94 : C8 36 25 00 FC 61 25 00 E8 6D 25 00 00 00 00 00
0012FBA4 : 00 00 00 00 00 00 00 00 74 9C C3 74 00 00 00 00
0012FBB4 : 08 6D 25 00 C8 60 25 00 F8 5F 25 00 EC FB 12 00
0012FBC4 : 12 41 C0 74 00 00 00 00 64 00 00 00 6C FC 12 00
0012FBD4 : 58 BA C4 07 FF FF FF FF 4C FC 12 00 B9 20 3F 00
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

since I do not understand how to read this I would e thanksfull if someone could explain me what I do miss (as it is usualy the case with gravity error for what I now)

btw The client used is Miruku + the patched RAthena.exe with the data folder that come with and Packetver 26.

I did edit the data.ini so it ca read rdata.grf

[Data]
1=data.grf
2=rdata.grf

I think it is correct, isn't it?

If you need more information just ask, I'll do my best to provide them ASAP =)

Edit: Thank you in advance^^!

Edited by MI53RE
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

usually happens if the packet_db version and mmo.h aren't matching. What settings do you have it at now?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  01/14/12
  • Last Seen:  

effectively I did forget to remove the // berfore define packetver :)'

so it is like this now:

#ifndef PACKETVER
//#define PACKETVER 20081126
#define PACKETVER 26

so no more gravity error now and connection is okay with RAthena.exe :D

Thank you again for the quick answer Judas :D

Edit: everything's fine now on client side thank you again^^

Edited by MI53RE
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  122
  • Reputation:   2
  • Joined:  11/20/11
  • Last Seen:  

so it should be like this:

#ifndef PACKETVER
//#define PACKETVER 20081126
#define PACKETVER 26
#endif

Not like this?

#ifndef PACKETVER
//#define PACKETVER 20081126
#define PACKETVER 20081126
#endif

:D

Edited by Alvins182
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  01/14/12
  • Last Seen:  

actually, so amazing it could be, it was working! even I was quite astonished to see that ^^'

but now I did update my server to Rathena 15542 version that use Packetver 28 but I can't achieve to make a .exe that work well (i.e.: with paketver define on 20111102 and using the same .exe version and just got a "failled to login (5011)" and the client close immediately, however using mikuru's Rathena.exe (2011-03-15) it just give me the classic info size error 136 and give me access to my first character (I KNOW THAT MEAN PACKETVER NOT THE RIGHT ONE xD!!!!!!) does someone know what did I probably miss when diffing?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   3
  • Joined:  02/19/12
  • Last Seen:  

actually, so amazing it could be, it was working! even I was quite astonished to see that ^^'

but now I did update my server to Rathena 15542 version that use Packetver 28 but I can't achieve to make a .exe that work well (i.e.: with paketver define on 20111102 and using the same .exe version and just got a "failled to login (5011)" and the client close immediately, however using mikuru's Rathena.exe (2011-03-15) it just give me the classic info size error 136 and give me access to my first character (I KNOW THAT MEAN PACKETVER NOT THE RIGHT ONE xD!!!!!!) does someone know what did I probably miss when diffing?

i have exactly the same mirror as this. im using the latest rathena. the Rathena.exe found in mikuru's is working just fine, but has some wierd delay when walking.

Link to comment
Share on other sites

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.

×
×
  • Create New...