View Single Post
  #1  
Old 10-05-2004, 04:44 PM
mikerob283
Fire Beetle
 
Join Date: Oct 2004
Posts: 2
Default error - a timeout occured

MiniLogin.exe--------------------------------------------------

LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999


World.exe-------------------------------------------------------

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.5
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28633, max id=69173
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[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
Connected to LoginServer: localhost:5999
13188 New TCP connection: 192.168.1.100:1667
New zoneserver: #1 192.168.1.100:1667
Zoneserver SetConnectInfo: 192.168.1.100:1667: 192.168.1.100:8780


Zone.exe--------------------------------------------------------

[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading NPCTypes from database...
[Status] Loading npc faction lists
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] Loading Doors from database...
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 5020
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
[Status] 160 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 192.168.1.100:9000



It looks wonderful to me being i came from items not being loaded to it taking 5 minutes for a single zone to get past EMuShareMem loaded... it would just sit there... but the problem is ...

I have double, triple, checked my eqhost.txt and everytime i put in my username and password in EQ and click login it says
error - a timeout occured
i replaced the 0.5.8 world and zone stuff with 0.5.6 and i don't get the items not loaded errors anymore or the EMuShareMem forever load.. but still

error - a timeout occured...

eqhost.txt-----------------------------------------------------------

[Registration Servers]
{
192.168.1.100:5999
}
[Login Servers]
{
192.168.1.100:5999
}[/quote]

no spaces after anything, i've double triple checked

miniloginaccounts.ini---------------------------------------------

192.168.1.100 eqemu eqemu <- space here (don't worry i didn't put "<- space here" in the file)

db.ini-----------------------------------------------------------------

# READ README.TXT!

[Database]
host=localhost
user=user
password=password
database=eq


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.

loginserver.ini--------------------------------------------------

### --- 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
loginport=5999
worldname=TesterMini
worldaddress=localhost
locked=false
account=eqemu
password=eqemu

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

[ChatChannelServer]
ChatChannelServer=192.168.1.100

Thanks for any suggestions...