Hi, Setting up a new server for the first time. I think I'm close, but stumped at the end. I've been following guides. Basically when I go to launch it wants to read something out of log.ini but my log.ini is empty.
EQEmu-Rev1708-Bots
Peqdb_rev1667
Quote:
Eqemu_config.xml
<?xml version="1.0">
<server>
<world>
<shortname>sbox</shortname>
<longname>Sandbox</longname>
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>some.server.com</address> -->
<!-- <localaddress></localaddress> -->
<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>sandbox</account>
<password>MyPassword</password>
</loginserver>
<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!--<unlocked/>-->
<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="localhost" port="3306" telnet="enable"/>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>randomstring</key>
<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="false" mimefile="mime.types" />
</world>
<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>channels.eqemulator.net</host>
<port>7778</port>
</chatserver>
<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>channels.eqemulator.net</host>
<port>7779</port>
</mailserver>
<zones>
<defaultstatus>20</defaultstatus>
<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>
<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>mypassword</password>
<db>Sandbox</db>
</database>
<!-- Launcher Configuration -->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>
<!-- File locations. Defaults shown -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. Defaults shown -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>
|
Quote:
eqemu_error_zone_3560.log
---------------------------------------------
[11.04. - 19:59:28] Starting Log: logs/eqemu_error_zone_3560.log
[11.04. - 19:59:28] Failed to connect to database: Error: #2013: Lost connection to MySQL server at 'reading initial communication packet', system error: 22
|
Quote:
eqemu_debug_world_3100.log
---------------------------------------------
[11.04. - 19:59:02] Starting Log: logs/eqemu_debug_world_3100.log
[11.04. - 19:59:02] [WORLD__INIT] Loading server configuration..
[11.04. - 19:59:02] [WORLD__INIT] Log settings loaded from log.ini
[11.04. - 19:59:02] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[11.04. - 19:59:02] [WORLD__INIT] Added loginserver eqemulator.net:5998
[11.04. - 19:59:02] [WORLD__INIT] Connecting to MySQL...
[11.04. - 19:59:02] [WORLD__INIT] HTTP world service disabled.
[11.04. - 19:59:02] [WORLD__INIT] Loading variables..
[11.04. - 19:59:02] [WORLD__INIT] Loading zones..
[11.04. - 19:59:02] [WORLD__INIT] Clearing groups..
[11.04. - 19:59:02] [WORLD__INIT] Clearing raids..
[11.04. - 19:59:02] [WORLD__INIT] Loading items..
[11.04. - 19:59:10] [WORLD__INIT] Loading guilds..
[11.04. - 19:59:10] [WORLD__INIT] Loaded default rule set 'default'
[11.04. - 19:59:10] [WORLD__INIT] Clearing temporary merchant lists..
[11.04. - 19:59:10] [WORLD__INIT] Loading EQ time of day..
[11.04. - 19:59:10] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[11.04. - 19:59:10] [WORLD__INIT] Loading launcher list..
[11.04. - 19:59:10] [WORLD__INIT] Reboot zone modes ON
[11.04. - 19:59:10] [WORLD__INIT] Deleted 0 stale player corpses from database
[11.04. - 19:59:10] [WORLD__INIT] Deleted 0 stale player backups from database
[11.04. - 19:59:10] [WORLD__INIT] Loading adventures...
[11.04. - 19:59:10] [WORLD__INIT] Purging expired instances
[11.04. - 19:59:10] [WORLD__INIT] Zone (TCP) listener started.
[11.04. - 19:59:10] [WORLD__INIT] Client (UDP) listener started.
[11.04. - 19:59:10] [NET__IDENTIFY] Registered patch 6.2
[11.04. - 19:59:10] [NET__IDENTIFY] Registered patch Titanium
[11.04. - 19:59:10] [NET__IDENTIFY] Registered patch SoF
[11.04. - 19:59:10] [NET__IDENTIFY] Registered patch SoD
[11.04. - 19:59:10] [NET__IDENTIFY] Registered patch Live
[11.04. - 19:59:10] [WORLD__LS] Connecting to login server: eqemulator.net:5998
[11.04. - 19:59:11] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[11.04. - 19:59:11] [WORLD__LS] Loginserver provided 72.174.112.143 as world address
[11.04. - 19:59:17] [WORLD__ZONE] New TCP connection from 127.0.0.1:1804
[11.04. - 19:59:17] [WORLD__CONSOLE] New launcher from 127.0.0.1:1804
[11.04. - 19:59:17] [WORLD__LAUNCH] Adding pending launcher 1
[11.04. - 19:59:22] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[11.04. - 19:59:22] [WORLD__LAUNCH_TRACE] zone: Loaded zone 'bazaar' on port 7110
[11.04. - 19:59:22] [WORLD__LAUNCH_TRACE] zone: Loaded zone 'qeytoqrg' on port 7100
[11.04. - 19:59:22] [WORLD__LAUNCH_TRACE] zone: Loaded zone 'qrg' on port 7000
[11.04. - 19:59:22] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[11.04. - 19:59:27] [WORLD__LAUNCH] zone: bazaar reported state STARTED (1 starts)
[11.04. - 19:59:27] [WORLD__ZONE] New TCP connection from 127.0.0.1:1805
[11.04. - 19:59:29] [WORLD__CONSOLE] Removing console (!tcpc->Connected) from 0.0.0.0:0
[11.04. - 19:59:29] [WORLD__LAUNCH] zone: bazaar reported state STOPPED (1 starts)
[11.04. - 19:59:47] [WORLD__LAUNCH] zone: bazaar reported state STARTED (2 starts)
[11.04. - 19:59:47] [WORLD__ZONE] New TCP connection from 127.0.0.1:1806
[11.04. - 19:59:49] [WORLD__CONSOLE] Removing console (!tcpc->Connected) from 0.0.0.0:0
[11.04. - 19:59:49] [WORLD__LAUNCH] zone: bazaar reported state STOPPED (2 starts)
[11.04. - 20:00:01] [WORLD__LAUNCH] Removing launcher zone (1)
|