PDA

View Full Version : /sigh


arumahn
06-28-2007, 01:02 AM
I have been trying to get a server working for a while now I have folled the most recent guide to the letter and up until using minilogin I had no problems....

Can anyone tell me what

'[Debug] [WORLD_LS_ERR] **** For minilogin to work, you need to set the <address> element in the <world> section.'

actually means?... it continually spams in the world.exe dos window

below is my eqemu_config file and my loginserver.ini

please if anyone is able to know what this is and why it is doing this let me know... i will be eternaly greatful.
--------------------------------------------------------------------------
eqemu_config

<?xml version="1.0">
<server>
<world>
<shortname>Judas</shortname>
<longname>Invitation Only</longname>

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>192.168.1.66</address> -->
<!-- <localaddress>127.0.0.1</localaddress> -->

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

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>xxxxxxxx</password>
<db>peq</db>
</database>
</server>

--------------------------------------------------------------------------
loginserver.ini

LoginServer]
loginserver=192.168.1.66
loginport=5999
worldname=Invitation Only
worldaddress=192.168.1.66
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

--------------------------------------------------------------------------


Again I would be very greatful to anyone who has the expertise to help me find a solution. Or an alternative to using minilogin.

arumahn
06-28-2007, 01:06 AM
lol seems i have solved my own problem... i had to delete the <!-- from the beginning of Address in the eqemu_config file. Well im not so good with xml but im learning ^^

CrabClaw
06-28-2007, 09:10 AM
No worries, it happened to me once too :)