View Single Post
  #6  
Old 10-17-2020, 02:25 AM
Elkay
Hill Giant
 
Join Date: Sep 2004
Posts: 184
Default

Quote:
Originally Posted by Uleat View Post
One way to help trace console messages is to manually start a command prompt and start the executable within it.

Any 'pre-logging' messages will be caught there.


Each non-world server should show a connection to world server .. conversely, world should show a connection to all servers that connect to it.

Double-check the logs and see which way the connection is not registering.
Yeah was already launching these all manually 1 by 1 from command prompt to debug. No connection shown in world/ucs/zone to any of each other.

I also went so far as to copy the working directory from my laptop to my server. Same exact issue, so it's nothing in the downloaded structure (I did update the db password but that would be an obvious failure).

Output looks otherwise normal on the windows:

[WorldServer] [Info] Loading server configuration
[WorldServer] [Info] CURRENT_VERSION: [2.0]
[WorldServer] [Info] Added loginserver [127.0.0.1]:[5998]
[WorldServer] [Info] Connecting to MySQL [root]@[localhost]:[3306]
[WorldServer] [Info] [MySQL] Connection [default] database [peq] at [localhost]:[3306]
[WorldServer] [Info] Starting File Log [logs/world_4760.log]
[WorldServer] [Info] Checking Database Conversions
[Update] No script update necessary...
[Info] For EQEmu Server management utilities - run eqemu_server.pl
/mysql: [Warning] Using a password on the command line interface can be insecure.
/mysql: [Warning] Using a password on the command line interface can be insecure.
/mysql: [Warning] Using a password on the command line interface can be insecure.
[Update] Database up to date...
[Update] Continuing bootup
[WorldServer] [Info] Loading variables
[WorldServer] [Info] Purging expired data buckets
[WorldServer] [Info] Loading zones
[WorldServer] [Info] Clearing groups
[WorldServer] [Info] Clearing raids
[WorldServer] [Info] Clearing inventory snapshots
[WorldServer] [Info] Loading items
[WorldServer] [Info] [Shared Memory] Attempting to load file [shared/items]
[WorldServer] [Info] Loading skill caps
[WorldServer] [Info] [Shared Memory] Attempting to load file [shared/skill_caps]
[WorldServer] [Info] Loading guilds
[WorldServer] [Info] Loaded default rule set [default]
[WorldServer] [Info] Initialized dynamic dictionary entries
[WorldServer] [Info] Clearing temporary merchant lists
[WorldServer] [Info] Loading EQ time of day
[WorldServer] [Info] Loading launcher list
[WorldServer] [Info] Deleted [0] stale player corpses from database
[WorldServer] [Info] Loading adventures
[WorldServer] [Info] Purging expired instances
[WorldServer] [Info] Loading char create info
[WorldServer] [Info] Console (TCP) listener started
[WorldServer] [Info] Server (TCP) listener started
[WorldServer] [Info] Connected to Loginserver: [127.0.0.1:5998]

[UCS] [Info] Starting EQEmu Universal Chat Server
[UCS] [Info] Connecting to MySQL
[UCS] [Info] Using database [peq] at [localhost]:[3306]
[UCS] [Info] Starting File Log [logs/ucs_11068.log]
[UCS] [Info] Loaded default rule set 'default'
[UCS] [Info] Initialized dynamic dictionary entries
[UCS] [Info] Expiring mail
[UCS] [Info] There are [0] messages in the database
[UCS] [Info] Expired [0] trash messages
[UCS] [Info] Expired [0] read messages
[UCS] [Info] Expired [0] unread messages
[UCS] [Info] Loading [assets/opcodes/mail_opcodes.conf]
[UCS] [Info] Loading chat channels from the database

[ZoneServer] [Info] Loading server configuration..
[ZoneServer] [Info] Connecting to MySQL...
[ZoneServer] [Info] [MySQL] Connection [default] database [peq] at [localhost]:[3306]
[ZoneServer] [Info] Starting File Log [logs/zone_7288.log]
[ZoneServer] [Info] CURRENT_VERSION: 2.0
[ZoneServer] [Info] Mapping Incoming Opcodes
[ZoneServer] [Info] Loading Variables
[ZoneServer] [Info] Loading zone names
[ZoneServer] [Info] Loading items
[ZoneServer] [Info] [Shared Memory] Attempting to load file [shared/items]
[ZoneServer] [Info] Loading npc faction lists
[ZoneServer] [Info] [Shared Memory] Attempting to load file [shared/faction]
[ZoneServer] [Info] Loading loot tables
[ZoneServer] [Info] Loading skill caps
[ZoneServer] [Info] [Shared Memory] Attempting to load file [shared/skill_caps]
[ZoneServer] [Info] Loading spells
[ZoneServer] [Info] [Shared Memory] Attempting to load file [shared/spells]
[ZoneServer] [Info] Loading base data
[ZoneServer] [Info] Loading guilds
[ZoneServer] [Info] Loading factions
[ZoneServer] [Info] [2105] Faction(s) loaded...
[ZoneServer] [Info] [610] Faction Base(s) loaded...
[ZoneServer] [Info] [8800] Faction Modifier(s) loaded
[ZoneServer] [Info] Loading titles
[ZoneServer] [Info] Loading tributes
[ZoneServer] [Info] Loading corpse timers
[ZoneServer] [Info] Loading profanity list
[ZoneServer] [Info] Loading commands
[ZoneServer] [Info] 282 commands loaded
[ZoneServer] [Info] Loaded default rule set 'default'
[ZoneServer] [Info] Initialized dynamic dictionary entries
[ZoneServer] [Info] Current expansion is [-1] (All Expansions)
[ZoneServer] [Info] Enabled content flags []
[ZoneServer] [Info] Loading Perl Event Export Settings...
[ZoneServer] [Info] Loading quests
[ZoneServer] [Info] Entering sleep mode


On the laptop, the lines following these show the connections between world and zone/ucs.

Still at a loss on this one...
Reply With Quote