Anyone Wanna checkout this error?

Newbie Spellweaver
Joined
Sep 10, 2006
Messages
10
Reaction score
0
Yea.. I know.. This has probably been answered 100 times before, but before you get to the name calling, I'll have you know I spent hours looking.

I really don't know why I'm getting this error. I had a server going and when I went to upgrade to a newer version of eAthena, everything is messing up!!

Take a look at this picture to see the error:

eAerror - Anyone Wanna checkout this error? - RaGEZONE Forums

Any help will be greatly appreciated. If you need my char, map or login conf just post here and I will post it.
 
Show us your char_athena, map_athena, and subnet_athena please

[Status]: Connecting to 192.168.1.102:6121

Possibly a firewall in your modem/router is enable and it's not allowing the server to connect. Try using your localhost, not WAN IP, your IPS must have blocked your ports.
 
I had a server running yesterday and I forwarded the ports. I also checked my windows firewall and that is down.

Here is what you asked for:

char_athena:

Code:
// Server Communication username and password.
userid: s1
passwd: p1

// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: You should not use spaces in the server name, or guild emblems won't work client-side!
server_name: GrayRO

// 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: 192.168.1.102

// 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 character server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
char_ip: 99.247.14.200

// Character Server Port
char_port: 6121
map_athena:

Code:
// 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: 192.168.1.102

// 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 map server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
map_ip: 99.247.14.200

// Map Server Port
map_port: 5121
and finally, the very confusing subnet:

Code:
// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet 

subnet: 255.0.0.0:192.168.1.102:192.168.1.102
Thanks for helping. All I really want is for people to be able to connect other than me. My char IPs dont match, might that be the first thing that is wrong?
 
Back