View Single Post
  #29  
Old 11-23-2008, 04:59 PM
Furinex
Hill Giant
 
Join Date: Apr 2002
Location: Rochester, NY
Posts: 178
Default

k, im pretty close to having this back to where I was, but im stuck with:

Code:
[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::Connec
t(): connect() failed. Error: 10061
... in my world.exe. Minilogin.exe is running.

Loginserver.ini:

Code:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=192.168.2.2
loginserver2=
loginport=5999
loginport2=
worldname=Furinex
worldaddress=192.168.2.2
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
eqemu_config.xml

Code:
<?xml version="1.0">
<server>
	<world>
	    <shortname>Furinex</shortname>
	    <longname>Furinex Live Like PEQ Emu</longname>
	           
	<!-- Only specify these two if you really think you need to. -->
	    <address>192.168.2.2</address>
	    <localaddress>127.0.0.1</localaddress>
	   
	<!-- Loginserver information.  -->
	    <loginserver>
	        <host>192.168.2.2</host>
	        <port>5998</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>127.0.0.1</host>
	    <port>3306</port>
	    <username>root</username>
	    <password>*******</password>
	    <db>peq</db>
	</database>
</server>
Ive tried a number of different ways I could input IP addresses including 127.0.0.1, Localhost, and my static IP address 192.168.2.2 in all the different fields, I still come up with this error. Searched on the boards, Nothing is commented out, looks like everything is in good order, but no go.
Reply With Quote