Log in

View Full Version : In need of Help


D-Loading
03-10-2004, 11:57 AM
Sorry to be of bother, i just downloaded the precompiled biniares for EQEMu.0.5.5.DR-1 I got it running, but when i load world.exe it gives me an error

[Error : LoginServer::Connect: 'TCPConnection::Connect<>: connect<> failed. Error: 10061'

I checked the Error Thread but i don't see this error listed.

when i load into the server screen i dun see my server.
can someone help with this?

thanks.. :D :D :D :D

Jezebell
03-10-2004, 12:06 PM
Make sure there are no spaces in your LoginServer.ini at the end of each line just to be safe. Make sure your software firewall is disabled if you have one and if you have a router make sure you have DMZ and port forwarding set up and the hardware firewall disabled.

D-Loading
03-10-2004, 05:20 PM
Ok i got it to show my server but when i log on to it i get the 1017 error, i did the world adduser eqemu eqemu 200 but it told me couldn't open ./db.ini

I also went to mysql and added it from there and granted it.
I also made sure my firewall isn't on, is there something else i missed?

thanks :D :D :D :D

here's my info-- i'm running on window xp using minilogin.
db.ini

[Database]
host=155.42.83.173
user=eq
password=eq
database=eq
compression=off

loginserver.ini

[LoginServer]
loginserver=155.42.83.173
loginport=5999
worldname=the only
worldaddress=155.42.83.173
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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

[ChatChannelServer]

Boot5Zones.bat

@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 155.42.83.173 7995 155.42.83.173
start zone . 155.42.83.173 7996 155.42.83.173
start zone . 155.42.83.173 7997 155.42.83.173
start zone . 155.42.83.173 7998 155.42.83.173
start zone . 155.42.83.173 7999 155.42.83.173
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

Miniloginaccounts.ini

155.42.83.173 eq eq
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);