View Single Post
  #1  
Old 10-05-2007, 05:48 AM
Black Heart
Fire Beetle
 
Join Date: Sep 2007
Posts: 1
Default At my wits end...

I will start this by saying that to call me a noob would probably do an injustice to the noobs. I have absolutely no experience with MySQL or any other sort of database set up...

I am using the EqEmuServer pack installer... (Im thinking I should be able to do this, right...)

every time I try to log into my server to start the game I get this error:

---------------------------------------------
[10.05. - 12:31:44] Starting Log: logs/eqemu_debug_2852.log
[10.05. - 12:31:44] [LAUNCHER__INIT] Loading server configuration..
[10.05. - 12:31:45] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1:9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061
[10.05. - 12:31:45] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry.
[10.05. - 12:31:45] [LAUNCHER__INIT] Starting main loop...

I have looked through most of the threads that address the 10061 error and have adjusted my set ups accordingly. Nothing has changed.

My Loginserver.ini:
###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=My Minilogin
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999

My EqEmu_config.xml
<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>

<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</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>localhost</host>
<port>3306</port>
<username>root</username>
<password>eq</password>
<db>peq</db>
</database>
</server>

My config.ini

[Database]
host=localhost
user=eq
password=eq
database=peq
compression=off

[General]
quests=C:\EQEmu\

my db.ini

###Your current database configuration is as follows:
##db.ini:

[Database]
host=127.0.0.1
user=root
password=eq
database=peq

Now I have no intent of putting this up for public login. We are on dial-up with no high speed access in sight. Just want to set up a server for the family to use on LAN.

I appologise in advance if this is too simple or if Im too much trouble. I jus wanna play EQ again...
Reply With Quote