EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=598)
-   -   Frustrating Error! (https://www.eqemulator.org/forums/showthread.php?t=31183)

Reynin89 04-30-2010 01:50 AM

Frustrating Error!
 
Hello all im trying to set up my server and everything is connecting now its opening zones and all that, its just my server will not connect to the Login Server keep getting an Error 10061. ive been looking around the forums about how to fix it but im really lost still. Once I get this my server will be on the list. Everything works fine but this stupid error I have been messing with for hours. Any help is greatly appreciated Thanks!

Reynin89 04-30-2010 02:16 PM

Anyone know what could be wrong? I think its the addresses in my config but im not sure what to put.

Code:

<?xml version="1.0"?>
<server>
<world>

<shortname>Test</shortname>
<longname>Test</longname>


<!-- address has to be specified for minilogin to work -->
<address></address>
<localaddress></localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>hi these are random characters</key>

<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>

<!-- Database configuration, replaces db.ini -->
<database>

<host>localhost</host>
<port>3306</port>
<username>MySQL name</username>
<password>MySQL pw</password>
<db>everquest</db>
</database>
</server>


Tricyclethief 04-30-2010 02:45 PM

Quote:

<port>5999</port>
its been while since i hosted a server but isnt it supposed to be 5998?

Reynin89 04-30-2010 03:17 PM

hm nope changed it and still got the error. Any other ideas please?

trevius 04-30-2010 04:22 PM

Are you trying to setup a server that uses minilogin instead of the Public or Open Source Login Servers? If so, you will need to fill out this section with the appropriate IPs:

Code:

<!-- address has to be specified for minilogin to work -->
<address></address>
<localaddress></localaddress>

If not, you should be able to just comment those lines out by setting them to this:

Code:

<!-- address has to be specified for minilogin to work -->
<!-- <address></address> -->
<!-- <localaddress></localaddress> -->



All times are GMT -4. The time now is 04:08 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.