View Single Post
  #1  
Old 07-07-2008, 07:00 PM
qwicfingers
Fire Beetle
 
Join Date: Jul 2008
Location: Boston
Posts: 16
Default Could not connect to login server - MiniLogin

I followed the Installing EQEmu on Debian Linux guide to compile and setup my server and I'm receiving an error when I attempt to start the server. I've tried localhost, 127.0.0.1 and the server IP in the config files to no avail. here is my error, thanks for taking a look.


[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[Debug] [COMMON__THREADS] Starting TCPConnectionLoop with thread ID -1301845104
[Debug] [WORLD__LS_ERR] Could not connect to login server: TCPConnection::Connect(): connect() failed. Error: Connection refused
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:49880
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:49880
[Debug] [WORLD__LAUNCH] Adding pending launcher 1
[Debug] [WORLD__LAUNCH] Unknown launcher 'zone' connected. Disconnecting.
[Debug] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[Debug] [WORLD__LAUNCH] Removing launcher zone (1)
[Debug] [WORLD__LS] Connecting to login server...
[Debug] [WORLD__LS] Setting World to MiniLogin Server type
[Debug] [WORLD__LS_ERR] Could not connect to login server: TCPConnection::Connect(): connect() failed. Error: Connection refused
...
  • EQEmu-0.7.0-1118
  • No compile errors
  • Latest peq db and quests
  • MiniLogin server
  • no firewall at present

Code:
loginserver.ini:

[LoginServer]
loginserver=192.168.1.25
loginport=5999
worldname=eqserver
worldaddress=192.168.1.25
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
Code:
<server>

        <world>

                <shortname>eqserver</shortname>

                <longname>eqserver</longname>

                

                <!-- Only specify these two if you really think you need to. -->

		<address>192.168.1.25</address>

		<localaddress>192.168.1.25</localaddress>

		

		<!-- Loginserver information.  -->

        <loginserver>

		<host>192.168.1.25</host>

		<port>5999</port>

		<account></account>

		<password></password>

        </loginserver>



                <!-- Sets the shared key used by zone/launcher to connect to world -->

                <key>**********</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>eqemu</username>

                <password>********</password>

                <db>eq</db>

        </database>

</server>
Reply With Quote