EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Unknown launcher 'zone' (https://www.eqemulator.org/forums/showthread.php?t=24579)

RamsiMage 03-06-2008 09:47 PM

Unknown launcher 'zone'
 
I'm very new (about 6 hrs into this) so I hope I don't sound completely lost.

I'ts 430am here and I've searched all I can. Here's what I got.

EMU v0701102
mysql Server 5.0.51
Pearl 5.8.7 build 813
PEQ (peq-ykesha-release.zip)
WinXP Pro
Behind router with server sitting in the DMZ right now.

EmuDebugg Log:
Code:

---------------------------------------------
[03.07. - 04:28:47] Starting Log: logs/eqemu_debug_world_2932.log
[03.07. - 04:28:47] [WORLD__INIT] Loading server configuration..
[03.07. - 04:28:47] [WORLD__INIT] Log settings loaded from log.ini
[03.07. - 04:28:47] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[03.07. - 04:28:47] [WORLD__INIT] Connecting to MySQL...
[03.07. - 04:28:47] [WORLD__INIT] Starting HTTP world service...
[03.07. - 04:28:47] [WORLD__HTTP] Loaded mime types from mime.types
[03.07. - 04:28:47] [WORLD__INIT] Loading variables..
[03.07. - 04:28:47] [WORLD__INIT] Loading zones..
[03.07. - 04:28:47] [WORLD__INIT] Clearing groups..
[03.07. - 04:28:47] [WORLD__INIT] Clearing temporary merchant lists..
[03.07. - 04:28:47] [WORLD__INIT] Loading items..
[03.07. - 04:28:52] [WORLD__INIT] Loading guilds..
[03.07. - 04:28:52] [RULES__ERROR] Failed to find ruleset 'default' for load operation. Canceling.
[03.07. - 04:28:52] [WORLD__INIT] No rule set configured, using default rules
[03.07. - 04:28:52] [WORLD__INIT] Loading EQ time of day..
[03.07. - 04:28:52] [WORLD__INIT] Loading launcher list..
[03.07. - 04:28:52] [WORLD__INIT] Reboot zone modes OFF
[03.07. - 04:28:52] [WORLD__INIT] Deleted 0 stale player corpses from database
[03.07. - 04:28:52] [WORLD__INIT] Deleted 0 stale player backups from database
[03.07. - 04:28:52] [WORLD__INIT] Zone (TCP) listener started.
[03.07. - 04:28:52] [WORLD__INIT] Client (UDP) listener started.
[03.07. - 04:28:52] [NET__IDENTIFY] Registered patch 6.2
[03.07. - 04:28:52] [NET__IDENTIFY] Registered patch Titanium
[03.07. - 04:28:52] [NET__IDENTIFY] Registered patch Anniversary
[03.07. - 04:28:52] [NET__IDENTIFY] Registered patch Live
[03.07. - 04:28:52] [WORLD__LS] Connecting to login server...
[03.07. - 04:28:52] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[03.07. - 04:28:52] [WORLD__ZONE] New TCP connection from 127.0.0.1:1375
[03.07. - 04:28:52] [WORLD__CONSOLE] New launcher from 127.0.0.1:1375
[03.07. - 04:28:52] [WORLD__LAUNCH] Adding pending launcher 1
[03.07. - 04:28:52] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[03.07. - 04:28:52] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[03.07. - 04:28:52] [WORLD__LAUNCH] Removing launcher zone (1)
[03.07. - 04:29:07] [WORLD__ZONE] New TCP connection from 127.0.0.1:1377
[03.07. - 04:29:07] [WORLD__CONSOLE] New launcher from 127.0.0.1:1377
[03.07. - 04:29:07] [WORLD__LAUNCH] Adding pending launcher 2
[03.07. - 04:29:13] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[03.07. - 04:29:13] [WORLD__LAUNCH] Removing pending launcher 2. Adding zone to active list.
[03.07. - 04:29:13] [WORLD__LAUNCH] Removing launcher zone (2)

World LOG:
Code:

---------------------------------------------
[03.07. - 04:28:47] Starting Log: logs/eqemu_world_2932.log
[03.07. - 04:28:47] Using database 'peq' at localhost:3306
[03.07. - 04:28:47] EMuShareMem loaded
[03.07. - 04:28:47] Loading items from database: count=62255

XML file ("FULL" reads the same) **Credit given to Cripp for his XML file I copied**
Code:

<?xml version="1.0">
<server>
<world>
<shortname>Grawill</shortname>
<longname>Grawill Underconstruction</longname>

<!-- Only specify these two if you really think you need to. -->
<address>PUBLIC IP HERE</address>
<localaddress>SERVER LAN IP HERE</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>*********</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>*********</password>
<db>peq</db>
</database>
</server>__________________

I read about putting a 5 after zone, but I don't see where that would go, if that is even going to help me here.

I am about sleeping at the keyboard right now. Any suggestions, thoughts, hell, even flames welcome right about now.

Night.

G.

Angelox 03-06-2008 10:01 PM

http://eqemulator.net/forums/search.php?searchid=611112

RamsiMage 03-07-2008 02:04 AM

Quote:

Sorry - no matches. Please try some different terms.
That's what I get from that link. Perhaps it links to something I may not have access to?

Congdar 03-07-2008 02:19 AM

check your database and make sure your launcher table entry matches your start.bat entry and delete:
<!-- Only specify these two if you really think you need to. -->
<address>PUBLIC IP HERE</address>
<localaddress>SERVER LAN IP HERE</localaddress>

from your xml file.

Angelox 03-07-2008 02:31 AM

Just do a search for "Unknown launcher zone"

RamsiMage 03-07-2008 05:16 AM

Before I created my own post I had already searched and posted responses in most of the relevant posts when searching for Unknown launcher 'zone'.

I'll keep looking down the results page, but I've not yet found a fix for my issue.

Thks.

demonfiend 04-25-2008 08:22 PM

i had this error and it was (i think) because i didnt have a servers table in the mysql database. after i ran that i made progress.


All times are GMT -4. The time now is 12:15 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.