The Exe 2013-08-07 Doesnt Works

Kaze

New member
Messages
26
Points
0
Well, Hi everyone.

My server is UP and everything is OK.

But my client no. When I launch the loki launcher, all OK. Log-in in the server, click OK on the character and when the loading screen is complete my client stops working and i have to close it.

I'm using the 74 revision of : https://subversion.assembla.com/svn/client-side-translation/

And the 2013-08-07 Ragexe and Diff.

Please help.

Thanks.

Greetings

 
Did you setup your src/common/mmo.h correctly?

it must be 

#ifndef PACKETVER #define PACKETVER 20130807#endif // PACKETVER// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).//#define PACKETVER_RE
then recompile your server.

 
post your clientinfo.xml?

and one thing 2013-08-07 Ragexe don't need loki launcher to run. just diff your client "Disable 1rag1 parameters"

 
Oh, ty for the info about 1rag1.

A question, what diffs is recommended? Thanks
default_biggrin.png


Here is my clientinfo:

<?xml version="1.0" encoding="euc-kr" ?><clientinfo> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>RO-Universe</display> <desc>RO-Universe </desc> <address>zapdos.gamerlive.cl</address> <port>6900</port> <version>45</version> <langtype>0</langtype> <balloon>RO-Universe</balloon> <aid> <admin></admin> <loading> </loading> </aid> </connection></clientinfo>
Here is a screenshoot:

http://prntscr.com/2j92da

And other error, when i create a exe in Diff Patcher, and i open the patched exe, appears this error:

 
http://prntscr.com/2j929v
But, when i patch the exe with NEMO, this error doesnt appear.

 
Last edited by a moderator:
Back
Top