|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support::Windows Servers Support forum for Windows EQEMu users. |
|
|
|
01-25-2013, 05:23 PM
|
Sarnak
|
|
Join Date: Oct 2012
Posts: 25
|
|
world.exe crashing
Code:
---------------------------------------------
[01.25. - 15:07:07] Starting Log: logs/eqemu_debug_world_2636.log
[01.25. - 15:07:07] [WORLD__INIT] Loading server configuration..
[01.25. - 15:07:07] [WORLD__INIT] Log settings loaded from log.ini
[01.25. - 15:07:07] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[01.25. - 15:07:07] [WORLD__INIT] Added loginserver 127.0.0.1:5999
[01.25. - 15:07:07] [WORLD__INIT] Connecting to MySQL...
[01.25. - 15:07:08] [WORLD__INIT_ERR] Cannot continue without a database connection.
I am trying to figure out why the world.exe keeps closing out. I am tyring the RoF client and new server source.
I am not that good at this. I did have a server working before the changes to Cmake.
Code:
---------------------------------------------
[01.25. - 15:07:10] Starting Log: logs/eqemu_error_world_4540.log
[01.25. - 15:07:10] Failed to connect to database: Error: #2003: Can't connect to MySQL server on 'localhost' (10061)
|
|
|
|
|
|
|
01-25-2013, 05:33 PM
|
Sarnak
|
|
Join Date: Oct 2012
Posts: 25
|
|
This is my eqemu_config.xml file
i am just trying to creat a solo server so i can play on my laptop.
Code:
<?xml version="1.0">
<server>
<world>
<shortname>Cazic</shortname>
<longname>Cazic Thule</longname>
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>127.0.0.1</address> -->
<!-- <localaddress>127.0.0.1</localaddress> -->
<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account>Admin</account>
<password>Password</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="9000" telnet="disable"/>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</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>127.0.0.1</host>
<port>7778</port>
</chatserver>
<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>127.0.0.1</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>*****<password>
<db>peq</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>
|
|
|
|
01-25-2013, 05:33 PM
|
Demi-God
|
|
Join Date: Aug 2010
Posts: 1,742
|
|
Is MySQL actually running? Assuming it's in your path, open a command prompt and type 'mysql' without the quotes and see if you get the same error. If so, it's likely MySQL is not running. You should have installed it as a service, so check the services snap-in and make sure it is started.
|
01-25-2013, 05:41 PM
|
Sarnak
|
|
Join Date: Oct 2012
Posts: 25
|
|
Quote:
Originally Posted by lerxst2112
Is MySQL actually running? Assuming it's in your path, open a command prompt and type 'mysql' without the quotes and see if you get the same error. If so, it's likely MySQL is not running. You should have installed it as a service, so check the services snap-in and make sure it is started.
|
C:\eqemu>mysql
ERROR 1045 (28000): Access denied for user 'ODBC'@localhost' (using password:NO)
thats what i get.
|
01-25-2013, 05:44 PM
|
Demi-God
|
|
Join Date: Aug 2010
Posts: 1,742
|
|
And if you try 'mysql -uroot -ppassword' does it log into MySQL successfully? Have you tried using 127.0.0.1 instead of localhost in your config file.
|
01-25-2013, 05:57 PM
|
Sarnak
|
|
Join Date: Oct 2012
Posts: 25
|
|
Quote:
Originally Posted by lerxst2112
And if you try 'mysql -uroot -ppassword' does it log into MySQL successfully? Have you tried using 127.0.0.1 instead of localhost in your config file.
|
changed the local host i think its working so far.
|
01-25-2013, 06:01 PM
|
Sarnak
|
|
Join Date: Oct 2012
Posts: 25
|
|
well i got in and created a char then log into world and it boots me back to log in screen.
|
|
|
|
01-25-2013, 06:27 PM
|
Sarnak
|
|
Join Date: Oct 2012
Posts: 25
|
|
Zone Debug
Code:
---------------------------------------------
[01.25. - 16:01:52] Starting Log: logs/eqemu_debug_zone_4408.log
[01.25. - 16:01:52] [ZONE__INIT] Loading server configuration..
[01.25. - 16:01:52] [ZONE__INIT] Log settings loaded from log.ini
[01.25. - 16:01:52] [ZONE__INIT] Connecting to MySQL...
[01.25. - 16:01:52] [ZONE__INIT] CURRENT_ZONE_VERSION: EQEmulator 0.8.0
[01.25. - 16:01:52] [ZONE__INIT] Log settings loaded from ./log.ini
[01.25. - 16:01:52] [ZONE__INIT] Mapping Incoming Opcodes
[01.25. - 16:01:52] [ZONE__INIT] Loading Variables
[01.25. - 16:01:52] [ZONE__INIT] Loading zone names
[01.25. - 16:01:52] [ZONE__INIT] Loading items
[01.25. - 16:01:52] [ZONE__INIT] Loading npc faction lists
[01.25. - 16:01:52] [ZONE__INIT] Loading loot tables
[01.25. - 16:01:52] [ZONE__INIT] Loading skill caps
[01.25. - 16:01:52] [ZONE__INIT] Loading spells
[01.25. - 16:01:52] [ZONE__INIT] Loading guilds
[01.25. - 16:01:52] [ZONE__INIT] Loading factions
[01.25. - 16:01:52] [ZONE__INIT] Loading titles
[01.25. - 16:01:52] [ZONE__INIT] Loading AA effects
[01.25. - 16:01:52] [ZONE__INIT] Loading tributes
[01.25. - 16:01:52] [ZONE__INIT] Loading corpse timers
[01.25. - 16:01:52] [ZONE__INIT] Loading commands
[01.25. - 16:01:52] command_init(): - Command 'acceptrules' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'advnpcspawn' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'aggro' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'aggrozone' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'ai' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'altactivate' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'appearance' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'attack' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'ban' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'bestz' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'bind' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'bot' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'cast' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'castspell' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'charbackup' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'chat' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'checklos' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'clearquestitems' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'connectworld' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'connectworldserver' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'copychar' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'corpse' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'crashtest' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'cvs' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'd1' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'damage' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'datarate' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'date' set to access level 90.
[01.25. - 16:01:52] command_init(): - Command 'dbspawn' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'dbspawn2' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'delacct' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'deletegraveyard' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'delpetition' set to access level 20.
[01.25. - 16:01:52] command_init(): - Command 'depop' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'depopzone' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'distance' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'doanim' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'eitem' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'emote' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'emotesearch' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'emoteview' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'equipitem' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'face' set to access level 250.
[01.25. - 16:01:52] command_init(): - Command 'fear' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'finditem' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'findnpctype' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'findspell' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'findzone' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'fixmob' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'flag' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'flagedit' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'flags' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'flymode' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'fov' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'freeze' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'fz' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'gassign' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'gender' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'getvariable' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'gi' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'ginfo' set to access level 20.
[01.25. - 16:01:52] command_init(): - Command 'giveitem' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'givemoney' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'globalview' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'gm' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'gmhideme' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'gmspeed' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'goto' set to access level 10.
[01.25. - 16:01:52] command_init(): - Command 'grid' set to access level 170.
[01.25. - 16:01:52] command_init(): - Command 'guild' set to access level 10.
[01.25. - 16:01:52] command_init(): - Command 'guildapprove' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'guildcreate' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'guildlist' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'guilds' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'haste' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'hatelist' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'heal' set to access level 10.
[01.25. - 16:01:52] command_init(): - Command 'help' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'hideme' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'hp' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'incstat' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'instance' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'interrupt' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'invul' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'invulnerable' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'ipban' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'iplookup' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'iteminfo' set to access level 10.
[01.25. - 16:01:52] command_init(): - Command 'itemsearch' set to access level 10.
[01.25. - 16:01:52] command_init(): - Command 'itemtest' set to access level 250.
[01.25. - 16:01:52] command_init(): - Command 'kick' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'kill' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'lastname' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'level' set to access level 10.
[01.25. - 16:01:52] command_init(): - Command 'listnpcs' set to access level 20.
[01.25. - 16:01:52] command_init(): - Command 'listpetition' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'loc' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'lock' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'log' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'logs' set to access level 250.
[01.25. - 16:01:52] command_init(): - Command 'logsql' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'los' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'makepet' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'mana' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'manaburn' set to access level 10.
[01.25. - 16:01:52] command_init(): - Command 'manastat' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'memspell' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'mlog' set to access level 250.
[01.25. - 16:01:52] command_init(): - Command 'modifynpcstat' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'motd' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'movechar' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'mysql' set to access level 250.
[01.25. - 16:01:52] command_init(): - Command 'mystats' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'name' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'netstats' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'nologs' set to access level 250.
[01.25. - 16:01:52] command_init(): - Command 'npccast' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'npcedit' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'npcemote' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'npcloot' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'npcsay' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'npcshout' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'npcspawn' set to access level 170.
[01.25. - 16:01:52] command_init(): - Command 'npcspecialatk' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'npcspecialattack' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'npcspecialattk' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'npcstats' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'npctypespawn' set to access level 10.
[01.25. - 16:01:52] command_init(): - Command 'nukebuffs' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'nukeitem' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'numauths' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'object' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'oocmute' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'opcode' set to access level 250.
[01.25. - 16:01:52] command_init(): - Command 'optest' set to access level 255.
[01.25. - 16:01:52] command_init(): - Command 'path' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'peekinv' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'peqzone' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'permaclass' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'permagender' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'permarace' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'petitioninfo' set to access level 20.
[01.25. - 16:01:52] command_init(): - Command 'pf' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'printquestitems' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'pvp' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'qglobal' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'qtest' set to access level 255.
[01.25. - 16:01:52] command_init(): - Command 'race' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'raidloot' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'randomfeatures' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'refreshgroup' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'refundaa' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'reloademote' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'reloadpl' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'reloadqst' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'reloadquest' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'reloadstatic' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'reloadzonepoints' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'reloadzps' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'repop' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'resetaa' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'revoke' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'rules' set to access level 250.
[01.25. - 16:01:52] command_init(): - Command 'save' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'scribespell' set to access level 180.
[01.25. - 16:01:52] command_init(): - Command 'scribespells' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'search' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'sendop' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'sendzonespawns' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'serverinfo' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'serverrules' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'serversidename' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'setaaexp' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'setaapoints' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'setaapts' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'setaaxp' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'setadventurepoints' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'setallskill' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'setanim' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'setcrystals' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'setexp' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'setfaction' set to access level 170.
[01.25. - 16:01:52] command_init(): - Command 'setgraveyard' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'setitemstatus' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'setlanguage' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'setlsinfo' set to access level 10.
[01.25. - 16:01:52] command_init(): - Command 'setpass' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'setpvppoints' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'setskill' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'setskillall' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'setstartzone' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'setstat' set to access level 255.
[01.25. - 16:01:52] command_init(): - Command 'setxp' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'showbuffs' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'showpetspell' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'showskills' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'showstats' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'shutdown' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'si' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'size' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'spawn' set to access level 10.
[01.25. - 16:01:52] command_init(): - Command 'spawnfix' set to access level 170.
[01.25. - 16:01:52] command_init(): - Command 'spawnstatus' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'spellinfo' set to access level 10.
[01.25. - 16:01:52] command_init(): - Command 'spfind' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'spoff' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'spon' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'stun' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'summon' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'summonitem' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'suspend' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'synctod' set to access level 90.
[01.25. - 16:01:52] command_init(): - Command 'task' set to access level 250.
[01.25. - 16:01:52] command_init(): - Command 'testspawn' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'testspawnkill' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'texture' set to access level 10.
[01.25. - 16:01:52] command_init(): - Command 'time' set to access level 90.
[01.25. - 16:01:52] command_init(): - Command 'timers' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'timezone' set to access level 90.
[01.25. - 16:01:52] command_init(): - Command 'title' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'traindisc' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'undyeme' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'unfreeze' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'unlock' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'unscribespell' set to access level 180.
[01.25. - 16:01:52] command_init(): - Command 'unscribespells' set to access level 180.
[01.25. - 16:01:52] command_init(): - Command 'uptime' set to access level 10.
[01.25. - 16:01:52] command_init(): - Command 'version' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'viewmessage' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'viewmessages' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'viewnpctype' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'viewpetition' set to access level 20.
[01.25. - 16:01:52] command_init(): - Command 'wc' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'weather' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'worldshutdown' set to access level 200.
[01.25. - 16:01:52] command_init(): - Command 'wp' set to access level 170.
[01.25. - 16:01:52] command_init(): - Command 'wpadd' set to access level 170.
[01.25. - 16:01:52] command_init(): - Command 'wpinfo' set to access level 170.
[01.25. - 16:01:52] command_init(): - Command 'xtargets' set to access level 250.
[01.25. - 16:01:52] command_init(): - Command 'zclip' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'zcolor' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'zhdr' set to access level 0.
[01.25. - 16:01:52] command_init(): - Command 'zheader' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'zone' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'zonebootup' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'zoneinstance' set to access level 50.
[01.25. - 16:01:52] command_init(): - Command 'zonelock' set to access level 100.
[01.25. - 16:01:52] command_init(): - Command 'zoneshutdown' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'zonespawn' set to access level 250.
[01.25. - 16:01:52] command_init(): - Command 'zonestatus' set to access level 150.
[01.25. - 16:01:52] command_init(): - Command 'zopp' set to access level 250.
[01.25. - 16:01:52] command_init(): - Command 'zsafecoords' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'zsave' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'zsky' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'zstats' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'zunderworld' set to access level 80.
[01.25. - 16:01:52] command_init(): - Command 'zuwcoords' set to access level 80.
[01.25. - 16:01:52] [ZONE__INIT] 257 commands loaded
[01.25. - 16:01:52] [ZONE__INIT] Loaded default rule set 'default'
[01.25. - 16:01:52] [ZONE__INIT] Loading Tasks
[01.25. - 16:01:53] [ZONE__INIT] Loading quests
[01.25. - 16:01:53] [ZONE__INIT] Entering sleep mode
[01.25. - 16:01:53] [NET__IDENTIFY] Registered patch 6.2
[01.25. - 16:01:53] [NET__IDENTIFY] Registered patch Titanium
[01.25. - 16:01:53] [NET__IDENTIFY] Registered patch SoF
[01.25. - 16:01:53] [NET__IDENTIFY] Registered patch SoD
[01.25. - 16:01:53] [NET__IDENTIFY] Registered patch Underfoot
[01.25. - 16:01:53] [NET__IDENTIFY] Registered patch RoF
[01.25. - 16:01:53] [NET__WORLD] Connected to World: localhost:9000
[01.25. - 16:01:53] [ZONE__WORLD] World indicated port 7004 for this zone.
[01.25. - 16:01:53] [ZONE__INIT] Starting EQ Network server on port 7004
[01.25. - 16:15:48] The next weather check for zone: crescent will be in 4512 seconds.
[01.25. - 16:15:52] Zone: crescent has weather of type 1.
[01.25. - 16:15:52] Zone: crescent(394) has weather type = 1. The weather timer has been enabled.
[01.25. - 16:15:54] [WORLD__CLIENT] New connection from 127.0.0.1:58682
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x11b6
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x1665
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch RoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2ec9
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch 6.2_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x4dd0
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x7213
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Titanium_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x6c3c
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x737e
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoF_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0xff4
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x4b61 did not match expected 0x5a6b
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch SoD_zone, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x13da
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: Tried patch Underfoot_world, and it did not match.
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode matched 0x4b61 and length matched 68
[01.25. - 16:15:54] [NET__IDENTIFY] Identified stream 127.0.0.1:58682 with signature Underfoot_zone
[01.25. - 16:15:54] [WORLD__CLIENT] New client from 127.0.0.1:58682
[01.25. - 16:15:54] Client 'Test' was destroyed before reaching the connected state:
[01.25. - 16:15:54] Client sent initial zone packet, but we never got their player info from the database.
|
|
|
|
01-25-2013, 06:27 PM
|
Sarnak
|
|
Join Date: Oct 2012
Posts: 25
|
|
double post
|
01-25-2013, 06:30 PM
|
Sarnak
|
|
Join Date: Oct 2012
Posts: 25
|
|
double post
|
|
|
|
01-25-2013, 07:14 PM
|
Developer
|
|
Join Date: Feb 2004
Location: UK
Posts: 1,540
|
|
Quote:
Originally Posted by Goth
Zone Debug
Code:
[01.25. - 16:15:54] [NET__IDENT_TRACE] 127.0.0.1:58682: First opcode 0x3594 did not match expected 0x2792
|
That doesn't look like a RoF client connection to me, the first opcode should be:
Code:
[Debug] [NET__IDENT_TRACE] 192.168.1.48:65414: First opcode 0x47a6 did not match expected 0x2792
And zone should match on this:
Code:
[Debug] [NET__IDENT_TRACE] 192.168.1.48:65414: First opcode matched 0x1665 and length matched 76
[Debug] [NET__IDENTIFY] Identified stream 192.168.1.48:65414 with signature RoF_zone
Your log says it is detecting Underfoot, but the number of NET_IDENT_TRACE messages suggest something is not right.
Is this the RoF client from Steam ?
Post the first few lines of the logs/dbg.txt file in your EQ client directory.
RoF should say this:
Code:
[Fri Jan 25 22:35:59 2013]00000:Starting EverQuest (Built Dec 10 2012 17:35:44)
Do you have a patch_RoF.conf file in the same directory as your world/zone executables ? Although from your logs, I don't think that is the issue.
|
|
|
|
01-25-2013, 07:43 PM
|
Sarnak
|
|
Join Date: Oct 2012
Posts: 25
|
|
I tried it from both an RoF from Steam client and a UF client to see if it was a client issue. Ill have to take a look at it more when i get a chance.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 12:40 AM.
|
|
|
|
|
|
|
|
|
|
|
|
|