Jump to content
  • 0

help, keep on getting this error.


wadepak

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/27/12
  • Last Seen:  

i keep on getting this error, can someone help me ?

post-7331-0-80304900-1355377691_thumb.jpg

Link to comment
Share on other sites

21 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

check all of your files....especially your configuration and packet_db

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/27/12
  • Last Seen:  

still the same.

here is my setting

packet_db.txt


// Main packet version of the DB to use (default = max available version)
// Client detection is faster when all clients use this version.
// Version 23 is the latest Sakexe (above versions are for Renewal clients)
//packet_db_ver: 26
packet_db_ver: default

mmo.h

#ifndef PACKETVER
//#define PACKETVER 20120618
#define PACKETVER 20120410
#endif
// backward compatible PACKETVER 8 and 9
#if PACKETVER == 8
#undef PACKETVER
#define PACKETVER 20070521
#endif
#if PACKETVER == 9
#undef PACKETVER
#define PACKETVER 20071106
#endif

clif.h

// packet DB
#define MAX_PACKET_DB 0x980
#define MAX_PACKET_VER 26
#define MAX_PACKET_POS 20

post-7331-0-38308200-1355380447_thumb.jpg

Edited by wadepak
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

lol.....check those error its already said on the [ERROR] those files arent found....if you still cant get it you have to import those files

shown in error

Edited by Mootie
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/27/12
  • Last Seen:  

this is after i check the error, still got the error.

post-7331-0-75669300-1355382076_thumb.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

still got error? but i dont see any error on the images that you provide

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

did you copy paste the text in the import folder???

and after >>>

diff your client and [check] skippacketheader

Edited by 2834
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/27/12
  • Last Seen:  

well, yea. that error already fixed. but now got new error, can anyone take a look at it ?

post-7331-0-70725400-1355386464_thumb.jpg

post-7331-0-87779900-1355386586_thumb.jpg

post-7331-0-02486900-1355386837_thumb.jpg

Edited by wadepak
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

its a problem in your lua files... maybe its out dated; incompatible to your client's date, do you have your packet db 30? for 2012-10-04aRagexeRE...then set packet_db_ver to 30...

use Alexandria's data folder.. i forgot the link try to find it.. DL the latest lua folder [luafiles514].. and paste it in the data folder then make a grf

Edited by 2834
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/27/12
  • Last Seen:  

what client are you using>????

2011-03-15aRagexeRE.exe

lua files here.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

2011-03-15aRagexeRE.exe

lua files here.

YOURE mmo.h

you must set define packetver into your clients date which is 2011-03-15

#definepacketver 20110315

then packet_db_ver: default

then copy luafile514 in to the data folder and make a new grf

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/27/12
  • Last Seen:  

2011-03-15aRagexeRE.exe

lua files here.

YOURE mmo.h

you must set define packetver into your clients date which is 2011-03-15

#definepacketver 20110315

then packet_db_ver: default

then copy luafile514 in to the data folder and make a new grf

how about that chatbox ? why all the text seems not to be appear ?

http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/ < how about this one ? for lua files.

http://svn6.assembla.com/svn/ClientSide/Packets/Packet_db/ < this one for client.

which one would i choose ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

because of your lua files..

is this what youre doing?

open luafile514> then copy "lua files" then paste it in your data folder then make a grf?

if that the way you do it you might probably get that error..

you must copy luafile514 instead of lua files inside it..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/27/12
  • Last Seen:  

because of your lua files..

is this what youre doing?

open luafile514> then copy "lua files" then paste it in your data folder then make a grf?

if that the way you do it you might probably get that error..

you must copy luafile514 instead of lua files inside it..

well, i use svn checkout to get all luafiles.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

waaa.. this will be my last reply ill go out now, will be checking your post/reply later...

try putting the lua files in a folder..

luafiles514/lua files/............

make a folder "luafiles514" then paste "lua files" folder inside the "luafiles514" folder...

well, yea. that error already fixed. but now got new error, can anyone take a look at it ?

hows your server? still getting error?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

Don't use the newer lua files. You should download the revision that matches your client date.

Edited by Magnetix
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/27/12
  • Last Seen:  

ah, i see. okay then, thank you.

[info]: Attempt to connect to login-server...
[status]: Connecting to serverip:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!

i try to run to dedicated server, but this error appear. can someone help me with this error ?

Edited by wadepak
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

check your ip.. if they are all correct

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/27/12
  • Last Seen:  

well, all seems to be correct, when i try at my own pc with localhost, all run with no error. but, after i change to dedicated ip and run it in dedicated server, that error appear.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

Oooops! this is as far as i could help you.. hehe lets wait for other PRO^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  08/27/12
  • Last Seen:  

haha, okay sir. no problem.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

ah, i see. okay then, thank you.

[info]: Attempt to connect to login-server...
[status]: Connecting to serverip:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!

i try to run to dedicated server, but this error appear. can someone help me with this error ?

So, did you get a hosting provider already? I mean, will your server be accessible 24/7 even if your computer is turned off?

Then, what is the serverip from "serverip:6121" (you don't have to tell us). Is it 192.168.0.111 or the server's IP? or 127.0.01?

Check your login_athena.conf, char_athena.conf, and map_athena.conf. check the IPs, make sure you set them to 127.0.0.1

as well as inter_athena.conf

restart the server and tell us the result

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...