Server Errors
Hi when i've been following the startup guide on http://www.eqemulator.net/wiki/wikka...=ws70845mysql5 , ive followed every step, but i cant quite get it to work. Whenever i use my start.bat file i get the following error
--------------------------------------------- [12.18. - 20:28:38] Starting Log: logs/eqemu_debug_1148.log [12.18. - 20:28:38] [LAUNCHER__INIT] Loading server configuration.. [12.18. - 20:28:39] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061 [12.18. - 20:28:39] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry. [12.18. - 20:28:39] [LAUNCHER__INIT] Starting main loop... here is my loginserver.ini [LoginServer] loginserver=xxx.xxx.x.xxx loginport=5999 worldname=My Minilogin worldaddress=xxx.xxx.x.xxx locked=false account= password= [WorldServer] Defaultstatus= Unavailzone= [ChatChannelServer] worldshortname= chataddress= chatport= [LoginConfig] ServerMode=Minilogin ServerPort=5999 config.ini [Database] host=xxx.xxx.x.xxx user=eq password=eq database=peq compression=off [General] quests=C:\EQEmu\ DB.ini [Database] host=xxx.xxx.x.xxx user=eq password=eq database=peq and eqemu_config.xml <?xml version="1.0"> <server> <world> <shortname>xxxx</shortname> <longname>xxxx</longname> <!-- Only specify these two if you really think you need to. --> <address>xxx.xxx.x.xxx</address> <localaddress>127.0.0.1</localaddress> <!-- Loginserver information. --> <loginserver> <host>xxx.xxx.x.xxx</host> <port>5999</port> <account></account> <password></password> </loginserver> <!-- Sets the shared key used by zone/launcher to connect to world --> <key>some long random string</key> <!-- Enable and set the port for the HTTP service. --> <http port="9080" enabled="true" mimefile="mime.types" /> </world> <!-- Database configuration, replaces db.ini. --> <database> <host>localhost</host> <port>3306</port> <username>xxxx</username> <password>xxxxxx</password> <db>peq</db> </database> </server> anyone have any help for me? =) BTW i am also behind a router if that affects anything |
Port 9000 open?
If your using a firewall make sure port 9000 is open for world.exe
|
how would i do that? i know im n00b
|
Quote:
|
If you're behind a router, then the router has it's own firewall protection for the LAN (for what it's all worth) .
You can turn off your windows firewall. are those files you posted. just as we see them? (xxx.xxx.x.xxx) here's my working mini-login eqemu_conf.xml Code:
<?xml version="1.0"> where yyou see ax_peq, it has to be the MySql database you are using (peq, ax_peq , eq, etc.) I don't think you need config.ini, but just incase, here's mine; Code:
Database] Code:
### --- This file tells world.exe what loginserver to connect to. <search> is very powerful, and will provide you, as a newbee, with all the answers you need - and is much faster than waiting/hoping for a reply-post. |
well, i made the changes so mine are near-identical to yours (changed the ip's/server name/password) but i still get the same error =P.
|
I took a quick look at your config, but you dont have any of the addresses listed, that you are trying to use.
Quote:
Hope it helps. |
All times are GMT -4. The time now is 01:18 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.