Hello, I've a problem the Ragexe 2013-05-22. When I'm connecting into the server, the logserv write "Closed connection from 127.0.0.1" and my client crashed. The lua files and the client are updated, the server works (it's not the last version) but impossible to go further than the characters selector.
Here is the conf' files, and screenshot.
char_athena.conf
// Athena Character configuration file.
// Note: "Comments" are all text on the right side of a double slash "//"
// Whatever text is commented will not be parsed by the servers, and serves
// only as information/reference.
// Server Communication username and password.
userid: s1
passwd: p1
// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: Do not use spaces in the name, or guild emblems won't work client-side!
server_name: aGro
// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
wisp_server_name: Server
// Login Server IP
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
login_ip: 127.0.0.1
// The character server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1
// Login Server Port
login_port: 6900
// Character Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
char_ip: 192.168.1.11
// Character Server Port
char_port: 6121
map_athena.conf
//--------------------------------------------------------------
// Configuration Info
//--------------------------------------------------------------
// Interserver communication passwords, set in account.txt (or equiv.)
userid: s1
passwd: p1
// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: 127.0.0.1
// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1
// Character Server Port
char_port: 6121
// Map Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
map_ip: 192.168.1.11
// Map Server Port
map_port: 5121
subnet_athena.conf
// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet
subnet: 255.255.255.0:127.0.0.1:127.0.0.1
Question
Onnyx
Hello,
I've a problem the Ragexe 2013-05-22. When I'm connecting into the server, the logserv write "Closed connection from 127.0.0.1" and my client crashed.
The lua files and the client are updated, the server works (it's not the last version) but impossible to go further than the characters selector.
Here is the conf' files, and screenshot.
char_athena.conf
map_athena.conf
subnet_athena.conf
packet_db.conf
mmo.h
clientinfo.xml
What's the problem doctor ?
Thank's for your help,
Onnyx
NB: Sorry for my english
EDIT : Can there be a conflict between Renewal Client and Pre-Renewal Server ?
EDIT2: Solved with a Renewal Server ^^

Edited by OnnyxLink to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.