Can't connect anymore

aabarreto

New member
Messages
32
Points
0
So... It's my own server, but running in Hamachi. It suddenly stopped actually starting the char on map server:

image.png

Any ideas on what happened?

image.png

 
Post the exact error so that we can give you an output


Looks like wrong ip config in conf files
There's no error, that's all that shows up...

On char-server.conf: login_ip: "25.97.221.112"
On map-server.conf: char_ip: "25.97.221.112" map_ip: "25.97.221.112"

The map_ip was 0.0.0.0, with the same error, so I tried changing it to the Hamachi IP as well

Edit: also tried now with the char and map server confs from the offline newbie pack and it still doesn't work... same issue, no errors, the map server recognizes the login but the client doesn't actually open the map.

Sclientinfo.xml:

<address>25.97.221.112</address> - tried with the regular 127 as well

 
Last edited by a moderator:
There's no error, that's all that shows up...

On char-server.conf: login_ip: "25.97.221.112"
On map-server.conf: char_ip: "25.97.221.112" map_ip: "25.97.221.112"

The map_ip was 0.0.0.0, with the same error, so I tried changing it to the Hamachi IP as well

Edit: also tried now with the char and map server confs from the offline newbie pack and it still doesn't work... same issue, no errors, the map server recognizes the login but the client doesn't actually open the map.

Sclientinfo.xml:

<address>25.97.221.112</address> - tried with the regular 127 as well
This is only an offline right?

<address>25.97.221.112</address> this line in clientinfo.xml must be 127.0.0.1

Much better if you post your char-server login-server map-server

dont forget to use insert code, then lets check if there's missing on your config

We were able to resolve this issue. Was a PACKETVER error in mmo.h
You can get an error if your PACKETVER is not the same with the one your using. same goes with the PACKET_OBFUSCATION

 
This is only an offline right?

<address>25.97.221.112</address> this line in clientinfo.xml must be 127.0.0.1

Much better if you post your char-server login-server map-server

dont forget to use insert code, then lets check if there's missing on your config

You can get an error if your PACKETVER is not the same with the one your using. same goes with the PACKET_OBFUSCATION
By now I already solved the issue, thank you! It was indeed a packetver mistaken.

 
Back
Top