View Single Post
  #1  
Old 11-12-2007, 02:07 AM
baldin11
Fire Beetle
 
Join Date: Jun 2006
Posts: 3
Default Minilogin issues

this is what i get when i try to start up my LAN based server:
---------------------------------------------
[11.12. - 07:57:50] Starting Log: logs/eqemu_debug_world_2716.log
[11.12. - 07:57:50] [WORLD__INIT] Loading server configuration..
[11.12. - 07:57:50] [WORLD__INIT] Log settings loaded from log.ini
[11.12. - 07:57:50] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[11.12. - 07:57:50] [WORLD__INIT] Connecting to MySQL...
[11.12. - 07:57:50] [WORLD__INIT] Starting HTTP world service...
[11.12. - 07:57:50] [WORLD__HTTP] Loaded mime types from mime.types
[11.12. - 07:57:50] [WORLD__INIT] Loading variables..
[11.12. - 07:57:50] [WORLD__INIT] Loading zones..
[11.12. - 07:57:50] [WORLD__INIT] Clearing groups..
[11.12. - 07:57:50] [WORLD__INIT] Clearing temporary merchant lists..
[11.12. - 07:57:50] [WORLD__INIT] Loading items..
[11.12. - 07:57:54] [WORLD__INIT] Loading guilds..
[11.12. - 07:57:54] [RULES__CHANGE] Loading rule set 'default' (2)
[11.12. - 07:57:54] [WORLD__INIT] Loaded default rule set 'default'
[11.12. - 07:57:54] [WORLD__INIT] Loading EQ time of day..
[11.12. - 07:57:54] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[11.12. - 07:57:54] [WORLD__INIT] Loading launcher list..
[11.12. - 07:57:54] [WORLD__INIT] Reboot zone modes ON
[11.12. - 07:57:54] [WORLD__INIT] Deleted 0 stale player corpses from database
[11.12. - 07:57:54] [WORLD__INIT] Deleted 0 stale player backups from database
[11.12. - 07:57:54] [WORLD__INIT] Zone (TCP) listener started.
[11.12. - 07:57:54] [WORLD__INIT] Client (UDP) listener started.
[11.12. - 07:57:54] [NET__IDENTIFY] Registered patch 6.2
[11.12. - 07:57:54] [NET__IDENTIFY] Registered patch Titanium
[11.12. - 07:57:54] [NET__IDENTIFY] Registered patch Anniversary
[11.12. - 07:57:54] [NET__IDENTIFY] Registered patch Live
[11.12. - 07:57:54] [WORLD__LS] Connecting to login server...
[11.12. - 07:57:54] [WORLD__LS] Setting World to MiniLogin Server type
[11.12. - 07:57:54] [WORLD__LS_ERR] **** For minilogin to work, you need to set the <address> element in the <world> section.
[11.12. - 07:58:04] [WORLD__LS] Connecting to login server...
[11.12. - 07:58:04] [WORLD__LS] Setting World to MiniLogin Server type
[11.12. - 07:58:04] [WORLD__LS_ERR] **** For minilogin to work, you need to set the <address> element in the <world> section.

this is what i have on my loginserver config:

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

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999

this is my eqemu config.xml

<server>
<world>
<shortname>Minilogin</shortname>
<longname>My Minilogin</longname>

<!-- Only specify these two if you really think you need to. -->
<!--<address>127.0.0.1</address>-->
<!--<localaddress>127.0.0.1</localaddress>-->

<!-- Loginserver information. -->
<loginserver>
<host>localhost</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. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

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

any help would be appreciated
Reply With Quote