Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #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
  #2  
Old 11-12-2007, 06:34 AM
Dargon
Fire Beetle
 
Join Date: May 2003
Posts: 14
Default

Quote:
Originally Posted by baldin11 View Post
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

Since I can't bold the text in the quote. I will explain it simply, this:

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

Needs to look like this:

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

notice the absence of the <!-- and -->
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 07:10 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3