Ok, I sourced all the AA tables again and that has been resolved. I've also tried every combination of 127.0.0.1, localhost, and 192.168.0.101 (LAN IP Address) I can think of with varying degrees of success.
Currently, my boot5zones.bat is setup as:
Code:
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zoneperl . 192.168.0.101 7995 localhost
start zoneperl . 192.168.0.101 7996 localhost
start zoneperl . 192.168.0.101 7997 localhost
start zoneperl . 192.168.0.101 7998 localhost
start zoneperl . 192.168.0.101 7999 localhost
exit
cls
:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
With this boot5zones.bat setup, I can now login, create a character, and zone into the starting zones for about 3 seconds before getting disconnected. The zone crashes, causing the zone window to close. I've only been able to catch "unexpected packet" before the window closes.
World output is:
Code:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=39497
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
You may already be a winner... of the darwin award.
TCP listening on: 192.168.0.101:9000
World server listening on: 192.168.0.101:9000
Setting World to MiniLogin Server type
Connected to LoginServer: 192.168.0.101:5999
176500 New TCP connection: 127.0.0.1:1397
New zoneserver: #1 127.0.0.1:1397
Zoneserver SetConnectInfo: 127.0.0.1:1397: 192.168.0.101:7999
177172 New TCP connection: 127.0.0.1:1398
177188 New TCP connection: 127.0.0.1:1399
177188 New TCP connection: 127.0.0.1:1400
177188 New TCP connection: 127.0.0.1:1401
New zoneserver: #2 127.0.0.1:1398
New zoneserver: #3 127.0.0.1:1401
New zoneserver: #4 127.0.0.1:1400
New zoneserver: #5 127.0.0.1:1399
Zoneserver SetConnectInfo: 127.0.0.1:1398: 192.168.0.101:7995
Zoneserver SetConnectInfo: 127.0.0.1:1399: 192.168.0.101:7996
Zoneserver SetConnectInfo: 127.0.0.1:1400: 192.168.0.101:7997
Zoneserver SetConnectInfo: 127.0.0.1:1401: 192.168.0.101:7998
215813 New client from ip: 192.168.0.100 port: 1308
Logged in: FirstLogin Account #2: howsuh
Name approval request for:Dickweed race:1 class:14
Character creation request from cU?[(O?"OocUOF LS#0 (192.168.0.100:1325) :
Name: Dickweed
Race: 1 Class: 14 Gender: 0 Deity: 396 Start zone: 1
STR STA AGI DEX WIS INT CHA Total
75 75 75 75 75 110 90 575
Face: 7 Eye colors: 6 6
Hairstyle: 2 Haircolor: 255
Beard: 255 Beardcolor: 7
Validating char creation info...
Found 0 errors in character creation request
[Status] Start zone query: SELECT x,y,z,zone_id,bind_id FROM start_zones WHERE player_choice=1 AND player_class=14 AND player_deity=396 AND player_race=1
[Status] Found starting location in start_zones
Current location: qeynos -654.00, 305.00, 3.75
Bind location: qeynos -654.00, 305.00, 3.75
Putting item 0x6f8878 into slot 22
Putting item 0x6f0fc0 into slot 23
Putting item 0x34df00 into slot 24
Putting item 0x344eb8 into slot 25
Putting item 0x344f30 into slot 26
Putting item 0x344fa8 into slot 27
Putting item 0x6fcc38 into slot 28
Putting item 0x6fccb0 into slot 29
Character creation successful: Dickweed
Attempting autobootup of qeynos (1) for Dickweed
Zoneserver SetZone: 192.168.0.101:7995 qeynos (1)
Enter world: Dickweed: qeynos (1)
Zoneserver SetZone: 192.168.0.101:7995 qeynos (1)
Received unknown opcode: 0x0376 size:0 bytes
Client disconnected
Removing client from ip:192.168.0.100 port:1325
127.0.0.1:1408: TCPConnection::RecvData(): Error: 10054
Removing zoneserver from ip:0.0.0.0 port:0 (192.168.0.101:7995)
490641 New client from ip: 192.168.0.100 port: 1330
Logged in: FirstLogin Account #2: howsuh
Received unknown opcode: 0x02eb size:0 bytes
Received unknown opcode: 0x00ee size:0 bytes
Client disconnected
Removing client from ip:192.168.0.100 port:1330
598985 New client from ip: 192.168.0.100 port: 1335
Logged in: FirstLogin Account #2: howsuh
Received unknown opcode: 0x02eb size:0 bytes
Attempting autobootup of qeynos (1) for Dickweed
Zoneserver SetZone: 192.168.0.101:7997 qeynos (1)
Enter world: Dickweed: qeynos (1)
Zoneserver SetZone: 192.168.0.101:7997 qeynos (1)
Received unknown opcode: 0x0376 size:0 bytes
Client disconnected
Removing client from ip:192.168.0.100 port:1335
127.0.0.1:1409: TCPConnection::RecvData(): Error: 10054
Removing zoneserver from ip:0.0.0.0 port:0 (192.168.0.101:7997)
652407 New client from ip: 192.168.0.100 port: 1340
Logged in: FirstLogin Account #2: howsuh
Received unknown opcode: 0x02eb size:0 bytes
Received unknown opcode: 0x00ee size:0 bytes
Client disconnected
Removing client from ip:192.168.0.100 port:1340
Yes, naming my character "Dickweed" is indicative of the mounting frustration.
Again, I'll state that I have no other information to provide for troubleshooting because my debug logging is not working. If someone has any suggestions to get logging working, that would be great. Maybe there's a parameter I need to include when I run world.exe?
In any case, I'm definitely closer to successfully running a server than yesterday. Thanks to phasepuma for the suggestions and thanks in advance to anyone else providing assistance.