Hello,
I installed a mini-login setup this evening using, primarily, the wiki guide aimed at mySQL5 usage.
I obtained the most recent copy of mySQL5 plus tools, ActiveState's Perl 5.8.8 plus added modules, minilogin 0.6.2, the full 300M mappack, peq rel 12/25/06 plus quest pack. The MSVC*71.DLL libs were already present in my system32 directory, so I skipped those.
Got everybody installed, the database setup, although I had to work around some of the items like account insertions. I ended up leaving only one account in place and gave it a name of cutterjohn, a password, and the local private ip of the machine to be played on(also running the servers) as it's minilogin_ip addr.
When I attempt to login with a brand spanking new titanium install, I can get to the login screen, enter the account name and pw, but then have no servers listed in the list. I have checked the other threads related to this and have tried using various combinations of 127.0.0.1 (for localhost) or the actual private IP that I use for the machine, but none of that seems to make any difference. (That was what appeared to make a difference to other people in the older threads...)
(As a side ntoe the same machine is running Mysql, perl, the eqemu stuff plus the client. 2G DDR-400, socket 939 Athlon x2 4800+, win2k.)
My world log looks like:
Code:
[Debug] Starting Log: logs/eqemu_debug_world_1904.log
[Debug] [WORLD__INIT] Loading server configuration..
[Debug] [WORLD__INIT] Log settings loaded from log.ini
[Debug] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[Debug] [WORLD__INIT] Connecting to MySQL...
[Status] Starting Log: logs/eqemu_world_1904.log
[Status] Using database 'peq' at localhost:3306
[Debug] [WORLD__INIT] Starting HTTP world service...
[Debug] [WORLD__HTTP] Loaded mime types from mime.types
[Debug] [WORLD__INIT] Loading variables..
[Debug] [WORLD__INIT] Loading zones..
[Debug] [WORLD__INIT] Clearing groups..
[Debug] [WORLD__INIT] Clearing temporary merchant lists..
[Debug] [WORLD__INIT] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=54307
[Debug] [WORLD__INIT] Loading guilds..
[Error] Starting Log: logs/eqemu_error_world_1904.log
[Error] Error in LoadRules query SELECT ruleset_id FROM rule_sets WHERE name='default': #1146: Table 'peq.rule_sets' doesn't exist
[Debug] [RULES__ERROR] Failed to find ruleset 'default' for load operation. Canceling.
[Debug] [WORLD__INIT] No rule set configured, using default rules
[Debug] [WORLD__INIT] Loading EQ time of day..
[Error] Could not load EQTime file eqtime.cfg
[Debug] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[Debug] [WORLD__INIT] Loading launcher list..
[Debug] [WORLD__INIT] Reboot zone modes OFF
[Debug] [WORLD__INIT] Deleted 0 stale player corpses from database
[Debug] [WORLD__INIT] Deleted 0 stale player backups from database
[Debug] [WORLD__INIT] Zone (TCP) listener started.
[Debug] [WORLD__INIT] Client (UDP) listener started.
[Debug] [NET__IDENTIFY] Registered patch 6.2
[Debug] [NET__IDENTIFY] Registered patch Titanium
[Debug] [NET__IDENTIFY] Registered patch Live
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Connected to Loginserver: 127.0.0.1:5999
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1546
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:1546
[Debug] [WORLD__LAUNCH] Adding pending launcher 1
[Debug] [WORLD__LAUNCH] Launcher Identified itself as 'zones'. Loading zone list.
[Debug] [WORLD__LAUNCH] Removing pending launcher 1. Adding zones to active list.
[Debug] [WORLD__LAUNCH] zones: dynamic_01 reported state STARTED (1 starts)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1548
[Debug] [WORLD__CONSOLE] New zoneserver #1 from 127.0.0.1:1548
[Debug] [WORLD__ZONE] [1] Zone started with name dynamic_01 by launcher zones
[Debug] [WORLD__ZONE] [1] Auto zone port configuration. Telling zone to use port 7000
[Debug] [WORLD__LAUNCH] zones: dynamic_02 reported state STARTED (1 starts)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1550
[Debug] [WORLD__CONSOLE] New zoneserver #2 from 127.0.0.1:1550
[Debug] [WORLD__ZONE] [2] Zone started with name dynamic_02 by launcher zones
[Debug] [WORLD__ZONE] [2] Auto zone port configuration. Telling zone to use port 7001
[Debug] [WORLD__LAUNCH] zones: dynamic_03 reported state STARTED (1 starts)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1552
[Debug] [WORLD__CONSOLE] New zoneserver #3 from 127.0.0.1:1552
[Debug] [WORLD__ZONE] [3] Zone started with name dynamic_03 by launcher zones
[Debug] [WORLD__ZONE] [3] Auto zone port configuration. Telling zone to use port 7002
[Debug] [WORLD__LAUNCH] zones: dynamic_04 reported state STARTED (1 starts)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1554
[Debug] [WORLD__CONSOLE] New zoneserver #4 from 127.0.0.1:1554
[Debug] [WORLD__ZONE] [4] Zone started with name dynamic_04 by launcher zones
[Debug] [WORLD__ZONE] [4] Auto zone port configuration. Telling zone to use port 7003
[Debug] [WORLD__LAUNCH] zones: dynamic_05 reported state STARTED (1 starts)
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:1556
[Debug] [WORLD__CONSOLE] New zoneserver #5 from 127.0.0.1:1556\
[Debug] [WORLD__ZONE] [5] Zone started with name dynamic_05 by launcher zones
[Debug] [WORLD__ZONE] [5] Auto zone port configuration. Telling zone to use port 7004
Continued in part 2, as I hit the character limit for a post otherwise!