Jump to content
  • 0

2012-03-28 - Failed to authentificate.(5011)


Xalion

Question


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

Hi! :(

Beforehand: The last pServer I made was an eAthena server and this was more than 1,5 year ago. There are some things which have changed while my absence, like the whole lua/lub story. I'm honest, that I don't understand this things yet, but I'm willing to learn! I read MANY topics related to my problem, but I'm really confused now. Maybe someone can explain me the subject matter.

Now to the real problem:

After I start my diffed RagexeRE (the 2012-03-28 one) without an error, I'm not able to login to my local server.

There is the error "Failed to authentificate.(5011)

I read, that I'm maybe using the wrong lua/lub-files. As in some support topics said, I should not use the latest lua/lub files, but rather the lua/lub files which belongs to my diffed exe.

I downloaded so much different lua/lub files and data folder, that I'm simply confused now. I really don't know on which version they are currently and I also don't know where to put this files.

The way like the server-side settings have to be edited aren't changed since my last pServer, so I did it without problems. I edited the mmo.h, recompiled my server and edited the packet_db.txt to add the needed packets for my exe.

Additionally, my main purpose was to use the latest stable 2012+ exe.

If someone thinks, that's better to give me the advise to use another (newer) RagexeRE, it would be nice if this person could explain me what files (lua/lub etc.) I need and where to put them correctly.

Thanks for you time!

Edited by Xalion
Link to comment
Share on other sites

10 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:  

make sure you use grf and not reading from data folder

Link to comment
Share on other sites


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

I prepared another RagexeRE, but this time without the option "Read data folder first". The result is still the same.

Maybe I should adjust my proposal to another newer exe? Or are there still options what could solve the problem?

Link to comment
Share on other sites


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

do you have a grf you are using like

0=your.grf

1=rdata.grf

2=data.grf

in that way

or use this way

which is the latest RagRE that can read Data Folder

Link to comment
Share on other sites


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

Great!

The method with the batch file works perfect!

For testing, this solution is satisfactory /meh

But if you are already here Judas, I have another question:

When I decide to upgrade to a newer RagexeRE, what should I do with my client?

I know, I need lua and lub files, but where I have to put them? A lua/lub-file explanation would be great.

Thanks in advance!

EDIT: It seems, that I have still some problems with my plan. After I created a character and want to go Ingame with a character, I get an "Rejected from the server." and the following Info from my mapserver-sql:

trz3sfob.png

Edited by Xalion
Link to comment
Share on other sites


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

Do you have the packets for this version? Also you have o make sure skip packet diff is applied with weediff patcher

Link to comment
Share on other sites


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

Yep, I added the packets yesterday to the packet_db.txt.

// 2012-03-28aRagexeRE
packet_ver: 28
0x08A6,19,wanttoconnection,2:6:10:14:18
0x0865,5,walktoxy,2
0x0934,6,ticksend,2
0x0866,5,changedir,2:4
0x0954,6,takeitem,2
0x0963,6,dropitem,2:4
0x08AD,8,movetokafra,2:4
0x088A,8,movefromkafra,2:4
0x093E,10,useskilltopos,2:4:6:8
0x0883,90,useskilltoposinfo,2:4:6:8:10
0x088E,6,getcharnamerequest,2
0x0281,6,solvecharname,2
0x091D,26,friendslistadd,2
0x0920,5,hommenu,4
0x0876,36,storagepassword,0
0x095D,26,partyinvite2,2
0x0951,7,actionrequest,2:6
0x0967,10,useskilltoid,2:4:6
0x091A,-1,itemlistwindowselected,2:4:8
0x08A0,18,bookingregreq,2:4:6
0x0861,-1,reqopenbuyingstore,2:4:8:9:89
0x07EC,2,reqclosebuyingstore,0
0x092B,6,reqclickbuyingstore,2
0x0894,-1,reqtradebuyingstore,2:4:8:12
0x091B,-1,searchstoreinfo,2:4:5:9:13:14:15
0x086F,2,searchstoreinfonextpage,0
0x0874,12,searchstoreinfolistitemclick,2:6:10
0x0439,8,useitem,2:4

I searched for an diff option like this but I didn't find it.

If you have Teamviewer and time, you could take a look at my files, if you want.

Link to comment
Share on other sites


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

Waeyan released a modified dll file

grab it here

http://www.supportmii.com/ro1/Clients/Bypass_Clients/Waeyan/

Link to comment
Share on other sites


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

Okay I replaced the old .dll file with the new one.

The weird thing is, that I haven't a new or modificated option in the diff window.

After preparing a new RagexeRE and testing it, the problem is still there.

Maybe I need to add this packet_length's anywhere?

Link to comment
Share on other sites


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

the new dll file shoudl give you the option to skip obsefurcation

Link to comment
Share on other sites


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

It seems that there are some problems with some diffs.

Only to be sure that I'm using a full working 'Shin's Diff Patcher' I created a new folder with the original patcher svn. Then I added the new .dll and started again.

There is still no option. I took a look into the Logfile of the Patcher and found this entry's:

Tue, 15 May 2012 17:54:44 GMT :: 20120328 :: WDGOnlySecondLoginBackground :: Part 1 :: Failed to find matching data!
Tue, 15 May 2012 17:54:44 GMT :: 20120328 :: WDGOnlyFirstLoginBackground :: Part 1 :: Failed to find matching data!
Tue, 15 May 2012 17:54:45 GMT :: 20120328 :: WDGEnableAuraOverLvl99AndLvl150 :: Part 1 :: Failed to find matching data!
Tue, 15 May 2012 17:54:45 GMT :: 20120328 :: WDGEnable127Hairstyles :: Part 1 :: There have to be at least 2 matches!
Tue, 15 May 2012 17:54:45 GMT :: 20120328 :: WDGDisableMultipleWindows :: Part 1 :: Failed to find matching data!
Tue, 15 May 2012 17:54:45 GMT :: 20120328 :: WDGAllowMultipleWindows :: Part 1 :: Failed to find matching data!

Tue, 15 May 2012 17:54:45 GMT :: 20120328 :: WDGSkipPacketHeaderObfuscation :: Part 2 :: Failed to find matching data!

When I try it with another RagexeRE from 2011, then the missing diff-options are there.

Could you explain me how to simply find & where to drop all needed files for another RagexeRE from 2012?

Edited by Xalion
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...