PDA

View Full Version : Stuck on "Logging In To Game Server"


Furniture
07-02-2007, 01:15 AM
Hey, my server works fine and all from the host computer, but will get stuck on this error and kick back to the realmlist selection on my brothers computer.

Any ideas?

Could it be that we are connected on a LAN network?

[Nazzeth]
07-02-2007, 03:32 AM
It has something to do with IP's Your Bro's Realmlist has to be set to the right IP address,

Post Your Reaml.cfg and his realmlist.wtf

Furniture
07-02-2007, 04:03 AM
################################################## #####################
# Antrix Realms Configuration File
# Last updated at revision 446 by Burlex
################################################## #####################

/************************************************** ******************************
* How to use this config file: *
* Config files are in a block->variable->setting format. *
* A < signifies the opening of a block, the block name is expected after that. *
* After the block name, a space and then the settings sperated by = / ' '. *
* *
* e.g. *
* <block setting="0" someval = "1"> *
* *
* Comments can be in C format, e.g. /* some stuff */, with a // at the start *
* of the line, or in shell format (#). *
************************************************** ******************************/

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# LogonServer Section
#
# Address:
# The address (no port) of the server.
#
# Port:
# The port on which the logon server listens. (*** NOT 3724 ***)
#
# Name:
# Not really relavant, but name the logon.
#
# RealmCount:
# The number of realms in the next section.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

<LogonServer Address = "dominodomain.servegame.org"
Port = "8093"
Name = "Default Logon"
RealmCount = "2">

#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Realm Section
#
# Name:
# The name of the realm.
#
# Address:
# The address (and port) of that realm.
#
# Icon:
# The type of realm (PVP, Normal, RPPVP, RP)
#
# Colour:
# Realm colour in realm list display.
#
# TimeZone:
# Time zone the realm is in.
#
# Population:
# (0 = low, 1 = medium, 2 = high)
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

RealmCount = 1

Realm1.Name = "Domino's Domain"
Realm1.Address = "130.13.108.223:8129"
Realm1.Icon = "PVP"
Realm1.Colour = 1
Realm1.Population = 0
Realm1.TimeZone = 1

Realm2.Name = "Domino's Domain;Local"
Realm2.Address = "192.168.1.100:8129"
Realm2.Icon = "PVP"
Realm2.Colour = 1
Realm2.Population = 0
Realm2.TimeZone = 1


and his realmlist.wtf is just "set realmlist dominodomain.servegame.org"

[Nazzeth]
07-02-2007, 06:41 AM
<LogonServer Address = "dominodomain.servegame.org"
Port = "8093"
Name = "Default Logon"
RealmCount = "2">

Try changing that to:


<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "Default Logon"
RealmCount = "2">