PDA

View Full Version : Bad Server Name??


Jepster4515
06-08-2006, 02:04 AM
Hi all.

My database and server are on 192.168.0.4 (Linux 2.4.22), my MiniLogin Server is on 192.168.0.3 (Windows 2k), and I'm having quite a bit of difficulty getting the two machines to agree on a server name.

Plz help me puzzle this one out:

First, from the world log there's...

[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[Debug] [WORLD__LS] Connected to Loginserver: 192.168.0.3:5999
[Debug] [COMMON__THREADS] Starting TCPConnectionLoop with thread ID 4768036
[Debug] [WORLD__LS_ERR] Login server responded with FatalError. Disabling reconnect.
[Debug] [WORLD__LS_ERR] Bad server name, name may not contain the word "Server" (case sensitive)
[Debug] [COMMON__THREADS] Ending TCPConnectionLoop with thread ID 4768036


Then the LoginServer.ini file

### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=127.0.0.1
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldname=Jepsters
worldaddress=192.168.0.4
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999

and there's eq_config.xml file...

<?xml version="1.0">
<server>
<world>
<shortname>Jepsters</shortname>
<longname>[0.7.0] Jepsters Server</longname>

<!-- Only specify these two if you really think you need to. (r
ead: You don't) -->
<address>192.168.0.3</address>
<!-- <localaddress>192.168.0.4</localaddress> -->

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>192.168.0.3</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<unlocked/>

*snip*

I also have the packet captures from this attempt. If you want them, plz ask and I'll mail them to you as they're too incredibly spammy to post without an asbestos suit.

I have tried variations on the name, without success. I've tried re-commenting the <address> element in the xml file. That actually took me a step backwards. I can't seem to find anything about a server name in the database schema.

Any help would be appriciated!

Jepster

aza77
06-08-2006, 02:53 AM
a good start would be to change
<longname>[0.7.0] Jepsters Server</longname>
to
<longname>[0.7.0] Jepsters</longname>