View Single Post
  #1  
Old 10-11-2006, 02:36 PM
Astaldoath
Sarnak
 
Join Date: Sep 2006
Posts: 92
Default Switched from mini to public, getting error.

This is my error, also i searched the forums, but nothing i found helped.
---------------------------------------------
[10.11. - 22:29:59] Starting Log: logs/eqemu_debug_3112.log
[10.11. - 22:29:59] [LAUNCHER__INIT] Loading server configuration..
[10.11. - 22:30:00] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[10.11. - 22:30:00] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[10.11. - 22:30:00] [LAUNCHER__INIT] Starting main loop...


my loginserver.ini

Code:
###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=eqemulator.net
loginport=5998
worldname=Years of Trees [Custom Legit Good Exp]
worldaddress=207.255.41.250
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Public
ServerPort=5998
eqemu_config.xml

Code:
<?xml version="1.0">
<server>
        <world>
                <shortname>yearsoftrees</shortname>
                <longname>Years of Trees [Custom Legit Good Exp]</longname>
                
                <!-- Only specify these two if you really think you need to. -->
		<address>207.255.41.250</address>
		<localaddress>207.255.41.250</localaddress>
		
		<!-- Loginserver information.  -->
        <loginserver>
		<host>eqemulator.net</host>
		<port>5998</port>
		<account></account>
		<password></password>
        </loginserver>

                <!-- Sets the shared key used by zone/launcher to connect to world -->
                <key>bananas are good in the hood</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></username>
                <password></password>
                <db></db>
        </database>
</server>

Last edited by Astaldoath; 10-11-2006 at 10:52 PM..
Reply With Quote