View Single Post
  #7  
Old 10-28-2012, 05:31 AM
microbrain
Fire Beetle
 
Join Date: Feb 2006
Posts: 13
Default

Sorry - Just thought I would drop a small post to see if it triggered anyone elses memory that may have had an issue.

Heres my config...

eqemu_config.xml:

<?xml version="1.0">
<server>
<world>
<shortname>Tamarclos</shortname>
<longname>Tamarclos the Great</longname>

<address>xxxxxx.dyndns.org</address>
<localaddress>192.168.0.10</localaddress>

<loginserver>
<host>xxxxxx.dyndns.org</host>
<port>5998</port>
<account>tamarclos</account>
<password>xxxxxx</password>
</loginserver>

<!--<locked/>-->
<!-- <unlocked/> -->

<tcp ip="xxxxxx.dyndns.org" port="9000" telnet="enable"/>
<key>some long ass random string</key>
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<chatserver>
<host>xxxxxx.dyndns.org</host>
<port>7778</port>
</chatserver>

<mailserver>
<host>xxxxxx.dyndns.org</host>
<port>7778</port>
</mailserver>

<zones>
<defaultstatus>250</defaultstatus>
<ports low="7000" high="7900"/>
</zones>

<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>xxxxxx</password>
<db>peq</db>
</database>

<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>

<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>

<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>

------

eqemulogin.ini:

Port=5998
DumpPacketsIn=true
DumpPacketsOut=true
Trace=false
DatabaseServerName=localhost
DatabaseCatalogName=login
DatabaseUserName=root
DatabaseUserPassword=xxxxxx
OPCodePathAndFileName=login_opcodes.conf

------


login.ini:

[database]
host = localhost
port = 3306
db = login
user = root
password = xxxxxx
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = TRUE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 192.168.0

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType

------


Here are my logs:

eqemu_debug.log:
---------------------------------------------
[10.28. - 09:22:48] Starting Log: logs/eqemu_debug_4472.log
[10.28. - 09:22:48] [LAUNCHER__INIT] Loading server configuration..
[10.28. - 09:22:48] [LAUNCHER__INIT] Starting main loop...
[10.28. - 09:22:48] [NET__WORLD] Connected to World: xxxxxx.dyndns.org:9000
[10.28. - 09:23:13] [NET__WORLD] Connected to World: xxxxxx.dyndns.org:9000

eqemu_debug_world.log:
---------------------------------------------
[10.28. - 09:22:34] Starting Log: logs/eqemu_debug_world_3196.log
[10.28. - 09:22:34] [WORLD__INIT] Loading server configuration..
[10.28. - 09:22:34] [WORLD__INIT] Log settings loaded from log.ini
[10.28. - 09:22:34] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[10.28. - 09:22:34] [WORLD__INIT] Added loginserver xxxxxx.dyndns.org:5998
[10.28. - 09:22:34] [WORLD__INIT] Connecting to MySQL...
[10.28. - 09:22:34] [WORLD__INIT] Starting HTTP world service...
[10.28. - 09:22:34] [WORLD__HTTP] Loaded mime types from mime.types
[10.28. - 09:22:34] [WORLD__INIT] Loading variables..
[10.28. - 09:22:34] [WORLD__INIT] Loading zones..
[10.28. - 09:22:34] [WORLD__INIT] Clearing groups..
[10.28. - 09:22:34] [WORLD__INIT] Clearing raids..
[10.28. - 09:22:34] [WORLD__INIT] Loading items..
[10.28. - 09:22:43] [WORLD__INIT] Loading guilds..
[10.28. - 09:22:43] [WORLD__INIT] Loaded default rule set 'default'
[10.28. - 09:22:43] [WORLD__INIT] Clearing temporary merchant lists..
[10.28. - 09:22:43] [WORLD__INIT] Loading EQ time of day..
[10.28. - 09:22:43] [WORLD__INIT] Loading launcher list..
[10.28. - 09:22:43] [WORLD__INIT] Reboot zone modes ON
[10.28. - 09:22:43] [WORLD__INIT] Deleted 0 stale player corpses from database
[10.28. - 09:22:43] [WORLD__INIT] Deleted 0 stale player backups from database
[10.28. - 09:22:43] [WORLD__INIT] Loading adventures...
[10.28. - 09:22:43] [WORLD__INIT] Purging expired instances
[10.28. - 09:22:43] [WORLD__INIT] Loading char create info...
[10.28. - 09:22:43] [WORLD__INIT] Zone (TCP) listener started.
[10.28. - 09:22:43] [WORLD__INIT] Client (UDP) listener started.
[10.28. - 09:22:43] [NET__IDENTIFY] Registered patch 6.2
[10.28. - 09:22:43] [NET__IDENTIFY] Registered patch Titanium
[10.28. - 09:22:43] [NET__IDENTIFY] Registered patch SoF
[10.28. - 09:22:43] [NET__IDENTIFY] Registered patch SoD
[10.28. - 09:22:43] [NET__IDENTIFY] Registered patch Underfoot
[10.28. - 09:22:43] [WORLD__LS] Connecting to login server: xxxxxx.dyndns.org:5998
[10.28. - 09:22:43] [WORLD__LS] Connected to Loginserver: xxxxxx.dyndns.org:5998
[10.28. - 09:22:44] [WORLD__LS] Received ServerOP_LSAccountUpdate packet from loginserver


eqemu_world.log:
---------------------------------------------
[10.28. - 09:22:34] Starting Log: logs/eqemu_world_3196.log
[10.28. - 09:22:34] Using database 'peq' at localhost:3306
[10.28. - 09:22:34] EMuShareMem loaded
[10.28. - 09:22:35] Loading items from database: count=92475

login.log:
[Debug] [10.28.12 - 09:22:34] Logging System Init.
[Debug] [10.28.12 - 09:22:34] Config System Init.
[Debug] [10.28.12 - 09:22:34] MySQL Database Init.
[Debug] [10.28.12 - 09:22:34] Encryption Initialize.
[Debug] [10.28.12 - 09:22:34] Encryption Loaded Successfully.
[Debug] [10.28.12 - 09:22:34] Server Manager Initialize.
[Network] [10.28.12 - 09:22:34] ServerManager listening on port 5998
[Debug] [10.28.12 - 09:22:34] Client Manager Initialize.
[Network] [10.28.12 - 09:22:34] ClientManager listening on Titanium stream.
[Network] [10.28.12 - 09:22:34] ClientManager listening on SoD stream.
[Debug] [10.28.12 - 09:22:34] Server Started.
[Network] [10.28.12 - 09:22:43] New world server connection from 192.168.0.10:56245
[Network Trace] [10.28.12 - 09:22:43] Application packet recieved from server: 0x1008, (size 653)
[Network Trace] [10.28.12 - 09:22:43] New Login Info Recieved.
[World] [10.28.12 - 09:22:43] Server Tamarclos the Great(Tamarclos) successfully logged in.
[Network Trace] [10.28.12 - 09:22:43] ServerOP_LSAccountUpdate sent to world
[Network Trace] [10.28.12 - 09:22:43] Application packet recieved from server: 0x1001, (size 12)
[Network Trace] [10.28.12 - 09:22:43] World Server Status Recieved.
[Network Trace] [10.28.12 - 09:22:58] Application packet recieved from server: 0x1001, (size 12)
[Network Trace] [10.28.12 - 09:22:58] World Server Status Recieved.
[Network Trace] [10.28.12 - 09:23:13] Application packet recieved from server: 0x1001, (size 12)
[Network Trace] [10.28.12 - 09:23:13] World Server Status Recieved.
[Network] [10.28.12 - 09:23:24] World server disconnected from the server, removing server and freeing connection.

If I log in - the client connects, I see the servers as DOWN, bit can still log in and create characters etc. If I try to log in - no zone is available, and no errors are collected in the logs.

On the web gui - it shows the number of connected launchers as 0.

I will try a full build when I get chance (probably wont be until late)
Reply With Quote