demonfiend |
09-21-2007 09:21 AM |
world launch start, stop, start, stop.
First off, I apologize for this hassle... I've searched the forums and wiki high and low and have not yet come up with an answer to my problem. it happens when i launch the server. Here is the log - sorry for the length:
Code:
[09.20. - 19:07:36] Starting Log: logs/eqemu_debug_world_2436.log
[09.20. - 19:07:36] [WORLD__INIT] Loading server configuration..
[09.20. - 19:07:36] [WORLD__INIT] Log settings loaded from log.ini
[09.20. - 19:07:36] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[09.20. - 19:07:36] [WORLD__INIT] Connecting to MySQL...
[09.20. - 19:07:36] [WORLD__INIT] Starting HTTP world service...
[09.20. - 19:07:36] [WORLD__HTTP] Loaded mime types from mime.types
[09.20. - 19:07:36] [WORLD__INIT] Loading variables..
[09.20. - 19:07:36] [WORLD__INIT] Loading zones..
[09.20. - 19:07:36] [WORLD__INIT] Clearing groups..
[09.20. - 19:07:36] [WORLD__INIT] Clearing temporary merchant lists..
[09.20. - 19:07:36] [WORLD__INIT] Loading items..
[09.20. - 19:08:01] [WORLD__INIT] Loading guilds..
[09.20. - 19:08:02] [RULES__CHANGE] Loading rule set 'default' (2)
[09.20. - 19:08:02] [WORLD__INIT] Loaded default rule set 'default'
[09.20. - 19:08:02] [WORLD__INIT] Loading EQ time of day..
[09.20. - 19:08:03] [WORLD__INIT] Loading launcher list..
[09.20. - 19:08:03] [WORLD__INIT] Reboot zone modes ON
[09.20. - 19:08:04] [WORLD__INIT] Deleted 0 stale player corpses from database
[09.20. - 19:08:04] [WORLD__INIT] Deleted 0 stale player backups from database
[09.20. - 19:08:04] [WORLD__INIT] Zone (TCP) listener started.
[09.20. - 19:08:04] [WORLD__INIT] Client (UDP) listener started.
[09.20. - 19:08:04] [NET__IDENTIFY] Registered patch 6.2
[09.20. - 19:08:04] [NET__IDENTIFY] Registered patch Titanium
[09.20. - 19:08:05] [NET__IDENTIFY] Registered patch Anniversary
[09.20. - 19:08:05] [NET__IDENTIFY] Registered patch Live
[09.20. - 19:08:05] [WORLD__LS] Connecting to login server...
[09.20. - 19:08:05] [WORLD__LS] Connected to Loginserver: 127.0.0.1:5999
[09.20. - 19:24:53] [WORLD__ZONE] New TCP connection from 127.0.0.1:1040
[09.20. - 19:24:53] [WORLD__CONSOLE] New launcher from 127.0.0.1:1040
[09.20. - 19:24:53] [WORLD__LAUNCH] Adding pending launcher 1
[09.20. - 19:24:53] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[09.20. - 19:24:53] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[09.20. - 19:24:58] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[09.20. - 19:25:04] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (1 starts)
[09.20. - 19:25:18] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (2 starts)
[09.20. - 19:25:24] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (2 starts)
[09.20. - 19:25:40] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (3 starts)
[09.20. - 19:25:50] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (3 starts)
[09.20. - 19:26:02] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (4 starts)
[09.20. - 19:26:08] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (4 starts)
[09.20. - 19:26:24] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (5 starts)
[09.20. - 19:26:30] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (5 starts)
[09.20. - 19:26:46] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (6 starts)
[09.20. - 19:26:52] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (6 starts)
[09.20. - 19:27:08] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (7 starts)
[09.20. - 19:27:14] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (7 starts)
[09.20. - 19:27:30] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (8 starts)
[09.20. - 19:27:36] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (8 starts)
possible answers ... mabye:
-make sure all world names are the same
-get new spell files from a fresh install
-start zone.exe 5 times before starting the launch.bat
then of course open ports but that isn't needed yet...
config files:
Code:
[LoginServer]
loginserver=127.0.0.1
loginserver2=192.168.1.102
loginport=5999
loginport2=5999
worldname=DevilsChurn
worldaddress=192.168.1.102
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
Code:
<?xml version="1.0">
<server>
<world>
<shortname>TheDevilsChurn</shortname>
<longname>TheDevilsChurn</longname>
<address>192.168.1.102</address>
<localaddress>127.0.0.1</localaddress>
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<key>some long random string</key>
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>blahblah</password>
<db>peq</db>
</database>
</server>
Thanks for any help you can provide... can't wait to get this working.
Sorry again if I missed something =|
AC
|