PDA

View Full Version : Booted after char select


eqguy
07-08-2002, 01:11 PM
Hi, I've seen a good number of posts on being booted after char select but they are either unresolved or fixed by something that hasn't helped me.

I have installed mysql 3.23.51-nt, I run Windows XP, my EQ client is updated as of today, I downloaded EQEmu 3.4 and the Minilogin-Jun-1. Also running EQw 2.22.

I've installed db.sql into c:\mysql\bin and ran the "world.exe flag eqemu 200" command.

My config files:

-- LoginServer.ini --
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Just Testing
locked=false
account=
password=
worldaddress=localhost
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
-- LoginServer.ini --

-- db.ini --
[Database]
host=localhost
user=superman
password=******
database=eq
-- db.ini --

-- Boot5Zones.bat --
@echo off
start zoneNT . 127.0.0.1 7995 127.0.0.1
start zoneNT . 127.0.0.1 7996 127.0.0.1
start zoneNT . 127.0.0.1 7997 127.0.0.1
start zoneNT . 127.0.0.1 7998 127.0.0.1
start zoneNT . 127.0.0.1 7999 127.0.0.1
exit
cls
-- Boot5zones.bat --

-- eqhost.txt --
[Registration Servers]
{
"localhost:5997"
}
[Login Servers]
{
"localhost:5999"
}
-- eqhost.txt --

Some screens:

-- 7997 --
Using database 'eq' at localhost
Loading zone names, items & NPCs...done.
Spells loaded from 'spdat.eff'.
Loading guild ranks...done.
Loading faction data...done.
Connected to worldserver: 127.0.0.1:9000
Entering sleep mode
Map: Maps\halas.map not found.
ZoneID = 29
Reading zhdr file './cfg/halas.cfg'
Using database for safe coords.
Zone safe coords are x = 0; y = 0; z= 4
-----------
Zone server 'halas' listening on port:7997
-----------
56932 New client from ip: 127.0.0.1 port: 1710
Login packet 1 (OP_SetDataRate = 9)
Unexpected packet during CLIENT_CONNECTING2: OpCode: 0xe821, size: 4
0: 00 00 10 41 | ...A
Login packet 2
Loaded playerprofile for Thor - size: 8244/8244
Loaded alt_adv_table for Thor - size: 256/256
Client disconnected: Thor
Dropping client: Process=false, ip=127.0.0.1, port=1710

-- MiniLogin.exe --
LoginServer.ini read.
Server mode: Standalone
Login server listening on port:5999
New TCP connection: 127.0.0.1:1695
26058 New client from ip: 127.0.0.1 port: 1706
Client disconnected (eqnc->GetState()=102)
Removing client from ip: 127.0.0.1, port: 1706
70862 New client from ip: 127.0.0.1 port: 1712
Client disconnected (eqnc->GetState()=102)
Removing client from ip: 127.0.0.1, port: 1712

-- World.exe --
LoginServer.ini read.
Using database 'eq' at localhost
Loading zone names & items...done.
Loading guild ranks...done.
World server listening on: port 9000
Connected to LoginServer: localhost:5999
New TCP connection: 127.0.0.1:1701
New zoneserver: #1 127.0.0.1:1701
New TCP connection: 127.0.0.1:1702
New zoneserver: #2 127.0.0.1:1702
Zoneserver SetConnectInfo: 127.0.0.1:1702: 127.0.0.1:7999
Zoneserver SetConnectInfo: 127.0.0.1:1701: 127.0.0.1:7995
New TCP connection: 127.0.0.1:1703
New zoneserver: #3 127.0.0.1:1703
Zoneserver SetConnectInfo: 127.0.0.1:1703: 127.0.0.1:7996
New TCP connection: 127.0.0.1:1704
New zoneserver: #4 127.0.0.1:1704
New TCP connection: 127.0.0.1:1705
New zoneserver: #5 127.0.0.1:1705
Zoneserver SetConnectInfo: 127.0.0.1:1704: 127.0.0.1:7997
Zoneserver SetConnectInfo: 127.0.0.1:1705: 127.0.0.1:7998
28781 New client from ip: 127.0.0.1 port: 1708
Logged in: Local: eqemu
Sending list of guilds
Unknown opcode: 0x3521 size:2056
Unknown opcode: 0x3921 size:2056
Unknown opcode: 0x9221 size:4
0: 20 9C D7 F2 | ...
Unknown opcode: 0x9220 size:12
0: 00 00 00 0D 00 00 00 00 - 00 00 00 00 | ............
Maxclients: -1
Attempting autobootup of 'halas' for Thor
Zoneserver SetZone: 127.0.0.1:7997 halas
Enter world: Thor: halas
Zoneserver SetZone: 127.0.0.1:7997 halas
Client disconnected
Removing client from ip:127.0.0.1 port:1708
Zoneserver connection lost: 127.0.0.1:1701 (127.0.0.1:7995)
Removing zoneserver: 127.0.0.1:1701 (127.0.0.1:7995)
Zoneserver connection lost: 127.0.0.1:1703 (127.0.0.1:7996)
Removing zoneserver: 127.0.0.1:1703 (127.0.0.1:7996)
Zoneserver connection lost: 127.0.0.1:1705 (127.0.0.1:7998)
Removing zoneserver: 127.0.0.1:1705 (127.0.0.1:7998)
Zoneserver connection lost: 127.0.0.1:1702 (127.0.0.1:7999)
Removing zoneserver: 127.0.0.1:1702 (127.0.0.1:7999)
Zoneserver SetZone: 127.0.0.1:7997
Zoneserver SetZone: 127.0.0.1:7997

I've also created the blank EQMessages table.

My system is a AMD 1.4, I am connected to a dumb hub which is connected to a router that is linked to my cable modem.

Can anyone see what I've done wrong or forgotten?

eqguy
07-08-2002, 01:33 PM
Just noticed that I actually downloaded EQEmu 3.3.1. So I downloaded 3.4 from the forums and installed everything all over again.

First error was the incorrect version which turned out to be I was using 'localhost' in the Load5zones.bat file. So, I changed them to 127.0.0.1 and that solved that problem and was able to login.

I am, however, still getting booted after attempting to Enter World.

Lurker_005
07-09-2002, 03:29 AM
Other people have complained about not being able to get into halas, have you tried other zones?

Shawn319
07-09-2002, 05:44 AM
0.3.4 is AS-IS! it was released with several crash/disconnect bugs still in (this includes a major zoning/logging in bug). as of right now there is no plans on making a 0.3.5 untill we get more coders.