View Single Post
  #1  
Old 09-28-2005, 06:12 AM
Polygon_Window
Fire Beetle
 
Join Date: Jun 2005
Location: Switzerland
Posts: 12
Default Problems with 6.2

I just installed the "new" 6.2 Server (was using my 6.1 a long time)

Everything looks fine...means

Minilogin -> no errors
World.exe -> no errors
boot5zonebat. -> no errors

when i start eqgame.exe i come to the login site...but he hangs with message "Loggin in server---please wait" thing

After i look into minilogin he tells me:

"new client from ip: xxxx:23232" (just example)....so minilogin can see the client

Someone could help me solve this problem?
I tried everything....edit eqhost, mysql (accoun table with user name and ip), loginserver.ini
but nothing worked

EDIT:
Here are my files:

World.exe
[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.2-DR1
[Status] Loading opcodes..
[Status] EMuShareMem loaded
00348B08
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=46073
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading guild link..
[Status] EMuShareMem loaded
[Status] Loading GuildList from database...
[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
Screwing up windows compiles...
TCP listening on: localhost:9000
World server listening on: localhost:9000
Setting World to MiniLogin Server type
Connected to LoginServer: localhost:5999
88235 New TCP connection: 127.0.0.1:16777343
New zoneserver: #1 127.0.0.1:1058
Zoneserver SetConnectInfo: 127.0.0.1:1058: localhost:8784
88313 New TCP connection: 127.0.0.1:16777343
88313 New TCP connection: 127.0.0.1:16777343
88313 New TCP connection: 127.0.0.1:16777343
88313 New TCP connection: 127.0.0.1:16777343
New zoneserver: #2 127.0.0.1:1062
New zoneserver: #3 127.0.0.1:1061
New zoneserver: #4 127.0.0.1:1060
New zoneserver: #5 127.0.0.1:1059
Zoneserver SetConnectInfo: 127.0.0.1:1059: localhost:8782
Zoneserver SetConnectInfo: 127.0.0.1:1060: localhost:8783
Zoneserver SetConnectInfo: 127.0.0.1:1061: localhost:8780
Zoneserver SetConnectInfo: 127.0.0.1:1062: localhost:8781

Minilogin:

LoginServer.ini read.
[Status] Loading opcodes..
Server mode: MiniLogin
Login server listening on port:5999
14156 New Server connection: 127.0.0.1 port: 6916
133640 New client from ip: 127.0.0.1 port: 1063

Zonesbat

[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.2-DR1
[Status] Loading opcodes..
[Status] Mapping Opcodes
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] EMuShareMem loaded
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] EMuShareMem loaded
[Status] Loading Doors from database...
[Status] EMuShareMem loaded
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 6677
[Status] Loading guilds
[Status] Loading guild list
[Status] EMuShareMem loaded
[Status] Loading factions
[Status] Loading titles
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 183 commands loaded
[Status] Loading embedded perl XS
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Status] Starting EQ Network server.
[Status] Entering sleep mode
Connected to worldserver: localhost:9000

loginserver

Code:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=1234567891
worldaddress=localhost
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999


eqhost is localhost:5999

Last edited by Polygon_Window; 09-28-2005 at 02:17 PM..
Reply With Quote