Jump to content
  • 0

Client 2015 Disconnect from server (3)


Mirio

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  05/07/17
  • Last Seen:  

Hi,

When i try to connect to my server it return back "Rejected from server(3)"

Spec

Client version: 20151104 (not diffed with "disable obfuscation", i don't want disable it)

clientinfo.xml

<version>55</version>

db/packet_db.txt

packet_db_ver: 55
packet_keys_use: 0x4C17382A,0x7ED174C9,0x29961E4F

src/common/mmo.h

#ifndef PACKETVER
        #define PACKETVER 20151104
        //#define PACKETVER 20120410
#endif

Any tips ?

Thanks

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  05/07/17
  • Last Seen:  

Ok solved:  the issue is related by "<passwordencrypt />" and "<passwordencrypt2 />".

Thanks :)

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

packet_db_ver: 55
packet_keys_use: 55
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  05/07/17
  • Last Seen:  

Mmh nope, this is the console log:

[Status]: Request for connection (passwdenc mode) of Mirio (ip: 192.168.1.166) version=55
[Info]: Closed connection from '192.168.1.166'.

I make this script for rebuild (based by wiki):

#!/bin/bash

make clean
rm -rf build/*
./configure  --enable-prere
make server
cd build
cmake -G"Unix Makefiles" -DINSTALL_TO_SOURCE=ON ..
make install

Any other tips?

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