LoginServer connection timeout
Posted: Sun Jun 21, 2009 8:38 am
Hi,
i have some problems getting the server up. When i start eq2world i get the following error message
Here is my LoginServer.ini
I searched the forums but havent found a solution yet, thanks for your help!
greetings stefan
i have some problems getting the server up. When i start eq2world i get the following error message
Code: Select all
[Status] Using database 'eq2' at localhost
[Status] CURRENT_WORLD_VERSION:EQ2EMu 0.6.5 Developer Alpha
[Status] ./LoginServer.ini read.
[Status] Connecting to Update Server..
[Error] LoginServer::ConnectToUpdateServer: 'TCPConnection::Connect(): connect() failed. Error: Connection timed out'
[Status] Loading opcodes..
[Status] Loading structs..
[Status] Loading command list..
[Status] Clearing player online flags..
[Status] Loaded 21 entity command lists.
[Status] Loaded 0 NPC(s).
[Status] Loaded 0 Object(s).
[Status] Loaded 0 GroundSpawn(s).
[Status] Loaded 0 Widget(s).
[Status] Loaded 0 Sign(s).
[Status] Loading ground spawn items..
[Status] Loading loot data..
[Status] Loaded 0 loot tables.
[Status] Loaded 0 loot drops.
[Status] Loaded 0 spawn loot lists.
[Status] Loading Transporter Information..
[Status] Loaded 0 Teleporter(s)
[Status] Loaded global variables list..
[Status] Loaded visual states list..
[Status] Loading World Time..
[Status] Loading items.. (this might take a few minutes)
[Status] Loaded 0 Bag(s)
[Status] Loaded 0 Food(s)
[Status] Loaded 0 Weapon(s)
[Status] Loaded 0 Armor/Shield Piece(s)
[Status] Loaded 0 Skill Item(s)
[Status] Loaded 0 Regular Items
[Status] Loading spells..
[Status] Loaded 2 Spell(s)
[Status] Loading LUA spells..
[Status] Loaded 2 LUA Spell(s)
[Status] Loading factions..
[Status] Loaded 48 Factions
[Status] Loading skills..
[Status] Loaded 129 Skills
[Status] Loading Quests..
[Status] Loaded 0 Quest(s)
[Status] Loading Merchant Information..
[Status] Loaded 0 Merchant Inventory Item(s)
[Status] Loaded 0 Merchant List(s)
[Status] Loading Spawn Script Information..
Error in LoadSpawnScriptData, Query: SELECT spawn_id, spawnentry_id, spawn_location_id, lua_script from spawn_scripts, Error: #1054: Unknown column 'spawn_location_id' in 'field list'
[Status] Loading Zone Script Information..
[Status] Loading EQ time of day..
I'm counting how many times you've opened this...
Starting factory Reader
Starting factory Writer
World server listening on: codejunk.homeip.net:9200
Starting static zones...
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error: Connection timed out'
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error: Connection timed out'
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error: Connection timed out'
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error: Connection timed out'
^CGot signal 2
Error: LoginServer::Connect: 'TCPConnection::Connect(): connect() failed. Error: Connection reset by peer'
Code: Select all
[LoginServer]
loginserver=eq2emulator.net
loginport=9100
worldname=DarkC
worldaddress=my dyndns
#internalworldaddress=INTERNAL_IP_HERE (If used, otherwise blank)
worldport=9200
locked=false
account=<user>
password=<password>
#autotableupdates retrieves the latest table updates and applies them to your database
#autotableupdates valid options=always, ask, and never
autotableupdates=always
#autotableverbose displays detailed information about the updates; options=true or false
autotableverbose=true
#autotabledata retrieves the latest data for tables like the opcodes table; options=true or false
autotabledata=true
[WorldServer]
Defaultstatus=
Unavailzone=
[UpdateServer]
updateserveraddress=updates.eq2emulator.net
updateserverport=9103
[LoginConfig]
ServerMode=StandAlone
ServerPort=9100
greetings stefan