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 12-26-2006, 12:28 PM
ChadwickVM
Fire Beetle
 
Join Date: Dec 2006
Posts: 6
Default World_Launch Unknown launcher 'zone' problem

Preface: I am just starting out with EQEmu and have tried both the PEQ+MySQL 5 setup and the Server Package by Cavedude. Have the same problem.

Here is the problem I'm getting after eqlaunch and zone are executed.


--------------------------------------------------------------------------
[Debug] Starting Log: logs/eqemu_debug_world_3220.log
[Debug] [WORLD__INIT] Loading server configuration..
[Debug] [WORLD__INIT] Log settings loaded from log.ini
[Debug] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[Debug] [WORLD__INIT] Connecting to MySQL...
[Status] Starting Log: logs/eqemu_world_3220.log
[Status] Using database 'peq' at localhost:3306
[Debug] [WORLD__INIT] Starting HTTP world service...
[Debug] [WORLD__HTTP] Loaded mime types from mime.types
[Debug] [WORLD__INIT] Loading variables..
[Debug] [WORLD__INIT] Loading zones..
[Debug] [WORLD__INIT] Clearing groups..
[Debug] [WORLD__INIT] Clearing temporary merchant lists..
[Debug] [WORLD__INIT] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=54307
[Debug] [WORLD__INIT] Loading guilds..
[Debug] [WORLD__INIT] Loading EQ time of day..
[Error] Starting Log: logs/eqemu_error_world_3220.log
[Error] Could not load EQTime file eqtime.cfg
[Debug] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[Debug] [WORLD__INIT] Loading launcher list..
[Debug] [WORLD__INIT] Reboot zone modes OFF
[Debug] [WORLD__INIT] Deleted 0 stale player corpses from database
[Debug] [WORLD__INIT] Deleted 0 stale player backups from database
[Debug] [WORLD__INIT] Zone (TCP) listener started.
[Debug] [WORLD__INIT] Client (UDP) listener started.
[Debug] [NET__IDENTIFY] Registered patch 6.2
[Debug] [NET__IDENTIFY] Registered patch Titanium
[Debug] [NET__IDENTIFY] Registered patch Live
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Connected to Loginserver: 127.0.0.1:5999
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1527
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:1527
[Debug] [WORLD__LAUNCH] Adding pending launcher 1
[Debug] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[Debug] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.

[Debug] [WORLD__LAUNCH] Removing launcher zone (1)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1528
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:1528
[Debug] [WORLD__LAUNCH] Adding pending launcher 2
[Debug] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[Debug] [WORLD__LAUNCH] Removing pending launcher 2. Adding zone to active list.

[Debug] [WORLD__LAUNCH] Removing launcher zone (2)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1529
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:1529
[Debug] [WORLD__LAUNCH] Adding pending launcher 3
[Debug] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[Debug] [WORLD__LAUNCH] Removing pending launcher 3. Adding zone to active list.

[Debug] [WORLD__LAUNCH] Removing launcher zone (3)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1530
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:1530
[Debug] [WORLD__LAUNCH] Adding pending launcher 4
[Debug] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[Debug] [WORLD__LAUNCH] Removing pending launcher 4. Adding zone to active list.

[Debug] [WORLD__LAUNCH] Removing launcher zone (4)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1531
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:1531
[Debug] [WORLD__LAUNCH] Adding pending launcher 5
[Debug] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[Debug] [WORLD__LAUNCH] Removing pending launcher 5. Adding zone to active list.
--------------------------------------------------------------------------


My concern is with this at the top.
[Error] Starting Log: logs/eqemu_error_world_3220.log
[Error] Could not load EQTime file eqtime.cfg
[Debug] [WORLD__INIT_ERR] Unable to load eqtime.cfg


And then after the program gets going, you can see a pattern develop.

It says this:
[Debug] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[Debug] [WORLD__LAUNCH] Removing pending launcher 4. Adding zone to active list.

And it continues through 4, 5, 6, 7, etc etc until I stop it.


Now, I've found a similar problem here:
http://www.eqemulator.net/forums/sho...her+%27zone%27
But I looked at my files and DB and they are correct in terms of the solutions provided here.

Is there any suggested method on how to go about testing for a solution?

Thanks for reading,
Chad
Reply With Quote
  #2  
Old 12-26-2006, 01:22 PM
Aerewen
Hill Giant
 
Join Date: Dec 2006
Posts: 110
Default

post the contents of the start.bat file you made please.
Reply With Quote
  #3  
Old 12-26-2006, 02:00 PM
ChadwickVM
Fire Beetle
 
Join Date: Dec 2006
Posts: 6
Default My Start.bat file

Here is what my Start.bat file has.

--------------------------------------------------------
@echo off
start minilogin
start world
echo Please wait for World to connect into login server...
Pause
start eqlaunch zone
--------------------------------------------------------

I've also tried it like this.

--------------------------------------------------------
@echo off
start minilogin
start world
echo Please wait for World to connect into login server...
Pause
start eqlaunch
startzone
--------------------------------------------------------
Reply With Quote
  #4  
Old 12-26-2006, 02:04 PM
Aerewen
Hill Giant
 
Join Date: Dec 2006
Posts: 110
Default

i will assume you are familiar with mysql enough to do this... but run 2 queries for me and post the result sets please

Code:
SELECT * FROM `launcher`;
and

Code:
SELECT * FROM `launcher_zones`;
Reply With Quote
  #5  
Old 12-26-2006, 02:16 PM
ChadwickVM
Fire Beetle
 
Join Date: Dec 2006
Posts: 6
Default Query Results

My peq database has this in it.

for launcher

Code:
These fields:
(Primary Key) name   |    dynamics  

Contains this one row:
zones                    |     5            |
for launcher_zones

Code:
These fields:
(key) launcher | (key) zone | port

It contains 0 rows. (no data)
Reply With Quote
  #6  
Old 12-26-2006, 02:28 PM
Aerewen
Hill Giant
 
Join Date: Dec 2006
Posts: 110
Default

that'd be the problem :p

run this query as many times as you want to add a few startup zones... replace [zone] with the shortname of the zone... it MUST be the short name (ie: pok would be 'poknowledge', the nexus would be 'nexus' and so forth.) make sure to leave the single quotes around it. and increment the last number by 1 each time to specify a different port... it doesnt really matter because eqemu will auto-configure a new port if the specified one is in use, but to speed up the loading process you should do this.

Code:
INSERT INTO `launcher_zones` (`launcher`,`zone`,`port`) VALUES ('zone','[zone]',7001);
when the batch file runs: start eqlaunch zone
it is telling the eqlaunch file to boot up all the zones in the group 'zone' as static zones.

the value of 5 you saw in launcher is telling it to boot 5 dynamic zones to be used for instances (ie: #zonebootup commands etc)
Reply With Quote
  #7  
Old 12-26-2006, 02:31 PM
ChadwickVM
Fire Beetle
 
Join Date: Dec 2006
Posts: 6
Default

Awesome! Thanks so much for the help. I haven't tried it yet but I'll let you know how it turns out for me. I'm also having some mini log in problems so I'll probably have to wait until tomorrow to test my server. Anyway, thanks a again for the help!
Reply With Quote
  #8  
Old 12-26-2006, 02:37 PM
Aerewen
Hill Giant
 
Join Date: Dec 2006
Posts: 110
Default

check the minilogin support forum... tons of people including myself have posted a lot of threads in there to help people figure it out.
Reply With Quote
  #9  
Old 12-26-2006, 02:52 PM
ChadwickVM
Fire Beetle
 
Join Date: Dec 2006
Posts: 6
Default

Yep, thats what I'm planning on doing.
I'm actually still getting that same error even past the update but I'm wondering if its b/c I have a problem with my EQemu. Considering it says
unknown launcher 'zone'
i'm wondering if its not recognizing zone.exe as the launcher or something of that nature. Anyway I'm going to see if I can get it working tonight and if I can't I'll keep looking for a solution tomorrow.
Going to dump my db and eqemu and start from scratch.
Reply With Quote
  #10  
Old 12-26-2006, 06:34 PM
ChadwickVM
Fire Beetle
 
Join Date: Dec 2006
Posts: 6
Default

I believe I may have found the problem.

I changed the start.bat file to this:
Code:
@echo off
start minilogin
start world
echo Please wait for World to connect into login server...
Pause
start eqlaunch zones
note that it says ZONES instead of zone.

I have no idea why this works or why I tried it... but I'm no longer getting the error. Hopefully, this is what the output for the world.exe window is supposed to show as apposed to what is in the first post:

Code:
[Debug] Starting Log: logs/eqemu_debug_world_3600.log
[Debug] [WORLD__INIT] Loading server configuration..
[Debug] [WORLD__INIT] Log settings loaded from log.ini
[Debug] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[Debug] [WORLD__INIT] Connecting to MySQL...
[Status] Starting Log: logs/eqemu_world_3600.log
[Status] Using database 'peq' at 127.0.0.1:3306
[Debug] [WORLD__INIT] Starting HTTP world service...
[Debug] [WORLD__HTTP] Loaded mime types from mime.types
[Debug] [WORLD__INIT] Loading variables..
[Debug] [WORLD__INIT] Loading zones..
[Debug] [WORLD__INIT] Clearing groups..
[Debug] [WORLD__INIT] Clearing temporary merchant lists..
[Debug] [WORLD__INIT] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=54307
[Debug] [WORLD__INIT] Loading guilds..
[Debug] [WORLD__INIT] Loading EQ time of day..
[Error] Starting Log: logs/eqemu_error_world_3600.log
[Error] Could not load EQTime file eqtime.cfg
[Debug] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[Debug] [WORLD__INIT] Loading launcher list..
[Debug] [WORLD__INIT] Reboot zone modes OFF
[Debug] [WORLD__INIT] Deleted 0 stale player corpses from database
[Debug] [WORLD__INIT] Deleted 0 stale player backups from database
[Debug] [WORLD__INIT] Zone (TCP) listener started.
[Debug] [WORLD__INIT] Client (UDP) listener started.
[Debug] [NET__IDENTIFY] Registered patch 6.2
[Debug] [NET__IDENTIFY] Registered patch Titanium
[Debug] [NET__IDENTIFY] Registered patch Live
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Connected to Loginserver: localhost:5999
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1259
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:1259
[Debug] [WORLD__LAUNCH] Adding pending launcher 1
[Debug] [WORLD__LAUNCH] Launcher Identified itself as 'zones'. Loading zone list
.
[Debug] [WORLD__LAUNCH_TRACE] zones: Loaded zone 'erudnint' on port 3306
[Debug] [WORLD__LAUNCH] Removing pending launcher 1. Adding zones to active list
.
[Debug] [WORLD__LAUNCH] zones: dynamic_01 reported state STARTED (1 starts)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1261
[Debug] [WORLD__CONSOLE] New zoneserver #1 from 127.0.0.1:1261
[Debug] [WORLD__ZONE] [1] Zone started with name dynamic_01 by launcher zones
[Debug] [WORLD__ZONE] [1] Auto zone port configuration.  Telling zone to use por
t 7000
[Debug] [WORLD__LAUNCH] zones: erudnint reported state STARTED (1 starts)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1263
[Debug] [WORLD__CONSOLE] New zoneserver #2 from 127.0.0.1:1263
[Debug] [WORLD__ZONE] [2] Zone started with name erudnint by launcher zones
[Debug] [WORLD__ZONE] [2] Auto zone port configuration.  Telling zone to use por
t 7001
[Debug] [WORLD__ZONE] [2] Setting to 'erudnint' (23) (Static)
Note, I only have 1 zone (erudnint) in my launcher_zones.


EDIT: I just realized that I had specified launcher.names as zones instead of zone. Thats probably why zones worked and zone didn't.

Last edited by ChadwickVM; 12-27-2006 at 02:45 AM..
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 03:20 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3